• gabe [he/him]
    link
    fedilink
    English
    1251 year ago

    Welcome to the hell of being a lemmy admin. There’s a reason why lemmy admins are fed up with the developers.

    • gabe [he/him]
      link
      fedilink
      English
      981 year ago

      For context, there’s a lot that goes on behind the scenes when it comes to lemmy admin stuff especially in the matrix channels. There is a significant frustration and lack of confidence in the lemmy developers at this point. Even those who try to contribute to the project get eventually feeling pushed out.

      • @aeharding@lemmy.world
        link
        fedilink
        English
        171 year ago

        That sucks. As a 3rd party Lemmy app developer, I’ve only had positive interactions with the Lemmy devs. They’re even being proactive in communications.

        • @tool@lemmy.world
          link
          fedilink
          English
          21 year ago

          Try submitting a pull request for something in one of the core repos.

          They behave as if every line of code in your commit is a sentence proclaiming “Why yes, your wife is a whore, your dog doesn’t love you, AND your baby is ugly.”

          I’m not kidding, there’s no hyperbole in that statement. Go read some of their declined pull requests threads for some entertainment.

      • @ipkpjersi@lemmy.ml
        link
        fedilink
        English
        41 year ago

        That’s kind of the impression I got but thought maybe I was just mistaken because I haven’t actually been hands-on with this project. That’s unfortunate to hear.

      • @tool@lemmy.world
        link
        fedilink
        English
        31 year ago

        Even those who try to contribute to the project get eventually feeling pushed out.

        Submitting a pull request to one of their repos on Github was really an experience, and I can tell you that I will never submit another one to the Lemmy project while they’re still the lead devs based on that experience.

      • @maltfield@lemmy.ca
        link
        fedilink
        English
        11 year ago

        Better to publish such issues on a public website than let it get buried in matrix. People other than devs & instance admins need to be aware of the risks that they’re taking when using Lemmy.

      • HobbitFoot
        link
        fedilink
        English
        11 year ago

        Based on what I’ve seen on the public facing part of the developer side, I get the feeling this isn’t the kind of group that can build the kind of organization required to make this sustainable in the long run.

        I’m just waiting for when Beehaw releases that they’ve given up on Lemmy and have created a new tech stack.

        • Ategon
          link
          fedilink
          English
          0
          edit-2
          1 year ago

          In terms of new tech stack currently theres sublinks being made by devs/admins of a bunch of instances (discuss.online, lemmy.world, programming.dev, etc.)

            • Ategon
              link
              fedilink
              English
              0
              edit-2
              1 year ago

              Java spring for backend, Go for federation, Next.js for frontend

              demo.sublinks.org has the backend with the lemmy-ui frontend to show api compatibility

              Task list and progress is public on the github org https://github.com/orgs/sublinks/projects/1

              Matrix space where all the devs talk is also public and you can see progress talked about in them

              • Kogasa
                link
                fedilink
                English
                11 year ago

                Not really a substantial opinion, but I have little hope that replacing a fairly well established Rust codebase with a brand new Java one will do much in terms of increasing contribution.

                • @thundermoose@lemmy.world
                  link
                  fedilink
                  English
                  01 year ago

                  I wouldn’t shortchange how much making the barrier to entry lower can help. You have to fight Rust a lot to build anything complex, and that can have a chilling effect on contributions. This is not a dig at Rust; it has to force you to build things in a particular way because it has to guarantee memory safety at compile time. That isn’t to say that Rust’s approach is the only way to be sure your code is safe, mind you, just that Rust’s insistence on memory safety at compile time is constraining.

                  To be frank, this isn’t necessary most of the time, and Rust will force you to spend ages worrying about problems that may not apply to your project. Java gets a bad rap but it’s second only to Python in ease-of-use. When you’re working on an API-driven webapp, you really don’t need Rust’s efficiency as much as you need a well-defined architecture that people can easily contribute to.

                  I doubt it’ll magically fix everything on its own, but a combo of good contribution policies and a more approachable codebase might.

                  • @SorteKanin@feddit.dk
                    link
                    fedilink
                    English
                    1
                    edit-2
                    1 year ago

                    You have to fight Rust a lot to build anything complex

                    nutomic, one of the main Lemmy devs, didn’t know Rust before he started working on Lemmy. He just started working on Lemmy and learned Rust in the process. The difficulty of Rust is exaggerated.

    • Kogasa
      link
      fedilink
      English
      211 year ago

      Not sure I understand. How could there possibly be a solution? Isn’t this an inherent problem with federation? You can’t un-share information

      • @paholg@lemm.ee
        link
        fedilink
        English
        161 year ago

        But you can delete your copy, ask others nicely to delete theirs, and refuse to accept more copies of the same thing.

        I’m not sure if Lemmy supports any of this, but it seems pretty important for e.g. child porn.

      • @Antergo@lemmy.ml
        link
        fedilink
        English
        81 year ago

        There could be a legally binding contract stating that any deletion request must be forwarded to all parties it was send to, and that upon receiving such a request the data must be deleted. I do not think this would be unreasonable to ask to servers, especially as this deletion receipt could be fully automated.

      • @Blackmist@feddit.uk
        link
        fedilink
        English
        41 year ago

        The images aren’t federated afaik. They live on your home instance. If somebody else views them, they’re loaded directly from there.

        However there’s no link between the images and your account. You can’t delete them yourself because Lemmy doesn’t store the “delete token”. They’re effectively orphaned.