1. Exclude explicit software bugginess or missing features
  2. Include experiences or knock-on effects that may have arisen from (1)
  3. Comparisons to Reddit are ok. We know the reasons for the differences, but this is just about expressing yourself
    • Sethayy@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      7
      ·
      11 months ago

      Make account migrating possible

      When federating, load past content

      Allow servers to have backups in place in case the initial goes down, or even better automatically share the load across instances (with usrt approval of course)

        • Sethayy@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          1
          ·
          11 months ago

          god yes, or anything better than the current. Maybe something like community ‘groups’ where one can subscribe to them all with a single click, or jsut remove some to their tastes. Tbh add a couple layers of that and it’d be an insanely powerful way to group similar communities

    • mplewis@lemmy.globe.pub
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      11 months ago

      Setting up a Lemmy server outside of the golden path of using the Ansible template is extremely difficult. I do this professionally and I couldn’t get federation working properly when running Lemmy on my Kubernetes instance.

      Figuring out why federation is failing is very, very hard.

      Lemmy requires a lot of resources to run. You need a VPS that’s at least $20/mo to work adequately under any load. Disk storage requirements for the DB are also rather high.

      Lemmy 0.18.2 has some horrendous N+1 DB calls, e.g. one query per language (173 of them) when you create a new community. This hamstrings databases that are not colocated onto the same machine, e.g. neon.tech’s hosted pg db. I expect this will improve with time as the codebase matures, yet…

      Instance administration tools are sorely lacking.