badwolf

joined 5 months ago
 

Can someone give some pointers on how can I debug C++ code on Pulsar? I've found some extensions on the pulsar packages site, which haven't been maintained in quite some time. They're using gdb, I'm interested in LLDB. I'm willing to learn how to develop an extension to do that, but it would be a long way for me.

[–] [email protected] 1 points 4 months ago (1 children)

I believe I'm the noob here, but is it that weird? I mean, in this scenario you're no longer using Anytype, is it really reasonable to expect that all the relations and links you created using it to be transferable to another app? It seems to me like a lot of work to make two different solutions talk to each other so well.What if the other app has a resource you don't want? Or you have a new resource they don't have yet?

[–] [email protected] 1 points 4 months ago (2 children)

Hum.... Can you tell me what you're using? Just to give me some ideas.

[–] [email protected] 1 points 4 months ago (3 children)

Oh, now I got your meaning. There is a feature to export your data. Someone on Reddit said they couldn't export "thousands of notes", but the feature is there. The docs say it. And I used it, but I don't use another app, and don't have thousands of notes yet. It's something to take a look.

[–] [email protected] 1 points 4 months ago

I can't configure everything yet, but my Vagrantfile can install and activate most of the dependecies on a Fedora Box from Bento (the Hashicorp, developer of Vagrant, builds those optimized system images). Activating Redis with RedisBloom plugin from boot is prooving tricky. After setting the dependencies, I need to configure Ansible and then export the node settings to be used in the app. It'll take me some time. I'll let you know.

[–] [email protected] 1 points 4 months ago (5 children)

Their protocol source is available on GitHub. And there's no need to copy the data file between devices, the sync works on your own node (if you can build the setup), on the same lan and on encrypted cloud.

42
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

Is anyone currently self hosting an Anytype backup node? In case you don't know, Anytype is a privacy focused, local first note app. Can be found in anytype.io. Their docs give informartion on how to self host. I only have a laptop, so I'm trying to create a node in a VirtualBox VM, using Vagrant to automate box creation and provision. Sorry if the post is messed up, first timer here.