Logo Image

Tags: #typescript

  • ZigNet: How I Built an MCP Server for Zig in 1.5 Days

    AI is great and all, but it can't keep up with Zig's breakneck development pace. So I wondered: what would it actually take to build my own? Turns out, with a hybrid deterministic/stochastic approach, an RTX 3090, and 4.5 hours of training, I created a specialized LLM that runs on a regular laptop.

  • Teaching a Dinosaur to Jump: Rust, WebAssembly, and Neural Evolution

    What began as a lightweight programming experiment quickly transformed into a deeply engaging technical exploration into the realms of neuroevolution, game physics, and browser-based simulation. My original goal was modest: replicate the "Chrome Dino" game using a performant and modern web stack. However, the project evolved far beyond expectations. The twist? I wanted the dinosaur to teach itself to jump.

  • Evolving an i18n Solution: From Astro to Vue.js

    This article details the evolution of an i18n (internationalization) solution, from a basic Astro implementation to a more sophisticated Vue.js approach, highlighting the differences and advantages of each.

  • The Psychology of Testing: Moving Beyond 'Should' to 'Want'

    An in-depth exploration of why developers resist testing, how to make testing the path of least resistance, and practical approaches to building a sustainable testing culture in development teams