←back to thread

Learning to Learn

(kevin.the.li)
83 points jklm | 5 comments | | HN request time: 0.001s | source
Show context
dartharva ◴[] No.41910678[source]
This is something I have personally struggled with, so I wish the author elaborated more. If you are a novice, how do you quickly identify what the foundational knowledge is? How do you know what makes you an expert and not an "expert beginner" as the author says to the extent that you can build a personal curriculum about it?
replies(7): >>41910746 #>>41910947 #>>41910996 #>>41911143 #>>41911304 #>>41911347 #>>41911939 #
j45 ◴[] No.41911143[source]
I'm surprised the course by the name of this post isn't here.

The post covers a great mindset, but the math really is one thing, and learning how you learn and how you can learn is invaluable.

This is a great course to start learning about your learning.

https://www.coursera.org/learn/learning-how-to-learn

After/with this, there is a slew of adult learning knowledge that will likely make you feel better.

One key is learning to understand something, before learning to memorize it.

Another is creating your own mind map of how the concepts you are learning fits together.

Farnham street has some great books on mental models as well that was recommended to me as helping

An expert is someone who can often explain complex things in very simple ways. being an innocent beginner is one of the best mindsets to cultivate - you learn what you do and don't know pretty quick, and also a sense of known vs unknown, and size and number of unknowns.

replies(1): >>41911346 #
1. dartharva ◴[] No.41911346[source]
I checked these out but couldn't find the answer to the questions I am asking. It tells you how to maximize efficiency while learning, but doesn't tell you how to identify what you should be learning in the first place and what the sequence of your focus should be when you start.
replies(2): >>41911355 #>>41911368 #
2. j45 ◴[] No.41911355[source]
https://www.coursera.org/learn/learning-how-to-learn
3. eacapeisfutuile ◴[] No.41911368[source]
What do you specifically want to learn? What you need to learn will generally make itself known, if you have some general goal? Just starting at all is the best way to start.
replies(1): >>41911455 #
4. dartharva ◴[] No.41911455[source]
Say I want to learn web scraping. Now if I try to start, I see there are several layers of fundamentals and several potential paths, all of which seem equally important. Where do I start? What platform should I use? Should I start from the DOM and HTML parsing and go ahead from there, or should I start from learning Python libraries built for it as so many books and tutorials advise? Going one layer deeper, do I need to learn data structures before anything else? JavaScript and APIs? The fundamentals of TCP networking? Regex?

It's all too overwhelming at times.

replies(1): >>41911489 #
5. eacapeisfutuile ◴[] No.41911489{3}[source]
Yeah, start from any point A. A suggestion is where you can progress in some way. Don’t make too many decisions. There’s so many viable ways to learn that, just start where it is natural for you. You don’t have to figure everything out or have answers to everything.