> to the ubiquitous software utility PKZip Huh? Ubiquitous?
A student’s desire to get out of a exam led to a compression algorithm
41–50 of 132 posts
Re: A student’s desire to get out of a exam led to a compression algorithm
#42Caches drive the internet. They are orders of magnitude more important than compression. 99.99% of requests hit a local cache. (1) Compression is important too. (1) I worked in a telco. Check it out for yourself!
I don't think your caches would help very much if all media were sent uncompressed. Everything is already compressed, so you might not think about it much, but I'd say that it is at least as important as caching.
Re: A student’s desire to get out of a exam led to a compression algorithm
#43Re: A student’s desire to get out of a exam led to a compression algorithm
#44On a related note, I got an email today saying that Cloudflare will automatically turn on Brotli compression later this month. Does anyone know if Brotli really makes a difference beyond gzip?
https://blog.cloudflare.com/results-experimenting-brotli/
https://blog.cloudflare.com/brotli-compression-using-a-reduc...
Re: A student’s desire to get out of a exam led to a compression algorithm
#45Please pardon my ignorance... My understanding is that there are 1000s of different compression algorithms, each with their own pros/cons dependent on the type and characteristics of the file. And yet we still try to pick the "generically best" codec for a given file (ex. PNG) and then use that everywhere. Why don't we have context-dependent compression instead? I'm imagining a system that scans objects before compre…
Re: A student’s desire to get out of a exam led to a compression algorithm
#46Re: A student’s desire to get out of a exam led to a compression algorithm
#47Caches drive the internet. They are orders of magnitude more important than compression. 99.99% of requests hit a local cache. (1) Compression is important too. (1) I worked in a telco. Check it out for yourself!
We instead now see (proprietary?) cache boxes by big players like YouTube and Netflix that ISPs can install in their DCs, but that seems less elegant, even though it gives the content providers much greater control over what, when and how much gets cached. Still, as a smaller fish, without going with cloudflare, there's no caching involved anymore, probably not even if I decide to run my site on HTTP only.
Re: A student’s desire to get out of a exam led to a compression algorithm
#48Re: A student’s desire to get out of a exam led to a compression algorithm
#49Quanta magazine and all these pop science websites need to be stopped. (Not because popular science is bad, but because they do it badly, and the clickbait is insufferable)
I agree. They have a breathless tone to them that's quite annoying to me (I work in data compression as an academic, and I found this article uninspiring.) By the way, there was an old Soviet magazine called "Kvant" (Russian for Quantum, I think). I do not know Russian, but I have 2 collected volumes of selected articles from them. [1] [2] Their quality is astonishingly good, and high-level. The difference is this: T…
Interesting to hear about Kvant!
Re: A student’s desire to get out of a exam led to a compression algorithm
#50Interesting refresher. I do remember in college we had to build the lookup tree for some word as an exercise. Obviously the name Huffman stuck in my brain. But for the love of god, I can't even remember if the lecture mentioned Fano. Seems he was just as important in the design process of what we only refer to as Huffman encoding today.