A few quick notes on discussions the administrator team has had, since we’ve fielded a lot of questions in these particular fields. We’re posting this both for transparency and to help us limit the load of having to respond to each of you individually.

  • We would like to become an official nonprofit at some point, but there is a cost associated with this, we are not lawyers, and we might need to change where/how we collect donations to do so.
  • We’ve upgraded the server approximately 7 times now. We’re trying to balance fiscal responsibility with server costs. We are aware that digital ocean isn’t the cheapest server and we are trying to be conservative with estimates and give ourselves extra runtime at whatever tier we are on. We’re also hoping that the upcoming lemmy version will solve a lot of our CPU-bound issues.

We are aware of the following bugs:

  • the “report created” indicator flashes in the bottom left corner for some users randomly, even non-moderator users
  • sometimes, briefly or without a refresh, the username in the top corner will not be your own; as far as we can tell this is purely cosmetic and is not a security issue
  • sometimes the post you’re in changes to another post for no clear reason
  • Goofy question 'cuz I’m new here, but I noticed the LemmyNet GitHub has a dockerfile showing the backend is compiled against musl. Is there still an enormous performance difference between modern glibc malloc and musl? I get it, there’s fun in cramming image sizes down as much as possible, but in my experience the advantages of musl disintegrate pretty quickly once you get past the “interesting toy” stage of things.

    I don’t know how evolved your ops platform is at this point but if you can canary in some glibc built pods/containers you might find an appreciable difference.