924
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/[email protected]

via: @[email protected]

https://wetdry.world/@memes/112717700557038278

the sqlite codebase is a gem.

tldr; mcaffee made a shit ton of sqlite files in the temp folder causing people to call the sqlite devs phone angrily. now they name all files etilqs to prevent this.

Text from the screenshot:

2006-10-31: The default prefix used to be "sqlite_". But then Mcafee started using SQLite in their anti-virus product and it started putting files with the "sqlite" name in the c:/temp folder. This annoyed many windows users. Those users would then do a Google search for "sqlite", find the telephone numbers of the developers and call to wake them up at night and complain. For this reason, the default name prefix is changed to be "sqlite" spelled backwards. So the temp files are still identified, but anybody smart enough to figure out the code is also likely smart enough to know that calling the developer will not help get rid of the file.

Code found at: https://github.com/sqlite/sqlite/blob/master/src/os.h#L65 (The line numbers in the screenshot and the code don't match up)

you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 1 points 1 week ago

Aren't sqilte files themselves (like most other things) just fancy text files?

[-] [email protected] 13 points 1 week ago

Nah, only actual string data is stored as text. Everything else is stored as binary: https://www.sqlite.org/fileformat.html#record_format

The file also isn't written sequentially, it's stored in blocks (pages), where sometimes later data can be inserted in the middle (e.g. when data was deleted).

[-] [email protected] 3 points 1 week ago
[-] [email protected] 17 points 1 week ago

Then I guess my laptop is just a fancy boat.

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

Haven't seen your laptop, but if it's anything like mine it's a very lousy boat.

[-] [email protected] 3 points 1 week ago
this post was submitted on 06 Jul 2024
924 points (99.4% liked)

Programmer Humor

18407 readers
502 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 1 year ago
MODERATORS