Ha, I literally just got a new message with spaces between every letter to try to get around filters like this.
Some admins have been developing and sharing solutions, from regex filters to going down into the databases itself.
For my small instance and personally, I haven’t seen any new messages in a while now, after adding this regex to the slur filter mechanism:
(.*(\n)*Hi.*[nN]icole.*[fF]ediverse [cC]hick(.|\n)*)
Sadly my brain is blanking which instance admins I should credit for that, but it was shared around somewhere.
SnotFlickerman@lemmy.blahaj.zone 2 weeks ago
AbnormalHumanBeing@lemmy.abnormalbeings.space 2 weeks ago
Makes sense, it’s most likely an ongoing arms race - I’m probably coasting under the radar a bit from running an instance with effectively only 3 people to target at the moment.
SnotFlickerman@lemmy.blahaj.zone 2 weeks ago
I love how useful Regex is. I hate writing Regex. Special shout out to anyone who can do it well.
pivot_root@lemmy.world 2 weeks ago
Regex is great, but PCRE deserves a special place in hell. You don’t know unreadable until you’ve encountered regex that uses recursive matching, backrefererences, and subroutine calls.
Flagstaff@programming.dev 2 weeks ago
💀