Search
Search blog titles, summaries, tags, and content.
- /productivity/shell-pipe2026-01-30
A practical guide to the pipe operator `|`: how it connects commands, common patterns, and useful examples.
- /productivity/fzf-cli2026-01-30
Install and use fzf as your terminal fuzzy finder: files, history, processes, Git, previews, bindings, and practical workflows.
- /blockchain/btc-script-4-walkthrough#btc2026-01-30
Walk through a P2PKH example step by step and watch the stack evolve.
- /blockchain/btc-script-3-validation#btc2026-01-30
From inputs to outputs: how scripts are combined, executed, and validated by nodes.
- /blockchain/btc-script-2-templates#btc2026-01-30
From P2PKH to Taproot: the standard templates and what problems they solve.
- /blockchain/btc-script-1-basics#btc2026-01-30
From UTXO to Script: the stack model, locking/unlocking scripts, and essential opcodes.
- /algorithms/sorting-visualized2026-01-30
A quick comparison of common sorting algorithms with a built-in visualizer component for bubble and insertion sort.
- /statistics/kalman-filter2025-12-29
A concise yet complete guide to the Kalman filter: intuition, state-space model, core update equations, implementation tips, and common applications.
- /frontend/pnpm-yarn-npm2025-12-29
Compare pnpm, Yarn, and npm: core similarities, key differences, pros/cons, and basic usage with commands.