• Gsus4@mander.xyz
    link
    fedilink
    English
    arrow-up
    16
    ·
    edit-2
    15 hours ago

    What is so special about piefed? I see a few communities moving there. The interface looks different from the original lemmy interface.

    • Kris@feddit.org
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      2 hours ago

      For regular users there is not a huge difference, but the web-interface is significantly faster and you can subscribe to topics that combine multiple communities. The disadvantage is less mobile app support. Right now only Interstellar supports Piefed.

      The really advantage is for moderators and admins, as the Piefed developers actually listened to community feedback and implemented a lot of nice moderation features that require bots or annoying work-arounds on Lemmy.

      And there are a few technical differences that make Piefed easier to administrate and troubleshoot from a sysadmin perspective.

      • qweertz (they/she)@programming.dev
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        11 hours ago

        Postgres slowing factor

        I’m pretty sure one of the best optimised free/libre DBMS’s is faster than Python 💀

        Also no one know how Piefed scales, since it only has like 350 MAU

        • JackbyDev@programming.dev
          link
          fedilink
          English
          arrow-up
          8
          ·
          6 hours ago

          Reread it. They’re saying “The slowest part is postgres, so even if python is slower than rust it won’t make a difference.”

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

            That is, in theory. In practice, it can make a big difference. Source: Worked professionally with large services built in Python and Rust.

            • Kris@feddit.org
              link
              fedilink
              English
              arrow-up
              2
              ·
              2 hours ago

              Yes, I also suspect that at a certain scale it would make a difference, but with a single Postgres database and no advanced clustering or so, the real-life performance metrics of a medium sized Lemmy instance strongly point to Postgres being the bottleneck and not the Python or Rust codebase of the rest of the software.