18 Aug 2026
LLM KV cache 什么时候失效
记录一下整理/踩过的各种缓存失效情况以及设计 Agent 最容易踩的五个坑
22 Apr 2026
A personal wiki inspired by karpathy's llm-wiki idea
My personal wiki, built as a concrete implementation of karpathy's llm-wiki idea.
1 Jul 2025
The Night We Became Translation Engines
A story that I use Tmux and Amazon Q to setup a multi agent translation service
21 Jun 2025
用 Tmux 和 Amazon Q 快速搭建一个 multi agent 系统
利用 Tmux 和 Amazon Q 搭建一个 multi agent 翻译系统
11 May 2025
Concurrent Programming Paradigms
An exploration of different concurrent programming paradigms, their implementation patterns, advantages, and trade-offs in modern software development.
7 May 2025
Understanding LSM Trees in 5 minutes
A comprehensive guide to Log-Structured Merge-Trees (LSM Trees), covering their core components, operations, advantages, and real-world applications in modern databases.
8 Apr 2025
Go's context Package: A Guide for JavaScript Developers
A comprehensive guide to understanding and using Go context package for JavaScript developers
10 Dec 2024
Go Channels: Communicating Between Goroutines
Understanding and using Go channels
22 Jul 2023
prompt engineering
How to write good prompt when using chatgpt
19 May 2023
npm library
How to distribute your npm library in a good way
next