Comment on Plebbit is a peer-to-peer Reddit alternative that allows you to self host and own your own community

<- View Parent
sugar_in_your_tea@sh.itjust.works ⁨6⁩ ⁨days⁩ ago

Right, plebbit seems to use ENS to connect a name to a place. If the name doesn’t point to a place but instead a distributed collection of posts, you don’t need a domain name system.

just use a database

A DHT is a distributed key value database. I’m modeling everything in terms of structured keys using existing data structures.

Moderation is the hardest nut here to crack, and that’s pretty much the entire point of this experiment: can I build a distributed trust system? I’ve read a few papers on approaches that could work, and this transitive trust system should do okay. The idea is that I trust user A by X%, A trusts B by Y%, so I should trust B by something less than both X% and Y%. To get a decent result, I need enough data to make it work well, but not so much that computation is slow.

I think it’s feasible. If it works, we don’t need centralized moderation, which solves a ton of problems in current social media networks.

source
Sort:hotnewtop