Live data from Hacker News

Ask HN: What's your favorite programmer niche?

news.ycombinator.com

1–10 of 112 posts

Re: Ask HN: What's your favorite programmer niche?

#2
Okay, I'll byte.

I love almost every aspect of computing, from software to hardware.

Distributed systems, networking, single-machine vertical scaling, graphics programming, statistics and ML, NLP, vision, frontend.

Also love server hardware, grew up water-cooling and overclocking systems in the late nineties and early 00s.

I also find it fulfilling to help friends and family resolve their computer problems.

I'd like to learn more about embedded systems, I fantasize about creating my own devices stop esp32, but haven't gotten close to having time to explore this yet.

I will learn and use whatever language it takes to get the outcome I wish :)

I will also say that as I'm getting a bit older, I'm a little sick of the physically boring aspect of sitting in front of a computer for many hours on end. No longer appealing.

Cheers.

Re: Ask HN: What's your favorite programmer niche?

#5
Tinkering with microcontrollers is probably the most satisfying, because it really challenges you to understand exactly what is going on at all times, right down to the electrical level.

Developing for retro hardware can be fun too, for similar reasons.

Re: Ask HN: What's your favorite programmer niche?

#6
OS kernel programming. Modern Linux is too complicated for me, so I pick something smaller that can be easily understood by reading docs for a few hours: https://pdos.csail.mit.edu/6.828/2012/xv6.html

You'll see various folks publish their xv6 modifications on Github.

BTW, my daily work is mobile app dev (mostly Kotlin, sometimes Flutter). Totally unrelated, eh?

Re: Ask HN: What's your favorite programmer niche?

#10
post #5

Tinkering with microcontrollers is probably the most satisfying, because it really challenges you to understand exactly what is going on at all times, right down to the electrical level. Developing for retro hardware can be fun too, for similar reasons.

>Tinkering with microcontrollers is probably the most satisfying

Not so satisfying when seeing the pay-grade compared to other CS fields.

Post reply on HN