Apr 21, 2026
Karpathy-Inspired Guidelines See also forrestchang/andrej-karpathy-skills 1. Think Before Coding Don't assume. Don't hide confusion. Surface tradeoffs. Before implementing: State your assumptions explicitly. If uncertain, ask. If multiple interpretations exist, present them -...
Apr 19, 2026
How This Demo is Wired A local zenohd router with the zenoh-plugin-remote-api enabled bridges native Zenoh peers and browser clients. A publisher written in Python (see the code section) connects to the...
Apr 18, 2026
Quick Picker If one of these matches what you're building, jump straight to that section. The rest of the post is the vocabulary and the trade-offs behind these picks. Same-host, zero-copy, fight...
Apr 11, 2026
A webapp for testing and comparing LLMs. Global network access is needed for this app to function properly. It keeps separate chat histories, up to 10 rounds, for different columns, refreshing the...
Apr 4, 2026
Problem Statement Upstream sends a time-ordered stream of samples \( (y_1, t_1), (y_2, t_2), \ldots, (y_n, t_n) \), with \( t_i \) strictly increasing, at a relatively low sample rate. The sample...