• SuperRecording@kbin.social
    link
    fedilink
    arrow-up
    21
    arrow-down
    1
    ·
    2 years ago

    tar just wraps, doesn’t compress. so more accurate would be the pillows in a looser bag that doesn’t squish them even a little :)

        • Mininux@sh.itjust.works
          link
          fedilink
          arrow-up
          7
          ·
          2 years ago

          Yep, but Windows is still the majority right now… And i’m sure there are a lot of people out there that don’t have 7zip installed (why doesn’t MS include their own implementation already ?)

          • Semmelstulle@kbin.social
            link
            fedilink
            arrow-up
            4
            ·
            2 years ago

            You can do it on iOS using Siri Shortcuts.
            I don’t get how they add all these formats to Shortcuts but only Zip into the file app…

        • CreativeTensors@beehaw.org
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          2 years ago

          We might be able to deal with lack of windows support by running something else or using WSL (edit correcting me being an idiot: or a third party extractor program, duh).

          But the fact remains it’s a pretty huge install base and when sending files, especially in something like a work setting, it’s best to cause the least amount of friction possible.

    • DeGandalf@kbin.social
      link
      fedilink
      arrow-up
      18
      ·
      2 years ago

      Because of your comment, I did a quick google search and pretty much every source says that .tar.gz is also pretty ancient and not that good (from a compression point of view). For better compression, you can use the xz or 7zip formats. The former is more used on Linux, if that’s what you’re using.

    • qaz@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 years ago

      People barely understand how to open a .zip file, explaining what .tar.gz is and why you need an additional program (on Windows) is going to be impossible.

    • Pantherina@feddit.de
      link
      fedilink
      arrow-up
      10
      arrow-down
      1
      ·
      edit-2
      2 years ago

      Yay this is now a URL. If your intention was not to post a URL to some random website not loading anything but javadscript, put a "" before the link I guess

      Test “example/.com”

    • TauZero@mander.xyz
      link
      fedilink
      arrow-up
      4
      ·
      2 years ago

      Also, 7z does not store file permissions. Doesn’t matter for a bunch of text/media files, but needed for distributing software.

    • WarMarshalEmu@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      2 years ago

      I believe it’s because tar.gz is more ubiquitous across unix distributions. I’ve honestly never seen a 7zip file on a unix system.

    • Zardoz@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      It’s likely a combination of tradition/habit and compatibility. Tar.gz is widely supported on *nix systems, and while 7z is highly efficient, its not as widely supported and may need additional libraries or software to work on some systems,/distros