@technology Is there a Usenet like app/website/whatever of the Fediverse?
So, I’ve sort of grown up in the Usenet, and this whole Federation thing sort of feels very reminiscent of it. To the point where I’m wondering why there isn’t a way to access it in this fashion? Any tips would be very helpful. I love the idea of this thing and would probably even begin running my own server if that becomes viable.

  • nyan@lemmy.cafe
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Usenet propagates all messages to every server (unless the receiving server specifically blocks a newsgroup or hierarchy). Messages originate at a specific server, but they’re copied everywhere.

    The Fediverse, in its current state, stores each message on only one server. It will provide a pointer to a given message to another server only if the other server asks for it.

    In theory, you could copy all communities and messages from every server yours is federated with onto your home server for a more Usenet-like effect. If you did that, you would be able to view the whole set of communities and messages from your home server even if no one there had subscribed to them yet. In practice no one does that. Yet.

    I suspect the best way of achieving what the original poster wants is to copy the community list and message text content, but leave any embedded media on the originating server—text is low-bandwidth, so you could probably fit the entire Fediverse’s daily production of same into the bandwidth required for a couple of hours of 4K Netflix.

    The Usenet model does seem a better fit for Lemmy than the current setup, because community discovery here is kind of painful, really.

    • @mastodon.socialOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      @nyan @leopardboy that. Although even accessing federated content on demand would work. There’s no technical reason to limit what you display to the user to one instance. If I want to access lemmy.cafe from mastodon.social why is that not possible? It’s federated, so I should be able to do that. The API definitely allows it, as seen in this thread. The User Interface just doesn’t deal with it. I understand the limitations at play quite well, which is why I’m thinking dedicated client.

      • nyan@lemmy.cafe
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        Upon further consideration, the smart way to do this would be to have the servers exchange community lists, with post subjects and other metadata. That’s enough information to find and evaluate a community. Post bodies and comments can then be fetched on request.

        Putting all the data in the client strikes me as more bandwidth-inefficient, but whether that matters these days is questionable. Usenet clients don’t download subject lines from the server until after you subscribe to a group, but that’s a relic of the days of modems whose speed was measured in baud. And of course it’s always easier to start your own project than try to fork the existing server code. Not to mention that I haven’t bothered to look at the API yet, so my thinking may be way off-base.

        Plus, I get the impression that the existing clients are half-baked, so the more the merrier. ;)