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

Programmer Humor

31812 readers
592 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] 9 points 11 months ago (4 children)

Amateurs.

I have evolved from using file extensions, and instead, don't use any extension!

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

I don’t even use a file system on my storage drives. I just write the file contents raw and try to memorize where.

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

Sounds tedious, I've just been keeping everything in memory so I don't have to worry about where it is.

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

Sounds inefficient. You can only store 8 gigs and goes away when you shut off your computer? I just put it on punch cards and feed it into my machine.

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

So archaic. Real men just flap a butterfly's wings so that they deflect in cosmic rays in such a way that they flip the desired bits in RAM.

[–] [email protected] 2 points 11 months ago

As yes good old M-x-Butterfly.

[–] [email protected] 4 points 11 months ago* (last edited 11 months ago)

I use mime. Because magic bit.

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

Linux mostly doesn't use file extensions... It relies on "magic bytes" in the file.

Same with the web in general - it relies purely on MIME type (e.g. text/html for HTML files) and doesn't care about extensions at all.

[–] fibojoly 1 points 11 months 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] 3 points 11 months 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?

[–] fibojoly 2 points 11 months 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.

[–] fibojoly 1 points 11 months ago

You can just go in Folder View and uncheck "hide known file extensions" to fix that! ;)