How to Learn Stuff Quickly
joshwcomeau.com
How to Learn Stuff Quickly
1–10 of 65 posts
Re: How to Learn Stuff Quickly
#2Re: How to Learn Stuff Quickly
#3What's missing in this post is that it entirely focused in isolated learning, away from tutors and other forms of interpersonal teaching. Any approach to learning stuff "quickly" should take seriously Bloom's 2 Sigma Problem. [1]
Partly offloading your learning problem onto an expert tutor trained in master learning has a good chance of vastly exceeding any learning approach a novice can adopt on their own. The internet has thus far failed to support this learning model, I think because it would be incredibly expensive for students.
Re: How to Learn Stuff Quickly
#4Overall a pretty good summary of how to teach yourself new skills. I personally went far too much into unguided learning early in my software journey. I took on personal projects that were far too ambitious and floundered with problems that would have been 10x easier if I'd focused on grasping fundamentals. What's missing in this post is that it entirely focused in isolated learning, away from tutors and other forms…
How have you implemented this in your own learnings?
Re: How to Learn Stuff Quickly
#5Overall a pretty good summary of how to teach yourself new skills. I personally went far too much into unguided learning early in my software journey. I took on personal projects that were far too ambitious and floundered with problems that would have been 10x easier if I'd focused on grasping fundamentals. What's missing in this post is that it entirely focused in isolated learning, away from tutors and other forms…
> Partly offloading your learning problem onto an expert tutor trained in master learning has a good chance of vastly exceeding any learning approach a novice can adopt on their own. How have you implemented this in your own learnings?
Re: How to Learn Stuff Quickly
#6It's the difference between "learn a thing before you commit to doing it" and "commit to doing, and thus learn"
Re: How to Learn Stuff Quickly
#7The effort becomes a memory concern where cheat sheets are how you transition or learn quickly into a new space.
I'm a polyglot in software development. I can work with most tech stack within 2-3 weeks and be efficient within 3-6 months, idiomatic within a year maximum. A big part of that is due to relatability between spaces. Every toilet has a flushing button and every kitchen has a sink and every language had a form of exposing positive or negative response.
My advice is always throw yourself in and swim. Find whatever swimlane or swimming aid available and move forward.
One caveat is learning spaces that are constantly shifting. For example, Swift. What a mess. Look up anything in that language and find 5 ways to do something, 3 expired, 1 manageable and 1 undocumented that works. It's sad but know that that's the outlier, not the average!
Re: How to Learn Stuff Quickly
#8First, there is no need to put pressure on yourself to learn 'quickly' - that's counter productive.
Second, you need to find a good teacher.
Finding good teachers is how you learn 'quickly'. Now the way to do that is to have parents who can help you.
Really, the way to learn 'quickly', is to be born into a family that's loving and competent at life. Then it just happens - by the time you develop the ability and interest in looking around to figure out what's going on, you'll have been in after-school activities and a good school for like 10 years.
There's a bit of an escape hatch - if you're good at academics or sports, you'll get to have secondary father/mother figures and that'll be your chance to catch up. If you don't, you're kind of fucked :)
If you weren't born with loving and competent parents, you'll be floundering through-out life, in relationships, in your career, in lack of self esteem. It's a near guarantee, because whatever short comings your parents had, you'll be solving and then some. That's just how life goes.
Anyhoo :)
Re: How to Learn Stuff Quickly
#9I must say it's worth mentioning that as you build up a library of knowledge and experience in your mind, learning new things become more transitional than exploratory. Picture spoken languages for example. At first it's daunting and most languages have their quirks but overall after a few you find your marks easily. The effort becomes a memory concern where cheat sheets are how you transition or learn quickly into a…
I very much agree with you. Eventually most “new” knowledge feels like it’s just really a new “intersection” of a few core concepts that you already know.
Re: How to Learn Stuff Quickly
#10Overall a pretty good summary of how to teach yourself new skills. I personally went far too much into unguided learning early in my software journey. I took on personal projects that were far too ambitious and floundered with problems that would have been 10x easier if I'd focused on grasping fundamentals. What's missing in this post is that it entirely focused in isolated learning, away from tutors and other forms…