robotrocketscience
READY
> PROJECTS
SOLAR SYSTEM
Where is Saturn right now? This renderer uses real NASA orbital data to show you exactly what the solar system looks like today, or any day going back to 1996. Pick a birthday, scrub through 29 years of planetary motion, or just watch Jupiter do its thing.
SATURN V ASCII LAUNCH
I wanted a cool rocket launch playing every time I opened my terminal. That turned into a full truecolor ASCII video engine. The Apollo 11 liftoff, rendered character by character, with flickering flames and smoke that actually dissipates. See the GitHub repo for install instructions.
PERSISTENT MEMORY FOR LLM AGENTS
LLM agents forget everything between sessions. This system detects corrections without LLM calls (92%), bridges vocabulary gaps in retrieval (99.5% recovery), and tracks confidence with Bayesian scoring. 5 benchmarks, 85+ experiments, no embeddings.