I put Claude Code in a browser terminal I built in Go
May 3, 2026
I built a browser-based terminal in Go using godom and xterm.js. Then I ran Claude Code inside it. It just worked.
May 3, 2026
I built a browser-based terminal in Go using godom and xterm.js. Then I ran Claude Code inside it. It just worked.
May 2, 2026
godom uses binary Protocol Buffers, not JSON, with a deliberate Browser→Go split between input value sync and explicit method calls.
May 1, 2026
I built godom mostly with Claude as an implementation partner. Here's what that actually looked like.
Apr 30, 2026
I ran a plain Donchian-channel breakout on NQ 1H, NQ Daily, and Gold 1H. One worked, one was lukewarm, one lost money.
Apr 30, 2026
How godom builds a virtual DOM tree in Go, diffs it against the previous tree, and ships only the patches the browser needs to apply.
Apr 29, 2026
godom ships a docs/llm-reference.md aimed at AI agents writing godom apps. Why that doc exists, what it covers, and what the workflow looks like.
Apr 29, 2026
I kept needing a UI for local Go tools and hating every option. So I built a framework where Go owns the DOM and the browser is just a screen.
Feb 25, 2026
AI-assisted port of Skyfield (Python) to a Go ephemeris library. Validation-first approach, golden tests, and bug hunts.
Sep 3, 2025
From simple rules to clarifying loops: explore this 3-part series on building AI agents in Python, with examples.
Aug 31, 2025
Build a Clarifying Agent in Python with GPT-5 that asks follow-up questions until inputs are clear, providing a safer, smarter, and user-friendly experience.
Aug 28, 2025
Build an LLM-powered agent in Python: use GPT-5 to turn natural language into structured data, then apply simple rules for smart meal suggestions.
Aug 28, 2025
Learn how to build a simple rule-based decision-making agent in Python. Perfect for beginners, this is Part 1 of the Building Agents series and includes code, logic flow, and real-world analogies.