684
submitted 1 year ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 63 points 1 year ago

Also renamed xml, renamed json and renamed sqlite.

[-] [email protected] 19 points 1 year ago

Those sound fancy, I just use renamed txt files.

[-] [email protected] 22 points 1 year ago
[-] [email protected] 6 points 1 year ago
[-] [email protected] 3 points 1 year ago

surprised pikachu face

[-] [email protected] 0 points 1 year ago
[-] [email protected] 9 points 1 year ago

Amateurs.

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

[-] [email protected] 18 points 1 year ago

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 1 year ago

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 1 year ago

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 1 year ago

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 1 year ago

As yes good old M-x-Butterfly.

[-] [email protected] 4 points 1 year ago* (last edited 1 year ago)

I use mime. Because magic bit.

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

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.

[-] [email protected] 1 points 1 year ago

"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 1 year ago

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.

[-] [email protected] 1 points 1 year ago

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

[-] [email protected] 8 points 1 year ago* (last edited 1 year ago)

SQLite explicitly encourages using it as an on-disk binary format. The format is well-documented and well-supported, backwards compatible (there's been no major version changes since 2004), and the developers have promised to support it at least until the year 2050. It has quick seek times if your data is properly indexed, the SQLite library is distributed as a single C file that you can embed directly into your app, and it's probably the most tested library in the world, with something like 500x more test code than library code.

Unless you're a developer that really understands the intricacies of designing a binary data storage format, it's usually far better to just use SQLite.

[-] [email protected] 4 points 1 year ago

Use binwalk on those

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

Most of Adobe’s formats are just gzipped XML

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

Microsoft office also is xml

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

Programmer Humor

32050 readers
1657 users here now

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

Rules:

founded 5 years ago
MODERATORS