Comment by skeledrew

4 months ago

Interesting idea. Pretty timely as I recently started working (again) on a concept cross-platform "superapp" and have been trying to think of a decent state/storage sync solution.

I just use synching. Works well. A bit wasteful, but I have many things in syncthing in triplicate. (Phone, laptop, desktop).

  • I've been using synching for a few years myself and it's been great. Except for when conflicts occur in my org files, which are the primary things I use it to keep synced. PerKeep may make that a complete non-issue, though I'm not 100% certain.

    Beyond that though, I'm thinking this would be nice for syncing state for a cross-platform app that features multiple incarnations anywhere being in sync to a decent extent. Just need to create a PerKeep client library for the language it's in (Python).