Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 18 天前LDACsh.itjust.worksimagemessage-square114fedilinkarrow-up1844arrow-down14
arrow-up1840arrow-down1imageLDACsh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 18 天前message-square114fedilink
minus-squaremsfroh@lemmy.calinkfedilinkarrow-up48·17 天前So when you zip some files and then unzip them, some of the bytes are missing? Really?!
minus-squareAnUnusualRelic@lemmy.worldlinkfedilinkarrow-up10·17 天前It’s only the zeros, so you’re not really missing anything.
minus-squareKanda@reddthat.comlinkfedilinkarrow-up2arrow-down45·17 天前If nothing is lost, what did you compress away? Decompression is magic, I ain’t gotta explain shit
minus-squareKayana@ttrpg.networklinkfedilinkarrow-up22·17 天前If you want the magic explained, here’s a start: https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Welch
minus-squareNatanael@slrpnk.netlinkfedilinkarrow-up1·17 天前Newer fractional arithmetic encoding can get crazy https://en.wikipedia.org/wiki/Asymmetric_numeral_systems
minus-squareSwedneck@discuss.tchncs.delinkfedilinkarrow-up18·edit-217 天前you compressed away redundant data, 1111111000000000011111111 -> (1x7)(0x10)(1x8)
minus-squarephlegmy@sh.itjust.workslinkfedilinkarrow-up12·17 天前Keep your magic ways to yourself, wizard
Compression is lossy.
So when you zip some files and then unzip them, some of the bytes are missing? Really?!
It’s only the zeros, so you’re not really missing anything.
If nothing is lost, what did you compress away? Decompression is magic, I ain’t gotta explain shit
If you want the magic explained, here’s a start: https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Welch
Newer fractional arithmetic encoding can get crazy
https://en.wikipedia.org/wiki/Asymmetric_numeral_systems
you compressed away redundant data, 1111111000000000011111111 -> (1x7)(0x10)(1x8)
Keep your magic ways to yourself, wizard
Some compression is lossy