this post was submitted on 12 Nov 2025
422 points (98.4% liked)
iiiiiiitttttttttttt
1324 readers
178 users here now
you know the computer thing is it plugged in?
A community for memes and posts about tech and IT related rage.
founded 6 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Turns out we're already doing a lot of compression at the file and filesystem level.
Not necessarily. For example, you can't really compress encrypted files. You can certainly try but the result will likely be what the meme portrays.
Turns out pseudo random byte streams don't really repeat that often.
We just need to develop an algorithm to compress random byte streams, easy
Media files are always thoroughly compressed (except in certain settings like professional video and audio work).
Media files can can benefit from a codec change. Going from h264 to h265/hevc can net a 30-50% reduction in size for almost no quality loss.
The only trade off is increased cpu usage if the client doesnt have hardware h265 support and the time to do the transcoding.
And then comes AV1, with crazily varying quality/compression for different source materials.
I don't see how that relates to encryption.
It’s more relevant to the previous comment as an example of how we are doing a lot of compression at the filesystem level.
The files that are typically largest are already quite thoroughly compressed.