Ask HN:作为一名开发者,你如何管理你积累的知识?
1 分•作者: kubanowacki•5 个月前
我是指那些实用的东西:你找到的 bug 修复方法、架构决策、你艰难学到的经验教训,以及你可能在 6 个月后还会用到的解决方案。
过去一周我与大约 20 位开发者聊过,我一直看到的情况是:每个人都会把东西写在某个地方,但当他们需要的时候,几乎没有人能找到它。问题不在于记录——而在于检索。
Notion、Obsidian、纯文本文件、GitHub Wiki、Confluence——都有同样的问题:搜索是基于关键词的,只有当你确切地记得你写了什么时才有效。
好奇其他人是否找到了真正解决这个问题的方法,或者你是否已经接受了会两次 Google 搜索同一个问题的现实。
查看原文
I mean the practical stuff: bug fixes you figured out, architecture decisions, things you learned the hard way, solutions you'll probably need again in 6 months.<p>I've talked to ~20 developers over the past week and the pattern I keep seeing is: everyone writes things down somewhere, almost nobody can find it when they need it. The problem isn't capturing — it's retrieval.<p>Notion, Obsidian, plain files, GitHub wikis, Confluence — all have the same issue: search is keyword-based and only works if you remember exactly what you wrote.<p>Curious if others have found something that actually solves this, or if you've just accepted that you'll Google the same problem twice.