this post was submitted on 11 Jul 2026
368 points (97.4% liked)
Fediverse memes
3303 readers
169 users here now
Memes about the Fediverse.
Rules
General
- Be respectful
- Post on topic
- No bigotry or hate speech
- Memes should not be personal attacks towards other users
- We are not YPTB. If you have a problem with the way an instance or community is run, then take it up over at !yepowertrippinbastards@lemmy.dbzer0.com.
- Addendum: Yes we know that you think ml/hexbear/grad are tankies and or .world are a bunch of liberals but it gets old quickly. Try and come up with new material.
- This is not the place to start flamewars between Lemmy, Mbin and Piefed.
Elsewhere in the Fediverse
Other relevant communities:
- !fediverse@lemmy.world
- !yepowertrippinbastards@lemmy.dbzer0.com
- !lemmydrama@lemmy.world
- !fediverselore@lemmy.ca
- !bestofthefediverse@lemmy.ca
- !fedigrow@lemmy.zip
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
I agreed with you up until the slur filter:
Seems perfectly reasonable to me, unless you're one of those weirdos who just NEEDS to say slurs
The main problem with the slur filter is that it does neither consider context, nor considers delimiters. For example, when someone were to say the word for the purple fruit used to make wine, they're not intending to use a word for the non-consensual sexual violation, yet the algorithm can't see the difference when it detects the UTF-8 sequence 0x72 0x61 0x70 0x65, doing a hard-replace with the substring "removed" regardless of the context. Tom Scott once made a video about this phenomenon: it's called
String("The Sc" + "unthorpe problem").Also, as you can see through this reply of mine, filters are pointless when there's a plethora of ways to say the same thing without saying the actual word. Naive filters (e.g. RegExp-based match and replace) will just curb those who aren't creative and/or knowledgeable enough, while affecting the experience for everyone who aren't intending to do slurs, leading them to start using coded language and, thus, making it even harder to detect slurs as the slurers will eventually learn, through the non-slurers, that they can express the same thing without triggering the filter, until we get to a point in which the entire platform pivots to AI moderation, and even then there's so many ways to express the thing without the LLM detecting, it's called "steganography" and curbing this requires technical approaches known to be a Hard NP problem in computer science.
!fedimemes@feddit.uk
For a Lemmy.world example, I was discussing medieval siege warfare (either I or someone else was quoting a primary source, I think?) when I found out that either 'fags' or 'faggots' was censored.
Had no clue before that.
Essentially, nearly every slur either has other usages (I'm reminded of overzealous word filters censoring niggardly and snigger, or 'a chink in the armor') or may still be relevant in the context of quotation (calling someone 'cunty' is being Australian, probably; calling someone 'chink' is being racist; knowing which 5-letter profanity starting with 'c' was used may be relevant in forming an opinion on someone's behavior).
Slurs should get the ban hammer, not an autocensor; and bans should be handed out by people who can judge context.
Good points, and also good thing I'm not a moderator