i've been thinking about null pointers
Summary
A reflective post exploring the concept of null pointers, arguing that null is just one sentinel value among many; it discusses how different languages use null semantics, and proposes a NaN-boxing-like idea to encode additional state inside pointer values as a thought experiment.