Getting Started

Why This Site Exists

I wanted a simple place to write. No comments, no analytics, no tracking. Just words.

What You’ll Find Here

Essays on programming, mathematics, and whatever else I’m thinking about.

Occasional project write-ups with interactive demos — including WebGL visualizations where useful.

A Note on Design

The layout is intentionally minimal. The content column is narrow enough for comfortable reading. There are no sidebars, no popups, no distractions.

In the spirit of Paul Graham, the site prioritizes clarity above all else.

Math Works Too

Here is Bayes’ theorem rendered with KaTeX:

P(AB)=P(BA)P(A)P(B)P(A|B) = \frac{P(B|A) \cdot P(A)}{P(B)}

This renders at build time as pure HTML and CSS — no JavaScript required to see it.