Lately I often read about kbin.social being similar to lemmy but more accessible. So I created an account there to check it out. My experience so far is a little mixed. From kbin I can access all Lemmy posts, although I find the interface less intuitive to join new communities. So from the kbin side it feels like an other Lemmy instance.

But when searching for kbin from this Lemmy Account, I do not find much. I feel like I am missing some basic concept, that makes it pretty clear. Why this is such a one way experience.

So now I am wondering: How does this work, what are the difference, what do both sites have in common?

  • poVoq
    link
    fedilink
    English
    41 year ago

    Lemmy is not bottlenecked by anything related to the Rust code and neither is Kbin most likely. Modern php is efficient enough for it to not really matter (contrary to Python or Ruby etc.).

    • @taladar
      link
      English
      2
      edit-2
      1 year ago

      Modern PHP is better than PHP5 but it still uses that brain dead execution model where every request starts the entire framework from scratch.

      • i_suppose
        link
        fedilink
        English
        11 year ago

        actually that model is now optional thanks to some PHP extensions which can bypass the bootstrap and keep everything running. But it’s not something that is always needed, since the share nothing architecture works fine for most use cases

        • @taladar
          link
          English
          11 year ago

          Are you talking about PHP-PM or something else?