• @dsemy@lemm.ee
    link
    fedilink
    English
    21 month ago

    When you first sign up to a account, you might be greeted with a list of recommended users to follow. This list can be configured by the server admin, but in any case it will only be able to show you accounts that are from the same server as yours or from a server that already “federates” with it.

    How will you get a list of users on different servers without connecting to them?

    When you run a search query, you are running the query through the server, and again the results are only a reflection of the data that has been “seen” by the server.

    Changing this will require the client to search through a bunch of servers itself, or use a 3rd party search engine.

    The “trending hashtags” feature only works for tags that have been explicitly approved by the instance admin.

    How will you get trending hashtags from servers without connecting to them?

    The server provides different sorting methods for posts and comments, such as “Hot”, “Active”, “Newest”, etc. There is no way for the user to define their own sorting method.

    How would you fetch posts, their score and comments from servers without connecting to them?

    • @rglullisOPA
      link
      English
      11 month ago

      How will you get a list of users on different servers without connecting to them?

      In the same way that a RSS reader knows which feeds to download?

      Changing this will require the client to search through a bunch of servers itself, or use a 3rd party search engine.

      Yes, but the 3rd party search engine can be specialized. It could be a service that indexes all of the fediverse, or it could be a “standard” search query with some special operators.

      How would you fetch posts, their score and comments from servers without connecting to them?

      Your application will already receive updates from the communities you are subscribed to. In the case where you want to browse by /all, then yes, on first load your client will be making a bunch of queries to different servers that have communities to get a list of updates. But this would be an issue only on first load, because subsequent queries would be “give me all events that happened since the last time I visited”.

      But if you really don’t want to run this on your device, then how about this: someone develops a “client” which is actually an aggregator of all the different instances which can then be used as web service that provides an API for end-users. This way, we still get to enjoy a distributed system, we still have a client-first application and we also get the benefit of having a service that makes it easier for the people who think that “federation is too complicated for non-techies.”

      • @dsemy@lemm.ee
        link
        fedilink
        English
        11 month ago

        In the same way that a RSS reader knows which feeds to download?

        I meant how will you fetch a list of users from which you could generate recommendations.

        Yes, but the 3rd party search engine can be specialized. It could be a service that indexes all of the fediverse, or it could be a “standard” search query with some special operators.

        I guess with proper integration for different search engines (or maybe just something like Searx) this could be useful.

        Your application will already receive updates from the communities you are subscribed to. In the case where you want to browse by /all, then yes, on first load your client will be making a bunch of queries to different servers that have communities to get a list of updates. But this would be an issue only on first load, because subsequent queries would be “give me all events that happened since the last time I visited”.

        Currently a Lemmy app loads all posts from a single server (which in turn, aggregates posts from different servers), and then loads stuff like images from their respective hosts. With your suggestion, every post might come from a different server, any of which might be temporarily down (not uncommon unfortunately). Caching will make this issue and the other issues less severe, but it won’t solve them.

        I don’t disagree with the idea BTW, I just honestly think it’s not practical (at least with ActivityPub).

        • @rglullisOPA
          link
          English
          11 month ago

          With your suggestion, every post might come from a different server.

          Why? Take our interaction, for example. the community is on lemmy.world, you are on lemm.ee and I’m on communick.news. My response generates an activity that is sent to LW, and LW then announces that activity to all the servers who have at least one subscriber. If LW went down, you wouldn’t be able to see this message until it came back up and it started processing the federation queue again. Right?

          The same thing would happen in a “message-relay” system. My client would send a message to LW, and LW would then send the activity to lemm.ee, which would then “push” it to you. If any of the servers went offline, the whole process would stop at the node that is offline and would then resume when it came back up.

          • @dsemy@lemm.ee
            link
            fedilink
            English
            11 month ago

            If you load /all, you will get posts from communities on a bunch of different servers. If you load your subscriptions, those communities still likely come from multiple servers.

            Currently, lemmy.world, lemm.ee, and communick.news are running all the time, with random downtime due to issues/maintenance. When I log in to lemm.ee, I fetch the posts from lemm.ee, including any posts that may have been posted to lemmy.world and communick.news while I was logged out, even if both are down while I’m logged in.

            I guess my main issue with your idea is that it will (IMO) encourage people to host more servers, which in turn could lead to communities being more spread out across servers, which will then make the experience worse since a client side implementation depends much more heavily on servers being available.

            • @rglullisOPA
              link
              English
              21 month ago

              I guess my main issue with your idea is that it will (IMO) encourage people to host more servers

              Why? If anything, I believe that it would be the opposite. Less “responsibility” on the servers would mean better capacity to scale and serve more clients on the same hardware and (if the identity is not dependent on the server and can be easily portable) it would mean less attached value to the server itself, so people wouldn’t care so much about “what instance they are joining”.

              The best analog there is to what I am proposing is movim, and if you go take a look at their server list, you will see quite a limited amount of servers even though it has as many active users as Lemmy.

              • @dsemy@lemm.ee
                link
                fedilink
                English
                11 month ago

                Less “responsibility” on the servers would mean better capacity to scale and serve more clients on the same hardware and (if the identity is not dependent on the server and can be easily portable) it would mean less attached value to the server itself

                To me, this makes it sound much more attractive to run a server, as it will be easier to do. Though I guess this is subjective.

              • @h3ndrik@feddit.de
                link
                fedilink
                English
                1
                edit-2
                1 month ago

                I really agree with your premise. Less responsibility on the server means less depending on it. We’d gain independence, could move accounts and do some more nuanced things. But I really think the less your own server or relay does, the more you’re prone to suffer from network outages, other servers becoming unavailable etc. So you’d need to duplicate everything no matter what to compensate for that. And you introduce lots of additional traffic by fetching all the hashtags from everywhere. Or you’d end up in the same situation as before where they’re subject of availability on your instance or perspective on the network.

                Plus you want unsubscribed old posts showing up and a perspective that’s independant of the chosen instance. So you basically need to replicate everything everywhere. And this introduces additional complexity and resource usage and your goal was to reduce that. (And federation becomes just an inconvenience and additional unnecessary work at that point.)

                It’s not that it’s technically difficult. We could do that. And you’re right by pointing at XMPP and Movim and stuff. But that also doesn’t solve most of the issues you outlined in your initial post. It’s even more narrow in how you rely on your own server and shaping your perspective on the whole network.

                And sometimes this is what we want. People do dedicated instances to a topic. For example a Mastodon server for IT and tech people. Of course you want IT related stuff to show up on your main page. And we sometimes want moderation and a place to have civilized discussions. Not a place of anarchy and shitposting like on 4chan. That requires some form of hierarchy or democracy. And at the end of the day the server operators are responsible for what content is shared (publicly) via their infrastructure…

                So I’d say you can’t achieve all your goals with ActivityPub. You need to think bigger. Maybe do away with federation altogether. Since federation is all about having different instances with a different focus and perspective on the same network. Maybe focused on a language or subject or sub-community of users, different rules and moderation. And you want more a unified perspective, everyone gets the same and less intermediaries. I’d say that is fundamentally incompatible with this form of federation and kind of out of scope. You probably want a network without that hierarchy. And that comes with different technical challenges and advantages.

                (And suppose we extended ActivityPub. Instead of separating and moving stuff to the client, we could imagine you install a Lemmy or Mastodon server/instance on your computer or phone. Along your browser. You’d have it all on your device and could configure it like you wanted. I’m not sure if that’d be a superior solution.)

                • @rglullisOPA
                  link
                  English
                  21 month ago

                  I feel like one of the issues with these “new plan for X” essays or posts is that readers usually interpret it as something to completely replace the status quo. It’s not the case. I’m not saying that everyone should start using this. I’m not saying that everyone should leave Mastodon. I’m not saying that all server-focused software using AP needs to go away.

                  I’m just saying that the current approach is not the only one and that Mozilla could have benefited from trying something different. I’m saying that Federation might be the right unit of organization for some cases, but that there is a whole world of possibilities where Federation is not so suitable.

                  I get it, it makes no sense to say that a network with 1M+ active users is “doing everything wrong” and that we need to start anew. I am not arguing the case to change those that are already here. I am arguing for changes that could help those that looked at “Federated Social Media” and went away because this model didn’t work for them.

                  • @h3ndrik@feddit.de
                    link
                    fedilink
                    English
                    1
                    edit-2
                    1 month ago

                    Hmm, I get you. But I don’t think that’s what this discussion is about. I’m more concerned with the technical difficulties / impossibilities / inconsistencies with the approach. Less so if it should replace the current solution or a possible upgrade path. That’s something to worry about later. It’s more like I don’t think it’s going to work properly. It’s more combining the disadvantages of two different approaches.

                    But I’m happy if someone goes ahead and does a better approach. I also see the shortcomings of the current solution. Maybe I’m being too pessimistic.