TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you take technical notes?

3 点作者 ege_erdogan将近 6 年前
Say you are learning a technical subject (e.g. a new language, framework, technology etc.). How do you take notes?<p>Some things that come to mind are: * By hand on paper * In Markdown (Boostnote etc.) * Plain text * A different format such as Anki

1 comment

amirouche将近 6 年前
That is a personal knowledge base.<p>I am working on something like that to help me manage the (various) topics I am interest in. Most people rely on org-mode or wiki or github issues (I do all of them and it is a mess).<p>There is tools like zotero but they are more for academics + bibliographies.<p>What I need is something like <a href="https:&#x2F;&#x2F;eccorem.com&#x2F;apps&#x2F;improved-history.html" rel="nofollow">https:&#x2F;&#x2F;eccorem.com&#x2F;apps&#x2F;improved-history.html</a> but more structured and with the ability to take notes, upload images, add links + code and data.<p>Stating the obivous, coding is really helpful to learn a new subject. Even if it looks like NIH and wheel-reinvention. Don&#x27;t forget to share your findings.