Blog Archive

Making a Prediction Market (for IPL Betting)

Things I learned while building a prediction market for IPL betting. Logarithmic Market Scoring Rule, ELO Ratings, and more.

Let's make a Ray Tracer (in Go)

Learn how to build your own ray tracer in Go! Ray tracing is a powerful rendering technique that simulates light physics to create realistic computer graphics. Follow along as we implement the fundamentals inspired by Peter Shirley's famous guide.