Live data from Hacker News

Ask HN: How do you organize your knowledge?

news.ycombinator.com

41–50 of 111 posts

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

#41
I use spreadsheets and custom 2D dsls. I get the best of tabular and tree structures. The latest iterations aren’t live yet, but there’s a lot of stuff on treenotation.org which is the foundation of what I use.

I consider it like a tool for clear thinking. There’s no punctuation or noise, pure signal. I build DSLs and then spreadsheets in those DSLs. Both the data and grammars are in 2D Lang’s. There’s no quotes, brackets, patents, etc. Everything is strongly typed (eventually, in practice I start with a lot of “any” fields and iterate on the ontologies as my knowledge of a domain grows).

Everything is backed by git.

I do a lot of visual modeling lately with my remarkable 2 eink tablet.

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

#42
post #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 lin…

Why not use markdown instead instead of .txt? All good editors (including vim etc) have great support for markdown and you get plenty of great simple features without much crap getting in the way.

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

#43
Just by remembering things. If I can’t remember it, it’s none sense.

For a solid understanding and remembering, I’m applying the knowledge by setting up a personal side project.

I furthermore push all my side project to a private git repo and if I really need to look up things, I always know on what project I need to look at.

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

#45
I have recently transitioned from wet lab biology to knowledge work. Something I brought with me through the transition was the keeping of dated physical notes with a digital todo list (also with dates). I find being able to scribble the physical graph I want to make, a vague table, or just some comments or math from a research paper really helps. The digital todo list helps me find old notes as dates effectively act as relative page numbers and all that is needed is a ctrl+F and then a bit of a flick through pages.

I personally don't have the discipline to organise my digital notes post-hoc, so I focus on just making notes using markdown files and sticking them somewhere in my onedrive so I can find them later. I do have a notes folder, but there is stuff that has found its way elsewhere. Thankfully searching markdown files is very easy.

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

#47

For overall memory, I generally just remember things instead of using all these fancy apps. Sometimes I'll make some notes in Typora (clean .md editor), but more often than not, I'll never revisit the file. I'm a visual learner, so its really easy for me to recall past snapshots (static, not like a video) from my life, or how certain things looked at a point in time. It's not quite an identical memory, but it's not t…

Beware you young men with fresh brains. Brains can and do get worn. I could say almost exactly your words about my younger self, but not anymore. Now I suffer badly from never having learned and trained a good note system. Get your external memory configured and operational in due time.

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

#48
There's a ton of different note taking methods, as you can tell by the variety of responses here. People will evangelize one method as being superior to another, but I think you just have to try them out and see what works best for you.

IMO, a prior question to understanding the information we consume is deciding what information to consume. There's an essentially infinite amount of content out there, but we have a finite amount of time to learn. The strategy we usually employ is random and mindless—we consume whatever happens to show up in our HN or Twitter feeds. But I think there's a real value in thoughtfully curating the knowledge we take in, which is why I built Trove [1,2].

I'm curious to hear, how does everyone else here optimize their information diet (if at all)?

[1] https://trove.to/

[2] https://news.ycombinator.com/item?id=26582658

Post reply on HN