this post was submitted on 02 Jan 2025
153 points (79.5% liked)

Selfhosted

40928 readers
321 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Plebbit is a selfhosted, opensource, nonprofit social media protocol, this project was created due to wanting to give control of communication and data back to the people.

Plebbit only hosts text. Images from google and other sites can be linked/embedded in posts. This fixes the issue of hosting any nefarious content.

it has no central server, database, HTTP endpoint or DNS - it is pure peer to peer. Unlike federated instances, which are regular websites that can get deplatformed at any time,

ENS domain are used to name communities.

Plebbit currently offers different UIs. Old reddit and new reddit, 4chan, and have a Blog. Plebbit intend to have an app, internet archive, wiki and twitter and Lemmy. Choice is important. The backend/communities are shared across clients.

The code is fully open source on

https://github.com/plebbit

you are viewing a single comment's thread
view the rest of the comments
[–] Diplomjodler3@lemmy.world 15 points 5 days ago (4 children)

So in what way is that better than Lemmy?

[–] Boomkop3@reddthat.com 14 points 5 days ago

I think it's the same in most aspects, just less developed. However, it looks like the devs lie about the benefits and use a less secure alternative to dns.

It's garbage with a funny name

[–] myrrh@ttrpg.network 8 points 5 days ago* (last edited 5 days ago) (1 children)

...i remember going to our computer lab in the early nineties and seeing a flyer about this new protocol called the world wide web, thinking to myself in what way is that better than gopher?..

[–] Diplomjodler3@lemmy.world 5 points 5 days ago (1 children)

Greetings, fellow geezer! And yes, I've been there too. My first foray on the web was with Lynx, a text based browser. Left me pretty underwhelmed. But once I actually tried Mosaic, I was instantly converted.

[–] myrrh@ttrpg.network 2 points 5 days ago* (last edited 5 days ago)

...NCSA mosaic won the web, absolutely; in truth i think it gave a lot of us an excuse to upgrade from terminals and shell accounts...

[–] sugar_in_your_tea@sh.itjust.works 3 points 4 days ago (2 children)

From reading the whitepaper, you basically replace instance admins with community admins, and your P2P peers will cache some of the content so you don't hit the community admin all the time. Benefits:

  • lower hosting costs - you only need to pay for storage for your community, plus some transfer as comments/posts get updated on your "instance"
  • risk is limited to whatever communities someone is hosting, not an entire instance
  • user accounts aren't centralized, so if a community goes down, you still have your user account
  • some protection against doxxing IP addresses, whereas w/ Lemmy you need to trust your instance admins

Other differences:

  • moderation is selected by the community admin, there are no instance admins
  • trust mechanisms (captcha and whatnot) is managed at the community level, since there is no instance level

Potential downsides:

  • no ActivityPub, so it won't interact w/ the fediverse whatsoever
  • affiliated w/ their own crypto token, and has ties to Ethereum NFTs and whatnot
  • lots of different interfaces (4chan clone, Reddit clone, etc), which could cause distraction for devs
  • uses public-key addressing instead of content addressing, so it could be slow (they propose a mitigation)

I think it's a step in the right direction in some areas, but ultimately there's just a bit too much association w/ cryptocurrencies for it to really be a long-lasting service. We'll see though, maybe my fears are unwarranted.

[–] jagged_circle@feddit.nl 1 points 4 days ago

Oof. No Activity Pub is a death sentence

[–] geneva_convenience@lemmy.ml 0 points 4 days ago (1 children)

The ideas sound solid. One of Lemmy's issue is different instances hosting the same community and frequently posting the same content. But too much centralization leads to lemmy.world admins controlling everything. Still there might be abuse such as people claiming every community name.

[–] sugar_in_your_tea@sh.itjust.works 2 points 4 days ago (1 children)

Yeah, name squatting could be an issue, depending on if they rely on ENS or if it's merely an option. The whitepaper claims communities are merely a public key someone controls, and the name is supplementary, so you could conceivably have duplicate communities. So in theory, squatting wouldn't be a major issue, but discovery could be (i.e. if ENS is used for discovery, then it's de-facto authoritative).

I haven't looked at the implementation, just the website and whitepaper, so I don't know the specifics. But in theory it looks to have many of the same problems Lemmy has, with the major difference being reducing hosting costs and some dox protection.

[–] geneva_convenience@lemmy.ml 0 points 4 days ago (1 children)

Without some level of beneficial dictatorship all projects are doomed if moderation is required.

I don't think that's a given, I just think we haven't found a good solution yet. I'm working on one such solution, where moderation is personalized to the individual user. I think this should be good enough to hide most of the slop, while outliving any BDFL. It'll probably fail, but hopefully it helps someone else come up with a better implementation that won't.

[–] JackbyDev@programming.dev 2 points 4 days ago

Does it need to be better? Can people just share things they find interesting or that they made?