Live data from Hacker News

Ask HN: What is your system for learning new things?

news.ycombinator.com

1–10 of 72 posts

Re: Ask HN: What is your system for learning new things?

#3
Skim whatever seems to be the official documentation, like the Rust book. Keep an eye out for interesting new terms.

Find a tutorial where you build some simple thing.

Then start coding, see what roadblocks you hit, and hopefully those words you indexed will come in handy.

Re: Ask HN: What is your system for learning new things?

#5
Most new things I learn, are somehow related to solving problems that have piled up in the years. So, I just pick out that problem, try solving it with this new thing I've learnt. I start with watching a video on its simple usage or, read some sort of documentation on it. I wouldn't per say call them rules, but more of a guideline.

Re: Ask HN: What is your system for learning new things?

#6
I like to build side projects. As a general rule, I always have a few "in the works".

And when I do, I always find myself making the same mistake-ish: trying a bunch of new things, as in languages, libraries, paradigms, concepts, whatever.

The bad part is that it usually derails the whole project as I hit roadblocks, unsupported features, abandoned dependencies, etc.

The good bit is that I get to keep learning things even if my day job is with a very stable and boring tech stack. And I'm usually familiar with the cool shiny toys before they become mainstream.

So that's when we're talking about tech stuff. For the rest, I procrastinate a lot here on HN and on Wikipedia and similar places, so I just read a lot on whatever seems interesting.

Post reply on HN