Hello, World!

Welcome to my blog! This is the first post, written in Markdown and served by a custom web server built in Rust.

More

How the Visitor Leaderboard Works

One of the more interesting pieces of this site is the visitor leaderboard — the little counter in the top-right corner that links to a ranked table of everyone who has dropped by. This post explains how it works under…

More

Getting Started with Rust

Rust is a systems programming language that is fast, memory-safe without a garbage collector, and increasingly popular for writing web servers, CLI tools, and embedded software.

More