Forty years of computing,
through my own eyes.

An interactive journey through the machines, ideas, and interfaces that shaped me. From the Commodore 64 to Claude Code.

CHANNEL 01
CLI Love
Interactive retro terminals, C64 → Claude
// cli-love/src/terminal.ts import { Terminal } from './core'   const c64 = new Terminal({   mode: 'PETSCII',   memory: 64 * 1024,   sound: true, })   c64.boot() c64.type('LOAD "*",8,1')
CHANNEL 02
How I Made CLI Love
Behind the code of the retro terminals
CHANNEL 03
About
Who I am, where I've been
◆ PATENTS
CHANNEL 04
Patents
Portfolio of filed & granted inventions
▸ COURSES
CHANNEL 05
Courses
Hands-on Claude, MCP, and AI coding
CHANNEL 06
Old Slides
Conference talks from 2008 onward
CHANNEL 07
Old Blog
Essays on products, AI, and tech history
◈ BRAND KIT
CHANNEL 08
Brand Kit
Colors, typography, voice, and phrases
✦ 24 SHADERS
CHANNEL 09
Shaders
WebGL experiments with fluids, fire, fractals