Live data from Hacker News

Ask HN: When do you block out time to learn new things?

news.ycombinator.com

11–20 of 36 posts

Re: Ask HN: When do you block out time to learn new things?

#11
Either you're making so much you could comfortably cut back on work for lower pay, or you're being too hard on yourself in feeling that every minute of your work day must be dedicated to directly producing business results. If expectations are so high that you need to push to the point of mental exhaustion every day to meet deadlines that's not a healthy work environment.

Your employer benefits from you expanding your knowledge even in areas not immediately applicable to the work in front of you. Your output will be improved if you're exposed to fresh ideas and working at a sustainable pace where you don't feel overwhelmed. If your employer doesn't understand that I'd consider finding a better one.

Lots of places are happy for you to take time for training during work hours. Many are even willing to pay for it.

Re: Ask HN: When do you block out time to learn new things?

#12
I have always done it in these ways:

--My favorite is to either make that thing a hobby, or integrate it into an existing one.

A current example is e-paper. I love displays and will learn how to drive them with a microcontroller, usually a Parallax Propeller chip, which happens to do the task well. Another is old school game development. Little projects to explore a tech bit, like sprite multiplexing, or a play dynamic, make use of an intriguing controller.

So, the answer was to get an e-paper display running a game. I have one doing about 12 FPS with moderate ghosting and full screen 260x170 or something close.

This method is by far my most productive and entertaining way to learn new things.

--find someone who is skilled and help them with a project, or perhaps you are on a project and can bend your role to cover new learning

This is my second favorite and can be very effective and is as entertaining as the other person (people) allow.

A recent example was CANBUS. A project required a sniffer to display traffic and help identify an error condition the equipment manufacturer insisted was not possible and worse, they would not publish their CANBUS maps. So we published them and then asked nicely if we could have a chat now... I can't say more, but it came down to improper termination on a board. One lousy jumper cost way more time than you might think.

I had CANBUS on my hit list for a while. Doing that ramped me right up. Next thing I did was have a little fun with my car and drove some CAN boards with a micro, as well as make my own sniffer.

Note: both of these were how I learn, and will continue to learn, about operating systems. My UNIX/IRIX skills happened that way followed by the purchase of RedHat Linux 5.2 in the box! Good times. More recently, Android is getting me curious...

I want to know a lot more about mobile phones. These two are probably how I will do that.

--On both of these methods, start having conversations! Meet some people local to you and for sure find good places online where you can talk, be helpful, feed your net and it will feed you back when you need it.

If you do nothing else, DO THAT. Worth it. Leads to free gear, job opportunities, adventures, projects and good times with what might be great friendships that can last decades.

--Buy learning kits and or gear

Some people do pretty well with kits. I do OK. Depends on the kit. Something like the Ben Eater 6502 kits would work well for me. Tons of great skills to be had.

If you go this route, you just need a regular cadence of times to complete them. Set this times and turn your mobile off.

--Start fixing stuff

If the skills you need or want are part of car, appliance, device, home repair, just start. Network from help and trade skills and gear.

I grew up this way in a rural environment. Often fix it was a way of life and it has been high value throughout my life.

Those are the main ones I use to make real progress. The list below are things I do to stay informed and find out about stuff I may want to learn more about:

Read books and follow the kinds of people who you want to be when you grow up. I am in my 50's and am still growing up. Books about lives are really good. Same goes for videos. You get perspective that way. You may learn or see how to think differently.

Do not forget how to play. This is the essence of hacking and hacking on stuff is fun, often useful, might save your ass.

Actualize the value of all this with your spouse, partner, girl or boy friends. They will grant you the space. Otherwise, you are always dodging, making excuses, delaying.

Re: Ask HN: When do you block out time to learn new things?

#14

> I’m tired from working all day. This is the root of the problem. The reason I say that is because I feel this post describes myself. I often feel tired when I’m working somewhere that’s not intellectually challenging, and after working at a couple companies I have enough perspective to recognize it fairly quickly. Work shouldn’t feel draining. My best recommendation would be to take some time off, at least 2+ weeks…

Agreed.

Alternatives include:

Take the next few Fridays or Mondays off

Look through your workload and slow walk anything that won't result in a significant impact

Delegate some work, if you are able

Get help with some work, if you are able

Change your schedule to maximize how you feel during off time

Sort your workload into reasonable daily work and get it done a bit early so you can manage your pace and avoid potential burnout.

If you are in your first four decades of life and especially if you are in your third or even second, feeling tired after work should be raising alarm bells!!

Fix that. It may be medical, diet, significant others, financial, work environment, whatever.

What is causing it is only important in that you need to know why you are how you currently are.

Then address it no matter what the cost.

If you do not, you risk doing yourself real harm.

Peace, no judgment, live well.

Re: Ask HN: When do you block out time to learn new things?

#16
When I worked at Microsoft, I started blocking every Friday afternoon for "20% time" (even though it was only ~10% of my working week). My (really good) manager was supportive and my argument was that, to be most effective in my role, I needed to spend dedicated time learning.

My single piece of advice is that, if you're going to do this, be committed to it. I had a block on my calendar. I had an office (in those days) and closed my office door. I didn't respond to emails and I declined meeting requests. Consistency was key and, once everyone knew that it was my learning time, it was respected (in part because I respected it). One afternoon, my boss knocked walked in, looked at me, realized what time it was, turned around and walked back out.

After Microsoft, I worked at Google where "20% time" (had been a thing but no longer really was in the 2010s) and, once again, Friday afternoons were blocked on my calendar and I used them diligently for learning. My Google managers were consistently supportive and respected my commitment to the time.

One advantage to Friday afternoons is that they're generally very slack time. People are either leaving early or working little, emails are fewer and, in a global organization, (for US West Coast), much of the rest of the World has already entered the weekend.

Re: Ask HN: When do you block out time to learn new things?

#17
Similarly to how someone else shared, I've added a Hacking Time to Friday afternoons on calendar. I've been using this time for over a year. Try a new tool, try a different approach, try cloning another team's repo, experimenting with XYZ, and so on. A lot of that has allowed me to have "just in time" knowledge of topics which helped unblock a team member or provide early recommendations for a new task.

All that said, I also read HN regularly and I know I don't touch beyond the very tip of the iceberg and that's fine.

Re: Ask HN: When do you block out time to learn new things?

#18
I learn every single day. But I ensure I've spent time with my partner and dog before blocking out time. Priorities.

At work I've blocked out time to learn. Here's what a typical day has been recently:

- 1-2 hours for Golang (TDD and Leetcode to learn the language)

- 1 hour towards learning SQL via CS50SQL

- 1-2 hours towards side project (A chrome extension development framework)

I only work 4 days a week though

Re: Ask HN: When do you block out time to learn new things?

#19
Randomly here and there. Usually reading history before bed or doing Duolingo, and things like that.

I usually don't do any dedicated tech related practice time at all though, unless there's something specific that's obviously the next big thing, or that I expect to need in the future.

There's a lot of stuff I just... Don't need to know. I have no interest in making a new programming language, and I'm not particularly interested in less popular languages.

I don't need ten million tools to do the same job, I'm not much of a minimalist, I already know Git, it's what everyone else uses, I don't plan to work on VCSes, so I don't need to learn five other ones.

A lot of stuff I'm perfectly happy to accept as a black box. I love SQLite, but I've never seen the code. I don't know how HTML layout engines work. And I don't see how I could have any kind of a life if I insisted on learning as much tech as possible, as opposed to just a reasonable amount to steadily improve at my job.

Post reply on HN