4 Integers Are Enough To Write A Snake Game
- Andrei Ciobanu tl;dr: "Note that the code should be taken as a twisted joke, or as an exercise in minimalism, or as both, probably a joke. Because of the aforementioned limitations, we are going to write some nasty macros to perform bitwise operations, use global variables, reuse the same counter, etc. This is not a good example of readable or elegant code."featured in #318
The Project With A Single 11,000-line Code File
- Austin Henley tl;dr: "Something I found hilarious is that a variable might be used on lines 200-210 and then again on line 8544. No where else."featured in #305
featured in #273
What Will Programming Look Like In 2020?
tl;dr: Written in 2012: "What will programming look like in 2020? Keep in mind that programming in 2012 mostly resembles programming in 2004, so could we even expect any significant changes 8 years from now in the programmer experience?"featured in #255
featured in #232
featured in #231
The Beauty Of Programming (2001)
- Linus Torvalds tl;dr: "It’s still hard to explain what can be so fascinating about beating your head against the wall for three days, not knowing how to solve something the better way, the beautiful way. But once you find that way, it’s the greatest feeling in the world."featured in #228
Reverse Engineering The Source Code Of The BioNTech / Pfizer SARS-CoV-2 Vaccine
- Bert Hubert tl;dr: "DNA is a digital code. Unlike computers, which use 0 and 1, life uses A, C, G and U/T (the ‘nucleotides’, ‘nucleosides’ or ‘bases’)." Bert discusses how the vaccine works using computational parallels.featured in #219
featured in #217
featured in #214