Lemmy Project Priorities Observations
I've raised my voice loudly on meta communities, github, and created new [email protected] and [email protected] communities.
I feel like the performance problems are being ignored for over 30 days when there are a half-dozen solutions that could be coded in 5 to 10 hours of labor by one person.
I've been developing client/server messaging apps professionally since 1984, and I firmly believe that Lemmy is currently suffering from a lack of testing by the developers and lack of concern for data loss. A basic e-mail MTA in 1993 would send a "did not deliver" message back to message sender, but Lemmy just drops delivery and there is no mention of this in the release notes//introduction on GitHub. I also find that the Lemmy developers do not like to "eat their own dog food" and actually use Lemmy's communities to discuss the ongoing development and priorities of Lemmy coding. They are not testing the code and sampling the data very much, and I am posting here, using Lemmy code, as part of my personal testing! I spent over 100 hours in June 2023 testing Lemmy technical problems, especially with performance and lost data delivery.
I'll toss it into this echo chamber.
view the rest of the comments
I'll point this out: the people who develop Lemmy, the two programmers for 4 years, do not in 2023 seem active on Lemmy to discuss moderation problems or PosgreSQL problems or anything about how to run a Lemmy server or the errors and problems the site is reporting.. I begged them to use [email protected] right on their own server in early June 2023. I created [email protected] community right on the developer home server - and I created this post on June 7, 2023 in particular to raise alarms about the countdown to June 30 Redit API change and how badly Lemmy code was performing and the data loss from crashes: https://lemmy.ml/post/1166882
I don't think they even bother to create a login on any other Lemmy server and see if the code works in production. I shared issues of missing data form federation not properly sending to remote servers - and they got annoyed. I see no evidence they actually care about data integrity and database crashes in production causing real comments, posts to get lost. The 4 year old code doesn't have admin screens to show errors in saving posts to the database, errors with federation delivery failure, etc. For a 4 year old ode, they just let errors happen and sites like Beehaw find out things aren't working "the hard way". There was no tool to know if federation was working or failing, the queue was backing up like an overflowing toilet, or even a warning about queue lost data if you stopped a server (even for an upgrade).
Data and databases - and using Lemmy itself to test and discuss Lemmy data issues - seems to be avoided and annoying to them.