frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Ask HN: How do you get into systems programming

13•otherayden•1y ago
Hi all!

I'm looking for recommendations on where to start with learning systems programming. Ideally, I'd like to be able to get to a point where I can make a living doing it, but currently I just want to do fun stuff to build up curiosity around it.

Here's all of the "low-level" stuff that I know so far / imagine being useful. I... - Have enough of an understanding of networking to write a toy HTTP server on top of TCP - Know enough C to write some basic terminal tools + window applications if needed (on Linux) - Love terminal tools like neovim + several core utils - Have dabbled with Arduino/ESP32 & communicating via USB over the serial port with a host pc - Am pretty decent with Python, and have been using it for like 10 years

Some things that I've been curious about in the past - Converting parts of python libraries from pure python to C/C++ bindings for better performance - Writing a terminal based file manager to work with Google Chrome - Actually contributing to chromium (my laptop is a potato though so all of my builds fail)

About me: I'm in my junior year of uni studying CS, and I've been able to make money doing web dev for the past 2 years of my degree. For many reasons including curiosity and the fact that AI makes me feel replaceable doing many frontend + backend tasks, though I'm very curious about getting into lower level programming.

Any help would be greatly appreciated!

Comments

abhisek•1y ago
IMHO there is neither baseline nor “enough” when it comes to learning any programming language for any reasonably complex domain.

As you already know, C/C++ helps with low level software layers that interface with or manage hardware resources. In my experience, Go and Rust are also pretty much used as systems programming languages. For example, I use Go and EBPF to instrument systems calls on Linux kernel.

For me, most of my learning came from solving problems and building for specific use-cases. I think getting into builder mode and creating some cool will definitely accelerate your learning.

sargstuff•1y ago
On software side, building an OS (distribution) from scratch provides a step above bare metal programming[0].

Provides familiarity with different types of things a kernel does via programs/scripts that make use of kernel.

Actually writing binary code for kernel bit can be done under qem[1][2]. aka don't need to buy actual hardware, can use 'software probes' to view what's going on, etc. Don't have to worry about 'crashing'/trashing box running on (just crash the qem software & loosing just what was done in qem session, if didn't save as 'export/save to external location outside of qem session')

"Reading OpenBSD source code daily (blog.tintagel.pl)" from [hn: 3] automated way to review code.

-----

[0] : https://www.linuxfromscratch.org/

[1] : qem for kernel developers - https://www.youtube.com/watch?v=LyWlpuntdU4

[2] : https://www.collabora.com/news-and-blog/blog/2017/01/16/sett...

[hn:3] : https://news.ycombinator.com/item?id=14521386

a_tartaruga•1y ago
It sounds like you're doing the normal sort of things that systems people do to get started. The fact that you have lots of ideas to jump off of is very good. In general just follow all of your ideas down as far as you can to the base systems. Write the TCP implementation for your HTTP server and run it over the internet for example. You've only gone too far when you start worrying about noise and debugging looks like randomly grounding metal things.
theophilec•1y ago
Oxide and Friends has an episode on the topic [1], I found interesting.

[1] : https://oxide-and-friends.transistor.fm/episodes/paths-into-...

noone_youknow•1y ago
Sounds like you’re doing some interesting stuff and have a good, varied skill base to build on.

My advice would be to jump in and start working on kernel level stuff, or writing your own - IMO there’s no finer way to really “get” the low level concepts and the understanding you’ll build will really help with any other system-level stuff you do.

Not to plug, but if you were interested in getting involved in an existing project, my own toy kernel project[0] is at a point where there’s still lots of fun stuff left to do (both design- and implementation-wise) but a lot of the basic “project plumbing” and one-time machine setup stuff that people often get stuck on is already done, and I’d be glad to have the opportunity to share knowledge.

[0] : https://github.com/roscopeco/anos

We removed AI from our game and it made it significantly better

https://zadzoud.com/chibitomo
1•ZeidJ•1m ago•1 comments

The King in Yellow (1895)

https://www.gutenberg.org/cache/epub/8492/pg8492-images.html
1•caminanteblanco•1m ago•0 comments

After 3 months of using standing desk

https://darshanmakwana412.github.io/2026/05/standing-desk/
1•darshanmakwana•4m ago•0 comments

Brockman: OpenAI to Spend $50B on Computing in 2026

https://www.bloomberg.com/news/articles/2026-05-05/openai-to-spend-50-billion-on-computing-in-202...
2•htrp•4m ago•0 comments

