As I was browsing lemmy and the fediverse at large, this question kept popping into my head.

Since multimedia files have a much bigger footprint than raw text, it made me feel worried since as time goes, massive resources will be needed to keep up with the big data coming in.

I do wonder if the instances have taken the route of the cloud and just decided to put all of it in something like AWS S3? Or maybe they use self hosted storage with something like minio for object storage?

  • @BlurkerOP
    link
    English
    151 year ago

    Thank you for your work for the community! I think with more people using lemmy, we should also as users lookout for the infra we are using because the admins are not a mega corporation ready to spin up infinite resources.

    • laenurd
      link
      fedilink
      English
      141 year ago

      No need to thank me, currently I am the only non-bot-user of my instance and do not allow registrations 😅

      Many of the bigger instances have links to donate to their operators, but I am doubtful that relying solely on donations will be enough in the long run.

      • Nat
        link
        fedilink
        English
        11 year ago

        Since you’re the only one, you might consider setting an expiration on the media so your local storage serves as more of a cache. Like, I’m sure you’re far more likely to revisit a recent thread than a super old one, and as long as the original instance is still around you could redownload the media. This might require software patches though idk

        • laenurd
          link
          fedilink
          English
          21 year ago

          Firstly: I was partially wrong about what gets cached, see my original comment.

          There is an open pull request which is meant to give some options regarding media serving. Right now it’s only a rough sketch though and does not implement a lot functionality.