this post was submitted on 31 Aug 2024
69 points (87.9% liked)
Fediverse
28248 readers
721 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to [email protected]!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The really intriguing thing about ActivityPub, at least to me, is it's capability and potential to be a bridge for many other protocols.
For example, here's ActivityPub via email: https://apubtest2.srcbeat.com/apas.html
That page also references the longstanding NNTP(Usenet)-email bridge that existed for the linux-kernel mailing list, so we could get ActivityPub to Usenet.
In fact there are a couple of RSS->Mastodon projects out there already, such as https://github.com/dariusk/rss-to-activitypub or https://github.com/jehna/mastofeeder
Do you know if they're an ActivityPub-BlueSky bridge in the works?
It's already up and running. I follow several Bluesky users in my Mastodon, some Bluesky people follow me as well.
It has to be manually enabled on both sides though.
Is there something about activity Pub that enables it do this, that other protocols or architectures wouldn't have?
Depends on your POV.
In one sense, if ActivityPub can be a bridge between two protocols (e.g. RSS vs email) then it's always technically possible to cut out the middle man. In that sense, no not really.
From my POV though ActivityPub shines because it's more content agnostic. RSS is specific to feeds and posts, while email is for email, Bluesky is Bluesky (twitter), etc, but ActivityPub can handle video (peertube), images (pixelfed), forums - including likes and downvotes (Lemmy), microblogging (Mastodon), etc. (Note that the ActivityPub to email implementation I mentioned currently doesn't handle likes/downvotes for example.)
With the possible exception of email, I'd also say that ActivityPub has something these other protocols do not - ownership over your own data. If you run your own instance for yourself, you always retain a copy of your content - you don't have the situation of ello.co where if the site suddenly goes down without warning you lose years of work. Even if you use someone else's instance, if that goes down you may be able to recover your content from another instance that was federating to it (retrieving content posted to kbin.social from the copy at fedia.io for example). That's the beautify of federation.
(This is also true of traditional email, but things like gmail and Outlook - where the email is simply hosted on someone else's server - are moving away from that.)