Now we have so much bandwidth it doesn’t matter
Squints eyes
Now we just don’t care about even the slightest modicum of efficiency
For a few hundred kilobyte file sure, the difference is like pocket change. For a larger one you’d choose the right tool for the job though, especially for things like a split archive or a database.
Username checks out! Also you’re absolutely right, just last month I was looking for the best compression algorithm/packages to archive a 70gb DB
What did you find?
I ended up with xz. According to this page it’s the one with the best compression ratio. It’s also the slowest but since it was one off I didn’t mind about it.
still using 7z. less space, and easier to browse, since the operating system doesnt have to deal with all the files, easier for the cloud to tag. not caring about space makes the storage more expensive, even games are bigger now with little to none content.
Nowadays it matters if you use a compression algorithm that can utilize multiple cores for packing/unpacking larger data. For a multiple GB archive that can be the difference between “I’ll grab a coffee until this is ready” or “I’ll go for lunch and hope it is done when I come back”
if you use .rar you’re an asshole
Every scene releaser is an asshole then
YEP!
tho I still appreciate the work, just…why that
What a strange take. Rar is the OG for better compression in Windows.
That claim is so vague as to be useless.
Better how? Ratio? Speed?
Better than what competing formats, and how?
7z has way better (ultra) compression
So that makes sense to use now. Rar made sense before 7z existed.
7z was developed in 1999. As far as I know, rar was popular due to was shareware with practically unlimited “trial” and there was an opinion, that paid products are better.
All the while 7z os FOSS (:
What the hell, how so?
Now that I think about it not much software comes in rar nowadays.
Because it’s a garbage proprietary format that needs extra software on every OS. But for some inane reason it’s become the standard for piracy stuff. I think that’s the only reason it’s still alive.
It’s not garbage. It’s used in the pirate community and elsewhere because back in the day things were shared on the Usenet before they were shared anywhere else. There’s a limit for file size on the Usenet, so we needed to be able to break compressed files into multiple parts and have an easy way to put them back together when uncompressing. Win Zip did not have that functionality. You can thank WinRar for powering the entire sharing scene for decades. When torrent was becoming popular NO distributors shared on torrent. They shared on the Usenet. Then someone would take a Usenet share and post it to the torrent network. Torrent wouldn’t have had much success, or would have taken much longer to catch on if it wasn’t for WinRar and the Usenet.
7z works fine, and isn’t proprietary.
7 zip didn’t gain popularity until years later. WinRar was essentially free, since most people never bought the lifetime license.
How about when peoples websites would put the sizes of linked images and files so you could estimate how long it would take to download a given image and such? Basically anything 30KB and above would have a size warning attached.
I used to use Opera with image loading disabled
On my phone I still block images over 64KB when on data
I’m old, aren’t I?
… yeah lol
Why isn’t everyone using .7z ?
For archiving/backupping *NIX files, tar.whatever still wins as it preserves permissions while 7z, zip and rar don’t
Oh, and while 7z is FOSS and supported out of the box on most Linux desktop OSes and on macOS, Windows users will complain they need to install stuff to open your zip. Somehow, tar.gz is supported out of the box on Linux, macOS, and yes Windows 10 and 11!
Because .7z was a pain in the ass back in the day while .rar just worked.
Because gzip and bz2 exists. 7z is almost always a plugin or addon, or extra application. While the first two work out of the box pretty much everywhere. It also depends on frequency of access, frequency of addendum, size, type of data, etc. If you have an archive that you have to add new files frequently, 7z is gonna start grating on you with the compression times. But it is Ok if you are going to extract very frequently from an archive that will never change. While gz and bz2 are overall the “good enough at every use case” format.
7z can be at least decompressed in macOS & FreeBSD out of the box.
On windows tar.bz/gz/xz unpacks to tar and then to actual files. As tar is a separate archive format
Windows having tar.gz support is great.
I have scripts for generating log bundles on user computers and sending to a share. tar.gz is great for compressing ~2.5GB text to send over VPN, and then I can open the .tar.gz direct from the network drive with minimal additional delay opening a 500MB text file inside.
I still prefer 7z for compression
In before the .tar.gz/.tar.bz2 gang…
POSIX is on .pax.gz and .ustar.gz now, what are you doing?