Skip to content

Keith Stockdale

C++. GPU Programming. Code Quality.
And maybe some other things…

Featured Blog Post

Pointer Parameter Problem

How should we handle pointer parameters? What are the consequences if we don’t handle them correctly? What are the exceptions to the rules? Can we agree on some criteria, or is it just all vibes based? All of this is discussed with a real world example in this article.

Read more →

November 17, 2025

Latest Blog Post

Validating Callable Parameters

I talk about implementing a way of inspecting the parameters of callables in C++20 and with C++26 reflection

Read more →

May 31, 2026

Latest Talk