Is decentralised federated social media over engineered?

Can’t get this brain fart out of my head.

What would the simplest, FOSS, alternative look like and would it be worth it?

Quick thoughts:

* FOSS platforms intended to be big single servers, but dedicated to …
* Shared/Single Sign On
* Easy cross posting
* Enabling and building universal Multi-platform clients.
* Unlike email, supporting small servers

No duplication/federation/protocol required, just software.

#fediverse
@fediverse

  • 1984@lemmy.today
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    5 months ago

    Single sign in to the fediverse seems awful. Then we are logging in to it through American big tech servers. Forget anonymity and no tracking. Probably see ads on the login screen too.

    But otherwise, sure. A single server is not always a bad idea. In practice, this is how Lemmy is too. Most people are on Lemmy.world, and they picked that server because they don’t think decentralized is important.

    • mindlight@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      Single Sign On doesn’t mean that “American BigTech Servers” have to be used.

      Essentially, for the users, it means that an account for site A can be used to login on site B because site A and site B trust each other.

      A concept to Google if one wants to know more is “federated login”.

      • maegul@lemmy.ml
        link
        fedilink
        English
        arrow-up
        0
        ·
        5 months ago

        Yea this is exactly what I was thinking about.

        The idea being that there would be circles of trusted platforms and once you have an account with one you have an account on all of them. Which, I imagine, would allow easy/quick cross posting from one platform to another when desired and make it easier to build and maintain an aggregating client that allows you to view all the platforms within such a “circle of trust” that you’re interested in through a unified interface.

  • Joël de Bruijn@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    Maybe good old blogosphere with comments pingbacks and pubsubhub(?) was a sort of simpler proto version of the fediverse.

      • Mireya Strife@masto.es
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        5 months ago

        @maegul @joeldebruijn I think you have something there. a simple protocol, something like the blogosphere with RSS but with some additions:

        - a properly defined markup language that can be read by clients, not the HTML5 monstrosity.
        - it would work like RSS in the client fetching new entries from servers, but extend it so it can submit comments directly from the client.
        - make something like WordPress, but orders of magnitude smaller, that can make hosting your own blog or server a breeze.
        - ideally some other software like WriteFreely where multiple less technically inclined people can sign up and have their social blog without any setup required. this would be hosted by volunteers, like mastodon instances.

        I’m not sure if something like this would work, but wanted to share it.

        • Mireya Strife@masto.es
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          5 months ago

          @maegul @joeldebruijn clients would also have an option to send new blog entries to your own server. this would allow for a seamless UI not too different from Mastodon clients, but simpler and less cluttered of course.

          everything properly defined in a protocol as simple as possible so there can be as many implementations of clients and servers as there are RSS readers.

          • maegul@hachyderm.ioOP
            link
            fedilink
            arrow-up
            0
            ·
            5 months ago

            @strife @joeldebruijn

            Yea this is the essence of the idea. Strip down the interop requirements as much as possible, relying on existing tech as much as possible, and allow software and norms to solve all the other problems, where, TBF, it seems that software is doing all the heavy lifting in the fediverse anyway, but also has to handle federation and the protocol.

  • Joël de Bruijn@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    Sorry but I fail to understand the relation between your question and the additional text.

    Are the bulletpoints requirements for a less over-engineered attempt ?

    Or are they examples of the current situation?

    And just software without protocol seems. … oversimplification.

  • maegul@hachyderm.ioOP
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    @fediverse

    All of the shared/single sign on and easy cross posting would probably be trust or allow-list based.

    As the platforms would be FOSS, anyone could run their own instance and start their own “circles of trust”. So even with big vs small server friction, there could be a few “gardens” of small and big server networks providing different “spaces” for different purposes … all without having to worry about defederation and the software difficulties of building against the protocol.