std::process::Command is a bad citizen on Windows #Rust #Windows #Programming
Thoughts on "SIMD in Pure Python" #Python #SIMD #Performance
Impressions of Teal #Tech #Gaming #Review
log is non-monotonic in PHP and Lua #Programming #PHP #Lua
log is non-monotonous in PHP and Lua #Programming #PHP #Lua
Sorted rank coding #Algorithm #DataScience #Coding
Doubling code performance with a "useless" if #Programming #Optimization #Performance
Quadrupling code performance with a "useless" if #Programming #Optimization #Code
Optimal parse with phminposuw #Programming #Algorithms #ComputerScience
Does technical blogging spark joy? #Blogging #Tech #Writing
Suffix BWT vs cyclic shift BWT, and fast computation #Algorithms #DataStructures #ComputerScience
Optimizing Lua string literals to save 400 bytes #Programming #Optimization #Lua
You might misunderstand arithmetic coding #Coding #Algorithms #ComputerScience
This Wasm interpreter fits in a QR code #Wasm #WebAssembly #Tech
Wasm is not quite a stack machine #Wasm #WebAssembly #Programming
Wait, if (flags & O_SYNC) is wrong? #Programming #Tech #OpenSource
Programming used to be free
No one owes you supply-chain security
Simplest hash functions
There is absolutely nothing wrong with Web
Optimization lessons from a Minecraft structure locator
Reinventing aliasing XOR mutability and lifetimes
An ode to bzip
Faster practical modular inversion
Rust's v0 mangling scheme in a nutshell
Faster comparison modulo ฮฑ-equivalence
A look at Rust from 2012
ntoh*/hton* is a bad API
Finding duplicated code with tools from your CS course
JVM exceptions are weird: a decompiler perspective
The expression problem and Rust
Fenwick layout for interval trees
If I hear "design pattern" one more time, I'll go mad
"AI discourse" is a joke
Hidden complexity in software development
Splitting independent variables without SSA
Fast limited-range conversion between ints and floats
Recovering control flow structures without CFGs
Why performance optimization is hard work
Falsehoods programmers believe about null pointers