Edit 1: After I made this post I looked for the app everywhere, turns out the developer removed it from Fdroid and Google Play Store and even deleted the community.

I guess the client is done.

  • Akesi Seli@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    2 months ago

    update: we have decided to continue the project starting from the latest active fork and re-create a new community here.

  • Dessalines@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    2 months ago

    That’s very unfortunate. Open source development can seem like a thankless job sometimes… you start out building something because it’s fun, or you want to challenge yourself, or learn something new… and then other ppl start making demands, those start to pile on, and it quickly becomes a stressful job.

    Sorry to see that app go, it had a lot of potential.

    • kijetesantakalu@feddit.it
      link
      fedilink
      arrow-up
      7
      ·
      2 months ago

      The developer of Raccoon actually liked receiving feedback and constructive criticism, most of the issues reported had been solved it no time.

      The main reason for the takedown was that, using his real name and surname, his reputation as a professional developer was being damaged by people crying that 4.1/10 for Markdown sucked, that it was the app with the lowest score ever, etc.

      Seeing real damage and real losses in your personal life (for something you do as a volunteer) was probably perceived as a betrayal.

    • Einar@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      2 months ago

      It definitely had potential. Was my main driver for Lemmy. It had the best layout of posts, modern and sleek handling, etc. Markdown worked just fine for me. The minor bugs I noticed didn’t bother me much. Am sad to see it implode like this… hope the dev will change his mind or someone will pick up the pieces.

      • IllNess@infosec.pub
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        I forgot which company but they had an open source product. They only accepted feedback from paying customers. They were heavily criticized for it. I thought it was a great idea…

        • chebra@mstdn.io
          link
          fedilink
          arrow-up
          0
          arrow-down
          1
          ·
          2 months ago

          @IllNess

          Random non-paying user: “Hey guys, I found a bug in your app, maybe you want to have a look at this”

          Maintainers: “Na-na-na-na-na not listening! We’ll keep the bug there because you are not the boss!”

          Yeah, that sounds like a very stupid strategy.

          • IllNess@infosec.pub
            link
            fedilink
            arrow-up
            3
            ·
            2 months ago

            Random non-paying user: “Why aren’t you working for free for me??? My problems are the most important! Why aren’t you working on this!!!”

            Yeah that sounds more like it. Fixed it for you.

            • chebra@mstdn.io
              link
              fedilink
              arrow-up
              0
              ·
              2 months ago

              @IllNess but that one you can ignore whether it’s paying or non-paying, so you are talking about a completely different case

              • IllNess@infosec.pub
                link
                fedilink
                arrow-up
                1
                ·
                2 months ago

                Reading, processing, deciding and ignoring all takes time and effort.

                Better just filter them out in the beginning.

  • rarbg@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months ago

    Everything has been deleted, it sucks. Here is the main post from @DieguiTux8623@feddit.it I saved before it was deleted.


    Post Title: [announcement] this is officially the worst Lemmy app (at least for Markdown rendering)

    Body:

    Today, during lunch break, I was surprised to find a couple of notifications in by inbox, and I saw I had been mentioned in a some comments to this post in !lemmyapps@lemmy.world. Like it or not, this is a piece of news which can not and should not be ignored.

    Here are a couple of considerations about it:

    • Markdown rendering has never been a priority for this app, so less frequent features like strikethrough, superscript, subscripts, footnotes, tables, etc. are known to not be rendered well or supported at all, given that the library we are using does not support them either, and it is not thought to be customized easily (even for the simplest things like images and spoilers). I’ve had a talk with the maintainer of this library but he’s some random guy who happens to maintain it in his spare time and no support could be expected;
    • this project was born as an experimentation, it is clearly stated in the README. md and the technologies it is built upon (Kotlin Multiplatform and Compose Multiplatform) are not mature, non entirely production ready and ever evolving; which is something I enjoyed because it challenges me to keep learning, but again there are compromises to accept;
    • 1, as well as all those who contributed so far with code/translations/artwork, have been working to this in our spare time, with no compensation, no formal commitment and no quality of service to guarantee whatsoever;
    • the benchmark took into consideration just one aspect and not the totality of the features each application offers; it considered a limited set of apps (why were some included and some others were not); and the criteria on how points were assigned were not clear at to the time of writing they have not been disclosed yet.

    Those who have seen my approach to this project, either because they have collaborated or because they have submitted feedback, know that I try to do my best to create a “decent” client for Lemmy, that I try to address everyone’s issues and and make everyone feel important and feel at home in a friendly environment, as well as that I have not been hiding behind a nickname and have put my real face and my real name in my software, because I believe you should trust the people who write the code that runs on your devices.

    I find myself in a very uncomfortable situation right now because, after revealing my personal information as the project owner, the current circumstances create a real damage to my public image as a professional and as a person. My coworkers, my managers, my employers (current and future) can see all of this and my personal reputation is compromised.

    At the moment, I think I need some time to decide what to do. The most likely option would be to delete the repository, unpublish the app from the stores, and hope that, in the future, some of the forks people made in the past can be used to create something better in the future. Another option would be that the project continues but with a different leadership and no association to any personal account.

    In the meantime, I want to thank one last time all those who contributed so far with code commits, translations, artwork, bug reports, suggestions, feedback and encouragement. It has been a pleasant journey the one we travelled together.

    As always: Live Fast Eat Trash

    • RBG@discuss.tchncs.de
      link
      fedilink
      arrow-up
      2
      ·
      2 months ago

      While I respect the decision the dude made, anyone should always be able to back out of an open source project, I also absolutely do not understand the reasoning.

      The markdown challenge was in no way a ranking of how good or bad Lemmy apps are. It just said, “hey look, this type of formatting isn’t shown correctly in some apps”.

      How did the dev even deal with other bug reports? If other stuff didn’t work correctly, how was that then not a “bad reputation” for him? I am totally confused by this.

      • g20to@sopuli.xyz
        link
        fedilink
        arrow-up
        2
        ·
        2 months ago

        from de goodbye post by the dev of Raccoon for Lemmy:

        Different apps are built with different technologies: Jerboa uses Markwon for Markdown rendering, Raccoon uses multiplatform-markdown-renderer, Thunder uses flutter_markdown, etc.

        You are not comparing the apps, you are comparing the rendering libraries we (apps’ developers) did not even write ourselves.

        App was being judged for the 3rd party library that was implemented

        Your question:

        How did the dev even deal with other bug reports?

        Very well, it was faster than The Concorde, everyone that ever contacted him can confirm that right away

  • Einar@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    2 months ago

    That’s concerning. I’m typing this through Raccoon right now. Awesome client.

    • ModerateImprovement@sh.itjust.worksOP
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      After I made this post I looked for the app everywhere, turns out the developer removed it from Fdroid and Google Play Store and even deleted the community.

      I guess the client is done.

      • kinkles@sh.itjust.works
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        2 months ago

        Someone on Lemmy did a markdown test of all existing Lemmy apps and posted the results. Raccoon was one of the worst performers, and after seeing the results the dev went nuclear.

        Here’s a comment on the original post talking about it. I think the thread’s OP ended up removing Raccoon from their results but the damage was already done.

        • Hammerjack@lemmy.zip
          link
          fedilink
          English
          arrow-up
          0
          ·
          2 months ago

          The dev for Raccoon also had a Lemmy community to announce updates and things (he also deleted that community). Before he deleted it, he said that post about markdown support was the last straw and he was done with it. He announced he was going to delete everything related to Raccoon and it was all gone within like 12 hours of him saying that. He said any of the forks of his app can continue development, but since he deleted the entire repo with very little warning I don’t know if any of those forks were current with the latest commit before the parent repo disappeared.

            • kijetesantakalu@feddit.it
              link
              fedilink
              arrow-up
              0
              ·
              2 months ago

              No need for that, because it has been forked and at least one fork was updated to the last commit.

              BTW, only 2 people (besides the dev) in over one year submitted some line of code, it would be quite ironic that only after the original project has been shut down people start to be willing to contribute.

              It’s like willing to feed someone who has just been starved to death.

    • Spunky Monkey@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      Voyager here. Thunder is my second, but there is a bug that the previews are not loading right. Voyager fells like a better experience right now.

      • Grippler@feddit.dk
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        Is it still being actively developed? I ditched it a while back because it seemed to have been abandoned It hadn’t received any activity for several months and was working really janky.

        • visor841@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          2 months ago

          The last commit was two days ago and the last update was two months ago (at least for me on Android).