this post was submitted on 09 Mar 2024
134 points (100.0% liked)
Beehaw Support
2797 readers
1 users here now
Support and meta community for Beehaw. Ask your questions about the community, technical issues, and other such things here.
A brief FAQ for lurkers and new users can be found here.
Our September 2024 financial update is here.
For a refresher on our philosophy, see also What is Beehaw?, The spirit of the rules, and Beehaw is a Community
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Are there enough admins and developers fed up with Lemmy to maintain a fork?
The problem with this, in my opinion, is Lemmy is written in Rust. From what I can tell, there aren't enough Rust developers to pitch in AND there are better languages to use in a web application.
An option is to add a plugin system or API that allows integrating mod/filter tools written in other languages.
Email systems already do something like this. Postfix and others support milters (mail filters) which run as a separate process and communicate via a socket.
This would be something to bring up to @Penguincoder@beehaw.org since it falls outside my area of expertise.