Ask HN: What is your best method to learn new things?
I have traditionally used book, and now some blogs. During my drive to work, I use audio books and podcasts.
I am looking for rapid techniques to learn new things. What are some of your best methods?
14 comments
[ 2.3 ms ] story [ 37.5 ms ] threadOnce I understand the concept(s), I practice these concepts by creating examples and solving the examples.
Finally I analogize and connect the concept with previous knowledge, i.e. internet is to spider web and quarternary numeral system is to DNA. Quarternary numeral is related to decimal numeral system in that they encode real numbers to limited symbols.
From there you can create small projects to reinforce a combination of concepts in your brain!
Also I used to read books linearly and the whole thing, recently I'm experimenting with these other ways from How to read a Book pdf[1] which I saw posted on HN[2]
[1] http://pne.people.si.umich.edu/PDF/howtoread.pdf
[2] https://news.ycombinator.com/item?id=12209446
Another thing is to apply what you just learned in practice as quick as possible. That will help convert your new knowledge to ability.
Taking notes as you listen helps too.
Build an easy 2 hour project in the technology. Like a basic bug tracker. Dive in knowing nothing, no learning first. Consult google as you go.
I need to build something first, then read little bits here and there. Eventually sitting down to learn the "proper" way to use the technology.
While teaching, you really get sudden moments of clarity as to why something is like it is, or why you had to do it this way.