Live data from Hacker News

Ask HN: What are your best learning methods/hacks/tips?

news.ycombinator.com

51–60 of 100 posts

Re: Ask HN: What are your best learning methods/hacks/tips?

#51

Persistence. Set a low goal of 10 pages per day or 20 minutes or something really really achievable. Make sure you do at least that much per day. All the clever tricks in the world are worthless if you aren't putting in the time.

This is the real key for me. Every day I play an instrument for at least 10 minutes, sing for at least 10 minutes, and exercise for at least 10 minutes. Sometimes guided practice, sometimes noodling, but always something.

A great mentor of mine told me that if you want people to code quickly and without so much bureaucracy, convince them they are just making V1, a toy implementation, a prototype, etc. As opposed to The Solution. I think the same thing applies with picking up new skills. Approach it as fun and it will be fun.

Re: Ask HN: What are your best learning methods/hacks/tips?

#53
What you're learning will fall into different categories, physical, mental or a combination of both. They will employ their on strategies to help them stick. I put language learning in the third category. Anki + srs for memorising vocab, When recalling vocab and phrases, mnemonics etc there's tonnes information online nowadays.

Something you won't hear often is this tip: Try and action/gesture what you're trying to say before you say it. I have no explanation why this works so well when learning but it's a technique actors use when embodying a character.

Then the obvious tip is to practice with native speakers,

If you have something purely physical, you have * Mental rehearsal of the action (anki) * Execution of the action in practice. For this to be helpful you need feedback, you could use a coach or record yourself * performance - like in a sport.

Had to rewrite my response because I went to heavy on the language learning tips

This is what I've used to date

Re: Ask HN: What are your best learning methods/hacks/tips?

#54
This will come up in any Hackernews thread that mentions spaced repetition, so I might as well mention it to get it over with.

Supermemo [1].

SuperMemo is the king of spaced repetition software.

Anki uses the algorithm from an earlier version of SuperMemo - SM2. The current version of the algorithm used in SuperMemo is SM17.

The benchmark for the algorithm's performance is the repetition workload. I don't have the numbers close hand. But the point is that the repetition intervals in SuperMemo will increase much faster than in Anki, but you will have the same, if not better, retention rate.

Also, it has Incremental reading.

To be honest, I used Anki on and off for more than five years. SuperMemo scared me, with its ugly non-conventional interface. But in the end, I succumbed, and now for the first time, I actually do my repetitions every day for 4 months now.

This despite the fact that I have to boot into Windows from Mac OS every time I need it.

It helped me learn Python and a bunch of other less practical things.

Of course, spaced repetition is not all you need for better learning. Most of what you need to know is covered in the Coursera Learning How To Learn course.

Jim Kwik is also good.

[1]: https://supermemo.guru/wiki/Main_Page

Re: Ask HN: What are your best learning methods/hacks/tips?

#55
post #5

I just commented this in another thread, but I highly, highly recommend the free Coursera course Learning How To Learn . In particular, I found that the following worked especially well for me: * Emphasis on balance between focus and diffuse mode: taking a walk or exercising after a focused study session. * Spaced repetition: Anki works wonders. Reviewing notes multiple times is also tremendous. * Sleep: ignored the…

I have a similar experience too. I learned about that course after graduating but I apply the course's principles on my personal learning endeavors. I would like to add Cal Newport's Deep Work is also an excellent companion to this book. He ties in concepts from Peak, Grit and many more resources into concrete strategies that can be applied to effectively master cognitively demanding tasks. I wish I learned about those 2 books earlier.

Re: Ask HN: What are your best learning methods/hacks/tips?

#56
post #5

I just commented this in another thread, but I highly, highly recommend the free Coursera course Learning How To Learn . In particular, I found that the following worked especially well for me: * Emphasis on balance between focus and diffuse mode: taking a walk or exercising after a focused study session. * Spaced repetition: Anki works wonders. Reviewing notes multiple times is also tremendous. * Sleep: ignored the…

I have tried a few times to get on the anki/supermemo bandwagon but have always struggled a bit figuring out how to structure the cards. Maybe I just have some hangups with it but would love to see a good workflow or best practices for incorporating it into my study.

I think specifically I would second guess myself for the syntax of the cards I was creating - and if there was another better way to do it. I always wanted to find almost like a guided walkthrough that would take me through the whole process or something and help me build the skills associated with it.

Re: Ask HN: What are your best learning methods/hacks/tips?

#57
post #5

I just commented this in another thread, but I highly, highly recommend the free Coursera course Learning How To Learn . In particular, I found that the following worked especially well for me: * Emphasis on balance between focus and diffuse mode: taking a walk or exercising after a focused study session. * Spaced repetition: Anki works wonders. Reviewing notes multiple times is also tremendous. * Sleep: ignored the…

I'm ashamed to say I had to stop watching this because I couldn't handle the woman's voice. It was like reverse-ASMR.

You can may be try the book or watch it at 1.5x playback speed.

Re: Ask HN: What are your best learning methods/hacks/tips?

#58
1 - While learning some subject learn surrounding concepts or related facts as well. For example, if you are learning Calculus - learn the historical context, infinitesimal approach. If you are preparing for an exam and your text book gives one method and a specific topic, try learning related additional concepts and additional methods. This will help in not forgetting the core concept of technique. A close approximation scenario(not entirely true - but gives you an idea): you learn one forget one, learn four and retain two.

2 - Spaced Repetition - people have covered already.

3 - Active Recall - https://en.wikipedia.org/wiki/Active_recall

4 - Active Learning - https://en.wikipedia.org/wiki/Active_learning

Edit: Paragraph alignment

Re: Ask HN: What are your best learning methods/hacks/tips?

#59
One of my tried and true learning habits that help tremendously is reading/watching the content VERY QUICKLY -- and not for full comprehension. I watch all educational videos at 2x speed as well as audio books first. With prose I speed through large chunks of pages at a time. Then going through it again at a normal pace. Helps a ton for retention and also boosts confidence on completely unknown subjects.

Re: Ask HN: What are your best learning methods/hacks/tips?

#60
post #48
post #5

I just commented this in another thread, but I highly, highly recommend the free Coursera course Learning How To Learn . In particular, I found that the following worked especially well for me: * Emphasis on balance between focus and diffuse mode: taking a walk or exercising after a focused study session. * Spaced repetition: Anki works wonders. Reviewing notes multiple times is also tremendous. * Sleep: ignored the…

How do you do anki with something like lecture notes? Do you just chunk the lecture notes into bite-size pieces and then review them as flash cards?

It definitely depended on the kind of notes, but pretty much!

For something like an algorithms or math class, I would have the problem one side and a summary of how to do it on the other side. This meant I wouldn't focus on the answer itself but more the process. Definitions and terms are also easy, where I would have the term on one side and a summary on the other.

Sometimes I skipped the bite-size and would make cards like "Review Lecture N." This doesn't seem exactly like The Anki Way of breaking down into small parts, but it was good for keeping track of when I should be reading over my notes periodically.

Post reply on HN