JLJack Liincrossui.hashnode.dev·5d ago · 7 min readNo npm install. No dev server. A faster way to iterate on React UIs?You've done this a hundred times. Clone a template. npm install. Wait. Maybe a peer dependency fight. Fix the node version. Install again. Start the dev server. Wait for the first compile. Now you can021
MFMathijs Frankinmathijs-frank.hashnode.dev·Aug 11 · 3 min readDesigning Memory for My Bytecode VMThis is part of an ongoing project. A programming game where getting better at the game means getting better at real coding. Background here: Learning Coding Like a Board Game. When creating my byteco10
MMMaksim Martianovinmartianov.dev·Jul 28 · 9 min readData Races Are a Compile Error Now: GALA in July (0.63 -> 0.72)Go's race detector is very good at what it does. What it does is watch a program run and report races it actually observed. That last part is the whole problem. go test -race finds the race your test 00
ASArpit Singh Gautaminarpitsinghgautam.hashnode.dev·Jul 25 · 11 min readRebuilding Triton and Helion from Scratch in 4,000 Lines of PythonTriton and Helion are how most custom GPU kernels get written today. Triton, from OpenAI, lets you write a kernel as a Python function over a block of data and handles the thread mapping, memory coale15A
Nnidhinkumarinblog.nidhin.dev·Jun 18 · 4 min readReact Compiler in RustIt’s official. React has merged its long-awaited Rust port of the React Compiler (formerly known as React Forget) into the main repository. What started as an experimental research project by Joseph S00
MMMaksim Martianovinmartianov.dev·Jun 14 · 8 min readFrom Zero to a Go Module on Bazel in One Sitting: Onboarding to GALA 0.53There's a specific moment that decides whether a new language is worth your time: the first time you try to use something from the ecosystem you already depend on. For a language that transpiles to Go00
SRSukalyan Royinsukalyanroy.hashnode.dev·Jun 6 · 12 min readFrom Tokens to TreesWe’ve all used so many programming languages over the years. Who makes them? And how are they maintained? Was the Compiler Design class in university a complete waste of time? Let’s find out. This pro00
MMMaksim Martianovinmartianov.dev·Jun 5 · 10 min readProductionizing the GALA Build Stack: rules_gala, a Real Toolchain, and GazelleA language that transpiles to Go lives or dies by its build story. The language features can be elegant — sealed types, exhaustive pattern matching, type inference — but if wiring GALA into a real pro00
TCThomas Cherickalinthomascherickal.hashnode.dev·May 29 · 8 min readHow Rust Runs Natively on Windows, Linux, Mac, Android, iOS, Web, IOT, and EdgeAll images in this article were created by GPT-Image. For years, the promise of "Write Once, Run Anywhere" (WORA) felt like a tech industry fairy tale. Java tried it with heavy, resource-hungry virtua00
MMMaksim Martianovinmartianov.dev·May 29 · 9 min readThe State of GALA: May 2026A follow-up to The State of GALA: March 2026. In March I wrote up where GALA stood: version 0.25.2, a couple of months old, 46 releases deep, with a rich standard library, a zero-reflection JSON codec00