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

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

    @maegul @joeldebruijn yeah servers of this protocol should be much simpler than mastodon. just exposing a file per blog, with all the posts entries that clients can fetch. no cross-server communications like AP, just clients requesting the feed file to servers.

    have some simple authentication to let clients comment on entries of the feed, thus adding them. it would need to have some moderation system for that, tho.

    and another authentication for the blog owners to push new blog entries and add them to the top of the feed.

    although for the federated identities for comments to work, it would probably need some kind of public key system to verify identities, idk.