this post was submitted on 13 Jan 2025
98 points (100.0% liked)

Technology

37844 readers
539 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] dan@upvote.au 19 points 1 day ago* (last edited 1 day ago) (2 children)

The Fediverse has been around for over 15 years now. In order for one app/server to talk to another, they need to support the same protocol. Mastodon and Lemmy (and Pixelfed and many others) use a protocol called ActivityPub. Since they both use it, you can actually reply to Lemmy comments using Mastodon.

Not all of the Fediverse uses ActivityPub though. For example, the original Fediverse apps like Identica and StatusNet used Activity Streams or OStatus instead. ActivityPub didn't exist yet.

AT Protocol is another protocol, created specifically for Bluesky, although there's no reason other apps couldn't use it, once Bluesky actually enable decentralization.

It does have some useful features that ActivityPub doesn't have, like identity portability - you can move a profile from one server to another without having to change username or refollow everyone. AT Protocol lets you use your own domain name as your username, even if you don't host your own instance. With Mastodon and Lemmy, your identity is tightly coupled to the instance you use (i.e. an account on Lemmy.world is always going to have @lemmy.world at the end), which makes it a pain to move to a different one.

[–] spartanatreyu@programming.dev 6 points 1 day ago (1 children)

It's worth pointing out that while ActivityPub doesn't currently support account migration (although there are proposals in the works for how to do this), Mastodon does have a weak form of support right now.

You can create a new account on another mastodon instance, then you're able to point your old account to your new account.

[–] dan@upvote.au 3 points 1 day ago (1 children)

Interesting, I hadn't heard of that. Does everyone who's following the old account automatically refollow you when you do that?

IMO it'd still be useful to be able to use an identity you control, like a domain name. I'll have to find those proposals you mentioned.

[–] spartanatreyu@programming.dev 3 points 1 day ago (1 children)

Does everyone who’s following the old account automatically refollow you when you do that?

It doesn't port over any old comments/posts, but I'm pretty sure that when anyone @'s you, it's forwarded to the new account.

IMO it’d still be useful to be able to use an identity you control, like a domain name.

Mastodon already does this

[–] dan@upvote.au 1 points 1 day ago

Mastodon already does this

That's only for showing a domain on your profile. What I meant is using a domain as your username, so if you own example.com and used that as your username people would mention you by writing @example.com. A DNS record delegates the domain to the right server.

[–] Applejuicy@feddit.nl 5 points 1 day ago

Thanks, this is the first time I've seen this explained!