RSS Amplifier

Blog

Blog

Posts from the blog.

noquiche.fyiRSS feed ↗4 posts

Latest posts

The Agent-Native Editor Was Invented in 1976

Integrating LLM completions and a chat UI does not make an editor agent-native. These features help users generate code with language models. But they miss the more important shift: coding agents have made bespoke software and custom tooling cheaper, faster, and easier than ever. Many so-called AI editors make this mistake twice over. They optimize for generating code inside closed,…

Building an FPGA 3dfx Voodoo with Modern RTL Tools

This frame of Screamer 2 was rendered not by an original 3dfx card and not by an emulator, but by an FPGA reimplementation of the Voodoo 1 that I wrote in SpinalHDL. Available on GitHub . Read the full post

OpenRISK - A Peer-to-Peer Multiplayer Board Game

I have never used JavaScript before this project. Like many others, I always wrote it off as a "Quiche" language, in the same vein as Python, Scratch, and Visual Basic. I still think this idea has some merit, but after considering how prevalent JavaScript is on the web I decided to take the plunge. Read the full post

Kapow - Making a Game in Real-Mode x86 Assembly

Kapow is a remake of Kaboom! (1981) for the Atari 2600. It runs on an x86 machine without an operating system, exclusively in 16 bit real-mode. I made it as a bonus assignment for CSE1400 at TU Delft. The source code is available at Github . Read the full post