Live data from Hacker News

Ask HN: How do you manage self-study?

news.ycombinator.com

31–40 of 229 posts

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

#31
These are the big hindsight takeways I’ve seen as I’ve pivoted from web design/development towards information security.

1. For me it's hard to stay motivated learning a new technical topic if I can't connect it to some plausible future where my life would benefit from the knowledge. If I’m not addressing any pain points then the drive to study just won't be there.

2. Realize that there’s going to be an overwhelming amount of resources and tactics you can use to learn the topic. But they’re all not created equal and some may get you to your desired destination faster than others. This is highly personal; not every method of learning works for everyone (ie: I dislike learning theory through videos and lectures, highly prefering technical books instead).

3. Find a group of people that's at least slightly above your knowledge level in the topic and learn through osmosis. While I was able to pick up the foundations of infosec on my own it wasn’t until I was learning with others, especially while preparing for certification exams, that I got to learn more of the intricacies of the topic. Learn with others that have a similar drive as you.

4. Set weekly goals and dates in the future that you really need to test your knowledge to see if you understand the material. Security certifications, while I was a bit rebelious against at first, served this purpose for me perfectly. I’d set weekly goals to learn material based on a courses' syllabus and every few months there was the ultimate test to show I actually grokked the topic, which huge burst of hedons along with it (if I passed, which has been a 3-exam streak for me so far).

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

#33
Read "Eat that Frog" by Brian Tracy. And as John Sonmez says, you don't even need to learn everything. Go straight towards exactly what you want to make, nothing more. E.g. instead of going throuz a to z of Rust, decide what you want to build with it and learn only what's necessary for it.

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

#34
For self-study, or study in general, I am kind of surprised how many people don't implement what they learned after they study. In school I learned Java, computer graphics, ML/AI and other things, and during or after school I implemented all of these things in personal projects I wanted. I don't know what my understanding or retention of Java would be without having had to use it to write a program doing something I wanted to do.

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

#35
>I either wish to know or that I should know already.

So let's back up. What's your motivation here? Why do you want to know stuff? Is it to excel at your job? Is it to just be a well rounded individual? Is it just because you love learning? Your goals should dictate your focus - figure out what you're trying to do and focus on that. There's only so much making time - optimize for maximizing it with a narrow focus on valuable subjects.

If you want to make more money in your career, focus on things that will do that. If you want to be respected at your job, that's probably a different skillset you need to focus on. Understand what you're after; it's much easier to learn if you have a goal in mind, and it's much easier to set a goal when you know your motivations.

Second, what is this about what you should know? In what context? According to whom? Is your knowledge deficient at work? Do you not know how to act around people you want to be romantic with? Are you making mistakes at work? What external force is determining what you should know? Is it imposter syndrome?

I think getting to the bottom of your motivations and this feeling of not knowing enough or not knowing the right thing might be more beneficial than learning tactics for studying things. If you use good study techniques on the wrong thing, what's the point?

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

#36
Personally I like project based learning. Just try to make something cool, maybe a game, a robot, a hydroponic grow station or whatever and then learn what you need to learn as you go along.

If you gave me a book of inverse kinematics I'd go to sleep in 10 minutes. If I get frustrated that my robot keeps falling over I could read about it for days.

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

#37
> I really struggle to organize a proper study schedule.

I've found that being able to visualize tasks I want to complete and breaking them into small chunks so that I can see progress is what's been helpful. I use a personal Trello board to keep track of reading/studying and notes. Even if it's watching a series of videos on youtube, having them in a checklist and have a clear place to keep notes has keep me more focused and organized over the past few years.

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

#38

> Often I am so overwhelmed that I just watch stuff on youtube. Use this to turn your problem around. Try making a video for someone just like you. You already know what a good video looks like because you've watched a ton of them. If your goal is to make a good tutorial video, you can take those play problems without any real world application and turn them into content. That way your problem becomes "teach xyz in 1…

I want to agree with this because teaching IS a great learning tool but one needs to have some idea of what they are doing. Teaching helps to identify the problem areas we fool ourselves into believing we understand well.

Youtube is an amazing resource but it's also an ocean of incompetence and phony expertise by people doing exactly what you prescribe. Just be careful not to contribute to the ever expanding circle jerk of self congratulatory mediocrity. No one wants that.

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

#39

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

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

#40

Read "Eat that Frog" by Brian Tracy. And as John Sonmez says, you don't even need to learn everything. Go straight towards exactly what you want to make, nothing more. E.g. instead of going throuz a to z of Rust, decide what you want to build with it and learn only what's necessary for it.

That's great advice.
Post reply on HN