
When to Pick Llama.cpp Instead of Ollama
Llama.cpp trades warm defaults for raw control, and this breaks down when its low level tuning finally beats the ease of Ollama.
June 17, 2026 · 14:47 UTC
Read article
Safe Is a Story We Keep Telling Ourselves
Security is mostly an illusion, privacy is gone in a tracked world, mistakes repeat, and rules bend once nobody enforces them.

Emoji AST Interpreter REPL Stage - Part 5
Finish the emoji language with built-in functions and a read-eval-print loop that turns the compiler pipeline into a live tool.

Emoji AST Interpreter Scope Stage - Part 4
Give the emoji language memory with variables and a scope map, then add unary negation and a ternary for real branching decisions.

Emoji AST Interpreter Walker Stage - Part 3
Walk the emoji abstract syntax tree with a recursive tree-walking interpreter that collapses nested nodes into one final number.

Emoji AST Interpreter Parser Stage - Part 2
Turn a flat emoji token stream into an abstract syntax tree with precedence climbing, the parsing stage of a tiny emoji compiler.

Emoji AST Interpreter Lexer Stage - Part 1
Build a lexer that turns fruit emoji and math symbols into a clean token stream, the first stage of a tiny emoji AST compiler.