this post was submitted on 07 Dec 2024
80 points (90.8% liked)
Fediverse
28630 readers
721 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
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Changing the scheme doesn't really make any difference if it's still just HTTP underneath. The scheme is just for indicating a protocol. So what's the different protocol you'd actually propose?
Apps (at least on android, no idea both iOS) could claim support for the protocol. Removing the need to claim hundreds or thousands of addresses.
By "claiming addresses" you mean domains? Or what?
You mean because the address in the fediverse scheme would be domain-independent? How in the world would that work? How would it know what to connect to? You're proposing something completely different than ActivityPub at least.
On android, when you click a link that has an association with an app you get the choice to open the app instead of being redirected to the website. Right now every app developer for the fediverse needs to maintain a list of instances for this. If you had a protocol instead you would only need to specify the one.
Look up what a URL schema is. Examples include
https
(obviously handled by your browser),ftp
,mailto
,ms-word
etc. Themailto
one is most well-known for letting you choose between in-browser (Gmail etc.) and native (Thunderbird, Outlook etc.) options on desktop and mobile. There does not need to be a formal protocol and port, it's just a way to signal support for a kind of content via URL.Okay, sure you could have apps open links to external posts, as the app would know that it would need to fetch the post by searching the URL (switched with a HTTPS scheme). I can kinda see the point of that. I'm not sure the fediverse and ActivityPub is really super mature enough for that yet. For instance you can't fetch Mastodon posts from Lemmy.
Having a standard URL scheme would precisely help us develop ActivityPub clients and get rid of application-specific servers.
Doesn't change the fact that Lemmy does not support posts outside of communities.