|
|
|
|
|
by KolmogorovComp
900 days ago
|
|
Whenever I see stories like that I always wonder if anyone has succeeded at parsing an undocumented file format that included custom compression scheme. Parsing a binary file is tedious but you can progress steadily at least, whereas you would never be sure you even decompressed correctly, before even trying to decode the format. Fortunately this is mostly a theoretical problem. There are very few cases where a custom compression would be more efficient than slapping a .zip/.zstd/.tar on it if it ever goes too big. |
|
This is the post: https://news.ycombinator.com/item?id=38772862