Projects
Algebra I lecture notes (2025)
German notes based on Harald Grobner’s Algebra I lectures in the winter semester 2025/26, with additional explanations and supplementary material. Topics include rings, polynomials, field extensions, Galois theory, and groups.
Minecraft packet interceptor (2021)
A C# proxy for inspecting (and modifying) traffic between a Minecraft client and server. The code includes compression, login encryption, and hooks for handling individual packets across all Minecraft versions.
Introduction to number-theoretical algorithms (2023)
A recorded presentation on algorithms in number theory.
Fourier epicycle drawer (2022)
A drawing visualization using the discrete Fourier transform in Rust. The idea is that the points encoded in an SVG file can be thought of as points we can parametrize with respect to time. We then apply DFT onto the resulting function.
K-means quantizer (2020)
An early C# experiment in vector quantization using k-means, exploring how points can be grouped into clusters represented by centroids.