yourfiles.tar.xz
Looks more like a one-way hash to me.
This is a one-way hash.
.
Yeah, well, couldn’t find an image of pillows being sqashed to a singularity.
Luckily, it’s open to interpretation, lol.
Mike: It’s a cube of garbage. 🙄
Sully: I can still here her tiny little voice. 😦
Mike: Oh.
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 :)
Cuts them into nice stripes so they fit onto a tape spindle though.
I do NOT understand how zip is still the default. I use .tgz wherever I can.
Compatibility with literally anything under the sun that can decompress a compressed file.
But isn’t that’s given with tgz too?
Except of course Windows iircYep, 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 ?)
And this is the problem imo. If you NEVER change a thing you will never improve
Good luck teaching that to people who only use a computer to browse Facebook.
Not saying it’s impossible, but it takes time
Do these even need zips?
i was exagerating but you get the idea
let me rephrase, “people who only install two or three softwares on their computer without wanting to learn “complicated” stuff such as archive format. ~and browse facebook too~.”
They do but its useless. Winrar can handle .tar.* too
Windows, Android, iOS do not open them by default.
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…
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.
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.
Lzo or lzma is best for compression. Also depends on the compression rate. KDE Ark is awesome
Nono, z-standard is where it’s at
deleted by creator
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.deleted by creator
Spotted the Linux user
You got me!
Reminds me of the “grandma .zip” meme
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”
Fuck Google
Oops, yeah that was my intention lol. I’ll put some invisible unicode character after the dot, maybe that would do it.
Naw thats grandma.mp3 or grandma.jpg because thats clearly lossy compression not lossless.
Best explanation of tar/tar.gz that I have seen
Why use this over .7z? I’m legit curious.
Compatibility. Every Linux system comes with tar and gzip
Also, 7z does not store file permissions. Doesn’t matter for a bunch of text/media files, but needed for distributing software.
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.
Why use this over .xz? I’m legit curious.
deleted by creator
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
I’ve learned something today