Blog
Towards C++ kwargs
Trying C++ reflection (WG21 proposals P2996 and P3096)
Borders
Round glassmorphic borders with CSS mask property.
Ray Marcher
A weekend project involving a ray marcher written in a frag shader.
Subliminal Channels in ECDSA and RSA
Cryptosystems often utilize randomized values for security, however, fixing some of these random values to some known value can open up methods of sending covert messages.
Strange Attractors
Strange attractors describe a state that a dynamical system tends towards over time for many initial conditions.
Finding Player Comps with Mahalnobis Distance
Baseball Reference has a feature on player pages called "Similarity Scores" that quantifies how similiar a player's season or career is to another. At Fangraphs, Dan Szymborski's ZiPS projections uses Mahalanobis distances to find player comps and to predict future performance.
Noise Functions
Implementations of Perlin and Simplex noise, and other noisy functions based upon them.