Windows 11 adds native support for RAR, 7-Zip, Tar and other archive formats thanks to open-source library::undefined

  • pHr34kY@lemmy.world
    link
    fedilink
    English
    arrow-up
    46
    arrow-down
    2
    ·
    11 months ago

    I wonder how long before I can send someone a .7z file without “hurr durr I can’t open this”.

    Like, OpenDocument support exists in Office 2003 and I still encounter those who can’t open a .odt file.

      • RoyaltyInTraining@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        ·
        11 months ago

        7z files can be browsed without decompressing the contents, and tar.xyz archives preserve file system attributes like ownership. They have totally different use cases.

        If I want to back up a directory on my drive, I would use tar.xz. But if I want to send some documents to other people, I would use 7z.

      • Valmond@lemmy.mindoki.com
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        1
        ·
        11 months ago

        It’s like when .zip was popular I guess?

        Tar.gz is a two step thingy too (maybe under the hood 7z is too) so the extraction process always seems long?

          • Valmond@lemmy.mindoki.com
            link
            fedilink
            English
            arrow-up
            1
            ·
            11 months ago

            Yeah I know, and it’s only useful rarely as if you can extract directly to the target, you don’t need to have an intermediate copy (or do intermediate copying). Really nitpicking ofc.

        • atzanteol@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          3
          arrow-down
          2
          ·
          edit-2
          11 months ago

          Eh? ‘tar xvf foo.tar.gz’ is technically 2 steps I guess, but that’s pretty well hidden from the user.

      • 𝒍𝒆𝒎𝒂𝒏𝒏@lemmy.one
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        1
        ·
        11 months ago

        For me .zip on Windows is equivalent to .tar.gz on Linux - used when I just want to send a folder in a single file very quickly.

        Also handy when sending an archive to a weaker machine, that might take a while to unpack a 7z compressed at the highest setting.

        .7z is when I want to send a folder encrypted, or heavily compress something to archive (like a database, documents folder, or disk image/iso). It seemingly does the impossible, shaving the size from say 60GB down to 40GB compressed if you use solid mode (which has downsides if there are multiple files in the archive). It’s incredibly flexible, but the defaults are pretty solid for most cases

        • BombOmOm@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          arrow-down
          1
          ·
          11 months ago

          Also handy when sending an archive to a weaker machine, that might take a while to unpack a 7z compressed at the highest setting.

          7z files pack and unpack more quickly than Zip files since the windows zip program is only single threaded.

      • barsoap@lemm.ee
        link
        fedilink
        English
        arrow-up
        4
        ·
        11 months ago

        .7z and .xz are (essentially) the same compression algorithm but it’s applied either to the whole chunk of data, or to individual files. That has its pros and cons.

        More practically though windows users don’t know what the hell tarballs are, and I’ve even seen some bonkers handling like turning a tar.gz into a tar first that you then have to unpack.

      • Aux@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        3
        ·
        11 months ago

        Tared files are cancer and should never be used for any reason.

          • pascal@lemm.ee
            link
            fedilink
            English
            arrow-up
            3
            ·
            11 months ago

            Clearly you never needed that single file quickly from a 5gb and 12,000 files tgz archive.

        • theneverfox@pawb.social
          link
          fedilink
          English
          arrow-up
          2
          arrow-down
          1
          ·
          11 months ago

          Wtf are you on… It’s literally just a way to turn a bunch of files into one. You can feed it into a makefile and make a single file installer like nothing. Apps are based on the concept. It’s a key technology for all sorts of applications

          It’s so simple it works for anything, anywhere… It’s like saying virtualization is cancer. It’s often annoying when you have to interact with it directly, but everything we love is built on it

          • Aux@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            11 months ago

            Tared compressed files are bad archives. You can’t retrieve a single file without unpacking everything. You can’t add new files or replace contents of existing files without unpacking and repacking everything. They are just very outdated and have poor design. There are no reasons to use them.

            • theneverfox@pawb.social
              link
              fedilink
              English
              arrow-up
              2
              ·
              11 months ago

              They’re bad for storing files, but a great way to turn a folder into a file.

              Installers don’t need to be modified or used in part

              • Aux@lemmy.world
                link
                fedilink
                English
                arrow-up
                1
                ·
                11 months ago

                Why do you continue talking about installers? That’s not the reason people invented archives and compression.

                • theneverfox@pawb.social
                  link
                  fedilink
                  English
                  arrow-up
                  2
                  ·
                  11 months ago

                  Ok, you have this design, which every installer in the world uses. Some are more compressed, some are signed, some bootstrap a downloader - but at the end of the day, every downloadable installer uses the same basic concept. From Windows installers to dmg to flatpacks to app bundles - same basic idea.

                  A tarball is a bunch of files laid end to end, it’s good for one thing and one thing only - treating a bunch of files as one. It’s great at that… If you want to compress it, it’s not context aware enough to let you decrepit them individually - they’re encrypted as one file

                  It’s a bad way to store compressed archived info, I’ll grant you that, but it’s a great way to share a program or library to reproduce a bunch of files that make no sense to handle individually.

                  For another example, what about the layers of a photo editing program? What about the individual tracks in a music editing program?

                  It’s an incredibly useful pattern that is used in countless ways. It’s simple, easy to implement, and used everywhere to great effect

    • lmaydev@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      4
      ·
      edit-2
      11 months ago

      Office support also exists for the majority of editors so why not just use what people are used to?

      Why not just send a zip?

      There’s no advantage to the receiver for either of these.