Since being on Lemmy I feel like I finally found a place I can consider more similar to my home on the web… I feel like this is the real decentralized web, not the next capitalism nightmare which is the so called “web3”…

Give me some guidance! How is the federation thing going? What are some cool projects I need to know about? I know Lemmy, Friendica, Matrix, Bookwyrm, Mastodon, but I’m sure there’s more!

  • Scott@lem.free.as
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    11 days ago

    Federated Github? That’s… git.

    Federated browsers? Federated hosting providers?

    I’m beginning to think you might not fully understand what federated means.

    • Theo@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      11 days ago

      Maybe just decentralized i am guessing. Like that would just be open source browsers. Not sure for hosting though.

  • Daeraxa@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    11 days ago

    A few I’ve been interested in.

    One I’m surprised I haven’t seen (although might inappropriate for the standard, no idea) is an activitypub messenging service like Matrix

    • Jonathan@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      11 days ago

      The developer of Pixelfed - an Instagram-alike (and now Loops.video - a TikTok like platform) announced that he is working on an ActivityPub messaging service called “Sup.” There’s nothing else really known about it except that he’s developing it. AP would actually work fairly well as a messaging protocol aside from the lack of end-to-end encryption, but that too is being worked on.

      • WhyJiffie@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        0
        ·
        10 days ago

        AP would actually work fairly well as a messaging protocol

        except when a temporary disruption in the connection results in new posts/comments/etc to not get delivered

        • Jonathan@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          9 days ago

          But that’s true of any network connected messaging protocol, making sure a message is delivered could be implemented client side. The issue with AP objects not making it to other clients / servers is more about federation discovery.

          • WhyJiffie@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            0
            ·
            edit-2
            4 days ago

            no, it isn’t for

            • matrix, because if the servers ever connect again, the message will get through. this is what’s called an “eventually consistent” system
            • any mainstream and semi-mainstream messengers, where there is a single server (from the users’ point of view), and the message just can’t get lost (randomly)

            the client shouldn’t be dealing with issues between servers. that’s the servers responsibility. if the server has told the client that it got the message, what is there anymore for the client to do?

            The issue with AP objects not making it to other clients / servers is more about federation discovery.

            I don’t think so. if you know the recipient, you know it’s servername too. and then your server can forward it to theirs.

            I think the problem here is that messages are not always delivered.

  • balsoft@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    11 days ago

    Federated browsers

    That’s literally just regular browsers, you can interact with any one of billions of webservers

    Federated github

    Git is federated by nature, you can add as many remotes as you wish and push/pull to all of them. Add in a mailing list for issue tracking and “pull requests” (patch submissions) and you’re golden. You can look up sourcehut to self-host a well-integrated combination of the two.

    Federated hosting providers

    Not sure what exactly you mean by this but maybe take a look at IPFS, although it’s more P2P then federation.

    Federated internet

    Internet is already fairly federated by nature - most commonly used protocols in the OSI stack are open and you can host your own components of critical infrastructure. Getting others to interact with them might be difficult due to security & privacy issues.