• eric
    link
    fedilink
    English
    8
    edit-2
    7 months ago

    I am unfamiliar with Matrix and just read their website, but I’m still kind of confused as to the importance of a new release sub-version to this general technology community. This may be a stupid question, but does matrix provide infrastructure for the fediverse or something?

    Edit: thanks for all the informative replies. I understand perfectly now, but I’m still confused as to why this was posted here. I’ve never seen software release notes posted before, so i don’t get why this is important enough to be here with such a high upvote percentage. Anyone have any insights on that to help my stupid brain make sense of this?

    • kpw
      link
      fedilink
      10
      edit-2
      7 months ago

      No it doesn’t. It’s basically a bloated and more advertised version of XMPP by some venture capital funded startup. Sadly, it doesn’t build on existing internet standards like XMPP at all, so there’s no real compatibility.

      • nakal
        link
        fedilink
        67 months ago

        XMPP needs a connected network socket which is pretty bad in a time of mobile services. The 90s are over.

        • kpw
          link
          fedilink
          5
          edit-2
          7 months ago

          Clients can tell the server to only send important traffic (=when new notifying messages are incoming) before going to sleep so it doesn’t use any radio now. Fast reconnects are also possible now, so we can wake up only when a push notification arrives. The only thing stuck in the 90s is your knowledge about XMPP.

          • nakal
            link
            fedilink
            47 months ago

            I know enough about XMPP or earlier called Jabber to not to run it anymore, after years of self-hosting Prosody.

            • kpw
              link
              fedilink
              37 months ago

              Well, apparently you don’t since you’re spreading outdated myths.

      • @limitedduck
        link
        English
        87 months ago

        Notably missing from the comparison list is any mention of video or screen sharing, or anything to do specifically with games. These are Discord’s unique strengths at the moment and they have been for a long time. With that in mind, Matrix is a “good alternative” to Discord in the sense that most other desktop VoIP or chat apps are since Discord users aren’t using it for the privacy and openness aspects and want the Discord specific features and ease of use.

        Don’t get me wrong, I wish I could fully replace Discord with the Matrix instance I currently self-host, but there are things Discord just does better than every other app including having a bunch of features that range from meh to pretty good all in one package.

    • @smileyhead@discuss.tchncs.de
      link
      fedilink
      English
      6
      edit-2
      7 months ago

      Matrix aims to be a protocol for mostly real-time things like chat and voice/video calls.

      It has a data structure called rooms (think: chat rooms) that are spread out across multiple servers and the servers synchronize the content between each other. While ActivityPub (what most of Fediverse uses) is much simpler and just list posts adding API for interactions. Matrix aim to be a fabric to build decentralized alternatives of Discord, Zoom, WhatsApp, Google Classroom, Jamboard, Google Docs, etc.