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!

  • Jonathan@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    5 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
      1
      ·
      edit-2
      3 hours 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.