Alexandrite is slick, gorgeous, and brings a lot to the Lemmy experience. I highly recommend giving it a try.

  • Oliver Lowe@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    6
    ·
    11 months ago

    You know what’s funny? I would never use something like this (my own Lemmy client is absolutely terrible in comparison!). But I’m so happy that Alexandrite exists: it’s proof that programming and web development can still be experimental and loads of fun. Congrats to the developers!

    • Sean TilleyOPM
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      11 months ago

      Honestly, I think this is the real selling point of the fediverse, at least for developers. There’s no incentive to force people to use Official Mobile Clients™. You can literally spin up something (meaning a fediverse server) locally, if you want, and test against that until you have something that works. And as long as you stick to the API, you can build whatever you want.

      • Oliver Lowe@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        4
        ·
        11 months ago

        Yes - well, almost! I made a read-only filesystem interface to Lemmy then wrote a small program for one of the Plan 9 text editors/programming environments to access it.

        The real thing would be to serve that filesystem interface over the Plan 9 file protocol (9P). Not quite there yet!