Every Type of Plastic Used by Lego

https://bricknerd.com/home/every-type-of-plastic-used-by-lego-2026-edition-3-12-26
1•speckx•4m ago•0 comments

AutoSP from PyTorch

https://pytorch.org/blog/introducing-autosp/
1•gmays•5m ago•0 comments

Show HN: Is your brand invisible to AI? We built a free visibility score

https://engagemii.com/aeo
1•Greg_engagemii•5m ago•0 comments

Why Is Electricity So Hard to Understand? (1989)

http://amasci.com/miscon/whyhrd3.html
1•downbad_•5m ago•1 comments

Public Service Announcement Badges

https://psas.dev/
1•edent•7m ago•0 comments

Show HN: Cockroach Battle Royale Game

https://roachoids.com
1•AFF87•8m ago•0 comments

LightInk, a Solar Powered ESP32 Smartwatch

https://hackaday.com/2026/05/05/lightink-a-solar-powered-esp32-smartwatch/
1•HardwareLust•8m ago•0 comments

Sam Bankman-Fried's Venture Bets Would Have Made Him $100B Richer

https://www.forbes.com/sites/ninabambysheva/2026/05/05/how-sam-bankman-frieds-venture-bets-would-...
1•paulpauper•9m ago•1 comments

The Programmer's Oath: 2025

https://ivanlugo.dev/oath.html
1•tikimcfee•9m ago•1 comments

Blackstone, KKR in Talks with Google to Bring AI Models to Portfolio Firms

https://www.bloomberg.com/news/articles/2026-05-05/blackstone-kkr-consider-google-deal-in-surge-o...
1•petethomas•9m ago•0 comments

Stop trying to review AI's code faster: bet on rollback instead

https://rootly.com/blog/stop-trying-to-review-ais-code-faster-bet-on-rollbacks-instead
1•sylvainkalache•9m ago•0 comments

Why didn't IPv6 work in my home network?

https://gowtham.dev/blog/ipv6-problems.html
1•lladnar•9m ago•0 comments

Ask HN: Have you ever thought of leaving programming for something else?

2•chistev•10m ago•1 comments

Font Changer Pro

https://chromewebstore.google.com/detail/font-changer-pro-—-fancy/gcnkiamhcnamjajanohnedpaafjgfbjc
1•asiffareed•11m ago•0 comments

Nature Portfolio paper for rigorous Bell-test for continuous quant systems

https://www.nature.com/articles/s41598-026-51406-0
1•singhshalender•11m ago•0 comments

What makes a good smartphone camera?

https://cadence.moe/blog/2026-05-05-what-makes-a-good-smartphone-camera
1•zdw•11m ago•0 comments

Zoo 2: getting the most out of Codex

https://tarantsov.com/meet-zoo-2/
1•andreyvit•12m ago•0 comments

The AI Cost of Admission

https://travismalone.substack.com/p/the-ai-cost-of-admission
1•tokonomy_dev•16m ago•0 comments

Stepping into the Future: A Paralyzed Veteran Returns to Georgia Tech for a PhD

https://research.gatech.edu/stepping-future-paralyzed-veteran-returns-georgia-tech-his-phd
1•duck•16m ago•0 comments

Ryan Cohen, GameStop CEO on TBPN, Purchase of eBay

https://x.com/i/broadcasts/1AxRnaEZRRkxl
1•vbhakta•16m ago•0 comments

The Brave Souls Who Bought a Used, 340k-Mile Rental Camper Van

https://www.thedrive.com/news/meet-the-brave-souls-who-bought-a-used-340000-mile-rental-camper-van
2•PaulHoule•17m ago•0 comments

Club-3090 Recipes for serving QWEN3.6 27B locally on RTX 3090s

https://github.com/noonghunna/club-3090
1•lastdong•17m ago•0 comments

Does Iran Have Secret Armed Dolphin Assassins?

https://www.popularmechanics.com/military/weapons/a30500130/iran-military-dolphins/
1•svenfaw•18m ago•2 comments

Show HN: The Agent That Orders My Groceries

https://twitter.com/pirosb3/status/2051733333592223822
1•pirosb3•20m ago•0 comments

Show HN: We're using LLMs to classify risk before execution in prod

1•andriosr•22m ago•0 comments

Just One More Prompt

https://benjaminste.in/blog/2026/05/03/just-one-more-prompt/
1•benstein•22m ago•0 comments