Notifications for mod actions are already implemented for Lemmy 1.0. Mod mail would take a lot of work to implement, and we have plenty of other things to work on. Being able to view your own removed posts makes sense, will note that down.
Nutomic
Lemmy Lead Developer and father of two children.
I also develop Ibis, a federated wiki.
- 166 Posts
- 1.3K Comments
What’s wrong with instance bans on Lemmy?
Python is an interpreted language, which is fundamentally always slower than a compiled language like Rust. However the main performance bottleneck are actually sql queries, and I believe we make a lot more effort to optimize them compared to Piefed.
Nutomic@lemmy.mlMto
Announcements@lemmy.ml•Lemmy Development Update November 2025English
3·vor 19 StundenYou can try it now on https://voyager.lemmy.ml/multi_communities
Nutomic@lemmy.mlMto
Announcements@lemmy.ml•Lemmy Development Update November 2025English
3·vor 19 StundenYou can try it now on voyager.
Yes just like that, and it will be compatible over federation.
Afaik lemmy.world doesn’t have image proxying enabled, so your browser/app has to connect to other servers to load images. If you use an instance which has this enabled it’s probably faster.
At some point in the future I will also have time to implement community migration for Lemmy. In theory it’s not so complicated, but there are lots of other things to do.
We are close to releasing a first beta version for 1.0. Admins who are adventurous can already upgrade their instance to that. The final release will take longer though, with bug fixing, performance optimisations and general polishing.
Ads dont really work with federation, because you could simply access the content from another instance which doesnt have ads. Even if ads are directly encoded in the video file, it wouldnt be so hard to add something like sponsorblock to a Peertube instance.
It seems to me that our only chance is to wait for commercial platforms to enshittify and destroy themselves, because we can never compete with the amount of money and resources they have available.
Nutomic@lemmy.mlMto
Announcements@lemmy.ml•Lemmy Development Update November 2025English
4·vor 2 TagenThere are a few reasons:
- Test if the plugin system really works
- As an example for other plugins
- Avoid bloating Lemmy core with functionality that isnt needed by everyone
- With plugins its much easier to make adjustments or new releases, and no need to wait for a new Lemmy release (and no need to fork all of Lemmy for minor adjustments)
Nutomic@lemmy.mlMto
Announcements@lemmy.ml•Lemmy Development Update November 2025English
7·vor 2 TagenI also developed a plugin for automatic language tagging of posts/comments, it works quite well even on very short text. Will also put it on voyager.lemmy.ml soon.
Nutomic@lemmy.mlMto
Announcements@lemmy.ml•Lemmy Development Update November 2025English
7·vor 2 TagenIt will be available for testing on voyager.lemmy.ml soon.
Nutomic@lemmy.mlto
Privacy@lemmy.ml•Chat Control approved: Certain EU countries will see your private messages. Is yours on the list?
43·vor 3 TagenEU officials are, incidentally, exempt from chat monitoring – which is quite convenient for someone like von der Leyen. Their communication is explicitly NOT to be monitored. The mere fact that those who drafted this law don’t want it to apply to them tells you everything you need to know about it.
Nutomic@lemmy.mlto
Fediverse@lemmy.world•Reminder, you can subscribe/comment/like Peertube channels from PieFedEnglish
11·vor 3 TagenThen how do you expect the problem to get fixed? Do you think I’m a mind reader?
Nutomic@lemmy.mlto
Fediverse@lemmy.world•Reminder, you can subscribe/comment/like Peertube channels from PieFedEnglish
1·vor 3 TagenDid you open a bug report?
Nutomic@lemmy.mlto
Fediverse@lemmy.world•Reminder, you can subscribe/comment/like Peertube channels from PieFedEnglish
1·vor 4 TagenLemmy supports federation with Peertube since a long time.
Nutomic@lemmy.mlto
Fediverse@lemmy.world•Reminder, you can subscribe/comment/like Peertube channels from PieFedEnglish
1·vor 4 TagenSeems like fetching the post listing from Peertube is broken, but you can fetch individual videos by url. Also if you follow a Peertube channel new videos will automatically be federated and show in your feed. If you encounter such problems please open an issue, we cant fix bugs that we are unaware of.
Yes this will be part of Lemmy 1.0 (its already implemented).








That is correct, and this happens to be another one of the issues which is already fixed for version 1.0. Basically for each ban we also store which instance it’s associated with, which is shown in the modlog and the new mod action notifications. If you’re interested I can link you the PR.