‎Check network for missing images.

A collection of study notes, ideas, experiments, and some fragments of life, presented in the form of a website.

科技 生活 世界 随手记两笔
Tags: 11
Posts: 182

Andrej Karpathy Guidelines

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 -...

Zenoh Demo

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...

Middleware Landscape

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...

LLM Arena with RAG

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...

Smooth and Conservative Upsampler

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...