Live data from Hacker News

Ask HN: What skills to acquire in 2019?

news.ycombinator.com

1–10 of 194 posts

Ask HN: What skills to acquire in 2019?

#1
I quit my software development job 4 months ago to take some time to travel, develop some ideas, and improve myself. I have a very flexible schedule, and I'm eager to make the most out of 2019.

What are some skills (technical or not) you think someone in my situation (or anyone else) should consider acquiring in 2019?

Re: Ask HN: What skills to acquire in 2019?

#4
Leadership skills.

Whether or not you need them today or not, whether you want to be in a leadership role soon or not, they are essential for anyone seeking to progress and you can’t start too soon.

There are many many ways to approach this and I’ll just offer two book titles that I believe would be beneficial.

1. Start with Why 2. Extreme Ownership

Re: Ask HN: What skills to acquire in 2019?

#6
I would love for us tech folk to dip our toes in idea history, hermeneutics and rhetoric.

We need to think about the way we think and talk about the way we talk. I mean reflect on the state of things, instead of blindly increasing shareholder value. We glorify engagement, but we’re arguably glorifying how addictive our creations are.

What if apps maximized for less time spent, like help users just do their work and get on with living life?

When I work on web sites that deliver services I often picture users being in a hurry. People just want to get on with life, not live their lives within my server side rendered single page web app. :)

Re: Ask HN: What skills to acquire in 2019?

#8

Leadership skills. Whether or not you need them today or not, whether you want to be in a leadership role soon or not, they are essential for anyone seeking to progress and you can’t start too soon. There are many many ways to approach this and I’ll just offer two book titles that I believe would be beneficial. 1. Start with Why 2. Extreme Ownership

A much faster way to understand the central message of "Start with Why" would be to watch the TEDx talk:

https://www.youtube.com/watch?v=u4ZoJKF_VuA

Is the book worth reading, in addition? I see very mixed reviews.

Re: Ask HN: What skills to acquire in 2019?

#9
You don't state your programming background but you mentioned C# in previous comments.

I would recommend machine learning as a very useful skill to acquire.

I have to be more specific because "machine learning", "artificial intelligence", and "data science" are really large topics that can encompass difficult math and PhD research.

For application programmers, I think a very realistic subset is using an existing "machine learning toolkit or API" (e.g. Keras in Python) to analyze data and solve problems. You use the machine learning algorithms but don't necessarily write them from scratch. This level of proficiency only requires high-school math. The analogy would be knowing SQL even though one doesn't write b-tree algorithms from scratch or using the "=PMT()" function in MS Excel without deriving the annuity equation from first principles.

I think machine learning concepts (classification, clustering, etc) will become an expected baseline of programmer knowledge just like SQL was 25 years ago. Its usage will become more pervasive and will be utilized by more people that don't have "data scientist" in their job title.

Re: Ask HN: What skills to acquire in 2019?

#10
I think the electronics and electronics fabrication industry is ripe for major disruption in 2019. The end of copper clad fiberglass boards are in sight, and that will change the way we think about electronics in fabrication.

Electronics is also kind of exciting right now in particular. The open hardware community while in it's infancy still, is growing rapidly. Notably, the ESP32 platform has allowed home brew IoT technology to grow very rapidly as it brings a processor and Wi-fi to a chip for less than $5.

Post reply on HN