this post was submitted on 02 Sep 2026
1192 points (98.7% liked)

Programmer Humor

33104 readers
132 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
 

you are viewing a single comment's thread
view the rest of the comments
[–] ChaoticNeutralCzech@feddit.org 5 points 2 days ago* (last edited 2 days ago) (1 children)

There are not many places where 95% compression of UTF-8 plain text could outweigh needing a 30GB model in memory and a significant fraction of current LLM inference cost to decompress it − and good luck convincing librarians to adopt it.

[–] Natanael@infosec.pub 2 points 2 days ago* (last edited 2 days ago)

There's a 300 MB library for audio compression using it. If you have large audio libraries it could eventually become worth the tradeoff.

https://huggingface.co/facebook/encodec_32khz

The image versions are probably more useful though.

The important part for these codes is that it has pre-LLM functions for quality metrics to judge if the output is close enough to indistinguishable (preserves detail, doesn't add any).

Although there is also variants deriving a neural net from the media to recreate it from the smaller model.