this post was submitted on 26 Apr 2026
44 points (97.8% liked)

Fediverse

41840 readers
199 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, 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)

founded 2 years ago
MODERATORS
top 27 comments
sorted by: hot top controversial new old
[–] silverpill@mitra.social 21 points 4 days ago (1 children)
[–] ozoned@piefed.social 5 points 4 days ago

Hell yeah! That's awesome! Thank you for the link @silverpill@mitra.social

[–] jeena@piefed.jeena.net 22 points 4 days ago

We have IPFS already, which is a federated file system which doesn't depend on domains, but has content hashes. And we also have BitTorrent with magnet links, also independent of domains. So something similar could be implemented and I think it would be neat.

[–] originalucifer@moist.catsweat.com 13 points 4 days ago (1 children)

youll need to be more specific on what you mean by 'federating', but the answer is generally, no. domains are fundamentally core to the infrastructure.

its like asking can we have a phone system without phone numbers.... suuure, but then its not really a phone system anymore, is it?

can we segment user addressing from server addressing? potentially.. thats where it get interestingly complex.

[–] devaly@ani.social 3 points 4 days ago (1 children)

atproto from bluesky is a protocol exactly defined to fix this problem

[–] originalucifer@moist.catsweat.com 12 points 4 days ago (2 children)

unfortunately, atproto doesnt scale horizontally as AcitivytPub does. so, really, no one should use it.

[–] rako@tarte.nuage-libre.fr 1 points 3 days ago

atproto has no problem scaling. It's Bluesky, a platform that wants to see all the network, that has issues scaling

[–] devaly@ani.social 2 points 4 days ago (1 children)

It's still at a very early stage, and they do have hosting costs in mind.

It's the first proposal I've seen trying to solve the problem

[–] originalucifer@moist.catsweat.com 8 points 3 days ago (1 children)

im not saying the fediverse isnt without its serious challenges. that said;

sorry, not letting bluesky havin my keys.. but you do you.

i just dont understand people putting their effort into a piece of shit, corporate backed protocol like AT when AP is already more mature, in use, and with large contingent of active developers.

its portability is at the whim of those running the system. its still not your data. you can take your pod.. and go where? all those other routers that will startup just any day now? after 3 years i think there's 2 routers.. and they dont talk to eathother. hilarious.

any day now!

its just twitter 2.0 with more steps and all the same executives.

[–] xaviercast@ttrpg.network 1 points 2 days ago

i just dont understand people putting their effort into a piece of shit, corporate backed protocol like AT when AP is already more mature, in use, and with large contingent of active developers.

Stupidity. It's the answer to most confusion about why "the masses" do what they do.

[–] slazer2au@lemmy.world 9 points 4 days ago* (last edited 4 days ago) (1 children)

What problem would be solved by doing that?

[–] frongt@lemmy.zip 9 points 4 days ago (1 children)

They might be thinking of the problem where you can't change the domain of an instance, you have to start a whole new one under the new domain. And if you lose a domain, someone else can start an instance and receive your federation traffic.

But changing away from domain names entirely doesn't solve those problems.

[–] scrubbles@poptalk.scrubbles.tech 6 points 4 days ago (1 children)

I think this could be solved with a migration window though, and a proper migration path in code. You spin up a new instance, clone your data. Then on old instance it sends a .well-known redirect message, or 301s for everything. Then receiving servers whenthey get that know to update all of their references. You keep it up for however long you think you should for all of the other severs to update.

[–] frongt@lemmy.zip 7 points 4 days ago (1 children)

For moves, yes. If you lose the domain you can't do that.

I think even then that's a solvable problem though. A unique hash of your server so if you move and start refederating the same process could happen. It'd require more work on the individual instance admin, but could be done

[–] Rekall_Incorporated@piefed.social 7 points 4 days ago (2 children)

I would imagine that would require all platforms to implement this change in concert e.g. Piefed and Lemmy, all the fedi micro-blogging clients.

Doesn't sound like a viable proposition.

IE, it is a protocol-level change and would require modification of that specification (ActivityPub).

They wouldn't have to do it all on day one, everything keeps working fine the way it is, this would be an addition, right?

There's some functionality in Mastodon that's not in GoToSocial, for example, but that's not keeping me from living a rich, varied, activitypubbed life, so to speak.

Plus all these platforms are open source, so if people want the functionality, they can make it happen.

[–] frongt@lemmy.zip 6 points 4 days ago (1 children)

How else would you connect to other servers?

[–] asudox@lemmy.asudox.dev 1 points 3 days ago

https://www.w3.org/TR/did-1.0/

There are DID methods that use and don't use domains.

[–] ozoned@piefed.social 3 points 4 days ago (1 children)

That's an excellent question that I'd love to know as well actually. :D

[–] originalucifer@moist.catsweat.com 5 points 4 days ago (1 children)

usually the people asking this end up at nostr... as close to true anonymity as you can get and all the worst of humanity that goes along with it.

friends dont let friends use nostr.

[–] hperrin@lemmy.ca 1 points 4 days ago* (last edited 4 days ago) (1 children)

Every time I’ve ever tried Nostr, it’s just been a bunch of crypto bros promoting their scams.

Case in point:

[–] cecilkorik@lemmy.ca 1 points 3 days ago

Yes that's exactly what he said, all the worst of humanity. (partial sarcasm. maybe.)

[–] Mubelotix@jlai.lu 1 points 3 days ago

Probably not worth it but it would be great supporting TOR-only instances

[–] kudra@sh.itjust.works 1 points 3 days ago

Reticulum has aspects that you might like, that solves the problem of dependence on domain names, allowing different types of devices to communicate, but also include TCP/IP options. It's pretty cool.