(no title)
dikei | 7 months ago
But for sharing files with other people, ZIP is still king. Even 7z or RAR is niche. Everyone can open a ZIP file, and they don't really care if the file is a few MBs bigger.
dikei | 7 months ago
But for sharing files with other people, ZIP is still king. Even 7z or RAR is niche. Everyone can open a ZIP file, and they don't really care if the file is a few MBs bigger.
cesarb|7 months ago
You can use ZSTD with ZIP files too! It's compression method 93 (see https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT which is the official ZIP file specification).
Which reveals that "everyone can open a ZIP file" is a lie. Sure, everyone can open a ZIP file, as long as that file uses only a limited subset of the ZIP format features. Which is why formats which use ZIP as a base (Java JAR files, OpenDocument files, new Office files) standardize such a subset; but for general-purpose ZIP files, there's no such standard.
(I have encountered such ZIP files in the wild; "unzip" can't decompress them, though p7zip worked for these particular ZIP files.)
throw0101d|7 months ago
Support for which was added in 2020:
> On 15 June 2020, Zstandard was implemented in version 6.3.8 of the zip file format with codec number 93, deprecating the previous codec number of 20 as it was implemented in version 6.3.7, released on 1 June.[36][37]
* https://en.wikipedia.org/wiki/Zstd#Usage
So I'm not sure how widely deployed it would be.
dikei|7 months ago
easton|7 months ago
I know what you mean, I’m not being pedantic, but I just realized it’s been 19 years. I wonder when we’ll start calling them “Office files”.
guappa|7 months ago
sidewndr46|7 months ago
justin66|7 months ago
Mostly it seems nutty that, after all these years, they’re still updating the zip spec instead of moving on to a newer format.
Akronymus|7 months ago
unknown|7 months ago
[deleted]
notepad0x90|7 months ago
chasil|7 months ago
They are not regarded kindly.
https://en.wikipedia.org/wiki/Shar_(file_format)
unknown|7 months ago
[deleted]
landl0rd|7 months ago
sidewndr46|7 months ago
vlovich123|7 months ago
People also tend to care about how much time they spend on compression for each incremental % of compression performance and zstd tends to be a Pareto frontier for that (at least for open source algorithms)
landl0rd|7 months ago
Szpadel|7 months ago
xxs|7 months ago
jart|7 months ago
mrWiz|7 months ago
starik36|7 months ago
psyclobe|7 months ago