flamingos-cant

An interactive tragedy.

  • 2 Posts
  • 57 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle


  • There was/is a wave of far-right riots happening in the UK, which involved a lot lotting and attacks on Muslims. This was triggered by a stabbing in Southport and a lie that spread on social media claiming that the perpetrator was a Muslim migrant that came to the UK on a ‘small boat’ crossing the channel (he was actually born and grew up in Cardiff). Musk may be liable because during the riots he made several posts undermining the government’s attempts to quell the unrest and his general failure to tackle disinformation spreading on Twitter, such as the Muslim migrant lie.
















  • “ActivityPub’s API is how client applications interact with the data on a user’s main account server. It lets the user read data on the same or other servers, and it lets them create activities and other kinds of objects on that server that get shared (under the user’s control) with the rest of the world.”

    I can’t see how Apub’s C2S API can realistically be implemented. It’s fairly light on details and if I’m understanding it correctly the only standard way to get activity from the server is to pull from an actor’s inbox, which has to be an OrderedCollection of all the activity the actor has received (likes, notifications, posts, the lot). This shifts a lot of the work to clients which, apart from being being very classist, is very limiting for implementations.