14
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 06 Sep 2025
14 points (100.0% liked)
Lemmy Apps
6683 readers
1 users here now
A home for discussion of Lemmy apps and tools for all platforms.
RULES:
- No spamming
- Be nice and have fun
- Follow the general lemmy.world rules
An extensive list of Lemmy apps is available here:
Visit our partner Communities!
Lemmy Plugins and Userscripts is a great place to enhance the Lemmy browsing experience. !plugins@sh.itjust.works
Lemmy Integrations is a community about all integrations with the lemmy API. Bots, Scripts, New Apps, etc. !lemmy_integrations@lemmy.dbzer0.com
Lemmy Bots and Tools is a place to discuss and show off bots, tools, front ends, etc. you’re making that relate to lemmy. !lemmy_dev@programming.dev
Lemmy App Development is a place for Lemmy builders to chat about building apps, clients, tools and bots for the Lemmy platform. !lemmydev@lemm.ee
founded 2 years ago
MODERATORS
The abuse potential would be that I think it opens the door to more easily create convincing doctored screenshots of comments and interactions. It's technically possible already, but I don't think we've really seen it on lemmy yet. There's ways around that, like formatting replaced text differently or marking those comments with a clear icon to indicate a regex replacement was used on them, but I still don't particularly like the idea.
I'm thinking that it would also make it easy for people to have confusing interactions, if somehow a regex ends up changing the meaning of a statement or something, and the user forgets they have it set up. I guess the "big icon indicating regex was applied" idea would work there too though. Maybe the icon could even be a button to toggle it on/off per comment?
The common use case I see for regex features on social media apps and addons is for hiding entire comments that match one of your patterns, and I generally think that's the best choice for implementation.
That said, with a clear indicator it had been applied it probably wouldn't be awful.
But yeah, your other points are valid. Anything replaced needs to be indicated / highlighted / otherwise marked as not the original text.