Ask HN: How did you build up your personal knowledge base?
1–10 of 113 posts
Re: Ask HN: How did you build up your personal knowledge base?
#2Re: Ask HN: How did you build up your personal knowledge base?
#3Backed up as part of my usual backup procedures, but only (easily) accessible with the GUI on my laptop. It would be trivial to sync it between devices and use it from multiple locations, but I don't need to.
Re: Ask HN: How did you build up your personal knowledge base?
#4https://news.ycombinator.com/item?id=8270759
https://news.ycombinator.com/item?id=17892731
https://news.ycombinator.com/item?id=19095849
https://news.ycombinator.com/item?id=19294799
https://news.ycombinator.com/item?id=19847258
Re: Ask HN: How did you build up your personal knowledge base?
#5I used to write down information in note-taking apps but doing so didn't help me retain more knowledge. The reasons were: (a) no spaced repetition, because I never went back to my old notes once I wrote them. (b) environment switch due to having to launch external apps every time to write a note. Environment switch was especially painful when I was immersed in a complex coding problem.
I solved those two pain points by sending myself an automated digest of my notes every week (spaced repetition on autopilot) and building CLI, browser extensions, and IDE plug-ins to talk to my personal knowledge base so that I don't have to switch environment to put stuff in the knowledge base.
My experience is positive. It has helped me advance my foreign language skills, learn new vocabulary, and retain various technical micro-lessons that I come across during programming.
Re: Ask HN: How did you build up your personal knowledge base?
#6Re: Ask HN: How did you build up your personal knowledge base?
#7I have been building and using an open source solution called Dnote [0] for the past two years. Maybe it could help you and others in search for a solution. I used to write down information in note-taking apps but doing so didn't help me retain more knowledge. The reasons were: (a) no spaced repetition, because I never went back to my old notes once I wrote them. (b) environment switch due to having to launch externa…
Oh, this is fantastic, thanks. I'm going to have to look into how I can do this for my own knowledge base. Especially the spaced repetition part.
> https://www.getdnote.com/blog/how-i-built-personal-knowledge...
Btw, this is a great article.
Re: Ask HN: How did you build up your personal knowledge base?
#8Re: Ask HN: How did you build up your personal knowledge base?
#9Each technology gets its own folder. I add a new markdown file whenever I learn something new. Then I push to git and it is published live shortly after.
Re: Ask HN: How did you build up your personal knowledge base?
#10[0] - https://www.notion.so/