~/blogls -la
所有博客
按时间倒序列出所有文章,点击标题可查看详情。
- /productivity/shell-pipe2026-01-30A practical guide to the pipe operator `|`: how it connects commands, common patterns, and useful examples.
- /productivity/fzf-cli2026-01-30Install and use fzf as your terminal fuzzy finder: files, history, processes, Git, previews, bindings, and practical workflows.
- /blockchain/btc-script-4-walkthrough2026-01-30#btcWalk through a P2PKH example step by step and watch the stack evolve.
- /blockchain/btc-script-3-validation2026-01-30#btcFrom inputs to outputs: how scripts are combined, executed, and validated by nodes.
- /blockchain/btc-script-2-templates2026-01-30#btcFrom P2PKH to Taproot: the standard templates and what problems they solve.
- /blockchain/btc-script-1-basics2026-01-30#btcFrom UTXO to Script: the stack model, locking/unlocking scripts, and essential opcodes.
- /algorithms/sorting-visualized2026-01-30A quick comparison of common sorting algorithms with a built-in visualizer component for bubble and insertion sort.
- /statistics/kalman-filter2025-12-29A 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-29Compare pnpm, Yarn, and npm: core similarities, key differences, pros/cons, and basic usage with commands.