• outplayed
    link
    fedilink
    152 years ago

    Here I am waiting for the big p2p update as well. I really like the direction Matrix is going. Moderation still needs a lot of work in the short term though, as it’s a pretty big issue currently. Moderation is also extra challenging given it’s decentralized as well.

      • outplayed
        link
        fedilink
        122 years ago

        If you’ve been on Matrix long enough, you’ll see rooms get mercilessly raided. Often multiple rooms at once. It’s a very common complaint amongst admins.

        • @marmulak@lemmy.ml
          link
          fedilink
          32 years ago

          What I find convenient about admining a room is that you can easily block users and then automatically delete their message history as well, so since you can undo whatever they do, even if they are able to join and succeed temporarily, in the long term their efforts amount to nothing.

          You also have fine-grained control over permissions so you can even make it like IRC or XMPP where rooms with severe moderation problems can be made so the default role when a user joins does not allow them to send messages until you give them voice, so to speak.

  • radamant
    link
    fedilink
    10
    edit-2
    2 years ago

    And here I recently nuked my personal synapse server because it was too bloated and switched to dendrite. I didn’t know matrix 2.0 would be this awesome

  • @sibachian@lemmy.ml
    link
    fedilink
    42 years ago

    This is not really helpful considering the flagship client is Element, which runs on electron. It’s a huge bottleneck.

    • @snek_boi@lemmy.mlOP
      link
      fedilink
      22 years ago

      I agree that Electron is a bottleneck. That’s something they’ll have to deal with. However, there’s a small difference between what this post is saying and what you’re saying: “24x - 1400x fafster depending on what you’re measuring” is quite different to “[the changes are] not really helpful”. Regardless, I’m glad to see that they’re embracing Rust in some way, distancing themselves from javascript. I hope the SDK will be good enough for a bustling ecosystem of efficient clients (and servers!). I’m also glad that people like you and I are making it clear that we value the reduction of sludge, we value efficiency and therefore inclusion for everyone, including those who have devices that aren’t that powerful.

  • Helix 🧬
    link
    fedilink
    42 years ago

    But I thought they were reimplementing the server in Go with Dendrite?

    • @nachtigall@feddit.de
      link
      fedilink
      82 years ago

      Rust in the title probably refers to the section where they talk about integrating matrix-rust-sdk into Element.

      • @pingveno@lemmy.ml
        link
        fedilink
        12 years ago

        Yeah, this just looks like optimizations to the Python codebase. Surprise surprise, Python is perfectly capable of large gains, at least up to a point. Of course, it’s still not going to be on the same level as Rust or Go.

    • @rhymepurple@lemmy.ml
      link
      fedilink
      72 years ago

      Dendrite is listed in the post - https://matrix.org/blog/2022/08/15/the-matrix-summer-special-2022#dendrite--p2p

      Dendrite plays an important role in our future strategy as it is also the homeserver implementation used for embedded homeservers, P2P development and experimentation. In addition to being able to scale up, we have also successfully scaled down, with the Element P2P demos proving that an embedded Dendrite homeserver can run comfortably on an iOS or Android device.

      I didn’t realize that Dendrite was planned to be used for P2P. I thought it was just another option you had to host a homeserver. That makes this a bit more exciting.