NotesDraft

Working notes on the papers I read, the systems I build, and the things that only became obvious after they broke.

Latest

Technical Notes

A working guide to GMU Hopper

Everything I actually run on George Mason's HPC cluster: partitions, GPU sharding, Slurm recipes, and storage rules. Checked against live cluster output, which in several places contradicts the official wiki.

Aug 20, 2026

31 min read

Paper Notes

FlashAttention, read closely

The paper is usually summarised as a fused kernel. That undersells it. The real contribution is choosing to recompute rather than store, and the arithmetic that makes it come out ahead.

Jul 21, 2026

1 min read