this post was submitted on 14 Aug 2024
60 points (98.4% liked)

Fediverse

27983 readers
1267 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

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
 

I've seen a few comments in the other thread about community centrization

Your following, blocking, muting, and domain-blocking lists can be imported at Settings > Import, where they can either be merged or overwritten.

Mastodon currently does not support importing posts or media due to technical limitations

https://docs.joinmastodon.org/user/moving/#export

Seems pretty similar to the way we manage it with Lemmy at the moment (settings menu, export JSON, import JSON), am I missing something?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 1 month ago (1 children)

If Lemmy, Mastodon and other ActivityPub apps supported protocol-level moving, you could in theory even move from Lemmy to Mastodon or vice versa, and not just from one app to the same app on a different instance.

I feel like we would have colonized Mars before this would happen.

[โ€“] [email protected] 2 points 1 month ago (1 children)

Well, maybe with Lemmy and Mastodon. If I recall correctly, both Lemmy and Mastodon started as separate projects that then only later tacked on ActivityPub support. I am by no means an expert in ActivityPub, but I believe this approach of only adding it on later may have made things more complicated. It's possible that a newer alternative that was built with federated protocols in mind from the start would have an easier time (this is mostly just speculation from my part).

I suppose there is unfortunately also little motivation for supporting protocol-level moving, as it allows people to move entirely away from your software, which developers don't want as they rely on donations from the users. Although it obviously also allows users to move to your software so... ๐Ÿค”

[โ€“] [email protected] 2 points 1 month ago (1 children)

Mars seems closer after reading your comment ๐Ÿ˜„

[โ€“] [email protected] 3 points 1 month ago

Mars is currently getting closer to the Earth in their orbits, so this may be both figuratively and literally true.

But yea it's hard. Federated social media is by definition a harder problem than centralized ones. It's more flexible and malleable, but building such systems is always a mess.

Also (sorry, this is getting anecdotal again), I recently read up on the inner workings of ActivityPub and uuh... I gotta say I am actively disheartened by its complexity. It is an exceedingly flexible protocol, but that flexibility comes at a very high complexity cost. I am not convinvced it is as simple as it could have been, unfortunately.