Welcome
My programming blog to post about my random code and small projects.I like writing fast code, mostly in rust, and optimizing it as much as possible(often more than necessary).
Latest posts:
Advent Of Code 2024
2024-12-01
Documenting my Rust solutions for the Advent of Code 2024 challenge.
Exploding Pokemon As Fast As Possible
2024-11-21
Answering ShoddyCast's challenge by simulating 1 billion battles in less than a second using Rust, and later, less than 10ms using CUDA.
Building a Responsive Blog With 56 Lines Of JavaScript
2024-11-18
My “Hello World” post about how I made a blog with just a markdown parser and no client-side dependencies.