this post was submitted on 17 Jan 2024
18 points (100.0% liked)

Programming

17270 readers
39 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
 

A protocol for peer-to-peer data stores. The best parts? Fine-grained permissions, a keen approach to privacy, destructive edits, and a dainty bandwidth and memory footprint.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 10 months ago

Once upon a time, I built a proof of concept distributed social network that ran entirely on cell phones.

I eventually ran into enough complications that I abandoned the project. But the tech did work. I could create posts, add friends, etc. (It just wasn't reliable in its sync mechanism and I gave up trying to fix it.)

So... Imagine Lemmy, but a community's data is stored collaboratively on mobile devices, the load shared by all its subscribers.

We all walk around with goddamn supercomputers in our pockets. We should put them to work.