this post was submitted on 11 May 2025
856 points (97.3% liked)

Programmer Humor

23230 readers
1131 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] kryptonianCodeMonkey@lemmy.world 54 points 1 day ago (10 children)

I had a manager once tell me during a casual conversation with complete sincerity that one day with advancements in compression algorithms we could get any file down to a single bit. I really didn't know what to say to that level of absurdity. I just nodded.

[–] pressanykeynow@lemmy.world 4 points 1 day ago (1 children)

Well he's not wrong. The decompression would be a problem though.

[–] groet@feddit.org 1 points 17 hours ago

Yeah with lossy compression the future is today!

[–] friendlymessage@feddit.org 24 points 1 day ago* (last edited 1 day ago)

That's the kind of manager that also tells you that you just lack creativity and vision if you tell them that it's not possible. They also post regularly on LinkedIn

[–] SpaceCadet@feddit.nl 11 points 1 day ago* (last edited 1 day ago)

You can give me any file, and I can create a compression algorithm that reduces it to 1 bit. (*)

spoiler(*) No guarantees about the size of the decompression algorithm or its efficacy on other files

u can have everthing in a single bit, if the decompressor includes the whole universe

[–] Valmond@lemmy.world 8 points 1 day ago

Send him your work: 1 (or 0 ofc)

[–] bluemellophone@lemmy.world 7 points 1 day ago

That’s precisely when you bet on it.

[–] calcopiritus@lemmy.world 5 points 1 day ago

Just make a file system that maps each file name to 2 files. The 0 file and the 1 file.

Now with just a filename and 1 bit, you can have any file! The file is just 1 bit. It's the filesystems that needs more than that.

[–] Randelung@lemmy.world 3 points 1 day ago* (last edited 1 day ago) (2 children)

It's an interesting question, though. How far CAN you compress? At some point you've extracted every information contained and increased the density to a maximum amount - but what is that density?

[–] maxwellfire@lemmy.world 1 points 1 day ago* (last edited 1 day ago)

This is a really good question!

I believe the general answer is, until the compressed file is indistinguishable from randomness. At that point there is no more redundant information left to compress. Like you said, the 'information content' of a message can be measured.

(Note that there are ways to get a file to look like randomness that don't compress it)

[–] Couldbealeotard@lemmy.world 3 points 1 day ago

I think by the time we reach some future extreme of data density, it will be in a method of storage beyond our current understanding. It will be measured in coordinates or atoms or fractions of a dimension that we nullify.

[–] burlemarx@lemmygrad.ml 1 points 1 day ago

How to tell someone you don't know how compression algorithms work, without telling them directly.