Posts

Longer form blog posts which can be about anything ranging from concepts in AI, Quantum, Math, Finance, Philosophy, etc. Check out [Today I Learned (TIL)](/til) for shorter educational posts.

Learning to Learn

Mar 15

This blog post is about learning the skill of learning itself. We have ubiquitous Internet access, free access to YouTube and powerful LLMs like ChatGPT. These are tools that allow us to acquire almost any knowledge and learn almost any skill. Therefore, it becomes increasingly important to acquire a strong learning capability if we want to leverage these tools to the fullest extent.
Learning to Learn

Visualizing Quantum Computing with FastHTML

Mar 02

FastHTML is not only an awesome tool for building web apps, but also to create beautiful representations of Python objects. In this blog post we dive into `__ft__` and apply it to the use case of quantum computing.
Visualizing Quantum Computing with FastHTML

Simplify Python with fastcore

Dec 26

`fastcore` is an underrated Python library to simplify Python code and make you more productive. It is used extensively in [Answer.ai's](https://www.answer.ai) code. In this blog post I will show you 10 functions you can start using right away.
Simplify Python with fastcore

Fastcore Transform x Quantum

Dec 22

The `fastcore` Python library has many hidden gems that make your programming life a lot easier. One of them is `Transform`. I explain how to use it and why it works surprisingly well for simulating quantum circuits.
Fastcore Transform x Quantum

FastHTML Website

Nov 23

I wrote this website in FastHTML, so I'm writing this post in FastHTML about how easy and fun it is to write a website using FastHTML.
FastHTML Website

Sports Prediction With Poisson

Nov 20

Predict soccer match outcomes with the Poisson Distribution and outer product. A visual introduction.
Sports Prediction With Poisson