Settings

Theme

Ask HN: Future-proof my skills for work

16 points by CiuB 4 years ago · 19 comments (17 loaded) · 1 min read


I often read comments from other HN members, saying how they kept there skills up to date keeping them employable in a changing work place. As a Linux device driver developer, what new skills/technology can I learn to future-proof myself in terms of work?

d--b 4 years ago

Linux device driver development is a rare skill. You’re fine. Linux isn’t getting anywhere, and device makers are still making devices.

There are talks about moving drivers to Rust, so that’s probably the next thing you’ll have to learn.

  • giantg2 4 years ago

    Rare skill, but small market, right? I had experience with IBM FileNet process maps and Neoxam. There are very few opportunities there.

    I guess I would just say be careful or you'll end up like me - starting over and over without any real future.

  • CiuBOP 4 years ago

    This was my current idea, I would like to start doing some Rust development. Is there any open source projects that might be worth contributing to?

ostenning 4 years ago

Imo you’re probably already nearly there. Most new developers are web developers having done a 6 week bootcamp and while there is an abundance of these roles now, I imagine they will be the first to be automated.

Anything that requires deep technical knowledge will provide job security

  • frigg 4 years ago

    >I imagine they will be the first to be automated.

    This has been said over again since the 90's when all sort of tools and "codeless" solutions started popping up. While you can automate some stuff for smaller shops, I suspect web development will trump all the rest simply because of how ubiquitous it is.

    I agree with deep technical knowledge but at the same time make sure you don't dig a hole too deep where jobs are few.

    In my opinion the best way to future-proof your skills is to stay up to date with market trends and notice when your tools of choice (even in your current job) start to become obsolete or used less and less. I would also pay close attention to the number of jobs for a particular skill.

    • CiuBOP 4 years ago

      I wonder where are all the jobs are for a device driver engineer. The company recently changed my job title from a generic name (Network software eng) to what I actually do. And I updated my LinkedIn to reflect this, I have noticed a 75% drop in people looking at my page since doing that. Seems not to be a great number of jobs as a device driver developer.

      • akulbe 4 years ago

        I'd suggest thinking of this differently. You don't want (nor should you care, imo) if every last recruiter is looking at your LinkedIn profile. You want the right recruiter to look at your profile.

        Post content about your work, and the stuff you can do. Stuff you're able to share that makes you stand out.

  • giantg2 4 years ago

    "Anything that requires deep technical knowledge will provide job security"

    I don't think so. The market for the skill has to be large enough.

bigdict 4 years ago

Embedded programming, signal processing, performance optimization.

  • AlotOfReading 4 years ago

    Even embedded is changing massively. The days of regular ASM use are already long behind us and the time when you'd use the smallest, cheapest MCU available and run a bare metal program on top is past in the high end. The mid and low ends are going the same way in the next decades. I've seen companies who have compilers less than a decade out of date or even updated annually! You can actually talk to people who aren't in safety critical areas about undefined behavior and formal verification without getting quizzical looks nowadays. It's shocking.

    • GianFabien 4 years ago

      There is an ever increasing amount of networking in the embedded space. For example, in the past you might have connected several stepper motors to driver circuits on a single MPU and had a RTOS managing concurrent operations. Now you are more likely to have a dedicated MPU on the stepper motor, connected via CANbus and responding to commands to move to a specific position and respond when that position is reached or a time-out due to a jam, overload, etc. Zero position detection is also more likely to be a sub-function of that stepper motor "module".

robgibbons 4 years ago

Look into IoT. A lot of your knowledge could be directly transposable to embedded devices and the industry is basically still in its infancy.

_448 4 years ago

Start working on RISC-V ecosystem.

aryou123 4 years ago

Google fuchsia.

factorialboy 4 years ago

IoT is the natural progression. Robotics software perhaps.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection