You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.
If you want a single piece of advice to reduce your bug count, it’s this: Re-read your code frequently. After writing a few lines of code (3 to 6 lines, a short block within a function), re-read them. That habit will save you more time than any other simple change you can make. — Don’t write bugs
Elements of C Style. #clang
Go is simple to read, Rust is complicated, C++ is familiar, Zig looks promising but is too young to judge. — A “better C” benchmark
Impact of order of files in tar archive on compressed size. Nice post, which reminds me of an SO post that I referred to a while ago.
Beej’s Guide to C Programming. #clang