Live data from Hacker News

Ask HN: How to take notes?

news.ycombinator.com

21–30 of 80 posts

Re: Ask HN: How to take notes?

#23
Everything that you take notes on, explain it out loud to someone (or something) as if they know nothing about the subject.

Or, to abuse language horribly, rubber duck like they're five.

This forces you to not only remember, but understand, what you're trying to learn.

Re: Ask HN: How to take notes?

#24
If learning is the goal, I highly recommend taking notes into a flash card system (I use and recommend Anki). Then review your flash cards daily.

You can always refer to the flash cards like regular notes, but by memorizing the information instead of just jotting it down you greatly increase the speed at which you learn new things.

Re: Ask HN: How to take notes?

#25
It’s very easy to let notetaking overwhelm the real goal— learning. I’ve had good luck putting my full attention into whatever reading material or exercise I’m working on.

I don’t take any notes until the end of the session, when I do an informal debriefing to summarize what I learned, which isn’t necessarily what I set out to learn.

Re: Ask HN: How to take notes?

#26
It’s down to whatever works for you.

I find I memorise concepts well when there’s some kind of physicality to them, and I’ve therefore repeatedly gone for the “serial killer wall” method of note taking - in my case, it tends to be multiple A4 sheets with handwritten notes or printed reference sheets plastered on every visible surface around my workspace, using cork pinboards for more space, with an arrangement of information that makes sense to me - I like a four coloured biro for splitting out either dimensions or topics of information, and sharpie or string to link disconnected areas together. This translates well for digital applications, like coding and electronic engineering, physical applications, and more abstract learning efforts, like cramming a masters in physics, or learning a language.

Yes, you can replicate this with a wiki or hyperlinked whatever, and I sometimes do for pocket guides, but being able to fetch information at a glance is key to making that recall just happen without looking, for me.

The structuring of the notes takes an effort in understanding, in creating a landscape of interconnected information - and the structure of the notes becomes the physical representation of the structure of the information framework. I then, later, when referring to some part of some knowledge acquired this way, find my mind’s eye using that same structure to identify the relevant information.

Anyway. It really is whatever works for you, and trial and error will get you there - for me, it’s paper, pen, and somewhere to put it all.

Re: Ask HN: How to take notes?

#27
Since you want to quickly revise topics in a new complicated subject, I'd suggest simply slowing down and writing really thoughtful notes on the subject. Use elements of recall to really get a picture of where your understanding is at, itll help you build the lattice of your knowledge and that lattice will be strengthened when you review your notes.

I dont think cheatsheets are helpful personally. Unless you are just talking about syntax.

Also specific methods might be worth a look down the line, but initially I dont think it makes sense.

Re: Ask HN: How to take notes?

#28
Just my opinions:

Try to avoid getting into rote learning. I learned that way as a kid, I'll find myself writing squiggly notes just because somehow it makes me remember stuff the act of writing something.

For coding stuff I don't really have notes about "coding" more on random neat tricks/concepts(like about Git/Systemd), which means store them somewhere eg. an app that has a global search like OneNote/Evernote/Notes(Mac).

For general fast learning I recommend crash courses on YouTube eg. by Traversy Media/others.

Also using sandboxes where some code is already setup so you can have something to work from.

Generally though I think practice is what will make it stick and personal desire to achieve/build something that you want.

Re: Ask HN: How to take notes?

#29
post #13

I try very hard not to get caught in bikeshedding the perfect note system over actually writing things down. This is very much in the “don’t let the perfect be the enemy of doing literally anything at all” territory. Features i find are actually helpful: - keep a link to the source where you found the information summarized in the note. A url, a DOI and an equation number, whatever. - when you can, physically recopy…

ELI5 : I did not know about this acronym. For those who don't know, it means "Explain me Like I'm 5 years old". https://www.reddit.com/r/explainlikeimfive/

"Up goer" is a reference to an XKCD comic written in basic English: https://xkcd.com/1133/

Re: Ask HN: How to take notes?

#30
I made it a point to take detailed notes for all of my lectures in college, and I did pretty well in my courses as a result! So here's some advice.

Consider taking notes by hand instead of using a computer. I found one study from some time ago that suggested handwritten notes are better: https://journals.sagepub.com/doi/abs/10.1177/095679761452458... I personally find taking notes by hand better for me. Since I can't find any studies replicating the result of the one I cited, I suggest trying it out and see if it helps!

When I was taking notes for class lectures, I would split sections of notes by date, titling subsections in a given day as appropriate. This sort of chunking will help you remember the notes better, rather than writing in one continuous stream. If you're taking online courses to learn some programming languages, I think this method will work! If not, I would suggest keeping a notebook per programming language and just organize your notes by day.

When taking notes, you do NOT want to copy what's on screen or what's being talked about verbatim. You want to capture just the highlights, so that they'll jog your memory later. I generally write tons of bullet points instead of complete sentences, and I end up with more of an outline at the end than paragraphs of information. If you need the finer details, it's better to go back and review the source material itself.

Once you have your notes, you can review them by going day-by-day. For your case, if you need to refer to previous sections quickly, consider bookmarking them with sticky notes. (Not sure how you would do this digitally.) You might be surprised to find that the act of writing down the notes was enough to keep them in your head, and you may not actually need to review your notes often.

Hope this helps!

Post reply on HN