• 0 Posts
  • 11 Comments
Joined 2 years ago
cake
Cake day: June 5th, 2023

help-circle


  • … It was incredibly sobering that a case about our privacy was being conducted both in private and in secret. So we’re pleased to see a course change here. That said, the battle is not yet won. The arguments to break encryption do not just relate to this specific case and we are having to constantly make the case for why encryption is vital in our democracy; nor does this judgment stipulate that the case will be held fully in the open moving forward – as it should be – only that we can know the “bare details”. We welcome this news but we continue to fight for full transparency here.


  • The legislation would force companies to store and provide law enforcement with access to their users’ communications, including those that are end-to-end encrypted.3 The consensus among cybersecurity experts is that complying with this requirement for end-to-end encrypted communications services will be impossible without forcing providers to create an encryption backdoor4 —akin to a master key that unlocks every door in a building.

    Hopefully they don’t pass this devastating legislation. One has to wonder who this would be benefitting the most? I doubt law enforcement even cares that much. My guess is the same that is responsible for Brexit and destroying the US. Resist wile you can, or better yet get the things you care about enshrined in your constitution and advertised among your constituents. Don’t think it can’t happen to you next.






  • 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

    Feature Lemmy Plebbit
    Hosting Model Federated 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 up The community disappears unless users seed it
    Historical Content Availability Instances keep all posts forever Older data may disappear if not seeded
    Scalability Limited by instance storage & bandwidth Infinite, 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! 🚀