Is it speed? Features? Ease of development? Just curious why lemmy is seeing more activity as opposed to other networks.

  • CheshireSnake@iusearchlinux.fyi
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    Kbin is pretty new, no apps, and faced a lot of issues during the wave of incoming redditors. Some lemmy instances did, too, but there were more of them so there were alternatives when one crashed. If we compare kbin.social to a big instance like lemmy.world, it’s not doing too bad.

    Tildes is invite-only so I don’t think they wanted to grow that quickly in the first place.

    • lagomorphlecture@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      You are correct about Tildes. They are very intentionally cultivating a different atmosphere and don’t want Reddit’s huddled masses. There is a subset of reddit users who fit there but it’s not the shitposting crowd.

    • Frost Wolf@lemmy.worldOP
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      I guess you’re right. Even some lemmy instances had to close registration. Ahhh so kbin is newer. I guess that explains a lot too.

      Also took a quick look at tildes and it’s text only, as far as I know. So if they change their mind about registrations, not a lot of people will join anyway.

      • CheshireSnake@iusearchlinux.fyi
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        Don’t quote me on this, but I’ve read lemmy is a few years old already while kbin is just a few months old (3-4 mos?). Add the number of instances (i only know of 3 kbin instances) and you can see why it didn’t take off the way lemmy did.

        I agree. Purely text-based sites need a certain kind of audience/users. I love a good discussion/debate, but I need my memes, too. Lol.

        • ritswd@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          1 year ago

          The Kbin creator had initially joined to help Lemmy, but decided to create his own thing when he couldn’t take their political alignments anymore. The Lemmy devs used to be vocal Uyghur genocide deniers and pro-North-Korea, and would answer questions on Reddit’s r/AskATankie (a tankie is someone who supports communist dictatorships), but now that Lemmy is successful, they’ve kind of grown hush-hush on it, without really addressing it.

          So, he went to create Kbin, but since he’s not a software engineer, he chose foundations that won’t really scale too well. Kbin is written in PHP, which is an interpreted and mono-threaded technology, it’s great at some stuff, but not high-scale services (source: that’s what I do for a living). Lemmy was written in Rust, which is compiled and multi-threaded. It doesn’t mean Lemmy won’t meet tricky scale bottlenecks, but it will give it a much larger toolset to get through whole classes of them.

          And of course, Kbin being much younger, it doesn’t currently have a bunch of critical stuff that Lemmy already has. For instance: an API, which has been allowing other people to build great native clients for it.

          • JonsJava@lemmy.fmhy.ml
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            Without an API, all clients would need to rely on scraping, which is slower and more resource intense - almost orders of magnitude. Until Kbin develops an API, it will always be less used.

          • CheshireSnake@iusearchlinux.fyi
            link
            fedilink
            arrow-up
            0
            ·
            edit-2
            1 year ago

            This is interesting. Thank you for the info. Quick question, though: does this mean kbin will inevitably face scaling issues when it gets too big? And there’s no way to prevent that?

            • ritswd@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              1 year ago

              My best answer is: if they get to sufficient scale, both Lemmy and Kbin will face scaling issues to get through, but Lemmy is based on something that will make it much easier for humans to get through a lot of those bottlenecks.

              I hope what this answer conveys is that the technology choice is a major factor, but not the only factor. If the Lemmy dev team doesn’t know how to scale a service, and don’t enlist the help of people who do, the underlying technology won’t make much of a difference. But it does give them a very strong upside.

              Another Lemmy user was saying that the Kbin move to use PHP was like someone saying: “oh, I like the airplane you just built by yourself with the intention to fly above the clouds, I’m going to do the same thing, let me prepare my cardboard”, and there’s a lot of truth to it. 😉