this post was submitted on 11 Jun 2023
14 points (93.8% liked)
General Discussion
250 readers
1 users here now
Want something to discuss? Post it here
Follow instance rules, be decent human being...
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I would be careful with using regex for content moderation (see the Scunthorpe problem).
There are open source machine learning models that could be used to detect toxic content. See
I dont know how much compute power you would need to process the content of a lemmy instance using this. But it would be more reliable than regexes.