Posts by Category

Blog

Linear Time Variance Inference for PEP 695

less than 1 minute read

This post provides the slides for my talk Linear Time Variance Inference for PEP 695 I gave at the Typing Summit at PyCon 2025. There also is a PDF version.

A gedankenexperiment on vaccination

6 minute read

tl;dr. I’m describing a thought experiment that hopefully helps to convince people to get vaccinated despite feeling uncertain about some aspects of COVID-19.

Stack-safety for free?

6 minute read

tl;dr. I demonstrate how to (ab)use generators/coroutines to transform any recursive function into an iterative function with nearly zero code changes. I exp...

Back to Top ↑