What The Imitation Game Taught Me About System Design
Known inputs, invariants, protocols, observability, debugging, and the security cost of predictable behaviour.
Writing / Technical field notes
Notes from projects where an implementation detail, measurement, failure, or connection changed how I understood the larger system.
Known inputs, invariants, protocols, observability, debugging, and the security cost of predictable behaviour.
How two independent C++ projects communicate through serialization, TCP, RESP, validation, and persistent storage.
Why a theoretically smarter algorithm can lose on a small input—and what profiling reveals that Big-O notation does not.