C/C++

The worst defence of C++

7 minute read Published: 2026-02-09

Unsafe Rust is safer than C/C++

6 minute read Published: 2026-02-01

A neat detail that bears driving home.

Traditionally-implemented Object-Oriented Programming is unfit for purpose

12 minute read Published: 2025-05-17

Rust was right in not including inheritance.

The three types of programming language complexity

18 minute read Published: 2025-02-23

Alternative title: “Just what does complexity really mean, anyway?”

How to turn integer comparison non-deterministic

16 minute read Published: 2023-05-04

You thought that 0 == 0? Think again!