I publish one analysis a week here.
The pattern is usually the same: something in the world seems either surprising or suspiciously simple, so I pull the data and check. Sports, local government, prediction markets, prices — whatever is bothering me that week. The point is less to be right than to have actually looked.
The second reason this site exists is to get fluent with the tooling. Every post is a reproducible document — the code that produced the numbers and figures is in the page, and the same source file can be rendered as a web page, a PDF, or a slide deck without rewriting anything.
How it’s built
- Quarto for the site and the documents
- Python via the Jupyter engine for analysis
- Rendered locally, published from GitHub Actions
Source for the whole site is on GitHub.