Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Programming
  3. An open source Peer-to-peer serverless decentralized social media protocol built on IPFS

An open source Peer-to-peer serverless decentralized social media protocol built on IPFS

Scheduled Pinned Locked Moved Programming
programming
54 Posts 29 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P [email protected]

    Plebbit is pure peer-to-peer social media protocol, it has no central servers, no global admins, and no way shut down communities-meaning true censorship resistance.

    Unlike federated platforms, like lemmy and Mastedon, there are no instances or servers to rely on

    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.

    ENS domain are used to name communities.

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

    anyone can contribute, build their own client, and shape the ecosystem

    Important Links :

    Home

    https://plebbit.com/home

    App

    https://plebbit.com/home#cb2a9c90-6f09-44b2-be03-75f543f9f5aa

    FAQ

    https://github.com/plebbit/whitepaper/blob/master/FAQ.md

    Whitepapers

    https://github.com/plebbit/whitepaper

    https://github.com/plebbit/whitepaper/discussions/2

    Github

    https://github.com/plebbit

    https://github.com/plebbit/plebbit-react

    https://github.com/plebbit/plebbit-react/releases

    https://github.com/plebbit/seedit

    https://github.com/plebbit/seedit/releases

    sortekanin@feddit.dkS This user is from outside of this forum
    sortekanin@feddit.dkS This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #28

    no global admins, and no way shut down communities-meaning true censorship resistance.

    "True censorship resistance" is not a desirable property. No normal user wants to deal with moderation. You need to have a structure for delegating moderation and such tasks to other people.

    C P 2 Replies Last reply
    0
    • N [email protected]

      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 ledger—if 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! 🚀

      M This user is from outside of this forum
      M This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #29

      Is this reply AI generated?

      N 1 Reply Last reply
      0
      • W [email protected]

        Please spare me whatever philosophical navel gazing you're trying to do here. I'm asking what should be an incredibly straightforward question about what should be basic functionality in any P2P seeding based system:

        What control, if any, does an individual user have over what they seed back into the system?

        Some P2P systems just give each user an encrypted blob of all sorts of stuff, so the individual user can't choose and on paper isn't responsible for whatever it is that they are seeding back in. I'm personally not ok with not having a way to ensure that I'm not seeding nazi manifestos.

        A This user is from outside of this forum
        A This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #30

        I will still check it out, but it doesn't mean I will adopt it.

        1 Reply Last reply
        0
        • W [email protected]

          Please spare me whatever philosophical navel gazing you're trying to do here. I'm asking what should be an incredibly straightforward question about what should be basic functionality in any P2P seeding based system:

          What control, if any, does an individual user have over what they seed back into the system?

          Some P2P systems just give each user an encrypted blob of all sorts of stuff, so the individual user can't choose and on paper isn't responsible for whatever it is that they are seeding back in. I'm personally not ok with not having a way to ensure that I'm not seeding nazi manifestos.

          A This user is from outside of this forum
          A This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #31

          I liked "navel gazing" I'm keeping that one.

          1 Reply Last reply
          0
          • ? Guest

            From the whitepaper:

            1. The user completes the captcha challenge and publishes his post and
              captcha challenge answer over pubsub.
            2. The subplebbit owner’s client gets notified that the user published to his
              pubsub, the post is not ignored because it contains a correct captcha
              challenge answer.
            3. The subplebbit owner’s client publishes a message over pubsub indicating
              that the captcha answer is correct or incorrect. Peers relaying too many
              messages with incorrect or no captcha answers get blocked to avoid DDOS
              of the pubsub.
            4. The subplebbit owner’s client updates the content of his subplebbit’s
              public key-based addressing automatically

            I may be misunderstanding how this protocol works, but at step 10 what prevents the owner from publishing the captcha answer as incorrect as a method of censorship based on the content of the post?

            K This user is from outside of this forum
            K This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #32

            The owner can obviously moderate and thereby censor, anyway. Thats not the kind of censorship free this thing advertises. Its not more or less censored as lemmy is when instance hosts do moderation.

            1 Reply Last reply
            0
            • ? Guest

              Can you host a node to earn its token?

              A This user is from outside of this forum
              A This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #33

              Hopefully! That way all the crypto bros will concentrate there and leave normal social media alone.

              1 Reply Last reply
              0
              • ? Guest

                No moderation seems like a recipe for disaster

                ? Offline
                ? Offline
                Guest
                wrote on last edited by
                #34

                I was there for the early days of Voat, which was an earlier version of a Reddit clone. Those first few months were nice, but it quickly devolved into a hate-filled N*zi safe haven.

                Fediverse has an early version of a bot problem, which is ubiquitous in all social media these days (thanks to state actors and also corpos that want you to think/feel a certain way). idk how the fediverse is handling the bot problem, but for now it seems to be less noticeable here than other places.

                If the platform is truly "free speech" without any moderation, then it will quickly devolve into worse than 4chan.

                Voat is gone now, which is a good thing, but if you have an programming background you can use an LLM to study the way it self-destructed by looking at the archive.org snippets. See how it quickly became theDonald but worse.

                That is what will happen to this un-moderated decentralized social media protocol.

                1 Reply Last reply
                0
                • B [email protected]

                  Because there isn’t a solution.

                  This has been discussed and experimented with to death where such networks existed for a long time. Just because you never heard of them or even knew they exist doesn't mean that they don't.

                  See Freenet/Hyphanet and the three approaches (local trust, shared user trust lists, web of trust) if you want to learn something. The second one worked out the best from a performance and scalability point of view compared to the third.

                  R This user is from outside of this forum
                  R This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #35

                  See Freenet/Hyphanet

                  Please don't, because it is literally the largest place online that openly trades CSAM. Law enforcement even run their own nodes there to try to catch people.

                  B 1 Reply Last reply
                  0
                  • sortekanin@feddit.dkS [email protected]

                    no global admins, and no way shut down communities-meaning true censorship resistance.

                    "True censorship resistance" is not a desirable property. No normal user wants to deal with moderation. You need to have a structure for delegating moderation and such tasks to other people.

                    C This user is from outside of this forum
                    C This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #36

                    Says who? Moderate your damn self, wannabe. Better yet, GTFO and don't touch this horror show. You might break a pinky.

                    1 Reply Last reply
                    0
                    • P [email protected]

                      Plebbit is pure peer-to-peer social media protocol, it has no central servers, no global admins, and no way shut down communities-meaning true censorship resistance.

                      Unlike federated platforms, like lemmy and Mastedon, there are no instances or servers to rely on

                      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.

                      ENS domain are used to name communities.

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

                      anyone can contribute, build their own client, and shape the ecosystem

                      Important Links :

                      Home

                      https://plebbit.com/home

                      App

                      https://plebbit.com/home#cb2a9c90-6f09-44b2-be03-75f543f9f5aa

                      FAQ

                      https://github.com/plebbit/whitepaper/blob/master/FAQ.md

                      Whitepapers

                      https://github.com/plebbit/whitepaper

                      https://github.com/plebbit/whitepaper/discussions/2

                      Github

                      https://github.com/plebbit

                      https://github.com/plebbit/plebbit-react

                      https://github.com/plebbit/plebbit-react/releases

                      https://github.com/plebbit/seedit

                      https://github.com/plebbit/seedit/releases

                      gandalf_der_12te@discuss.tchncs.deG This user is from outside of this forum
                      gandalf_der_12te@discuss.tchncs.deG This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #37

                      i don't trust any messenger system that uses the word "serverless". such a word is misleading, at best, and a scam more likely.

                      P 1 Reply Last reply
                      0
                      • P [email protected]

                        Plebbit is pure peer-to-peer social media protocol, it has no central servers, no global admins, and no way shut down communities-meaning true censorship resistance.

                        Unlike federated platforms, like lemmy and Mastedon, there are no instances or servers to rely on

                        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.

                        ENS domain are used to name communities.

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

                        anyone can contribute, build their own client, and shape the ecosystem

                        Important Links :

                        Home

                        https://plebbit.com/home

                        App

                        https://plebbit.com/home#cb2a9c90-6f09-44b2-be03-75f543f9f5aa

                        FAQ

                        https://github.com/plebbit/whitepaper/blob/master/FAQ.md

                        Whitepapers

                        https://github.com/plebbit/whitepaper

                        https://github.com/plebbit/whitepaper/discussions/2

                        Github

                        https://github.com/plebbit

                        https://github.com/plebbit/plebbit-react

                        https://github.com/plebbit/plebbit-react/releases

                        https://github.com/plebbit/seedit

                        https://github.com/plebbit/seedit/releases

                        U This user is from outside of this forum
                        U This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #38

                        This fixes the issue of hosting any nefarious content.

                        ::: spoiler NSFW = Nefarious content
                        PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJ
                        QyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8y
                        MDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4
                        bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iNjQwLjAwMDAwMHB0IiBo
                        ZWlnaHQ9IjEyODAuMDAwMDAwcHQiIHZpZXdCb3g9IjAgMCA2NDAuMDAwMDAwIDEyODAuMDAwMDAw
                        IgogcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCI+CjxtZXRhZGF0YT4KQ3JlYXRl
                        ZCBieSBwb3RyYWNlIDEuMTUsIHdyaXR0ZW4gYnkgUGV0ZXIgU2VsaW5nZXIgMjAwMS0yMDE3Cjwv
                        bWV0YWRhdGE+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLDEyODAuMDAwMDAwKSBz
                        Y2FsZSgwLjEwMDAwMCwtMC4xMDAwMDApIgpmaWxsPSIjMDAwMDAwIiBzdHJva2U9Im5vbmUiPgo8
                        cGF0aCBkPSJNMjQxNyAxMjc4OSBjLTg1IC0yMCAtMTcyIC05MCAtMjAyIC0xNjMgLTExIC0yNSAt
                        MjMgLTM0IC01OCAtNDMKLTY5IC0xOSAtMTI2IC02OSAtMTY0IC0xNDMgLTIzNiAtNDY0IC0zMjUg
                        LTY5MiAtNDAzIC0xMDMwIC0xMiAtNTIgLTQwIC0xNjcKLTYzIC0yNTUgLTIyIC04OCAtNDEgLTE4
                        MiAtNDIgLTIxMCAtMSAtMjcgLTE0IC04OCAtMjkgLTEzNCAtMjQgLTc2IC0yNyAtMTE4Ci02IC04
                        MSAzMSA1NCAxMDQgMTQyIDEyOCAxNTQgNjMgMzMgODUgLTIzIDExNyAtMjg5IDQwIC0zMzQgOTgg
                        LTUwMiAyMDUgLTU5OAo0NCAtNDAgMTEwIC03NiAxMTAgLTYxIDAgMyAtMTYgMjQgLTM1IDQ3IC0y
                        NSAyOSAtMzUgNTAgLTM1IDc0IDAgMzcgLTI0IDkzCi00MCA5MyAtNSAwIC0xMiAxMSAtMTYgMjQg
                        LTYgMjcgMTMgNzIgNDUgMTAwIDEyIDExIDIxIDMwIDIxIDQzIDAgMTcgNSAyMyAxOAoyMSAxMyAt
                        MiAxOSA5IDI5IDUyIDYgMzAgMTIgODEgMTIgMTEzIDEgNTEgMTEgNzEgMjUgNDkgMyAtNSAtMiAt
                        NDYgLTExIC05MwotMjEgLTExNiAtMjEgLTM1NyAxIC00NzkgOSAtNTIgMTkgLTExMCAyMiAtMTI3
                        IDMgLTE4IDggLTMzIDEzIC0zMyAxOCAwIDQ2CjMwIDU3IDYxIGwxMiAzNCA3IC0zMiBjNSAtMjIg
                        MTMgLTMzIDI1IC0zMyAxMyAwIDE5IC0xMSAyNCAtNDYgMyAtMjYgNiAtMzA1CjYgLTYyMCBsMCAt
                        NTc0IC0yOSAtMTA3IGMtMTcgLTYwIC01OSAtMjE1IC05NSAtMzQ1IC05MyAtMzM5IC0xNTYgLTY3
                        OCAtMTU2Ci04NDIgMCAtMjcgLTQ3IC0yNzUgLTEwNSAtNTUyIGwtMTA1IC01MDQgLTExNCAtMjA4
                        IGMtNjIgLTExNSAtMTE2IC0yMTcgLTEyMAotMjI4IC01IC0xNiA0IC0yOCAzNiAtNTQgMjQgLTE5
                        IDQ3IC00MSA1MiAtNDkgNSAtOSAzMSAtMzcgNTcgLTYzIDM2IC0zNSA1NwotNDggNzggLTQ4IDE3
                        IDAgMzMgNSAzNiAxMSA1IDYgMTMgMyAyMiAtMTAgMjIgLTMzIDQ1IC00MSA4OCAtMzEgMzAgNyA0
                        MyA1CjU2IC02IDE4IC0xNiA0NCAtMTAgNTMgMTIgOCAyMSAyNiA3IDI2IC0xOSAtMSAtMzYgLTMz
                        IC02NCAtMTE2IC0xMDMgLTkyIC00MgotMTc4IC02NCAtMzY0IC05NCAtMTUxIC0yNSAtMjI3IC00
                        OSAtMjU3IC04MyAtNTEgLTU3IC0xNTAgLTM0MyAtMTk2IC01NjcKLTQ0IC0yMTMgLTQ0IC0yMDMg
                        LTEgLTIzOCBsMzcgLTMxIDMwIDIyIGMyMiAxNiAzMSAxOSAzNCA5IDcgLTIwIDMzIC00MiA0OQot
                        NDIgMTYgMCA0OCA0NCAxMDcgMTQ5IGw0MiA3NCAxMTAgNDcgYzc5IDM0IDEzMCA0OSAxODAgNTQg
                        MzkgNCAxNTMgMTcgMjU1CjI4IDEzNiAxNiAyNDQgMjIgNDA1IDIyIDE5NyAwIDIzMCAtMiAzMTQg
                        LTIzIDUyIC0xMyAxMjQgLTM1IDE2MCAtNTAgbDY2IC0yNgo4IC0xNjEgYzggLTE1MiA3IC0xNjcg
                        LTE3IC0yNzUgLTc5IC0zNTYgLTgxIC01OTIgLTYgLTExODQgMjEgLTE3MCA0MSAtMzM5CjQ1IC0z
                        NzUgMTEgLTExMSAyNSAtMTg2IDg1IC00NjAgMzMgLTE0NiA2NCAtMzA1IDcxIC0zNTQgMTMgLTk5
                        IDYgLTIxMyAtMTYKLTI3NSAtMTIgLTM1IC0xMSAtNTQgNiAtMTU4IDIxIC0xMzIgMjQgLTIyOCA4
                        IC0yNzAgLTYgLTE2IC0xMCAtOTcgLTEwIC0xOTMKMSAtMTY5IC0yNiAtMzg0IC02NSAtNTIwIC0z
                        MyAtMTE3IDMgLTI0OSA5MSAtMzM1IDg1IC04MiAyNjggLTE1NCAzOTIgLTE1NQo2OSAwIDg5IDE1
                        IDExOCA4OSA3OSAxOTYgOTEgMjk3IDUyIDQzNiAtNDQgMTU3IC03NiAzMzYgLTg4IDQ5MCAtNiA4
                        MyAtMjIKMjIxIC0zNSAzMDggLTEzIDg3IC0yNCAxODAgLTI0IDIwNiAwIDI2IC05IDgzIC0yMCAx
                        MjcgLTQ0IDE3MSAtNTMgMjU4IC00MQozODMgNiA2NCAxNSAxODQgMjEgMjY2IDYgODMgMjcgMjc0
                        IDQ2IDQyNSA0NiAzNTUgNTQgNTc1IDI5IDc4MCAtMTEgODYgLTE5CjIxNSAtMTkgMzE1IDAgMTUx
                        IDMgMTg5IDMzIDM0NSAxOCA5NiAzNCAxNzYgMzYgMTc4IDIgMiA3NCAtMzUgMTYyIC04MSAxODAK
                        LTk2IDczMCAtMzg2IDgxMyAtNDI5IDkzIC00NyAxNzcgLTY4IDMyMSAtODAgbDEzNiAtMTEgOTUg
                        NDYgYzEwNCA1MCAxNzkgMTE0CjIyMSAxODcgNzYgMTMyIDg1IDM3OSAyNiA3MTYgLTk2IDU1NSAt
                        MTYyIDg0NCAtMjYwIDExMzcgLTUwIDE1MSAtMTUwIDM4OAotMTc3IDQyMCAtMjMgMjYgLTEwIDI5
                        IDMzIDcgNTEgLTI2IDkyIC0yNiAxMDAgMCA1IDE2IDEwIDE4IDMzIDkgMjEgLTggMjkgLTcKMzkg
                        NyA3IDEwIDEzIDIzIDEzIDI5IDAgNiAtMjggNDkgLTYyIDk2IC00OSA2NyAtNjUgOTggLTc5IDE1
                        NCAtOSAzOSAtMTUgNzMKLTEyIDc4IDEwIDE2IDIxIDUgMjcgLTI4IDkgLTQ2IDkzIC0yMTMgMTIz
                        IC0yNDIgMTkgLTIwIDI2IC0yMiA0NCAtMTIgMTkgMTAKMjEgMTcgMTUgNTcgLTMgMjUgLTI0IDEw
                        MCAtNDUgMTY2IGwtMzkgMTIxIDUgMjM1IGM0IDE2NCAyIDI2NyAtOCAzNDAgLTIxCjE2OSAtMTkg
                        MTg1IDU0IDQzNCAxMjggNDM2IDIwNyA3ODcgMjQ4IDExMTEgMTEgODggMjcgMTg1IDM1IDIxNSAx
                        OSA3NSAxOAoxMjYgLTExIDM0MSAtMjUgMTkyIC0xNDkgODU2IC0yMTEgMTEyOSAtNzEgMzEzIC0x
                        NTQgNTg5IC0yMTYgNzE3IC00MiA4NiAtODAKMTI3IC0xNDQgMTU5IC01NCAyNiAtNTcgMjcgLTE4
                        NyAyMCAtMTM0IC03IC0xNzUgLTE0IC0zNzQgLTU5IC02MiAtMTUgLTE1MwotMjkgLTIwMiAtMzMg
                        bC05MCAtNyAyNCA2OSBjMTQgMzggMjUgODQgMjUgMTAyIDAgNDIgLTMwIDcyIC03NCA3MiAtMTgg
                        MCAtNTQKMyAtODAgNiAtNDQgNiAtNDYgOCAtMzAgMjUgMTEgMTMgMTUgMjggMTEgNDkgLTUgMjQg
                        LTMgMzAgMTEgMzAgMjggMCA4MSAzNwoxMDIgNzIgMTQgMjMgMjAgNDcgMTggNzcgLTMgNDMgLTQg
                        NDQgLTUzIDYzIC00MSAxNiAtNTMgMjYgLTY3IDU4IC0xNSAzNSAtMjAKNDAgLTUwIDQwIC0zNiAw
                        IC0xMDggLTQwIC0xNDIgLTc4IC0xMSAtMTIgLTIyIC0yMiAtMjYgLTIyIC0zIDAgLTEyIDIyIC0y
                        MAo0OSAtMTMgNDcgLTE1IDQ5IC02NCA2MyBsLTUxIDEzIC0zIDUwIGMtMiAzMSAtOSA1MyAtMTgg
                        NTggLTggNSAtMzEgNDAgLTUwCjgwIC00NiA4OSAtMTExIDE5MCAtMTY1IDI1MSAtNDggNTQgLTI1
                        NCAyMjEgLTMxOSAyNTggLTE1NyA4OSAtMzg2IDEzNyAtNTEzCjEwN3ogbTU0MSAtMzM5NyBjMjQg
                        LTE5IDYzIC02NCA4NyAtMTAxIDIzIC0zNiA3MSAtMTExIDEwNyAtMTY2IDM1IC01NSA3OQotMTE0
                        IDk3IC0xMzIgMzcgLTM4IDU1IC03OCA3NyAtMTcwIDIwIC04NyAxOSAtMTk3IC0yIC0yNTkgLTIw
                        IC02MCAtNDIgLTkxCi0xNzIgLTI0MCAtMTIwIC0xMzcgLTIzNSAtMjg3IC0yNzYgLTM1OSAtMTYg
                        LTI3IC03MSAtMTA1IC0xMjMgLTE3MiAtNzUgLTk4Ci0xMDIgLTE0MyAtMTMzIC0yMjAgLTc1IC0x
                        ODggLTk2IC0zMTIgLTEwNiAtNjEzIC0xMCAtMzA1IDM3IC02NDYgMTkyIC0xMzc5CjM1IC0xNjgg
                        NjMgLTMwOSA2MiAtMzEzIC0yIC01IC00NSAxOCAtOTYgNDkgLTg0IDUzIC05MyA2MiAtMTAzIDk4
                        IC0zMiAxMzEKLTkyIDIzOCAtMTU4IDI4MiAtNTggMzkgLTEwNCA0NiAtMjU4IDQwIC0xMzEgLTYg
                        LTE0MyAtNSAtMTQzIDExIDAgOSAtMTQgNjIKLTMwIDExNyAtMzggMTI4IC0zOSAxOTUgLTQgMjc4
                        IDUzIDEyNSA2NiAxNzUgODAgMzA0IDkgOTMgMjAgMTQ5IDM4IDE5MCAxMwozMiA1MiAxNDEgODYg
                        MjQzIDUwIDE1MCA5MCAyNDMgMjEyIDQ5MCAyNDkgNTA2IDI1NSA1MjggMzA4IDExMTUgNSA2NiAy
                        NiAyMjgKNDUgMzYwIDQwIDI3NCA1NSA0MzAgNTUgNTYzIGwwIDkzIDU4IC0zNyBjMzEgLTIwIDc2
                        IC01MiAxMDAgLTcyeiBtNzE2IC0yOTg3CmMzMyAtNTAgMzggLTY3IDU3IC0xOTcgMzMgLTIzMiA3
                        NCAtMzg1IDE0NyAtNTUzIDQ4IC0xMTEgMzExIC03NjUgMzA3IC03NjUKLTEgMCAtNTkgMjcgLTEy
                        NyA2MCAtMTQyIDY5IC0yODAgMTA4IC00MTAgMTE3IC03NSA1IC04OCA5IC04OCAyNCAwIDkgNyA3
                        NQoxNSAxNDYgMjYgMjMwIDQ1IDU1OSA1MiA4OTQgMyAxODEgNyAzMjkgOCAzMjkgMSAwIDE5IC0y
                        NSAzOSAtNTV6Ii8+CjwvZz4KPC9zdmc+Cg==
                        :::

                        Just proving a point.

                        Perhaps you want a character limit and spam protection? But how?

                        1 Reply Last reply
                        0
                        • R [email protected]

                          See Freenet/Hyphanet

                          Please don't, because it is literally the largest place online that openly trades CSAM. Law enforcement even run their own nodes there to try to catch people.

                          B This user is from outside of this forum
                          B This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #39

                          Didn't click on your links. But LEA does this move against any network that may offer anonymization. Don't use Tor hidden services. Don't go near I2P. Stay away from Freenet...etc. This even includes any platform that is seen as not fully under control, like Telegram at some point.

                          In its essence, this move is no different from "Don't go near Lemmy because it's a Putin-supporting communist platform filled with evil state agents".

                          Does any network that may offer anonymization (even if misleadingly) attract undesirable people, possibly including flat out criminals? Yes.

                          Should everyone stay away from all of them because of that? That's up to each individual to decide, preferably after seeing for themselves.

                          But parroting "think of the children" talking points against individual networks points to either intellectual deficiency, high susceptibility to consent-manufacturing propaganda, or some less innocent explanations.

                          1 Reply Last reply
                          0
                          • M [email protected]

                            Is this reply AI generated?

                            N This user is from outside of this forum
                            N This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #40

                            Partially.

                            1 Reply Last reply
                            0
                            • P [email protected]

                              Plebbit is pure peer-to-peer social media protocol, it has no central servers, no global admins, and no way shut down communities-meaning true censorship resistance.

                              Unlike federated platforms, like lemmy and Mastedon, there are no instances or servers to rely on

                              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.

                              ENS domain are used to name communities.

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

                              anyone can contribute, build their own client, and shape the ecosystem

                              Important Links :

                              Home

                              https://plebbit.com/home

                              App

                              https://plebbit.com/home#cb2a9c90-6f09-44b2-be03-75f543f9f5aa

                              FAQ

                              https://github.com/plebbit/whitepaper/blob/master/FAQ.md

                              Whitepapers

                              https://github.com/plebbit/whitepaper

                              https://github.com/plebbit/whitepaper/discussions/2

                              Github

                              https://github.com/plebbit

                              https://github.com/plebbit/plebbit-react

                              https://github.com/plebbit/plebbit-react/releases

                              https://github.com/plebbit/seedit

                              https://github.com/plebbit/seedit/releases

                              S This user is from outside of this forum
                              S This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #41

                              Looks promising, but too difficult to use for average user.

                              1 Reply Last reply
                              0
                              • gandalf_der_12te@discuss.tchncs.deG [email protected]

                                i don't trust any messenger system that uses the word "serverless". such a word is misleading, at best, and a scam more likely.

                                P This user is from outside of this forum
                                P This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #42

                                I agree in general, just like the word "decentralized". But in this case it's legit, because it simply means it's p2p. I'd call bitcoin "serverless" as well, so it's BitTorrent and IPFS. Plebbit is exactly the same: you open the desktop app and it runs a p2p node automatically in the background, to run your subplebbit, and users connect to it peer to peer. Your p2p node is not really a "server", because it doesn't require any centralized domain to function, it uses transport protocols and peer discovery instead.

                                1 Reply Last reply
                                0
                                • sortekanin@feddit.dkS [email protected]

                                  no global admins, and no way shut down communities-meaning true censorship resistance.

                                  "True censorship resistance" is not a desirable property. No normal user wants to deal with moderation. You need to have a structure for delegating moderation and such tasks to other people.

                                  P This user is from outside of this forum
                                  P This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #43

                                  You need to have a structure for delegating moderation and such tasks to other people.

                                  We actually have it: since there's no central database of communities, who decides which ones appear in the homepage of the apps to first-time users? We use a "default list" of communities, which is effectively moderated (vetoed) by the app developer. This is the only "global admin" we basically have, but it's only for the app itself, not the protocol, and it still doesn't stop users from connecting p2p to the community (depending on the app, some plebbit client developers could implement blacklists).

                                  ? 1 Reply Last reply
                                  0
                                  • ? Guest

                                    No moderation seems like a recipe for disaster

                                    P This user is from outside of this forum
                                    P This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #44

                                    The communities moderate themselves with their own admins, just like on reddit. The difference is, there's no global admins that can censor communities or enforce global rules. However, the plebbit app developer can basically act like a global admin by blacklisting connections to certain communities. I predict the most popular plebbit apps won't include such blacklisting functions.

                                    Plebbit is like BitTorrent, there's no global BitTorrent admin. You use a BitTorrent client (like uTorrent) to download torrents, and the client could technically blacklist your torrent. You use a plebbit client (like Seedit) to download a subplebbit, and the client could technically blacklist your subplebbit.

                                    It's entirely possible that more centralized plebbit clients will be created, to be published on app stores for example, and they will implement whitelists of safe communities to participate in, blocking any other community.

                                    1 Reply Last reply
                                    0
                                    • ? Guest

                                      @Plebbitor I could not join the matrix, please check the server is OK 😓

                                      @programming

                                      P This user is from outside of this forum
                                      P This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #45

                                      nobody is running the matrix server at the moment, if you are interested in running it dm @estebanabaroa on telegram

                                      1 Reply Last reply
                                      0
                                      • R [email protected]

                                        How long until this gets overrun with 🍕 and nobody wants to use it

                                        P This user is from outside of this forum
                                        P This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #46

                                        there's no 🍕 because ALL data on plebbit is text-only, you cannot upload media. We did this intentionally, so if you want to post media you must post a direct link to it (the interface embeds the media automatically), a link from centralized sites like imgur and stuff, who know your IP address, take down the media immediately (the embed 404's) and report you to authorities. Further, plebbit works like torrents so your IP is already in the swarm, so you really shouldn't use it for anything illegal or you'll get caught.

                                        1 Reply Last reply
                                        0
                                        • N [email protected]

                                          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?

                                          P This user is from outside of this forum
                                          P This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #47

                                          You can't encode base64 images on plebbit, each fiels has a character limit. Obviously centralized links, from which media is embedded, will be taken down by the relative centralized website.

                                          N 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups