Live data from Hacker News

Ask HN: How old are you (optional) and what was the last thing that you learned?

news.ycombinator.com

121–130 of 161 posts

Re: Ask HN: How old are you (optional) and what was the last thing that you learned?

#121
34. Learning Economics. Reading Principles of Economics by N. Gregory Mankiw . I didn't take a course in Economics while in college and am trying to make up for it and build a better understanding of how the world operates.

I finished the Machine Learning specialization offered by UWash on Coursera a few months back, but I am not happy with my grasp on the subject and plan to dive deeper with a project and few books in next few months.

Re: Ask HN: How old are you (optional) and what was the last thing that you learned?

#122
42, Machine learning. I discovered Coursera for me and worked through a number of courses. People say that learning is getting more difficult as you get older, but so far it is getting easier for me. When I was younger I didn't have the patience to learn something if I had no immediate need for it. There were distractions everywhere. Now it is much easier for me to focus on a single thing.

Re: Ask HN: How old are you (optional) and what was the last thing that you learned?

#126

21. Just started going through the K&R text to learn C, it's definitely helped some aspects about programming that I didn't get in my Java courses. Also doing it exclusively in vim so I can practice typing and making sure I learn a lot of vim and terminal commands.

That sounds like an investment that will pay off in spades.

Re: Ask HN: How old are you (optional) and what was the last thing that you learned?

#129

24, how to create a k8s cluster with kubeadm using cheap VPSs. Also, sea waves are more dangerous than I thought

How are you handling node additions and removals? Terraform?

Autoscaler(https://github.com/kubernetes/autoscaler/tree/master/cluster...) is a good option too. Works incredibly well at automatically adding/removing nodes based on workload.

Re: Ask HN: How old are you (optional) and what was the last thing that you learned?

#130
post #29

25, learned vim, went from 100% sublime to 100% vim in 6 months.

What are the differences and why do you prefer vim?

I would say that in terms of efficiency, Vim is >= Sublime. I have yet to see anyone using a GUI text editor beat the text editing speed of Vim. Plus, you are at full productivity when working with terminal. Think about how easy it is to ssh to a server and edit files with Vim.
Post reply on HN