VM Design > Ghost Variables
When you build your own programming language from scratch, your test suite is your mirror. Everything works in isolated unit tests until you write a classic...
When you build your own programming language from scratch, your test suite is your mirror. Everything works in isolated unit tests until you write a classic...
In static programming languages like C, variable types are fixed at compile time (int, double, char). In dynamic programming languages (like Python, Lua, or...
Lexer — source text → token stream Parser — token stream → AST Codegen — AST → assembly (or direct evaluation)
What Does a Linker Actually Do? A Hands-On Linker Script Experiment
We hope AI can accelerate productivity and free our hands. But on the other hand, at the current stage, AI/LLMs still cannot reliably complete all coding...
But this neuron is not a biological neuron—it is merely inspired by the brain. A neuron receives multiple inputs (X) and finally outputs a weighted sum.
Cross-origin issues are a classic topic in web development and one of the most fundamental ones. They commonly occur in projects built with a decoupled...
Gilbert Strang MIT 18.06
This article pushes back against the dismissive view that “LLMs are just guessing machines.” Language itself is a compressed representation of reality, so...
This project is a smart-car vision perception and motion control system based on STM32 + Raspberry Pi. It uses a layered upper/lower-computer architecture and...