this post was submitted on 26 Jun 2023
119 points (100.0% liked)

sh.itjust.works Main Community

7584 readers
1 users here now

Home of the sh.itjust.works instance.

Matrix

founded 1 year ago
MODERATORS
 

The only threat to this burgeoning community is the same old divide & collapse nonsense that separates citizens under their overlords everywhere.

I would create accounts and start calling to defederate instances which allow non-polite (or politically incorrect or otherwise offensive) communities.

We didn't just survive the trolls on reddit. We thrived amongst them. We can handle them. We can block them.

I want curatorial tools to curate my own feed. I absolutely 100% do NOT want any admins telling me what I can't read. And going to another instance is no solution if that instance is blocked.

I don't want to be on a purely polite ecosystem, or a purely right-wing-idiot ecosystem. I want access to everybody, and the tools to curate that experience.

The trolls do NOT have the power to take us down. But the admins definitely do.

Welcome to the Defediverse.

you are viewing a single comment's thread
view the rest of the comments
[–] god@sh.itjust.works 5 points 1 year ago* (last edited 1 year ago) (1 children)

The comment history migration will not happen. It's not feasible with the way fedi software works. Subscription migration tools exist but are limited, and I am sure they will grow more prolific in the future, because the tools for it are getting better.

[–] Ajen@sh.itjust.works 2 points 1 year ago (1 children)

It's not feasible with the way fedi software works.

I admit it's more complicated than it first seems, and I'm not deeply familiar with the ActivityPub protocol, but could you elaborate on why it wouldn't be feasible to extend AP to support user account migration?

[–] god@sh.itjust.works 1 points 1 year ago (2 children)

I know there's some kind of identity hashing for servers. If you want to change a user's entire identity you'd also have to convince all servers that this hash is still yours elsewhere. Maybe if you trigger it from the original server. I don't know enough of the software to design a solution but it's not the simplest thing and it's not built for that. Maybe ask someone with more technical knowledge.

[–] Ajen@sh.itjust.works 3 points 1 year ago

I have a fairly good idea of how this could be implemented, but like I said, it's more complicated than it first seems.

The issue you mentioned could be solved by the "old" server signing a JWT token that includes both the old user ID and the new user ID. The "new" server would store that token and make it available via an API endpoint so other servers and users could verify that the account on the "new" server is legitimate. This way accounts can be verified even if the original server goes offline.

[–] esty@lemmy.ca 2 points 1 year ago

Bluesky fixed the account portability on federated network problem, look at their docs - your post history and everything can come with you when you change instances