Live data from Hacker News

Ask HN: How did you build up your personal knowledge base?

news.ycombinator.com

11–20 of 113 posts

Re: Ask HN: How did you build up your personal knowledge base?

#11
I probably have the biggest personal public wiki at this point. Over 720 files and 13,000+ lines across all the files.

All files: https://github.com/nikitavoloboev/knowledge/blob/master/SUMM...

The way I did it was by treating the wiki as extension of my brain and having a perfect workflow for editing it at a speed of thought. In my case it's Sublime Text + Alfred + some macros.

https://wiki.nikitavoloboev.xyz/other/wiki-workflow

In fact I recently started to use my wiki to host article drafts I am writing.

https://wiki.nikitavoloboev.xyz/fragments

The best thing about having a wiki is the 'in progress' nature of it. Soon I plan to extend my Alfred workflow to access any link inside any of the files in seconds too.

https://github.com/nikitavoloboev/alfred-my-mind

Re: Ask HN: How did you build up your personal knowledge base?

#17
I'm using Notion.so It's not a self-hosted platform and not personal in that sense but it has export to markdown capability so I feel safe storing my knowledgebase there knowing that I can download the data, files, images and everything else I have uploaded in a non-propriatry format

Re: Ask HN: How did you build up your personal knowledge base?

#19
I learn by:

Reading books and taking notes.

Watching videos and taking notes.

Attending meetups and taking notes.

Doing. Specifically, by applying what I learned to small projects.

I collect all the notes and projects in GitHub. It's simple (markdown), searchable, versioned and all in one place.

Oh, and free, portable and highly available while hosted by someone else.

Re: Ask HN: How did you build up your personal knowledge base?

#20
post #5

I 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…

I'm pretty skeptical of personal projects for things like this but this looks very compelling. Thanks for sharing.
Post reply on HN