Live data from Hacker News

Ask HN: How do you manage self-study?

news.ycombinator.com

61–70 of 229 posts

Re: Ask HN: How do you manage self-study?

#61
I am 77 year now and all I did was reading as much as possible. Learning C# an C++ at my age of 75 and still building hard an software for pleasure. In my Opinion, as long you are interesting in some kind of things, everything is possible. Off course sometimes it can be difficult, but NEVER, NEVER GIVE UP !!! That's my advise. Arie, mail4aph@chello.nl and.... sorry for mistakes I made as my normall language is Dutch.

Re: Ask HN: How do you manage self-study?

#62

If you have an extremely good textbook with exercises: 1) Every weekday 30min uninterrupted study at a specific time, preferably in the morning. Don't miss, rain or shine. Take weekends off, though. 2) Work in a strict linear fashion: read a chapter, then solve all of that chapter's exercises in order without skipping any, and only then allow yourself to peek at the next chapter. Don't "take a first pass through the…

What was your strategy when a textbook didn't have answers to all of the exercises?

personally I bought solved problems in a step by step form in a separate book to supplement.

Re: Ask HN: How do you manage self-study?

#63
post #55

I've found that all of my self directed learning was because of a project. I picked a project I wanted to do and then taught myself the skill to do it. When I wanted to be a better sysadmin, I forced myself to use desktop Linux back in 1997 when it wasn't nearly as easy as it is now. I had to learn how to compile and configure kernels, how to manage drivers and displays, how to write scrips, a bunch of hardware inter…

Same. Small practical projects are great for that. I wrote my own home lighting system as a way to learn Scala. [1] Getting curious about the big ships going by San Francisco's Fort Mason led to a Twitter bot [2] and a custom protocol parser that drove me to learn all sorts of stuff. [3] Buying a cheap robot vacuum led to me learning man-in-the-middle attacks and IoT protocols. [4] Today I'm busy learning Terraform and Prometheus so I can get my various projects off a single hand-maintained server and into the cloud.

My big tip to people is to pick something that's big enough to be interesting but that you can initially cut back to something pretty small and deployable, then iterate. The ship stuff started out as a visual art piece for a robot chalkboard, but I fell back to the Twitter bot because I had bitten off too much. Having a series of near-term goals makes it very clear which specific thing I need to learn next; otherwise it's easy to drown.

[1] https://github.com/wpietri/sunrise

[2] https://twitter.com/sfships

[3] https://pypi.org/project/simpleais/

[4] https://github.com/wpietri/sucks

Re: Ask HN: How do you manage self-study?

#65
My main advice

1. Start easy.

It's tempting to grab a textbook or video series because it gets good reviews on Amazon or likes on YouTube. That's all good and fine, but it's more important to get a good introduction to the topic. The key here is to get a rhythm going and it's very easy to disrupt your study rhythm if you start too hard. So, much like working out, start out easy, with something you can easily grasp. Moreover, do less than you can. As they say in weightlifting, leave a couple of reps in the tank. Don't go all out as you're running a marathon, not a sprint.

2. Be consistent

The key to finishing something is to do be consistent. Intense 5-day seminars can work, but you're going to need a very good teacher and have a lot of motivation to get through it. For self-study, consistency is much more important. I would recommend somewhere between 4-10 hours a week. Anything more than that is going to burn you out and anything less and you'll forget previous lessons. 1 hour a day for me on a given subject and taking weekends off works for me. The key is to build up momentum and keep it going.

3. Power through by stepping back.

There will be sections where you're going to feel lost. You're going to feel frustrated or not know what the text or video is talking about. This is where you need to "deload" a bit. Take a week to review all the material you've learned so far and redo some of the exercises. Everyone has these and the key is to not lose momentum. Many a study has stopped due to one obstacle. The key is to step back for a bit and try again without losing the momentum you've built.

4. Remove distractions.

Not everyone has the discipline to follow these, and most of the time your brain will try very hard to distract you when you encounter a hard problem. The key is to minimize all your distractions during your study time. This means no email, social media, walks to the fridge or anything else. You start and don't stop until you've finished your hour (or 30 minutes or whatever you committed to). It's okay if you only got through 2 pages during that time as long as you didn't get distracted. Give yourself permission to stall a bit. And if this happens a few times in a row, step back and try again (see 3)

5. Get a buddy

The best way to study is with someone or some group that's studying the same thing. There are lots of forums for all of those topics that you can engage in to answer some of your questions and possibly find someone to study with. Getting some accountability is an excellent way to keep up your momentum.

Re: Ask HN: How do you manage self-study?

#66

I'm hoping my reply is more helpful than it sounds at first glance... This is one of those questions where I read and then exclaim (rhetorically), "what's wrong with people?!" Don't take this the wrong way, I often exclaim this. You are quite possibly in the majority and I'm the odd one. To me it has always seemed inherently clear that the way to approach life is to do something if you enjoy it. If you stop enjoying…

Ok I enjoy watching YouTube, so I will do that

Do you really enjoy watching YouTube, or is it just easy to fire up their home page and click on recommended videos with promising titles that ultimately leave you unfulfilled, lonely and disillusioned?

Are you wondering how to break this cycle of content consumption? Do you need a break from the hedonistic treadmill of social media?

Re: Ask HN: How do you manage self-study?

#67

If you have an extremely good textbook with exercises: 1) Every weekday 30min uninterrupted study at a specific time, preferably in the morning. Don't miss, rain or shine. Take weekends off, though. 2) Work in a strict linear fashion: read a chapter, then solve all of that chapter's exercises in order without skipping any, and only then allow yourself to peek at the next chapter. Don't "take a first pass through the…

What was your strategy when a textbook didn't have answers to all of the exercises?

Even if you are self-studying, you can and should occasionally go talk to someone who knows the subject well to help you with the question. If you don't know anyone, post the question online.

Re: Ask HN: How do you manage self-study?

#69
For me, practical problems always help to study.

For example, right now I'm learning Rust and it's just too much all in all.

But when I try to implement something specific it removes much of the cruft and I can focus on a handful of things.

Re: Ask HN: How do you manage self-study?

#70
post #4

I've found a combination of keeping a journal, having self-compassion, and having something to prove to be the key to sticking with a self-study regimen. Journaling helps document progress and provides notes that you can transcribe to a spaced repetition system (i.e. flashcards) for long term retention. Self-compassion is key for picking yourself up after you feel overwhelmed by a topic and quit for the day, which wi…

That's an interesting approach, but I feel like you are describing a slightly different problem than the op is talking about, or at least I have. Once I pick something to work on I have no problem staying motivated or sticking with it. I've also never felt bad about myself running into roadblocks. My problem is that there are too many interesting things to work on, I have a hard time picking from them, leading to FOM…

have you tried the regret-minimzation angle?
Post reply on HN