TIL (Today I Learned)
Inspired by [Simon Willison](https://til.simonwillison.net) and [Vincent Warmerdam](https://koaning.io/til) I'm posting TIL mini-posts. This can be anything ranging from concepts in AI, (Quantum) Physics, Math, Finance, Philosophy, etc.
Marimo Snippets in FastHTML
Mar 22 2025
Run interactive Python apps inline in web apps using FastHTML.

regex.search.captures
Mar 18 2025
Using regex.search.captures for simple string parsing. `regex` is a superset of `re` with additional functionality and more thorough Unicode support.

skops
Nov 29 2024
skops is a Python package for productionizing scikit-learn models. It has a neat Model Card feature!

FastHTML x llms.txt
Nov 28 2024
Explains what llms.txt is, where to find examples and how to integrate it in your web apps.

FastHTML x scikit-learn
Nov 27 2024
Show off your favorite scikit-learn pipelines in FastHTML web apps.
Ebbinghaus Forgetting Curve
Nov 10 2024
A brief look at Ebbinghaus' work on learning and forgetting. We also take a look at how people built upon his research.

Bremermann's limit
Nov 01 2024
Hans-Joachim Bremermann defined the physical limit of computation as the speed of light squared divided by Planck's constant. Let's deconstruct this and figure out why this makes sense.
