Live data from Hacker News

Ask HN: How do you organize your knowledge?

news.ycombinator.com

11–20 of 111 posts

Re: Ask HN: How do you organize your knowledge?

#11
You could do a lot worse than read about the concept of a Zettelkasten or Commonplace book. Here's my notes on the two. I am currently using the app Bear to take notes on everything and anything, tagging as I go, and trying my best to link notes to other meaningful notes. Less formal than a Zettelkasten but more digital than your average commonplace book.

1. Commonplace Book This is a book of thoughts, findings and general collections of information captured throughout your life and brought together into one place. [How And Why To Keep A “Commonplace Book” | Thought Catalog](https://thoughtcatalog.com/ryan-holiday/2013/08/how-and-why-...) [Commonplace Books Part 3: Choosing a System - GeekDad](https://geekdad.com/2020/03/commonplace-books-part-3-choosin...)

2. Zettelkasten

A different concept, but also with relevance to storing information for a lifetime. From my brief readings, there’s more emphasis placed on two stages of note. The first is a quick jot - an addition. The second is a more thought out, self-contained existence of the note. There’s also focus placed here on _linking_ notes together.

A good example of someone’s Zettelkasten is [[Andy Matuschak’s Note Collection]]: https://notes.andymatuschak.org/About_these_notes?stackedNot...

[Zettelkasten - Wikipedia](https://en.wikipedia.org/wiki/Zettelkasten) [Bear App: A Solid Zettelkasten Solution for iOS Users — Mental Pivot](https://mentalpivot.com/bear-app-a-solid-zettelkasten-soluti...)

Re: Ask HN: How do you organize your knowledge?

#13
I had a friend who was obsessed with https://roamresearch.com/

Something about like... a syntax similar to Markdown that is [[deep-linkable]] or something that allows you to... create really deeply nested queries (almost like a GraphQL vibe) to finds things that are "loosely/tangentially related"

Something like... if you were to go to Wikipedia and play that game where you start on one page (a kind of bird) and try to get to a different page that is 50-60 deep/nested links away (a World War II event or something).

I personally am not a big note taker, but boy oh boy do some seem obsessed with special note-taking syntaxes/apps.

Re: Ask HN: How do you organize your knowledge?

#14
Just signed up for an invite to mem.ai - a kind of personal knowledge graph that looks to be swelling in popularity

What I would love is a way to index & search ALL my digital assets: audio, video, images, docs, urls, code and binaries

And it would help if I could use a query syntax to create custom time ranges

Recently noticed Weezer frontman Rivers Cuomo taught himself Python via Harvard's CS50 to organize his music demos dating back decades!

And I've come to realize virtually every one could use such a personal digital archive interface ;)

https://techcrunch.com/2020/11/25/rock-star-programmer-river...

Re: Ask HN: How do you organize your knowledge?

#15
post #10

I've used personal wikis and knowledge bases for myself and they work okay. vimwiki has been useful for me. I find that I do some pretty cool stuff and then totally forget how I did it a year or 5 years later, mostly with coding. The open source projects I documented and explained are things I myself google to help me set them up in the future, so a way of codifying my knowledge has been to try to write about it and…

I also use vimwiki extensively. It's always at hand.

Re: Ask HN: How do you organize your knowledge?

#16
I've been really happy with Notion (https://www.notion.so). I use standard pages with subcategories for personal notes/knowledge.

I wanted to go deeper for my company, so I bought the Notion system called Bulletproof workspace (https://www.notion.vip/bulletproof/) in December after er doing. ton of research, but found it a bit overkill. In retrospect, I think it was just my newness to Notion that made it seem so.

However, once we reached a certain point where we were overwhelmed and completely unorganized. I finally invested the time to learn how to use Notion and Bulletproof Workspace and it was amazing, now I use it for everything from onboarding, to brainstorming, to-do's, etc. It's quite impressive.

I highly recommend checking them out if you're looking to get organized. The flexibility is what really made it work for me since it works for everything. It's nice just to have 1 tool.

Re: Ask HN: How do you organize your knowledge?

#19
After trying out various ways, online and offline (including studying Luhmann's famous "Zettelkasten" http://ds.ub.uni-bielefeld.de/viewer/image/ZL1A1001/1/#topDo...), and the one that I stuck with is using plain text files.

One's knowledge is too valuable and important to entrust it to a particular binary format that can soon no longer be read. Plain text is durable, portable, easy to process using UNIX command line tools, it can be full-text indexed with a reasonable overhead. It can be version controlled easier than binary formats or formats with heavy markup.

I often summarize scientific articles, write down new ideas or need to preserve how I did something (run a system, install a tool) for later replay, and plain text is great for that for the most part. Occasionally, I used LaTeX commands e.g. for embedded $ maths $ or #hastags to tie together files by topic for indexing.

Importantly, my workflow is OS independent (I mostly use Linux and occasionally MacOS X/iOS) and editor agnostic (I use Sublime and Emacs).

I would very much like to hear from others how they address their KM needs.

Re: Ask HN: How do you organize your knowledge?

#20
I see two sides of this. There's information collection and knowledge keeping.

The information collection: When I'm learning new things and sorting by what is interesting I simple bookmark a lot of stuff. It could be a blog post, a research paper, a book recommendation etc. All this is raw information until I take the time to consume it and digest it. Here I use https://lxi.ai/ (disclaimer: I built this) to keep my bookmarks organized with a lil ML.

The knowledge keeping: While I consume/digest I take notes in obsidian. I like working in markdown and having everything stored locally is something that keeps me comfortable. The real key here is putting in the time and actually merging what I am learning with what I already have in my obsidian "second brain".

Post reply on HN