this post was submitted on 19 Jun 2024
39 points (97.6% liked)

Programming

16760 readers
85 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

Martin Kleppmann sets out a vision: "In local-first software, the availability of another computer should never prevent you from working."

He describes the evolution of how to classify local-first software, how it differs from offline-first, and proposes a bold future where data sync servers are a commodity working in tandem with peer-to-peer sync, freeing both developers and users from lock-in concerns.

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 2 months ago* (last edited 2 months ago)

This seems incredibly interesting, but the idea of a 'general purpose syncing service', in the way he describes it, makes my head scream'security concern'. In general the way it's described the format is not fixed for these services so your data might as well be encrypted in any arbitrary way I think?

But knowing this wouldn't this kind of general purpose syncing service need some way of identifying what data it is even syncing? Unless you encooperate something grand like the signal protocol (as in encrypted anonymous messaging) you d always run a security risk if the service you use for syncing is not self-controlled?

If anyone has more insight on this I'd be very interested, it seems like a very good concept.

It sounds to me like anything other than p2p local syncing with some protocol is a confidentiality no-go.