Running GPT-2 in WebGL with Classic GPGPU Programming May 24, 2025Machine Learning, ProgrammingA few weeks back, I implemented GPT-2 using WebGL and shaders (Github Repo) which made the front page of Hacker News …
How to Fix Hugo's iOS Code-Block Text-Size Rendering Issue February 4, 2024ProgrammingLately, I’ve been coming across many blogs that have weird font-size rendering issues for code blocks on iOS. Basically, in a …
Intro to Autograd Engines: Karpathy's Micrograd in Go November 11, 2023Machine Learning, ProgrammingFor a while, I wanted to build a complete autograd engine. What is an autograd engine, you might ask? To find the answer, we …
Where Rust Shines: Algebraic Types and Match Statements November 11, 2023ProgrammingRecently I was going through Thorsten Ball’s “Writing An Interpreter in Go”. In this book, you create a basic interpreted …
Rust Front-End Development with Dioxus August 16, 2023ProgrammingOctober 14th, 2025: This post is old and is most likely outdated if you’re reading this! Dioxus has possibly changed a …