this post was submitted on 05 Dec 2024
43 points (100.0% liked)

Fediverse

28688 readers
696 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 !moderators@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 2 years ago
MODERATORS
 

I saw this FEP months ago and thought it was pretty promising. However, it seems that there is no update from then. Does anyone know about this?

link: https://codeberg.org/fediverse/fep/src/branch/main/fep/e3e9/fep-e3e9.md

For those who don't know this proposal brings portable identity across fediverse.

you are viewing a single comment's thread
view the rest of the comments
[–] hendrik@palaver.p3x.de 1 points 1 week ago (1 children)

That sounds more like portable object storage, and not portable identity?

[–] iso@lemy.lol 1 points 1 week ago (1 children)

As I understand, it will make things work like Bluesky. Users will be able to use their own domain handles while not hosting an instance as a whole.

[–] hendrik@palaver.p3x.de 4 points 1 week ago* (last edited 1 week ago)

I skimmed the first few pages. And it seems it's just concerned with the content? You can store your notes (posts, file uploads, ...) on arbitrary instances and move them around. But you still need a fixed instance that hosts your actor identity (your account) which then tells where to go to fetch a post. And that one can't change. So your account and username would still be tied to a fixed domain handle. And you can't move it. And even for the content, it seems like you'd need that fixed instance to do the 302 forward, so it needs to be contacted to resolve each location.

Edit: But you might be right. I don't grasp the full concept. Maybe it enables us to configure a webserver on our own domain to forward a user handle to some external server. Meaning we don't have to install a server ourselves. And the servers would then be interchangable (if this translates to fetching everything). You'd still be tied to your domain name. But not to a service anymore. That'd be great.