We're the creators of Lemmy, Ask Us Anything. Starts Monday, 7 Aug, 1500 CEST
This is an opportunity for any users, server admins, or interested third parties to ask anything they'd like to @nutomic@lemmy.ml and I about Lemmy. This includes its development and future, as well as wider issues relevant to the social media landscape today.
Note: This will be the thread tmrw, so you can use this thread to ask and vote on questions beforehand.
While I'm only a collaborator and not a maintainer, your second question is kind of reality already since there's a UI rewrite in a very early state to use leptos instead of infernojs.
The biggest ones I can think of, are the re-write of the UI in rust / leptos, and notifications using unified push. Those will both be a ton of work, and its going to be hard to carve out time to complete them.
The back end has gone through plenty of refactors, and we place an emphasis on code maintenance, so its stayed up-to-date. The back-end and DB stack all seems future-proof so far, so I wouldn't change anything.
Private communities would be good to have, problem is that they will require changes to all parts of the code which makes it very complex to implement.
I certainly wouldnt have to rewrite the federation code so often if I already knew how to do it.