this post was submitted on 27 Jun 2026
128 points (97.1% liked)

Fediverse

42653 readers
1265 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

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
 

Not sure if this is the right place, but I've seen this for the 3rd removed now.

Literally couldn't use the word in the title ... got a red pop-up that said "slur".

It's the 3rd word (singular) in the famous newspaper from New York ....

UPDATE: seems to be an issue with ani.social, thanks for all the feedback!

you are viewing a single comment's thread
view the rest of the comments
[–] farmgineer@nord.pub 36 points 1 day ago (2 children)

I wonder if someone is learning a lesson about regexes on that instance. It would be very weird to replace the string 'time' on its own.

[–] grue@lemmy.world 20 points 1 day ago (2 children)
[–] leadore@lemmy.world 5 points 1 day ago (1 children)

I remember back in the early web days I was trying to make a post on a forum with something about Dick Van Dyke, getting a double-whammy name block. He already unfamiliar to the younger people even back then, so none of my attempts to explain who I was talking about worked. I couldn't even say what show he starred in for them to look up, since it was also called The Dick van Dyke Show.

[–] dickalan@lemmy.world 0 points 23 hours ago

you could try to say they were the poorly cocksney bastard in Mary Poppins

[–] remon@ani.social 8 points 1 day ago (2 children)

Thanks so much, I knew there was some kind of term of concept for that but couldn't find it!

[–] farmgineer@nord.pub 4 points 1 day ago (1 children)

I always called it the buttbuttination (of Lincoln) problem, heh.

[–] frongt@lemmy.zip 1 points 1 day ago

It's a clbuttic mistake.

[–] Whelks_chance@lemmy.world 1 points 1 day ago

Tom Scott has a video on it

[–] Hamartiogonic@sopuli.xyz 1 points 1 day ago (2 children)

But what’s the slur they’re hunting if they catch “time”? Is it tim, ime, ti, me or something else?

[–] farmgineer@nord.pub 1 points 1 day ago

No idea and not sure if it's right. They could be attempting to match something across whitespace or line breaks and gotten greedy. Or maybe it is just a string match and not regex and they pasted the wrong string, but that still feels weird.