this post was submitted on 23 Jan 2025
72 points (95.0% liked)

Asklemmy

44478 readers
1027 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

I’ve been day dreaming about a social media platform built entirely on a peer-to-peer (P2P) model, leveraging the existing BitTorrent protocol. The idea is to decentralize content creation, distribution, and moderation, eliminating the need for centralized servers and control.

Here’s the high-level vision:

  • Posts as Torrents: Every original post creates and seeds a torrent file on behalf of the OP.
  • Upvotes as Seeds: Upvoting a post downloads and seeds the post, reinforcing its availability.
  • Comments as Torrents: Each comment generates and seeds a torrent file somehow linked to the original post.
  • Comment Upvotes as Seeds: Upvoting a comment downloads and seeds the comment, amplifying engagement.
  • Text Only: to avoid exposing users to potentially graphic content (due to lack of centralized moderation) this platform would initially be limited to text content only. This would also drastically reduce the compute and bandwidth requirements of the seeder.
  • Custom BitTorrent Clients: Open-source Social Media BitTorrent clients would display the most popular social media content by day, week, month, or year. These clients would allow users to seed only the content they find valuable thus organically moderating the network of ideas. Relevant content continues to be seeded and shared, while outdated or unpopular content fades due to a lack of seeds.

This setup seems like it could address key issues in traditional social media—privacy, censorship, and centralized control—while naturally prioritizing high-value content.

Why hasn’t a system like this been widely adopted? Is it a matter of technical limitations, lack of a viable economic model, or something else?

I’d love to hear your thoughts.

top 23 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 8 hours ago (2 children)

Check out aether.

I really wanted this to be as popular as Lemmy, but it never caught on in a big way.

[–] [email protected] 7 points 4 hours ago

That's not available for mobile.

Most people browse Reddit/Lemmy ontheir phone like 90% of the time, so that ain't happening until they make a mobile client.

[–] [email protected] 1 points 8 hours ago* (last edited 7 hours ago)

Same, was sad to see it wasn't getting updated. Even wanted to donate to it, but the links all just went in a circle. Was hoping that someone might fork it into something active again.

[–] [email protected] 78 points 15 hours ago* (last edited 15 hours ago) (1 children)

Torrents are made for static, unchanging data. They would not make a good basis for any communication platform, where mutability is necessary.

Also individual, tiny-torrents don't scale up that well. Its an impressive torrent client that can handle more than a few thousand torrents. That's about a single days worth of lemmy comments.

Reliance on domain names, database performance, storage, and probably a few other things are the main reasons why we can't scale a typical fediverse server (like lemmy or mastodon), and have it run on a smartphone.

[–] [email protected] 8 points 14 hours ago* (last edited 14 hours ago) (2 children)

Great points! Although in a truly decentralized system, users wouldn’t need to seed everything—only the posts or comments they upvote. This would give upvotes more weight, as users would be actively supporting and “hosting” content with their compute resources.

No mutability required. Unpopular posts and comments fade when the OP (seeder) goes offline.

[–] [email protected] 8 points 11 hours ago

Honestly sounds like a disaster, what stops someone from controlling information by aggressively seed-boxing their chosen agenda?

[–] [email protected] 9 points 12 hours ago

No probs. I do some torrent projects in my spare time, and torrents are wonderful for what they've done: which is solving the static data distribution problem. But they have limited uses outside that. A social network very much needs mutability, and a message based framework. All the items are not static, scores, votes, users, posts, communities, comments, messages, a feed... all these are changing items.

[–] [email protected] 11 points 11 hours ago* (last edited 10 hours ago)

There is Briar

There are Briar Public Forums with nearly dead activity, but like every few months, there be some posts. You download the app (Android only, although there are desktop clients) create a profile, paste the link to the website http://briar.retiolus.net/ and also you add their link, and wait for the bot account to connect you. (The bot is down frequently, so just wait like up to 2 days) Both profiles need to add each other to form a connection.

Then you use use text commands in private chat to the bot to request invites to the forums.

Then accept the invite. And in the forums, you post your profile link so others can add you, and you also can add others. You need a lot of contacts since the bot frequently goes down, the more connections, the stronger the network.

Or if the bot is down for a long time, you can add me at briar://ac5dsvvrwm4mnalxdonumapfwolvbjdxuosuxkn2yfizfiey6b6uq and comment your link so I can add you. I can invite you to all the forums.

You can join a forum and just ask a question and see if anyone responds.

Its not a lot of users, but it exist and that is already awesome! Theres like a thousand post/comments in the forums alread (well theres like the same 20-100 or so users in the conversations... so... 😅)

Edit: Heres what it looks like (the app blocks screenshots, so I have to take an actual photo):

