为什么要尽量少用 Go 里的 unsafe
Posted on Wed 11 February 2026 in Tech • Tagged with Go, unsafe, memory-safety, best-practices • 2 min read
Posted on Wed 11 February 2026 in Tech • Tagged with Go, unsafe, memory-safety, best-practices • 2 min read
Posted on Tue 03 February 2026 in Tech • Tagged with C++, Go, build, debugging, compilation, best-practices • 6 min read
Posted on Tue 27 January 2026 in Tech • Tagged with python, programming, tips, traps, best-practices • 6 min read
Python 入门容易精通难。这篇文章整理了 10 大经典陷阱(可变默认参数、闭包绑定、浮点精度、GIL...)和 10 小窍门(海象运算符、collections、itertools...),附带工程建议和 Checklist,帮你写出稳定、高效、可维护的 Python 代码。
Posted on Thu 22 January 2026 in AI • Tagged with AI, Claude-Code, Cost Control, Development Tools, best-practices • 7 min read
Claude Code 是 Anthropic 推出的命令行 AI 编程工具,但按 Token 收费的模式让很多开发者"又爱又恨"。本文从基础用法到成本控制,用幽默风趣的方式教你如何高效使用 Claude Code,既提高效率又控制成本。