this post was submitted on 13 Sep 2023
684 points (97.6% liked)

Programmer Humor

31812 readers
489 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 11 months ago* (last edited 11 months ago) (1 children)

Video files are just a bunch of zip files in a trenchcoat.

[–] fibojoly 8 points 11 months ago* (last edited 11 months ago) (1 children)

Back in the day, when bandwidth was precious and porn sites would parcel a video into 10 second extracts, one per page, you could zip a bunch of these mpeg files together into an uncompressed zip, then rename it .mpeg and read it in VLC as a single video. Amazing stuff.

[–] [email protected] 5 points 11 months ago (1 children)

What's it called when you logically expect something to work, but are totally surprised that it actually does?

[–] fibojoly 6 points 11 months ago

Sounds an awful lot like a normal day at work as a dev.