Live data from Hacker News

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

news.ycombinator.com

411–420 of 433 posts

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

#411

Earlier quoted context omitted.

Me too! I'm using Alfred's Adult Piano course book.

Have you started yet? How is it going? Self learning?

Nope, haven't started yet, since I'm out of town and my keyboard is at home. But yeah, I'll be self-learning! I did it with guitar a few years ago and it worked for me (to a point; I never got amazing at guitar).

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

#412

I used to DJ in the 90's with vinyl on 1210s decks. A lot has changed in the industry and I'd like to spin at home for fun since I'm still a "househead". Anyone knows a good YT channel that explains my options? Money is tight these days so I'm unable to buy the latest and greatest but I'm curious of the new technology used.

Look at the Phase Controller [0] if you're looking at spinning again. Amazing milli-second response time even on older hardware. I DJ with a MacBook Air 2017.

Failing that, a second hand Pioneer DJM-250mk2 is the entry level digital vinyl controller which works (via hardware unlock) with Pioneer's Rekordbox software.

Welcome back :)

[0] https://www.phasedj.com/

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

#413
post #57

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

This is a curious suggestion. Higher end go-karts I can't contest, but I've never found bumper cars to be anything like operating a car. It would probably help, but at some point they're going to need to drive something with more weight and horsepower.

> This is a curious suggestion. Higher end go-karts I can't contest, but I've never found bumper cars to be anything like operating a car.

A unique simulation bumper cars can provide is in collision avoidance and real-time steering/acceleration/braking skills. The value of this is relative and dependent upon a person using time in a bumper car with intent to hone driving skills.

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

#414
post #391

Earlier quoted context omitted.

I appreciate the reply, and you trying to be helpful, but this is not what is happening. I mean I'm definitely still in the stage of disillusionment, but I'm not treating LLMs as senior or expecting much from them. The example I gave played out much as you described above. I used an iterative process, with multiple self-contained smaller steps, each with a planning and discussion stage where I got the AI to identify…

What I meant by "not treating LLM as senior" is that the disillusionment phase culminates in an a-ha moment which could be described a "LLM is not a senior developer". This a-ha moment is not intellectual, but emotional. It is possible to same time think that LLM is not a senior developer, but not realize it emotionally. This emotional realization in turn has consequences. >The threading issue didn't come up at all i…

I'm pretty sure I have the right intellectual and emotional understanding of the AI and its abilities.

> I consider this to be partly what I mean by "LLM is a junior" and that "I act as the project manager".

And this is partly what I mean when I say the time I spend instructing the "junior" LLM could be just as well spent implementing the code myself - because the "project manager" side of me can work with the "senior dev" side of me at the speed of thought and often in parallel, and solving the challenges and the design of something is often where most of the time is spent anyway.

Skills are changing this equation somewhat due to the way they can encode repeatable knowledge, but not so much for me yet especially if I'm trying things out in radically different areas (I'm still in my experimental stage with them).

> Could you really have done a complex mobile app alone in one day without knowing the stack well beforehand?

No, but that's not what happened here.

The mobile app wasn't complex (literally only does the things outlined above) and I've done enough mobile development and graphics/computer vision development before that the stack and concepts involved weren't completely unknown, just the specifics of the various iOS APIs and how to string them together - hence why I initially thought it would be a good use case for AI.

It was also an incredible coincidence that the toy app I wanted to build had an apple developer tutorial that did almost the same thing as what I was looking to build, and so yes, I clearly would have been better off using the documentation as a starting point rather than the AI.

That sort of coincidence won't always exist, but I've thinking lately about another toy iOS/apple watch application, and I checked, and once again there is a developer tutorial that closely matches what I'm looking to build. If I ever get around to experimenting with that, the developer docs are going to be my first port of call rather than an AI.

> I certainly could not have done one year ago what I can do today, with these tools.

Right, and if you look back at my original reply (not to you), this is what I'm trying to understand - the what and how of AI productivity gains, because if I evaluate the output I get it's almost always either something I could have built faster and better, or if not faster then at least better and not so much slower that the AI was enabling a week of work to be done in a day, and month of work to be done in a week (claims from the GP, not you).

I would love to be able to realize those gains - and I can see the potential but just not the results.

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

#415

Off the top of my head: — Learn Rust. I'm halfway through the Rustlings exercises and I'll continue with more challenges. Advice is welcome. I might also ask LLMs to pose as teachers and create exercises for me and check them. - Cooking. This has been something I neglected all my life and I really want to get better at it. It's so fundamental to quality of life. - Persian language. Studied it for six months, I can re…

> Persian language

Hey! Iranian here. It’s pretty rare to run into someone learning Persian, so this made me smile. Wishing you the best with it.

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

#417

I want to learn proper programming. Maybe Go, then C(++). I have never had a proper formal IT education, just learned everything on the go. I can write essentially everything in Python or Bash using AI. I know most (data)concepts and what data to move where in what fashion, I just don't have the hours in it to be able to do it from the top of my head. I feel the AI is great, but it's also holding me back. Like how dr…

I've been learning Go for about 4-6 months. So far I've been really enjoying the language. I'll suggest to you to work through the go tour in the beginning, then gobyexample is a great reference resource. I've also heard good things about the book "100 Go mistakes" which is for advanced users. Obviously, Go has its own quirks but if you can enjoy them and make the language work for you, it's really fun!

Thanks for the suggestions!

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

#418

Earlier quoted context omitted.

I've been learning Go for about 4-6 months. So far I've been really enjoying the language. I'll suggest to you to work through the go tour in the beginning, then gobyexample is a great reference resource. I've also heard good things about the book "100 Go mistakes" which is for advanced users. Obviously, Go has its own quirks but if you can enjoy them and make the language work for you, it's really fun!

Thanks for the suggestions!

I remembered a course called "Learn Go through testing" that looks intriguing and also for beginners.

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

#419
post #190
post #43

I want be able to play music on the piano. I got a nice keyboard earlier this year, and have only really been inspired to dig into it since I got myself a circle of fifths decoder in the last couple of months. I'm confident now that I have the tools to learn and make concrete progress. I want to get better at speaking to people. I love conversing with people who have a lot to say, but I feel like lately I struggle wi…

Try PianoForAll. My experience, fwiw - Pianoforall was instrumental in helping me play real music at parties and make the piano journey rewarding and enjoyable early on. Without that, the early days of learning classical music, music theory, practicing scales, ballads etc were a limbo - you don't feel like you are making progress (even when you are). That said, PFA only compliments your classical syllabus, not replac…

I am doing something very similar. Purchased a Yamaha piano for my daughter's Piano lessons and I want to learn as well. I have no music experience and was wondering if PianoForAll is good for learning the very basics?
Post reply on HN