When I visit kbin.social, I see new posts regularly. On other servers posts stay on the frontpage for multiple days. This is also true if I switch their sorting to “hot”. So that is probably not the difference.

What is kbin.social doing differently?

  • Rhaedas@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I presume you’re talking about Lemmy from any of the different instances. If you’re looking at local it’s only going to show local posts and not “everywhere”. Be warned though, currently there’s a bug where when you do select “All” it updates with a pull from outside the instance very often, so much so that it can make reading and browsing difficult. That should be updated soon.

    • Huschke@kbin.socialOP
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      I mainly tried lemmy.world, lemmy.ml, beehaw.org and a few others. I did try them with and without “all” and it was cumbersome regardless. Either I was served posts with zero or negative upvotes that to me do not classify as “hot” or my feed did not update at all.

      What’s weird to me is that kbin.social was the only one I tried that was not affect by any of this strangeness.

      • LollerCorleone@kbin.social
        link
        fedilink
        arrow-up
        1
        arrow-down
        11
        ·
        1 year ago

        Kbin and Lemmy are different frameworks and have been written using different languages. After some hiccups initially, kbin seem to be more stable than Lemmy right now, including when it comes to frontpage sorting. But both are pretty new and are actively being developed. You can expect these issues to be fixed soon as the devs push new updates.

  • LoafyLemon@kbin.social
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Kbin uses a completely different backend and is nicely optimised. The owner (Ernest) is also investing in server space to accommodate the higher user activity.

    They might answer you themselves, I’m sure they’re lurking here somewhere. 🙃

  • Siethron@kbin.social
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    I have an issue on Lemmy.world when I sort by Top-> day the top posts will be bumped down by brand new posts with 1 upvote, I assume people are instantly upvoting themselves and that’s messing with something in the code

    • can@kbin.social
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      are instantly upvoting themselves

      Much like reddit I believe that happens on lemmy automatically. Unlike kbin.

      • exscape@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Yep, I posted a link on Lemmy earlier today and it started at 1 with an upvote from myself immediately after submitting.

        I think Kbin should auto-upvote too (as did almost everyone in the poll last I saw it), if not else then for feature parity.

  • SpacemanSpiff@kbin.social
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    It depends on what you mean by other servers…Lemmy instances? I haven’t seen any differences between kbin instances.

    Kbin is entirely different software from Lemmy; it’s a completely different backend.

    So that would be why it’s “better” in that regard than Lemmy instances. My understanding is that it’s a bug in Lemmy that will be fixed soon.

    The “popping” of the feed in Lemmy is tied to their use of websockets instead of http. I believe the devs stated they’ll be moving off of websockets in the future.

    • freebrick@kbin.social
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      Kbin is entirely different software from Lemmy; it’s a completely different backend.

      Wow did not know that. So how can it interact with the lemmy instances if it’s not running lemmy software?

      • SpacemanSpiff@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Via the ActivityPub protocol that fediverse software uses :)

        Pretty cool stuff!

        Kbin can also directly interact with Mastodon users and toots because of this. Kbin magazines can natively contain both “threads” from Kbin and Lemmy, and microblog “posts” from Kbin and Mastodon. (And other software depending how they map these features.)

      • ParsnipWitch@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Because they use the same protocol: ActivityPub
        For example, E-Mail gets send over the protocols pop3, smtp, imap. It doesn’t matter if you use Outlook or Gmail for Android or whatever email program. They still send data to each other using these protocols. Therefor both know what to do with the information exchanged.

        There is software that is completely different from Lemmy and Kbin which can still interact via the ActiviyPub protocol. For example Mastodon for Twitter-like mini blogs. Or PeerTube which is a video platform. Pixelfeed is an image sharing platform similar to Instagram and the like. But since they all use AcitvityPub you can interact, comment, vote etc. on these images and videos or mastodon posts here on Kbin or on Lemmy.

        In theory this sounds great. But obviously the different software needs to have the backend and the UI to support these features.

        To make it even more difficult to implement, all these different installations are spread over many different servers (= federation). Which all can have differences in their software again and different speed and rules about how often they synchronize their data, etc.