activitypub

Created
Tue, 23/04/2024 - 06:00
So, Richard McManus asked me about how ActivityPub supports cross-server usage. As an example use case, let’s say a user with the account eric@social.example wants to comment on a photo by dionne@photos.example. In this scenario, Eric would go to the page https://photos.example/users/dionne/photos/1 and enter a comment. How would that work? I can talk about how … Continue reading Cross-server Interactions in ActivityPub
Created
Mon, 15/04/2024 - 07:15
My friend Evan Henshaw-Plath wrote recently about some concerns with ActivityPub. I want to go over his concerns one by one and give some assessment of how accurate and important I think they are. Rabble’s words in italics; my responses in just normal text. I think there are a plenty of good points in Rabble’s … Continue reading Responses to Rabble on ActivityPub
Created
Fri, 08/09/2023 - 01:10
I’ve signed an agreement to write a book about ActivityPub for O’Reilly Media. ActivityPub is the protocol for connecting social networks across the Web; it’s what currently underpins Mastodon and will be used by Threads.net. The book should be available sometime after summer 2024. The book will be a developer guide that will help programmers … Continue reading ActivityPub Book for O’Reilly Media
Created
Fri, 19/05/2023 - 22:58
One important pattern in social networking is end-to-end encryption for direct messages. This is a structure in which the native or Web clients encrypt the message on the user’s device, and no intermediate actor — neither user’s servers, nor any network node — can read the message. This wasn’t a big part of our planning … Continue reading End-to-End Encrypted Messages Over ActivityPub