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!

  • Rentlar
    link
    fedilink
    53 hours ago

    Peertube (Youtube-like) and Loops (Tiktok-like) and Pixelfed (Instagram-like Photosharing service) are growing.

  • @[email protected]
    link
    fedilink
    12 hours ago

    Since Git can already be federated (no MS GitHub required), take a look at Darcs & Pijul for a better version control model based on Patch Theory. Tooling needs help, but fundamentals are sound.

    Everything in the XMPP world is worth checking out. Movim is one of the more interesting projects bring a social media option to the platform & pushing boundaries for clients that is cool to see—as well as Libervia for setting up communities.

  • @[email protected]
    link
    fedilink
    English
    66 hours ago

    There’s only like 20 some federated projects. I recommend you read into FOSS, self hosting, and Linux as this is what most of us are into and is along the same lines

  • Scott
    link
    fedilink
    English
    57
    edit-2
    10 hours ago

    Federated Github? That’s… git.

    Federated browsers? Federated hosting providers?

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

    • @[email protected]
      link
      fedilink
      5
      edit-2
      2 hours ago

      Federated Github? That’s… git.

      Github is a forge with features like issues, pull requests, project planning, documentation, project sites, and automation, so not really.

      • Scott
        link
        fedilink
        English
        22 hours ago

        You’re right. I was thinking more along the distribution side only.

    • @[email protected]
      link
      fedilink
      English
      46 hours ago

      Why not give a crash course for OP? As I understand it, Federation is just one standard of protocol that can communicate across servers. I think OP is referring to Federated here as both the protocol and the movement away from platforms. I think this is a valid part of growing both Federated protocols, and protocols in general as an alternative to big-tech platforms. The major platforms DO offer hosting in a way. People host their photos libraries on Facebook and Instagram. So a non-platform alternative may interest some.

      For hosting - get a private VPS and run your own cloud services. Explore RSS for news feeds, a super OG protocol that podcast feeds still use I think.

      Web browsers shouldn’t be federated because the idea there is privacy, security, and ad blocking.

      • @[email protected]
        link
        fedilink
        22 hours ago

        You can probably host a feed reader & a few other things at home on old hardware & a budget. Paying $5 USD a month on hosting is too much for many people.

    • Theo
      link
      English
      910 hours ago

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

      • @[email protected]
        link
        fedilink
        189 hours ago

        No dammit. I want my browsing activity mixed in with 5,000 other peoples. Am I logging in to my bank or yours? That’s the fun! Nobody knows!

        • Theo
          link
          English
          79 hours ago

          That’s true anonymous browsing, not only does the browser not know who you are when you visit a website, but you also don’t know what account you are logging into.

  • Skeezix
    link
    English
    66 hours ago

    How about a federated dildo.

    • hallettj
      link
      fedilink
      English
      27 hours ago

      I think of sourcehut has already-federated git hosting because to send the equivalent of a pull request instead of making an account you send patches via email using git’s built-in email workflow. Email is federated, therefore that is federated git collaboration.

      • @[email protected]
        link
        fedilink
        English
        136 minutes ago

        The whole workflow and philosophy of sourcehut is so different than GitHub though. I think a lot more people would be interested in GitHub, but federated.

        There’s also this which some people may care about.

  • Daeraxa
    link
    fedilink
    5
    edit-2
    8 hours 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
      link
      4
      edit-2
      8 hours 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.

      • Daeraxa
        link
        fedilink
        27 hours ago

        I thought I had heard about him making that before but no amount of searching seemed to find it… I guess thats why, I was thinking I had just made it up or something.

  • @j4k3
    link
    English
    8
    edit-2
    3 hours ago

    We need a way to make self hosting super easy without needing additional infrastructure. Like use my account here with my broad spectrum of posts and comments as initial credentials for a distributed DNS name and certificate authority combined with a preconfigured ISO for a Rπ or similar hardware. The whole thing should not take manual intervention for automatically updating and should just run any federated services. Then places like LW are a bridge for people to migrate to their own distributed hosting even when they lack the interest or chops to self host. I don’t see why we need to rely on the infrastructure of the old internet as a barrier to entry. I bet there are an order of magnitude more people that would toss a Rπ on their network and self host if it was made super easy, did not require manual intervention, and does not dump them into the spaghetti of networking, OS, and server configuration/security. Federated self hosting should be as simple as using a mobile app to save and view pictures or browse the internet.

    • @[email protected]
      link
      fedilink
      22 hours ago

      Fully agree, but part of the problem is that the fundamentals that our technology relies on to communicate is arcane (DNS, IP, etc.). The other problem is that were often trying to translate human experiences and needs to a binary and technological format, which cannot be done in simple terms and creates complexity.

      I don’t expect us being able to move away from current jank-stack technologies anytime soon.

    • @[email protected]OP
      link
      fedilink
      English
      3
      edit-2
      9 hours ago

      Exactly! I don’t see why we have to rely on the old internet infrastructure for a completely differently conceived type of distributing content!

      There’s stuff like ipfs, and I’m sure there are many ways to make self hosting easier…

      We normalize everyone has a modem/router/access point at home: we should normalize everyone having his own server hosted, bitcoin node, ipfs node etc etc…

      And your right, these services have to be super easy to deploy… I think containerization might be helping with this… Think about docker or Nixos… Make a nice GUI and simplify docker even more and you get packages that can run on any distro in any OS, that even a complete noob could spin up! Maybe paired with repos that host most of the self hostable stuff.

      But yeah I think the whole structure might be have to be rethought, from the way we host to the way we can connect to each other… We got to give everyone the possibility to decide which web they want to be part of, and federation definitely allows this!