←back to thread

578 points smusamashah | 3 comments | | HN request time: 0.562s | source
Show context
huijzer ◴[] No.42463359[source]
I really think we are as developers underusing setups like this. If you could somehow figure out a simple but effective sync between devices then that would be able to cover many use-cases.

Maybe we just need an sqlite with better support for replicas? Then people have one tiny server with a bunch of sqlite’s to which the apps can sync?

replies(10): >>42463533 #>>42463581 #>>42463651 #>>42463678 #>>42464303 #>>42464442 #>>42464633 #>>42469937 #>>42476545 #>>42479191 #
1. oidar ◴[] No.42464303[source]
CouchDB + PouchDB
replies(2): >>42466690 #>>42467933 #
2. oidar ◴[] No.42466690[source]
dexieCloud too.
3. BLKNSLVR ◴[] No.42467933[source]
They're the backend for Noteself, such I've been using for a few years now as my life organising note taking tool.

I have it setup self-hosted, and as long as I have internet I can connect to it and update it. Of I don't have internet I can browse the contents as per the most recently cached version.

(I can also save it to a single HTML file and back that up in numerous off site locations).

https://noteself.org/