this post was submitted on 30 Jun 2024
94 points (96.1% liked)

Technology

58115 readers
4097 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 2 months ago (2 children)

How do you make it safe and inviting while also protecting anonymity?

Some anonymous users are prone to pretty awful behavior, and non anonymous users will be profiled.

[–] [email protected] 8 points 2 months ago

For interaction? Pseudonyms with a ramp up into being able to interact fully is the middle ground. Your activity on that specific site will be monitored to kick you out if you behave inappropriately, but it shouldn't carry across sites unless you voluntarily use a third party identity provider (which is a good option to have).

Massive scale is a big part of the issue. It raises the barrier to entry for competing platforms (because being able to scale to rapid growth is a huge up front investment, and can easily cripple your platform if you don't do so), and brings the moderation responsibilities beyond anything actually manageable. Small to mid sized communities being the norm is much more manageable, much easier to develop for, and much healthier generally.

[–] [email protected] 1 points 2 months ago (1 children)

Federated systems are one option for this. On one of my sites, the only way people can leave comments is with ActivityPub. They must have a (probably pseudonymous) account on a server to use that, and I hope that most servers have moderation I find acceptable. I can block those that do not.

More sophisticated options for sharing reputation between servers would help here. If, for example five servers I trust block another server as a source of harassment, I'd like to block it as well, automatically.

[–] [email protected] 4 points 2 months ago (1 children)

Is web of trust still a thing?

That was intended to be kind of a distributed way to determine who didn't suck.

[–] [email protected] 2 points 2 months ago

It is still a thing, but nobody wants to use it, because the flaws of other systems they want to use for themselves.