27
What is the best moderation system for a social platform?
(programming.dev)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
I tend to like systems that give the user tools to moderate their own feed and content they see. Then it's up to me to decide what I want in my timeline and what I don't want. This can be a bit heavy on the system though, especially if you don't have lot of metadata and have to rely on full-text search blocking. Seems to work on Mastodon though.
This then leaves only certain moderation tasks to the server admins (automating CSAM scanning/reporting) - and filtering out content that breaks the server ToS.
Back in the days, Slashdot had a system where you could "opt-in" as a moderator, and this would randomly give you "mod-points" every now and then. You could use your points to up- or downvote posts and comments. I quite enjoyed it and it didn't feel like I had to apply for a 2nd job (which is the case with lot of other moderation systems)