Terminal 101: Learn Linux in Your Browser
Type real commands into a virtual filesystem. Five lessons from 'where am I?' to piping tools together.
Browse posts by tag
Type real commands into a virtual filesystem. Five lessons from 'where am I?' to piping tools together.
An interactive introduction to fuzzy logic inference, from single facts to LLM-generated knowledge bases
An interactive explorable explanation of Monte Carlo Tree Search for LLM reasoning. Watch reasoning paths branch, dead-end, and backtrack.
Free open-source deep learning book with code and math integrated. Interactive deep learning resource with runnable code.
What if fuzzy logic systems could discover their own rules? An interactive demo of differentiable fuzzy circuits that learn membership functions, rule structure, and rule existence, all via gradient descent.
Define patterns, define replacements, repeat until done. Watch a 90-line rewrite engine learn to differentiate.
Your regex compiles into a state machine. Type a pattern, feed it a string, and watch the machine think — step by step.