As you likely know we are running several alternative web front ends for Lemmy. Currently they are:

Of these Alexandrite and Mlmym have not been updated and maintained for more than one year now and the original authors have likely lost interest. I also assume that once we upgrade to Lemmy 1.0 they will stop working properly.

In addition I think only Photon and maybe Voyager have added support for the Piefed API, should we switch to that in the future (but it seems like Lemmy 1.0 might solve our main technical concerns with it, and the memory consumption recently got quite a bit better).

So all in all, we will probably sunset Mlmym and Alexandrite soon.

There is also a new frontend called Blorp that we could set up. It seems quite nice, but also very similar to Photon. But let me know if you are interested in using this frontend.

Edit: I was made aware of an somewhat maintained fork of Mlmym that we are now using, so that one can stay a bit longer then.

Edit2: We switched to an even better maintained mlmym fork that even plans to support the Lemmy 1.0 api v4, so I think that one should be good to keep for a while.

    • poVoq@slrpnk.netOPM
      link
      fedilink
      English
      arrow-up
      6
      ·
      12 days ago

      They all call the same API, so it should be mostly the same.

      I didn’t know that there is a fork, thanks for sharing. I’ll probably update to that one first then (Edit: done). I rather like to keep a version for old PCs or browsers available.

          • mschae@discuss.mschae23.de
            link
            fedilink
            English
            arrow-up
            7
            ·
            11 days ago

            Everything I’ve done was written entirely by me, as I don’t use AI on principle. I’m fairly sure it was used by some people to contribute to the FHF fork (I’ve seen CLAUDE.md added to gitignore), and the readme and docs did have that AI-generated “feel” to it, if that makes sense. That’s mostly why I reverted them to what it looked like in rystaf’s version in that commit. I couldn’t tell whether AI had also been used for code, so I left that unchanged.

            • poVoq@slrpnk.netOPM
              link
              fedilink
              English
              arrow-up
              6
              ·
              edit-2
              11 days ago

              Ok great, that is what I hoped to hear 👍

              I’ll try your fork later today and see if there are any issues. Thanks again.

              Edit: Nice, seems to work quite well. I’ll also try switching to Iocaine in front, so that we don’t have that Javascript barrier in front of it.

              • mschae@discuss.mschae23.de
                link
                fedilink
                English
                arrow-up
                0
                ·
                11 days ago

                Nice! I don’t know if you’ve done so yet, but I recommend enabling some options by default: SHOW_UNREAD_COMMENTS (this one is really useful!), LANGUAGE_TAGS, SHOW_CONTROVERSIAL, and, if you want it, EMBED_METADATA. They’re just environment variables, set to 1 to enable.

                If you have any questions or problems, feel free to reach out to me!