this post was submitted on 07 Dec 2024
80 points (90.8% liked)

Fediverse

28692 readers
590 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 2 years ago
MODERATORS
 

Since we are in the fediverse, I think it would be convenient to have a fediverse-wide resolvable fediverse URI scheme, that would look like so:

fediverse://

edit: Found a relevant FEP: https://codeberg.org/fediverse/fep/src/branch/main/fep/07d7/fep-07d7.md

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

it's not really about the type of data, it's more about how you get it. web browsers could open gopher URIs for a long time, it was just a separate access method.

but the thing is, it doesn't really make a difference today, because we've decided that http is some sort of base protocol.

someone decided to try making a custom matrix:// scheme (it's called a scheme btw) for matrix clients and it's just been a nightmare. clients don't know what to do with the url, servers block it, we had to patch it out to get it to properly encrypt messages to our local homeserver. and matrix just uses http on top anyway.

no, i think they should be reserved for protocols that are important enough to be in the <1000 range of ports. like SSH, or Doom multiplayer.

[โ€“] [email protected] 4 points 1 week ago

Interesting anecdote. Yes I'm aware that the "ht" in http is now basically a historical artifact. It all feels a bit dirty but, as you say, doing things the way the architects intended is probably not worth the effort.