• 0 Posts
  • 11 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle


  • This is exactly how I use Syncthing, and as the author says, it sure would be nice if more things were just files. Really, most things are stored locally as files, but not always in a way that plays nice with syncing. Like, I can sync my Firefox profile between machines (it’s all in one folder), but I found it prone to conflicts, with little to resolve those conflicts.

    In a similar vein, local-first apps built with Conflict-free replicated data types (CRDTs) can be another way to avoid server dependency. I haven’t seen any significant apps built this way yet (just occasional blog posts about it). I imagine the CRDT approach would work better for individual apps, since conflict resolution can be written in a way that works best for a given app, but I also imagine that such apps would not play nicely with a generic sync solution like Syncthing.



  • Actually, it’s more the opposite. Sorry, I don’t think I explained too well. The watch works just fine on its own without a smartphone. For functions that require phone and watch working together, Gadgetbridge lets them communicate (e.g. when you receive a text message on your phone, Gadgetbridge will let you read the text on your watch).

    The apps on the watch will work with or without a smartphone. However, installing apps from the Bangle app loader requires the watch have a Bluetooth connection to a phone or computer. After apps are installed, they will run even without the Bluetooth connection.

    Finally, note that the Bangle does not have an internet connection on its own; it has no cellular or wi-fi radios on board. So any apps that require a network connection (e.g. weather) will only work when paired to a phone with Gadgetbridge. I think there are other watches with wi-fi, but I’m not familiar with them.