Live data from Hacker News

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

news.ycombinator.com

21–30 of 72 posts

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

#21
I think creating the system for learning the thing is part of learning it, and the system will differ for each thing. Sometimes there's already a system I can download, borrow or buy. Sometimes I'm not happy with that so I come up with something else.

For example when I wanted to learn how to read music, I looked up all the information I could on how to read music, but I wasn't satisfied with it so I came up with my own system for learning to read music without using note names, then later I found that someone had done something similar because after I had developed the system I kind of had different terminology to search.

But when I wanted to learn Chinese, I downloaded a few apps and found a good one I liked, and I use it every day. I also found a good Chinese podcast that I listen to while walking, running or driving. I didn't have to come up with a better system, the apps are good.

When I wanted to learn how to swim better, I looked on YouTube for good swimming techniques and ultimately found Total Immersion, so I practised that by following the video instructions and swimming all the time. But then I found I couldn't speed up and there are no coaches for TI swimming, so I just took some advice from faster swimmers.

When I wanted to learn how to touch type as a teenager I just used a touch typing application that I found in a big box of old floppy disks next to the computer.

When I wanted to learn about MMT I read books, watched hours and hours of YouTube videos, communicated with academics, created my own content about it explaining it to others and discussed it online.

When I wanted to learn about physics I watched all the Leonard Susskind Stanford lectures on physics.

When I wanted to learn how to eat more healthily I listened to some podcasts while walking, I did take a couple of notes on some things, but then I immediately put those notes into practise by finding a couple of simple recipes I could work into my daily routine. I'll never forget those things, because I practised them immediately.

Another example of this type of learning was when I wanted to improve my chess: I didn't do lots of study, I just learned that using openings and defenses was more useful because a good strategy sets the board up better than trying to fight tactically all the time. So I learned one opening (Queen's Gambit) and one defense (Hippo) very thoroughly, and then practised chess a lot by playing simultaneous games in an app. I minimised the amount of information I would need to remember, then did lots of practise. My chess playing improved a lot!

I don't usually bother taking notes on stuff in any sort of structured and searchable way, but sometimes I write about what I've learned, and I will quite often share the most interesting parts with people in conversation, sometimes I can't quite remember something, so I'll look it up again.

If something's really interesting and I consume a lot of content about it, then usually the same concepts pop up time and time again, so I don't really have to bother note-taking, it just sticks in there because I hear it over and over again. A good example of that is Mixergy: when I first started listening, I worried about how I would remember all this amazing information, but then Andrew as nice enough to have a chat with me via Skype (in 2011!) and he told me "don't worry, all the best info comes up over and over again, it'll be in your brain when you need it" and he was absolutely correct.

Usually it's enough to know the thing I forgot exists, because I can just look it up again online more easily than I could search it in some notes that I'd taken.

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

#22

I read, I play, and then I write an interactive page about the thing. E. g. https://wordsandbuttons.online/complex_numbers_and_conformal...

Nice interactive plots. How you made them?

Plain JavaScript, plain HTML, very plain CSS. You can do the "view page source" in the browser and actually see the whole page source :-)

This way, I may be spending some extra time on reinventing the wheel. But I enjoy programming and this is a hobby project.

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

#24
1. Find the best book (or books) about the subject

2. Read it. Probably do some hands-on stuff while reading (e.g., writing simple programs if I'm learning a new prog. language; install a db in a VM and execute queries if i'm learning about dbs, etc.)

3. Let it sink

4. Read about the subject in blog posts, articles. Stuff like "best practices", or something like that

5. Let it sink

6. Come back in 1 year, and do it again. In the meanwhile keep doing some practical stuff, but not much

7. Profit

The good thing about this approach is that it's lightweight so I can do learn multiple things in parallel. After 3 or 5 years, all the knowledge accumulated pays off really well!

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

#26
I remember that I don’t learn by doing, I learn by doing and then resting. That way I don’t get frustrated when something doesn’t make sense: I know that if I keep trying, eventually I will come back to the subject and realize I already know what I was struggling with before.

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

#27
For technical stuff that's more on the practical sid of things I usually build projects. If it's from a guide, I try to switch out things to force me to think.

For example, I read a book about smart contract development.

They used JavaScript, Truffle and web3.js, but I did it with TypeScript, Hardhat and ethers.js.

Took a bit longer, but helped tremendously.

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

#28
post #12

Anki + practice. 1. Find a good textbook on the topic that is around the right level for you, and that also has many practice questions in it. 'Good' is determined by a combination of reviews plus an initial skim of the book. 2. Read and work through the textbook. Use Anki to memorize the key points/equations and do the practice questions as you work through each chapter. 3. Continue to use Anki for several months/ye…

Anki is great. I have a default deck named 'Stuff I want to remember', that I can just throw in anything that at some point I wished I remembered. Works great
Post reply on HN