Flatpaks aren’t huge at all. This is a debunked myth. I can’t recommend reading this article enough.

  • @taladar@sh.itjust.works
    link
    fedilink
    536 months ago

    So you only need to use two technologies that add complexity and cost performance (filesystem compression and deduplication) to get to the point where you are still 10+% higher in disk space use? I am not sure your post supports the argument it is trying to make.

    • conciselyverbose
      link
      fedilink
      29
      edit-2
      6 months ago

      What’s the use case where storage is at enough of a premium to matter? None of this is targeting a server where you’re getting silly with optimizing storage, and even the smallest storage on most consumer facing hardware is filled by media one way or another. It straight up doesn’t matter to a reasonable end user. Storage is less than dirt cheap.

      • JackGreenEarth
        link
        fedilink
        English
        206 months ago

        Ah yes. The mindset of: I have lots of money to spend on storage, so we shouldn’t care about optimisation for less fortunate users.

        • conciselyverbose
          link
          fedilink
          166 months ago

          No, the mindset that the storage is less than pennies worth and this usage would have to explode massively to even approach negligible.

          A device that is affected in any way by a GB of storage space is going to choke on 50 other things way before you get to that.

    • @j0rge@lemmy.ml
      link
      fedilink
      256 months ago

      Author here. The distro comes with the filesystem compression and deduplication already set up and I don’t need to manage it, so of course I’m going to use it.

      Given the cost of storage I have no problems spending a barely noticeable amount of space to use flatpaks given all the problems they solve.

    • @moreeni@lemm.ee
      link
      fedilink
      116 months ago

      Deduplications comes with flatpak for free. Both systems had filesystem compression, so this one doesn’t count. 10% higher disk space is neglectible on most systems and the containerisation makes it worth it.

    • @iopq@lemmy.world
      link
      fedilink
      46 months ago

      If I had to suffer only having 600GB of free disk space instead of 640GB of free disk space I’d shoot myself

    • @AProfessional@lemmy.world
      link
      fedilink
      English
      26 months ago

      Compression often improves performance as it means reading less data from storage. Deduplication, as flatpak uses it, is free.