You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.
/me is listening to “And No More Shall We Part” by Nick Cave & The Bad Seeds
The biggest misconception about Rust is that it’s “harder” than other languages. But that’s only true if you measure difficulty by how fast you can start writing code. If you measure difficulty by how long it takes to debug, maintain, and make a system reliable, the playing field levels out. — Rust is not harder than other languages
Python 3.14 Is Here. How Fast Is It?: The 3.14 JIT interpreter does not appear to provide any significant gains in speed, at least not with my test scripts. #python
Advanced Matrix Multiplication Optimization on Modern Multi-Core Processors: Lot of micro-optimization like caching and kernel tricks.
Algorithms for Competitive Programming (via Nima Aghdaii’s post on Suffix Arrays).
/me is listening to “Tell Me Who You Are Today” by Beth Gibbons
On kerning vs. letterspacing: kerning is more specific: it refers to special cases where pairs of adjacent characters are pushed towards each other.
“Oh my god! They linked in more than 64k of floating point library to compute the sqrt of an integer that is always less than 128!? For gods sake, just use a for loop counting up to 12! Or if a for loop seems liek too much work, how about a 128 byte look up table?” — The IDEs we had 30 years ago… and we lost