I know you guys like funny or weird source code comments. Here are interesting comments in the source code of SQLite https://github.com/endlesssoftware/sqlite3/blob/master/os.h#L133
Conversation
Notices
-
nixCraft π§ (nixcraft@mastodon.social)'s status on Friday, 24-Nov-2023 14:24:16 UTC nixCraft π§ -
Jani Nikula (jani@fosstodon.org)'s status on Friday, 24-Nov-2023 14:24:15 UTC Jani Nikula I always liked this:
/* We do this three times for luck */
for (i = 0; i < 3; i++) {
intel_de_write(dev_priv, DPLL(pipe), dpll);
intel_de_posting_read(dev_priv, DPLL(pipe));
udelay(150); /* wait for warmup */
}In conversation permalink Attachments
Santa Claes πΈπͺππ°π likes this. -
cinnamon muffin mint (cinnamonmuffinmint@furries.club)'s status on Friday, 24-Nov-2023 17:14:20 UTC cinnamon muffin mint @nixCraft I'ma bout to call Linus Torvalds because I deleted the bin folder and it's not starting
In conversation permalink Santa Claes πΈπͺππ°π likes this.
-