Y'know, the toll that all this activity takes on Reddit's servers gave me an idea for a sort of distributed Reddit. News links and stories assorted into topic-based groups, with the option for users to comment or respond to others' comments in a threaded discussion. It would be completely decentralized and belong to the users, not some central media company. We could call it Users' Network, or USENET for short. We co…
I've specced out a decentralized reddit alternative a little bit, but have too many side projects. Someone please take this and build it. Let me know if you try, would love to spectate and advise on development. The key is there shouldn't be a globally consistent front page. Sorting should be done on an individual basis. Upvotes boost signal signal to peers and downvotes squelch. By propagating content scores transit…
Bob scores content A as 0.8, B as 0.2
Dave scored content A as 0.4, B as 0.9
Alice downloads both lists.
Alice score content A as avg(0.8 * 0.5, 0.4 * 0.1) = 0.22
Alice scores content B as avg(0.2 * 0.5, 0.9 * 0.1) = 0.095
Content A gets sorted higher than B.