You are viewing a single thread.
View all comments -52 points
Compression is lossy.
48 points
So when you zip some files and then unzip them, some of the bytes are missing? Really?!
10 points
-43 points
If nothing is lost, what did you compress away? Decompression is magic, I ain’t gotta explain shit
22 points
If you want the magic explained, here’s a start: https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Welch
18 points
*
you compressed away redundant data, 1111111000000000011111111 -> (1x7)(0x10)(1x8)
18 points