Sorry if this seems like a silly question but I have noticed over the last few months my feed(?) has started to act odd.

No matter what I do I don’t see any posts from .world. I checked and mander does not seem to block .world (kinda why I liked this instance) and even weirder is how my feed gets filled with mostly .ml posts with almost no activity no matter how I sort.

This did not happen before and got me thinking, I don’t even know how this works across federated instances.

Does anyone know:

  • How does the sorting work on an instance? Is it all the same no matter what instance it is?

  • Did anything change in the last few months, that would cause all .world (and I assume others) posts to not show?

  • Other then changing instances what can I do to mitigate the weird slanted results?

  • j4k3@lemmy.world
    link
    fedilink
    English
    arrow-up
    25
    ·
    edit-2
    4 months ago

    The Lemmy algorithm:

    https://join-lemmy.org/docs/contributors/07-ranking-algo.html

    The instances communicate between each other using special bots in the background that transport info between instances. Dot world is too big and makes too many requests to other instances. Most instances are reducing the number of transport bots back to dot world right now. There is supposed to be a fix in the next Lemmy version, but the code base is somewhat slow moving due to only two devs and it is written in Rust. Rust is a hard language like C, and not too many here are able to contribute to it, even though it is like the new gold standard of code.

    So you might see a delay between posting and replies or the interaction may come in bursts that correspond with the transport bots carrying content between instances as the host admin have configured their instance.

    • gravitas_deficiency@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      12
      arrow-down
      1
      ·
      4 months ago

      I’m actually mildly surprised it’s still only two devs. Are they treating it like a walled garden, or is there really a complete lack of interest in contributing to the codebase?

      • nutomic@lemmy.ml
        link
        fedilink
        English
        arrow-up
        7
        arrow-down
        1
        ·
        4 months ago

        We are two fulltime developers and a handful of devs who regularly contribute in their free time. We could definitely use more devs but the donations are simply not enough.

      • j4k3@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        4 months ago

        Not sure. There was some controversy with some of the devs making alt front ends and admins complaining about the slowness. I’ve seen mention of one of the two devs learning Rust just to participate. So it is not entirely a walled garden. The front end devs wanted to make an alt from scratch but in something like JavaScript although I don’t recall the details exactly. There were a lot of red flags related to privacy and understanding the community at large in the posts I saw from them. When asked why they weren’t adding pull requests with Rust in order to address their complaints I got no reply.

        All that said, I’m no dev. I can read in to around half the code I come across if I really try, and can successfully modify maybe half of that if I spend a few days on it, but I suck at clever code and the DRY cult types. I haven’t tried to look into Lemmy in any depth beyond figuring out the basics.

      • Blaze@reddthat.com
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        4
        ·
        4 months ago

        Rust is a niche language

        It’s like starting a book club in Esperanto compared to English. Sure, Esperanto is supposedly a better language, but very few people know about it

        • gravitas_deficiency@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          3
          ·
          4 months ago

          Rust is not a niche language. It’s a strict and strongly opinionated language by design. People with background in strongly typed languages, who additionally use opinionated linters and formatters have an easier time adjusting. JavaScript “devs” (note: distinct from “software engineers”) probably pull their hair out over a lot of stuff in because in my experience, many js devs know enough about the language to work proficiently in a couple of frameworks, but haven’t really dug into the nuances of the language, and also have limited experience with strong typing.

            • nutomic@lemmy.ml
              link
              fedilink
              English
              arrow-up
              4
              ·
              4 months ago

              The Lemmy frontend is written in Typescript which is a very popular language, yet it has even less contributors than the backend.

            • SorteKanin@feddit.dk
              link
              fedilink
              English
              arrow-up
              1
              ·
              3 months ago

              But maybe Rust isn’t that niche, but the Fediverse apps and projects are niche themselves.

              Lemmy is niche even within the fediverse, where microblogging still dominates and the threadiverse style apps are smaller. It’s just not a very large space.

              • Blaze@reddthat.com
                link
                fedilink
                English
                arrow-up
                2
                ·
                3 months ago

                I guess Reddit and similar link aggregators are just much smaller than we all think they are.

                • SorteKanin@feddit.dk
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  3 months ago

                  Even reddit is still niche when it comes to social media and has always been. It’s become a little more mainstream the last few years, but for most people social media still equals Facebook, Instagram, Twitter, Snapchat and such.

    • I believe there is some work being done on an alternative code base written in python with flask it has lots of promise and i recon with a bit of extra work it might allow for mastodon integration into one server which would be cool af.

      Really want to get to the stage where an account is just a private key I hold and all federated services can work with a single username.

      Imagine having a single username which is for all services.

      • Blaze@reddthat.com
        link
        fedilink
        English
        arrow-up
        4
        ·
        4 months ago

        I believe there is some work being done on an alternative code base written in python with flask it has lots of promise and i recon with a bit of extra work it might allow for mastodon integration into one server which would be cool af.

        https://piefed.social/ ?

        Otherwise, for Mastodon integration, there is mbin with https://kbin.run/ for instance

    • M0oP0o@mander.xyzOP
      link
      fedilink
      English
      arrow-up
      6
      ·
      4 months ago

      Thanks for the reply (I was worried no one would) but would that cause the weird behaviour I am seeing? The timing does not seem to match but it could make some sense.

      If what you are saying is the cause then Lemmy as a federated whole may now be effectively split up due to sync issues?

      • Blaze@reddthat.com
        link
        fedilink
        English
        arrow-up
        3
        ·
        4 months ago

        Actually there are some comments from other people: https://reddthat.com/post/20632337?scrollToComments=true

        Most of them are from LW, so they won’t federate before a few days.

        The issue is that if one instance has too many updates to send to another one (in this case LW to mander) it starts to create delays.

        This mostly happens due to LW size, as you can see Reddthat has no issue

        • M0oP0o@mander.xyzOP
          link
          fedilink
          English
          arrow-up
          3
          ·
          4 months ago

          Oh wow, yeah its like night and day. Well now I guess I have to figure out a fix.

          Sad times if I have to find another instance, again.

          Any ideas what can be done longer term to address this (in general)?

          Since I can’t see anything here I will check on .world

          • Cethin@lemmy.zip
            link
            fedilink
            English
            arrow-up
            1
            ·
            4 months ago

            If you’re looking for a new home, I’ve enjoyed Lemmy.zip. I think it’s on the smaller side, but I prefer that to everyone being on a few instances.

  • 9point6@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    4 months ago

    Well, I can see your post on l.w, so it’s not a total disconnect!

    I wonder if there are any bugs in the new version of lemmy—do you know if mander has updated yet? The l.w admins tend to drag their heels updating because of some previously rough update experiences (I think mostly down to the size of the instance compared to others)

    There were some issues with federation last time, perhaps it’s something similar

  • M0oP0o@mander.xyzOP
    link
    fedilink
    English
    arrow-up
    3
    ·
    4 months ago

    I decided to do a bit more then just “hot” and “active” and its the same across all of them except “controversial” and “Most comments”.

    “Most comments” has some .world posts in it but does not match using another instance. The only one that seems to line up is ironically sorting by “controversial”,

    This is really getting weird and is making it hard to use Lemmy for me. Like I like some of the posts listed but I can not believe the largest instance is not posting anything. To make me more confused this also started at the same time Mander got really slow, and to add to the weirdness refreshing the page gives entirely different sorting of posts maybe one out of five times.

  • Aviandelight @lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months ago

    I’ve been noticing this behavior on Mander too. I’ve been using my alt world account for now. I really hope the next update fixes things.

    • Andrew@piefed.social
      link
      fedilink
      arrow-up
      3
      ·
      4 months ago

      Please use your mander account to inform OP that their instance is wildly behind .world - see here

      The delay and eventual deletion of comments and votes will have an obvious effect on mander’s “hot” and “active” algos.

      If you look at this post on mander, it’s not got any of the comments, so there’s no point anyone using a .world community to answer OP’s question.