26 January 2026

C++20 doesn't have std::unreachable() - here's what to use instead

std::unreachable() is C++23, not C++20. Here's a portable alternative.

20 August 2025

Using nasm to compile a minimal runnable example on MacOS / Darwin

Using nasm to compile a minimal runnable example on MacOS / Darwin