Optimizing for the 14KB Limit

Took on the challenge of shrinking my site as much as possible. From trimming scripts to rethinking images, I learned a lot about where the real weight comes from, and how far optimization can go.

Building a Generative Art System in Go

Generative art shifts the focus from drawing images to designing systems. Instead of sketching directly, you define algorithms, randomness, and rules, then let the system produce the output. For me what makes it interesting is the fact that you don’t just create one piece, but a machine capable of generating infinite variations.