Huffman trees are really cool and a neat little example program to put together.
A student’s desire to get out of a exam led to a compression algorithm
31–40 of 132 posts
Re: A student’s desire to get out of a exam led to a compression algorithm
#32On 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?
Re: A student’s desire to get out of a exam led to a compression algorithm
#33Huh? Ubiquitous?
Re: A student’s desire to get out of a exam led to a compression algorithm
#34missed opportunity to explain how compression and prediction are related, and that the better you can predict the next token the better your compression gets, then your article gets to mention GPT hey
Re: A student’s desire to get out of a exam led to a compression algorithm
#35Re: A student’s desire to get out of a exam led to a compression algorithm
#36Earlier quoted context omitted.
In today's post-GPT world it's important to recognize the role of embodiment in intelligence as well.
Why?
On a lower level, you can't tell ChatGPT to reason about an image when its only input is a microphone.
Re: A student’s desire to get out of a exam led to a compression algorithm
#37Caches 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!
Ok how do they work then?
Re: A student’s desire to get out of a exam led to a compression algorithm
#38Please 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
#39Caches 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!
Re: A student’s desire to get out of a exam led to a compression algorithm
#40Caches 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!