• JubilantJaguar@lemmy.world
    link
    fedilink
    English
    arrow-up
    35
    ·
    edit-2
    5 days ago

    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.

    • lime!@feddit.nu
      link
      fedilink
      English
      arrow-up
      16
      ·
      5 days ago

      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.

      • JubilantJaguar@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        5 days 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.