this post was submitted on 07 Dec 2024
82 points (91.0% liked)

Fediverse

30245 readers
866 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] 38 points 2 months ago* (last edited 2 months ago) (3 children)

It's an intriguing idea and might well be in line with the founding principles of the internet.

As I understand it, the URI is supposed to define the type of data you will find at the address, allowing you to use a client dedicated to that type. So: use a Gopher client for gopher:// data, a newsgroup program for nntp:// data, and of course a web browser for http://.

So the issue here would be to define what "fediverse data" actually looks like. This is quickly becoming quite a technical challenge.

Personally I like the idea of standardizing communication paradigms with a protocol, but you do first have to decide what the paradigms are. A few obvious suggestions:

  • IM, or one-to-one message (holy grail! but then not public, by definition)
  • many-to-many text message (IRC)
  • forum post with comments (this thing right here)
  • one-to-many message (Xitter, Mastodon)

Since the ActivityPub protocol seems to be the de-facto glue to this fediverse thing, maybe that's where to look first.

[โ€“] [email protected] 2 points 2 months ago

So http is hypertext transfer protocol. Maybe activity pub transfer protocol could be aptp://

load more comments (2 replies)