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

Programmer Humor

32427 readers
780 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] 1 points 1 year ago (1 children)

"Magic bytes"? We just called them headers, back in my day (even if sometimes they are at the end of the file)

[–] [email protected] 4 points 1 year ago (1 children)

The library that handles it is literally called "libmagic". I'd guess the phrase "magic bytes" comes from the programming concept of a magic number?

[–] [email protected] 2 points 1 year ago

I did not know about that one! It makes sense though, because a lot of headers would start with, well yeah, "magic numbers". Makes sense.