Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NO
Posts
12
Comments
265
Joined
2 yr. ago

  • 1.6 relies on community hosted servers, 2 relies primarily on centralized servers and queueing mechanism. There are changes to core maps. Changes to weapons. 2 very much has the features you would expect from a modern game. 1.6 is very bare bones, but highly customizable through addons; each server can install their own addons and make the user experience unique. Hopefully this 1.6 remake will keep the server customizability intact.

  • Great question! Unlike Lemmy, which relies on federation with dedicated servers, Plebbit is fully peer-to-peer (P2P) and does not have a central server or even instances. Instead, storage happens via a combination of IPFS and users seeding data. Here’s how it works:

    Where Is Plebbit's Data Stored?

    1. Subplebbit Owners Host the Data (Like Torrent Seeders)
      • Each subplebbit owner runs a Plebbit node that stores and republishes their own community's data.
      • Their device (or a server, if they choose) must be online 24/7 to ensure the subplebbit remains accessible.
      • If a subplebbit owner goes offline, their community disappears unless others seed it—very similar to how torrents work.
    2. Users Act as Temporary Seeders
      • Any user who visits a subplebbit automatically stores and seeds the content they read.
      • This means active users help distribute content, like in BitTorrent.
      • If a user closes their app and no one else is seeding the content, it becomes unavailable until the owner comes back online.
    3. IPFS for Content Addressing
      • Posts and comments are stored in IPFS, which ensures that popular content remains available longer.
      • Unlike a blockchain, there is no permanent historical ledgerif no one is seeding, the data is gone.
      • Each post has a content address (CID), meaning that as long as someone has the data, it can be re-fetched.
    4. PubSub for Live Updates
      • Plebbit uses peer-to-peer pubsub (publish-subscribe messaging) to broadcast new content between nodes in real-time.
      • This helps users see new posts without needing a central server to pull updates from.

    What Happens If Everyone Goes Offline?

    • If no one's online to seed a subplebbit, it's as if it never existed.
    • This is a trade-off for infinite scalability—it removes the need for central databases but relies on community participation.
    • Think of it like a dead torrent—no seeders, no content.

    Comparison With Lemmy

    FeatureLemmyPlebbit
    Hosting ModelFederated servers (instances)Fully P2P (no servers)
    Who Stores Data?Instance owners (like Reddit mods running a server)Subplebbit owners & users (like torrents)
    If Owner Goes Offline?Instance still exists; data stays upThe community disappears unless users seed it
    Historical Content AvailabilityInstances keep all posts foreverOlder data may disappear if not seeded
    ScalabilityLimited by instance storage & bandwidthInfinite, as long as people seed

    Bottom Line: No Servers, Just Users

    • With Lemmy: The instance owner has to host everything themselves like a mini-Reddit admin.
    • With Plebbit: The subplebbit owner AND users seed the content—no one has to host a centralized database.
    • If something is popular, it stays alive.
    • If something isn't seeded, it disappears, just like torrents.

    It’s a radical trade-off for decentralization and censorship resistance, but if no one cares about a community, the content naturally dies off. No server, no mods deleting you from a database—just pure P2P.

    Hope that clears it up! 🚀

  • 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.

    Nowhere in the project whitepaper or FAQ does it talk about banning image hosting. Base64 encoding images in the text post is trivial, so maybe OP is the one projecting this intent or feature?

  • Alt+1-9 will select the tabs in order. I don’t know how to do any others. You can also cycle through them with ctrl+tab for cycling to the right and shift+ctrl+tab to cycle left.

    I’m not sure if the first thing works on Windows but works on Linux (KDE/xfce)

  • Word of caution, if you have been browsing successfully until now, it could be a malicious javascript app or malware loaded from that website that is attempting to scan your network or do other things. In other words if this is a new firewall request above and beyond the standard one librewolf needs to function, proceed with cation.

  • I honestly do not understand their rating system. Every one of them looks to have exactly the same rating (Mozilla says 👎, People voted super creepy), but then they have a sort by least or most creepy. What gives?

    Edit: nevermind looks like there are some that are “very creepy”. This rating system is kind of obtuse.

  • My experience is it’s really a lot of work and with the prevalence of letsencrypt, there is not a lot of automated setups for this use case (at least that I have been able to find). It is kind of a pain in the ass to run your own CA, especially if you plan to not use wildcard and to rotate certs often. If you use tailscale, they offer https certs with a subdomain given to you:

    [server-name].[tailnet-name].ts.net

    That’s honestly what I’m moving towards.