this post was submitted on 19 Apr 2024
9 points (100.0% liked)

The Nexus of Privacy

68 readers
4 users here now

The Nexus Of Privacy looks at the connections between technology, policy, strategy, and justice. This Lemmy community is for links from The Nexus of Privacy and elsewhere.

founded 8 months ago
MODERATORS
 

This is a work in progress, so feedback very welcome! And, if please check out the Mastodon poll about interest in a fork

Contents:

  • Intro
  • There's a lot of low-hanging fruit
  • Safety is an especially good area to focus on
  • It's not as easy as it sounds ...
  • But it's not like it defies the laws of physics!
  • What about funding?
  • Make sure there are funded leadership and project roles for Black, Indigenous, Muslim, trans, queer, and disabled people as well as others who have been marginalized in Mastodon's development history
  • Let a thousand forks bloom!
  • Clever conclusion! tbd

As the tbd in that last bullet implies, the conclusion isn't written yet. Like I said it really is a work in progress!

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 4 months ago (1 children)

What about allowing posts that are visible only to mutuals (i.e. not any random person who follows you, which you have no control over unless you lock your account down like a paranoiac), and/or selected lists (as on LiveJournal, Google Circles and Facebook)? Surely that would be possible with Authorised Fetch, yet nobody mentions the possibility.

[–] [email protected] 4 points 4 months ago* (last edited 4 months ago) (1 children)

Surely that would be possible with Authorised Fetch, yet nobody mentions the possibility.

Not really (in practice, anyway). Authorized fetch without cooperation from the remote instance only works on a per-instance basis. If you have a mutual from an instance then every follower from that instance would see your theoratical "mutuals only" post, if the only access control you have is authorized fetch.

There are some people working on circles and other ways of limiting visibility more granularly than what we have, but those will have to be supported by both ends. You may be able to hack together a gigantic mentions only thread with double digits of people on there without modifying server code too much, but the UX there would be terrible enough for that to not be viable (and certain anti-spam functionality like hellthread MRFs may end up kicking in which prevent that from federating to instances that have those enabled (especially after the recent Japanese spam attacks))

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

Mutuals-only posts would be useful, and have been requested since 2018 if not earlier. As @ShittyKopper points out there are challenges; Claire's 2020 comment https://github.com/mastodon/mastodon/issues/7135#issuecomment-636767048 discusses the issues in more detail. Then again some other fediverse software has them already ... and Claire's comparison to follower-only posts highlights that it could be done, it's just not a priority. So this is another good example of something that's not likely to get addressed with today's structure, and potentially could be a fork with different priorities -- if resources are avaialble, which is of course a big if.