• ProdigalFrog@slrpnk.net
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    10 hours ago

    Movim is a federated chat platform that recently implemented most of Discord’s features. It’s a little rough in the UX department, but it’s pretty much all there, and it isn’t vibe-coded like this chatto app is.

      • ProdigalFrog@slrpnk.net
        link
        fedilink
        English
        arrow-up
        6
        ·
        edit-2
        7 hours ago

        Movim has been developed since 2011 (Chatto began development 8 months ago, in comparison) and is based on XMPP, which is battle tested and proven to scale. It has a codebase that is maintainable long-term.

        I personally would not trust an almost entirely vibe-coded app using tools prone to hallucination to be secure and properly implement encryption. But if others don’t have those concerns, then by all means.

        • chicken@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          4
          ·
          4 hours ago

          It would be nice if these kinds of projects moved towards developing and using interoperable standards, so using something like XMPP seems like a good direction. It makes sense that people have different preferences and dealbreakers for software but it seems like it should be unnecessary for open source chat programs to be the subject of contentious arguments about which one people should use. The argument should be whether to keep using Discord etc. or switch to a unified open ecosystem, not Discord vs picking one of many separate small networks.

          • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
            link
            fedilink
            arrow-up
            3
            ·
            3 hours ago

            The lack of interoperability between modern chat apps is a real tragedy. I remember the days when you could have a single messenger app of your choice and talk to people across different networks instead of having to juggle a whole bunch of apps like you do today. Really shows why open protocols are so important.

        • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
          link
          fedilink
          arrow-up
          1
          ·
          7 hours ago

          The fact that it has been around since 2011 and still suffers from UI problems and other bugs really highlights the problem with your arguments. You also very clearly have no idea how software development actually works if you think that code written manually by a human is inherently more reliable. Humans make mistakes all the time that’s why we have software bugs in the first place. The way we ensure that code works is by having things like tests, specifications, and code reviews. All of these same tools work just as well with LLM generated code as they do with code written by hand.