Live data from Hacker News

Ask HN: What's your learning strategy?

news.ycombinator.com

21–30 of 91 posts

Re: Ask HN: What's your learning strategy?

#21
I take notes, as energetically as my interest allows. While I do read them subsequently, I do not really make too much use of them. For me, the act of taking notes strongly helps my mind connect to the information in ways that make me know it better, sooner.

I went through a bad patch as the nineties ended and I thought that computer note taking might be a good idea. It produced pretty good notes (I type well) but was much less conducive to learning. In fact, I felt it was distracting and counter-productive.

Handwritten notes. Definitely my first line of offense against ignorance.

After that, teaching it. If I can find an opportunity to make a presentation. That's great. I will always confirm understanding and level up when I explain what I know in a semi-formal way. Explaining to colleagues and friends is good. I didn't do study groups in college but found analogous social activities very helpful since.

After that, doing it. If it's a practical topic, putting the lessons into practice asap is very helpful. Like, I'm sure, many of you, I am a programmer. If I start using a new tool, technique or idea, I will soon have solid understanding.

Of course, I also keep going. If I do not keep seeking progress in a topic domain, then any knowledge I have will fade.

Re: Ask HN: What's your learning strategy?

#23
This is something I've thought about a lot; I ended up compiling tips on learning from a variety of different sources into a master document that I go back to every once in a while to see if there's any new things I can implement [0].

I only integrate one or two practices at a time, and I stopped short of implementing SRS or a Zettelkasten because I began to realize I was spending too much time on productivity to actually get anything done. I'll probably return to them later - I think SRS especially gets a bad rap from people who like to think about things conceptually as "just being rote memorization", but IMO the human brain is not a computer for Platonic objects. It thrives on hard data and real-world examples, and "memorizing" components or instances of a particular concept so they're at hand for effortless retrieval just makes connecting them to existing ideas easier (which is arguably all understanding things is).

[0] https://pastebin.com/sk6iNDpp

Re: Ask HN: What's your learning strategy?

#24
No notes, just binging hands-on immersion iterating on short feedback loops.

This will make you look like a „genius“ to outsiders, but it only works on subjects that allow for short feedback loops.

(example where it works: coding, example where it wouldn‘t work: raising a child)

Re: Ask HN: What's your learning strategy?

#25
Carry a notebook around and frequently take notes for things to look back at. The wet concrete of the brain needs frequent imprinting for success in memory/recall. One notebook for career, one notebook for side business and projects. Have tried multiple notebooks, 2 seems to be the balance for me. Different colors. Keep colors consistent over the months/years of getting second and third ones.

Re: Ask HN: What's your learning strategy?

#26
My learning strategies are very personal, subtle, and hard to explain. I believe I build most of them a long time ago after reading Mind over Machine [1]. It's a critique of the, back then, glorious promises of AI, but it has a very thorough take on what learning is and is not.

[1] https://www.amazon.com/Mind-Over-Machine-Hubert-Dreyfus/dp/0...

Re: Ask HN: What's your learning strategy?

#27
One trick I have for taking lots of notes rapidly is the following:

Say somebody says a long string "The Cap Theorem is Consistency, Availability, and Partitioning," you write down the initial letters with space to come back and complete the words: T__ c_____ t_____ i_ c_______ a______ p_____. Once you have the initial letters down the hardest part is done. For very long sentences you want to remember this helps a great deal because you will still remember the last several words with the hint of the first letter when you do a second pass to fill the (rest of-the-word) in.

Re: Ask HN: What's your learning strategy?

#28
1) no notes

2) n/a

3) yes, sort of. Learning something an hour per day over 10 days > learning something for 10 straight hours in one day

4) no method, but I tend to naturally go just below the surface on many different topics, so I think that helps.

A key thing for me is that I learn best by doing.

So maybe watching 5-10 hours of a structured "course", usually at 1.5x speed is about my limit before I have to get started on my own project applying what I'm learning.

After that, it's mostly blog posts, GitHub, and Stack Overflow to learn the more advanced aspects.

Re: Ask HN: What's your learning strategy?

#29
I create the shortest possible time loop between consuming something (text, video, etc.) and applying it to a real project or problem. Then shortly after applying it, perhaps at the end of the day I'll write about the process as if I were explaining it to someone who doesn't know about the topic beforehand. If I can't write about it while clearly explaining it while having a complete and total understanding of every word then I go back and research anything on demand to fill in the gaps.

The idea is you consume and apply, then quickly turn a combination of theory + practice into your own words which is proving to yourself that you understand it. The key point there is "you", you don't need to publish the written component to anyone. Its purpose is to force you to come up with unique thoughts to combine this new information into something coherent which I'm sure has some benefit in making your brain remember it (but I have no scientific proof of this). It can also be used as a personalized detailed reference in case you ever forget the details which IMO is much better than scattered notes you tried to quickly write while you listened to or read something.

I don't know if this is a formal way of learning something. It's something I've done for most of my life because it felt intuitive at the time and still does.

Re: Ask HN: What's your learning strategy?

#30
post #18

Learning is an exercise in creating space in your mind to represent a new map of interrelated symbols. When you start something new, all the symbols are "too close together" and it takes time and repetition to increase the "resolution" on that map so that you can put the symbols into position with more precision and not have them confused with one another. You don't yet have a good intuition for the significance of e…

> Learning is an exercise in creating space in your mind to represent a new map of interrelated symbols.

That might be how you learn, which is a good thing to know, but the presentation of your personal understanding of yourself come off like “this is the way for all”, which gives me the yucks.

For me I need to re-formulate things in my own words (or my own code) until I understand which parts of a system I have blind spots on, then dig into those, then rinse and repeat.

If I can express it in simple language in a way that hangs together, and go into detail about complicated parts of the system, I’m getting somewhere.

The downside of learning a system of human invention fundamentally is that one invariably comes to understand that it is a Rube Goldberg machine that some yahoos figured out how to sell.

Post reply on HN