This article introduces Aperio, a programming language designed specifically for LLM-driven workflows. It argues that languages designed before 2023 optimized for human-machine friction reduction, but in an LLM-driven context, traditional languages become more expensive due to hidden costs in token consumption. Aperio appears to be a new language tailored to




The article laments the decline of 'power users' - technically proficient individuals who deeply understand their tools, troubleshoot problems systematically, and build mental models of systems. It argues that modern software design prioritizes simplicity and accessibility over power and configurability, leading to a loss of technical literacy. The author cr


The article investigates the origins of Windows 3.1's infamous 'Hot Dog Stand' color scheme, a garish red and yellow palette that many assumed was a joke. The author tracks down Microsoft's original UI designer to uncover the true story behind this iconic but bizarre color choice
The article discusses a GitHub pull request controversy about adding progress bar themes, specifically addressing criticism that customization options shouldn't be limited to LGBT themes. The author argues that straight people can also use pride-themed progress bars without issue




The article argues that booleans (true/false values) are overused in programming and should often be replaced with more expressive types like enums, custom types, or polymorphic solutions. It explores common patterns where booleans hide more meaningful design choices, such as function parameters, state flags, and configuration options. The author advocates f