The "Shared with X People" is just how many of my contacts have that forum, there could be like 100 people that I just haven't added yet.

Also, there is zero moderation, so its real free speech there. Unfortunately, that also means that people could theoretically say racist things and theres nothing you can do unless everyone in the forum remove the racist, but even then, the messages already posted will remain. 🤷‍♂️

Maybe someone can work on the code and add some moderation features, I mean, its open source, any of y'all Lemmings who can code can work on it 👀

[–] [email protected] 26 points 15 hours ago* (last edited 15 hours ago)

Stuff like that already exists, it just isn't overly popular or mainstream. You don't even need to build that on bittorrent.

Off the top of my head both https://getaether.net/ and https://retroshare.cc/ are p2p for social media/forums that sort of thing but I'm sure there are others.

[–] xmunk 3 points 10 hours ago

Honestly? Because we have blogs (and RSS kinda counts as a platform if you squint).

If you're tech/freedom minded and want to share your thoughts you're probably just running a blog and following the blogs of other people you find interesting.

The only thing you miss out on with just using blogs is a content prioritization algorithm... but, tbh, are there that many things you actually give a shit about that you'd get overwhelmed and want to ignore some of it? Or did Facebook & other social media stuff just build platforms that constantly shovel random shit at users that requires such an algorithm.

So yea, probably just blogs... optionally collected into an RSS reader.

[–] [email protected] 14 points 15 hours ago

Scuttlebut was/is peer 2 peer. It's the kind of thing that will never really be useful for the masses I guess.

[–] [email protected] 4 points 11 hours ago

As others have said, don’t build it on BitTorrent. You don’t need BT to do P2P, although you certainly can learn from it.

[–] [email protected] 10 points 15 hours ago

Bryer is peer to peer and can even be ran independent of a larger internet to be a part of. You can literally bluetooth/ hotspot it to one another.

[–] [email protected] 6 points 14 hours ago* (last edited 14 hours ago)

I used a platform called Aether which I used for a while but it seems the developer kinda abandonned it.

The idea was interesting, all participants would hold a copy of the network data locally and sync between eachothers (kind of like a blockchain, no it's not related to cryptocurrencies).

Writing a comment, a post, upvoting and downvoting required conputational power, which limited the ability to spam the network. There was the idea of having elections to decide who could act as a moderator in each communities (and the ability to impeach an existing mod), but it never came to be.

[–] [email protected] 3 points 12 hours ago

I think plebbit works a bit like that

[–] [email protected] 5 points 14 hours ago* (last edited 14 hours ago)

What about https://www.hyphanet.org/ ?

I used it a long time ago (when it was called Freenet) and it worked really good.

[–] [email protected] 4 points 14 hours ago (1 children)

Don't know about social media, but sites exist in systems like this: https://zeronet.io/

[–] [email protected] 2 points 11 hours ago (1 children)

Zeronet worked pretty similarly to how op describes. It was really clunky and barely usable when I checked out out, years ago. I thought it been abandoned. It turns out, relying on household grade internet upload speeds and having data spread across hundreds of peers that needs to be hashed and added to as people post is kind of inefficient.

[–] [email protected] 1 points 1 hour ago

Like most anything P2P scale, consistency, and adoption are huge factors.

[–] [email protected] 4 points 15 hours ago (1 children)

This sounds like an idea related to the InterPlanetary File System, where files are peer-to-peer and cannot be taken offline. It's not a terribly new idea, but I've not seen any widespread implementations of it.

I think people underestimate how difficult moderation is at scale. There's a reason why The Algorithm exists: past a certain scale, even just wading through a chronological feed of posts and keeping illegal content out of it becomes laborious. You will see influencers on the fediverse complaining about that already. With a P2P system, moderation isn't just difficult, it's impossible. Once something is out there it can't be removed. Finding and maintaining a good balance is just a really, really difficult problem to solve.

Sometimes, that of course is a feature, like IPFS being used to bypass government censorship, but every coin has a flipside.

[–] [email protected] 0 points 9 hours ago

You will see influencers on the fediverse

Will you?

[–] [email protected] 2 points 15 hours ago (1 children)

This kind of idea has been floating around for a while but it takes a really smart person a decent amount of time to get a proof of concept off the ground that will excite other people and create momentum.

Your idea is a little nieve and could be accomplished in much more efficient ways using things like hashes and checksums. A new p2p protocol would need to be developed for the use case of real time messaging and historical message histories.

There are already some concept peer to peer messaging apps that use wireless to create mesh networks for the scenario of total internet or power collapse.

[–] [email protected] 2 points 14 hours ago

No need for real-time messaging or extensive message histories—it could be “survival of the fittest ideas.” Popular content stays seeded, while less popular content disappears when the poster goes offline.