Live data from Hacker News

Ask HN: What skills do you want to develop or improve in 2026?

news.ycombinator.com

331–340 of 433 posts

Re: Ask HN: What skills do you want to develop or improve in 2026?

#331

I would be glad if I could get back my old stickiness to my routines, wich were perfectly aligned with me - until my children arrived: since then, my live became chaos on all levels :-X (I havent used my new 200 EUR running shoes one time, I bought them 13 month ago)

It will get better. They grow up.

Re: Ask HN: What skills do you want to develop or improve in 2026?

#332
post #251

I want to learn two languages in 2026: * CW (also known as Morse code) - I'm not able to have an amateur radio station at home, so I have to work portable/QRP. Given current band conditions, CW is one easy option to make contacts * Learn a "low level" programming language, likely C - I never had any kind of formal CS education and kind of fell into the field, initially doing web development and then data engineering.…

I always wanted a reason to learn C, but couldn't figure out a good project for it. I ended up learning TempleOS' HolyC as my introduction to low-level programming, funnily enough. If you're familiar with web programming and data engineering, WebAssembly might be a good way to get into low-level programming. I've written a few web extensions in Rust, compiled down to WASM, and lots of low-level languages have WASM ta…

The project I keep wanting to pair learning C with is an extremely simple IRC client in the terminal. It'd give me the chance to learn the language and the protocol at the same time.

Re: Ask HN: What skills do you want to develop or improve in 2026?

#333

I am a fullstack frontend leaning engineer of 10 YoE (still employed). In the early days of my career I enjoyed learning about various programming languages and reading technical books (although mostly tutorials, nothing to deep technically). These days I don't do those things anymore because I am now older, a lot of responsibilities, and hobbies that I need to do, and also quite comfortable in my comfort zone in ter…

I had a lot of with Code Crafters. It's a paid platform, but they give you a basic walk through of different technologies, with full test suites. For example, you implement some basic Redis. It doesn't spoon feed you what to do, but breaks it down into manageable chunks.

https://codecrafters.io/

Re: Ask HN: What skills do you want to develop or improve in 2026?

#334
post #46

Earlier quoted context omitted.

How are you using AI and what sort of software are you building? I have similar years experience and regularly try out AI for development but always find it’s slower for the things I want to build and/or that it produces less than satisfactory results. Not sure if it’s how I use the models (I’ve experimented with all the frontier ones), or the types of things I’m building, or the languages I’m using, or if I’m not sp…

I am honestly curious about your point on productivity boost. Are you saying that you can write tests at the same speed as AI can? Or is it the point that tests written by AI is of much lower quality that is not worth using them? I am at the role of solo-preneur now and I see a lot of benefit from AI. But then I read posts like yours that experienced devs don't see much value in AI and I start to doubt the things I d…

> Are you saying that you can write tests at the same speed as AI can?

I feel this is a gross mischaracterization of any user flow involving using LLMs to generate code.

The hard part of generating code with LLMs is not how fast the code is generated. The hard part is verifying it actually does what it is expected to do. Unit tests too.

LLMs excel at spewing test cases, but you need to review each and every single test case to verify it does anything meaningful or valid and you need to iterate over tests to provide feedback on whether they are even green or what is the code coverage. That is the part that consumes time.

Claiming that LLMs are faster at generating code than you is like claiming that copy-and-pasting code out of Stack Overflow is faster than you writing it. Perhaps, but how can you tell if the code actually works?

Re: Ask HN: What skills do you want to develop or improve in 2026?

#335

Earlier quoted context omitted.

> I want to learn driving. Two low-risk and cheap ways to develop relevant driving skills are bumper cars[0] and go-karts[1]. This may appear to be silly at first, but both involve the same hand-eye coordination and decision skills of vehicular driving (though the latter is no where nearly as fun as the others). 0 - https://en.wikipedia.org/wiki/Bumper_cars 1 - https://en.wikipedia.org/wiki/Go-kart

The real way is just to ride a bike. You can ride it on the road so you'll learn how the road works as well as how to operate a vehicle. When I got in a car the only things that took time to learn were operating the clutch and manoeuvres in tight spaces (you need to develop spacial awareness that you won't get from cycling). If I had learnt to drive an auto it would have been trivially easy after years of cycling.

Honestly I found it the other way around, learning to drive made me a significantly better and safer cyclist as I realised what drivers are expecting to happen, and actually had to learn the rules of the road. Before I learned to drive I didn't really know what was expected or legal in a lot of situations in the city especially.

Re: Ask HN: What skills do you want to develop or improve in 2026?

#336

Earlier quoted context omitted.

How about options trading?

I've seen people on tiktok that exclusively trade options. It's not something I've looked into but my take after 6 months is that you basically find an approach that works for you, whether that be trading stocks, commodities, options etc and the time-scale that you trade. Personally I like to do primarily tech stocks and mix it up doing swing trading (holding multiple days) with a bit of scalping as well (buy / sells…

Maybe algotrading is the answer

Re: Ask HN: What skills do you want to develop or improve in 2026?

#339

This is a new years resolution question barely in disguise, but they're fun cause a lot of us are cooped up, barely 4 days into winter, 86ish to go, and we're champing at the bit for change. I am pretty sure I'm a 50th percentiler. I'm mid 40s, kinda burned out but still struggling forward in my ok-but-not-hollywood IT career, I still have a passion for doing things well in a technical society that values doing thing…

Great hobby!

A couple of things about corn. It might not be soil at issue. Germination depends on correct temperature and moisture. Too much moisture the seed will rot or not have enough air to germinate. Too little moisture it won't trigger germination. Too deep it won't germinate, too shallow and germination won't happen either because it will dry out instead of staying moist. Seeds vary in depth they require and some even require light to germinate (doesn't apply to corn). It's a bit of an art figuring out what "even moisture until germination" is, and this varies based on soil type. Timing of planting with correct temperature is important.

Each kernel of corn has one silk. The silk is analogous to a Fallopian tube with pollen traveling down into the ovary (or kernel of corn in this case). If you have an ear of corn with only a few kernels it's often because pollen didn't land on all the silks. For this reason corn is usually planted in blocks. It's wind pollinated so wind shakes pollen off the tassels or male flowers at the top, down onto the silk. But if you just have one corn plant in isolation, or a row in isolation it's easier for the pollen to just blow away or miss. Planting in blocks or "array of arrays" configuration helps the pollen to reach the silk more uniformly as pollen from the surrounding plants is released.

Re: Ask HN: What skills do you want to develop or improve in 2026?

#340

I want to get better at Systems Thinking. I'm fairly certain that while AI is going to get better and better at most things, it's only ever going to be able to look as far ahead as the prompt it's given and the context available. Architecting a system that can be won't grind to a halt after years of prompt-based additions is going to be a key skill, and the foundation of that is building high quality systems on top o…

I too have had similar ideas. Perhaps of interest to you, are the UK's guides on Systems Thinking for Civil Servants [0]. They might be generic enough to apply to what you're interested in?

[0] https://www.gov.uk/government/publications/systems-thinking-...

Post reply on HN