Alright so I’m not an expert so I might not be explaining it correctly.

Federated Network: Multiple instances sharing content, such as Lemmy

Peer to Peer Network: There is no “instances”, just peers. Many peers sharing content. Every user is a peer. There is no server costs, because every device connected to the network is acting like a mini-server. It will cost your device some storage space and network bandwith depending on the how the software is designed.

Or do you think Centralized servers are still gonna dominate the future?

  • P2P social networks have a moderation problem. Individual users are all their own moderators, which works like the “block” feature on Lemmy and KBin. However, this can get super exhausting so fast. There’s only so much fascist, homophobic, or transphobic bullshit a person can tolerate in an online interaction before they just give up and leave the network because it feels like there’s nothing worthwhile there.

    There may be a solution to this problem someday, but for now, you have a choice for P2P networks. You can give up on user discovery entirely, as in Secure Scuttlebutt, where your network grows as you get invited to follow people or invite people to follow you. Alternatively, you can give up on moderation entirely, as with Nostr. I think either are fatally flawed presently, making federated services the best choice for having good control over your social networking experience without having to do every single part of it yourself.

    • this can get super exhausting so fast

      I wish to see a P2P network with moderation “subscriptions”! So you can subscribe to the “anti-spam list” or “!asklemmy moderation list by @mekhos” or “anti-xenophobic list”. The integrity of each filter list is upheld by its reputation. If a spam list flags too many legitimate users, people have the choice to abandon it. If users of a community (which is just a hashtag) don’t like the direction the mods are steering it, they can resubscribe to a different set of mods.

      • I think ultimately something like that will be the solution. And maybe it will just be that you can subscribe to any other user’s block list, and perhaps they can in turn subscribe to yours, and basically within your peer 2 peer network the block list(s) are federated. You could potentially even have a block and whitelist where when someone you think shouldn’t get blocked gets blocked you personally white list them, and in the case of conflicting block and whitelists, a consensus based confidence list is created where some users just don’t show in your feed if enough percentage of your block list follows block them vs whitelist them, and users near 50% show in your feed in a collapsed “controversial” mode

      •  Nix   ( @nix@merv.news ) 
        link
        fedilink
        English
        2
        edit-2
        1 year ago

        Bluesky does this.

        The atProtocol has some pretty cool things. I hope ActivityPub can adopt the ability for users to invite others so closed instances can have an invite system

  •  zer0   ( @zeropublix@lemmy.ml ) 
    link
    fedilink
    English
    151 year ago

    The problem with peer to peer is that it would require you to have stuff saved on your device and my sister can’t even keep her phone “empty enough” with 256GB so I think local “hubs” is the better right now.

    Isn’t it essentially similar to the dark net that has been going like that successfully since forever ?

    • With distributed hash tables it is manageable. You do something like “store three copies on three peers” and as long as one of them is online the post is accessible. This is actually better than the way lemmy does it now. In principle each lemmy server stores the posts from its communities, and a copy of each post from communities its users are subscribed to. But since all instances are federated so well, in practice each of the 1000 lemmy instances stores a copy of almost every post ever made. That’s like 100GB x1000. With a DHT, the amount of space used on each user’s device is on average the amount of posts one user makes x3, no more.

      •  Lmaydev   ( @Lmaydev@programming.dev ) 
        link
        fedilink
        English
        4
        edit-2
        1 year ago

        Yeah I have serious concerns about how it will scale.

        Luckily storage is the cheapest thing generally.

        Maybe down the line they can start using varying degrees of cold storage for older content. Cheaper to store but more expansive to access.

        • Storage is cheap but most of the instance operators that are setting up right now aren’t prepared for how much storage they’re going to need and it’s associate costs. I’m not talking the big boys like .World, but the hundreds of private and semi-private instances being set up on $12/mo VPS and such.

          After 30 days of running my single user instance I’m at 23GB of storage. Since I’m using on prem equipment I have the lowest cost per GB possible and am not the least concerned. We’re going to see a ton of attrition with hosted instances as the costs of ownership goes from 10, to 20, to 40, to $50+/mo. due to storage. Many aren’t in anyway prepared to tackle the topic of moving PICTRS off to object storage or engage in other mitigations.

  • Look at the Zerotier vpn model. They have several instances hosted all over the world that the client app running on user devices initially contact. These instances are in essence federated even if they use a different term for it.

    The instance then gives each client a list of peers and how to reach them, and the clients attempt to reach each other directly, bypassing the instance where possible.

    Both models work together. There’s no need for locking into one and ignoring the other. Use the best tool for the job at hand.

  • I think this article by Alyssa Rosenzweig is important to consider. I think it does make some assumptions about the purpose of federating, but it does make one very important point that I think everyone in this space is ignoring: the internet was already fundamentally federated from the beginning, and look how that turned out.

    It’s for this reason that I believe a fediverse only survives due to a culture of keeping it alive, but I don’t know that that culture will survive long term in a free market. It might be that the internet is just like the rest of the world: an ebb and flow of democratic and totalitarian states, history being forgotten, lessons being relearned the hard way. That might just be how the internet works now.

    •  NaN   ( @nan@lemmy.blahaj.zone ) 
      link
      fedilink
      English
      5
      edit-2
      1 year ago

      No, each user is a “peer”, in Lemmy they access content through the instances.

      They are talking something more like IPFS.

      I don’t really know much about IPFS, but I think a downside to peer to peer is the potential for content to disappear because someone turns off their computer or quits whatever application. I can’t be the only person to have a torrent stall at 80% because the rest isn’t available in the network.