Earlier quoted context omitted.
It is extremely inefficient to just read a book 5 times, it is like throwing mud to the wall hoping that it sticks. It's much more effective to focus on each topic and try to remember and repeat the informations just read. Having a general mental framework on the book on the other hand is very helpful.
Sorry, but you're wrong. You're not reading a book five times, cover to cover. That's not a productive use of your time. Instead, you should breeze through the table of contents. Skim the first chapter. Still interested? Skip to the last chapter and read that. Jump around to the parts that interest you. Read through it again with a broad outline of what you're reading. Encounter a boring section? Skip ahead by twenty…
Ask HN: What's your process for learning?
71–80 of 98 posts
Re: Ask HN: What's your process for learning?
#72Earlier quoted context omitted.
It is extremely inefficient to just read a book 5 times, it is like throwing mud to the wall hoping that it sticks. It's much more effective to focus on each topic and try to remember and repeat the informations just read. Having a general mental framework on the book on the other hand is very helpful.
Not it's not. It's not like each pass takes as long as if you were doing it in one pass. I would actually say that this approach is faster as it lets you focus better and on the things you want to get. > it is like throwing mud to the wall hoping that it sticks I must have not explained it well because that's the exact opposite of what I'm talking about. It's not about what sticks, it's about creating the connect-the…
Re: Ask HN: What's your process for learning?
#73Earlier quoted context omitted.
Not it's not. It's not like each pass takes as long as if you were doing it in one pass. I would actually say that this approach is faster as it lets you focus better and on the things you want to get. > it is like throwing mud to the wall hoping that it sticks I must have not explained it well because that's the exact opposite of what I'm talking about. It's not about what sticks, it's about creating the connect-the…
To create the connections you have to consciously think and recall not only the topics, but also understand how they are connected and practice them. Seriously, I thought this was the last place on earth were I would have found people saying that to learn something the best way is to read a book 5 times. Because if you want to learn Java obviously the best way is to read a Java book 5 times, instead of reading one co…
Re: Ask HN: What's your process for learning?
#74Earlier quoted context omitted.
It is extremely inefficient to just read a book 5 times, it is like throwing mud to the wall hoping that it sticks. It's much more effective to focus on each topic and try to remember and repeat the informations just read. Having a general mental framework on the book on the other hand is very helpful.
Sorry, but you're wrong. You're not reading a book five times, cover to cover. That's not a productive use of your time. Instead, you should breeze through the table of contents. Skim the first chapter. Still interested? Skip to the last chapter and read that. Jump around to the parts that interest you. Read through it again with a broad outline of what you're reading. Encounter a boring section? Skip ahead by twenty…
My tip is to make sure you understand the subject. By putting it in your own words. A problem with reading is that it's easy to fool ourselves into thinking that we know something when in reality we don't. We need to constantly test ourselves.
Re: Ask HN: What's your process for learning?
#75Depends on what I'm trying to learn, but for things like Math and other technical topics, I'll try to find textbooks/video lectures, go through them, while adding them to Anki. If you don't use Anki - you really, really should. I'd be lost without it - it's one of the greatest life-hacks I have. Without it, I don't really feel like I've learned something "for life", only just for a moment. Also, reading multiple text…
Gwern calculated the total time spent reviewing the average card is 2 mins across your lifespan (https://www.gwern.net/Spaced%20 repetition) - so anything worth ~3mins investment to learn can go in Anki and you'll never forget it. It's magic.
Re: Ask HN: What's your process for learning?
#76The biggest test of what I've learned about learning was the day I had to learn embedded programming in twenty four hours. A customer called me at 5 pm. They had a possible six figure hardware sale, but a key aspect of their hardware was too slow, their only embedded software/hardware guy was no longer working there, and they had to have the new code in 24 hours for a demo. The software component to be sped up was th…
Problem solving is a great way to learn quickly but make sure you stay around the subject to understand and acquire knowledge for the long term.
Re: Ask HN: What's your process for learning?
#77Here it is:
https://www.youtube.com/watch?v=dQai9QikTBI&feature=youtu.be...
Re: Ask HN: What's your process for learning?
#78[ ] Define a subject, and a goal
[ ] Get resources
[ ] Create a topic list
[ ] Filter the resources and assign resources to the topic list
[ ] Think about possible projects
Study - For each topic
[ ] Collect data in a reference note
[ ] Create flashcards
[ ] Search and create questions / exercises
[ ] Explain the subject in a piece of paper (Feynman's technique)
[ ] Apply the knowledge in quizzes and practical projects
[ ] With notes, explanation, quizzes and flashcards create a KL
-----
- Do you focus on one topic/book/course/project/article at a time, or split your time between multiple things?
> I focus on topics, not resources. But I split my time into multiple disciplines.
- Do you use any tools to track your resources, todos, notes, or goals?
> Yes. Evernote(Premium)
- Are there any pain points you have while learning, or are there any tools you wish existed?
> Yes, a good markdown 'platform' compatible with Linux/Windows/Android
Re: Ask HN: What's your process for learning?
#79I almost always only learn things that I can immediately apply afterwards, because otherwise I find I don't retain enough useful knowledge that I have to go through the same learning resources again by the time I need the knowledge. I have two learning modes. When I first come across a new topic, e.g. hadoop, I will go broad and skim as many learning materials as I can to get an idea of the lay of the land. Once I fe…
I write (private) wiki pages for myself when learning a new tool or tech. However, I think the process of taking in information and rewriting it in my own words is more valuable than the wiki pages themselves. Plus it's a handy way to store relevant links and brush up on a topic if I don't engage with it for awhile.
Re: Ask HN: What's your process for learning?
#80Focusing if the topic I learn is focused itself or not focusing if it's very broad.