this post was submitted on 27 Jul 2026
1312 points (99.2% liked)
Fediverse
43898 readers
15 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Considering the guy had a list of what looked like 1k+ users being blocked, which honestly confuses me how he managed to get that many users together. I don't even remember most of the users comments after each post, let alone the massive list he had. His ego must be massive to create a curated list like that, which means he took issue with each one of us on that list or built a script that created it based from trigger words from our posts and comments... either way it's not a good look.
It was a very sloppy list. I searched for a few regex terms and there definitely some who only matched two nicks and were way to general for that. For example blocking every nick starting with urheber, which is German and means originator, to just match two accounts who are exactly named like that. It could also be that he put some nicks in the regex just make the block less obvious
I'm pretty sure he also had "kate" in a regex too, which is a reasonably common woman's name in English.
Just Kate, yes:
"^Kate$",Those are dumb, but there are also a lot of regex without the
$(so any can follow) and a few without the^(so it can be anywhere in the name).