frontpage.
newsnewestaskshowjobs

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

Squeezing the bytes out of webhosting and Linux with SquashFS and Overlay

https://virtuallyfun.com/2024/06/11/squeezing-the-bytes-out-of-webhosting-linux-with-squashfs-ove...
1•ankitg12•3m ago•0 comments

UX should just be called Experience Design

https://www.leadinginproduct.com/p/eexperience-design-is-a-better-term
1•benkan•4m ago•0 comments

Right to Internet Access

https://en.wikipedia.org/wiki/Right_to_Internet_access
2•emot•8m ago•0 comments

US Military confirms it has deployed weapons in space

https://www.cnn.com/2026/09/15/us/us-space-force-weapons-capabilities-hnk
1•samizdis•12m ago•1 comments

Google Artemis – Missing attribution to mobile-use and its contributors

https://github.com/google/artemis/issues/40
1•domhudson•12m ago•0 comments

Claude Fable 5.1 and GPT 6 Astra controlled my Robot Arm. Who painted better?

https://www.reddit.com/r/ClaudeAI/s/rfi4npFNSr
1•AnkurCW•14m ago•0 comments

Leslie Lamport: Some Data on the Frequency of Errors in Mathematics Papers [pdf]

https://lamport.azurewebsites.net/pubs/statistics.pdf
1•Alien1Being•17m ago•1 comments

Brig: Run coding agents in a MicroVM sandbox

https://github.com/brig-sh/brig
1•iamsyr•20m ago•0 comments

The k-server conjecture is true

https://arxiv.org/abs/2609.15979
2•iamsyr•21m ago•0 comments

I graduated UCLA only to become a peasant [video]

https://www.youtube.com/watch?v=o8SQ3qVnSco
1•carabiner•21m ago•0 comments

Google DeepMind Staffer Says AI May 'Kill Us All' in Exit Post

https://finance.yahoo.com/technology/ai/articles/google-deepmind-staffer-says-ai-023902174.html
1•shlomysh•23m ago•0 comments

Poland lost $230M trying to buy Venezuelan oil with crypto

https://www.ft.com/content/6c387cda-61b0-4396-9353-0d7d99781f9b
4•JumpCrisscross•24m ago•1 comments

Show HN: Yet another argument parser for Zig

https://github.com/gabor-boros/yaap
1•gabor-boros•29m ago•0 comments

Why do we do astrophysics?

https://arxiv.org/abs/2602.10181
2•astrolx•30m ago•0 comments

NATO jets shoot down drone violating Lithuania's airspace

https://www.theguardian.com/world/2026/sep/15/nato-jets-shoot-down-drone-violating-lithuania-airs...
4•tzmlab•36m ago•0 comments

CSS-Tricks in Limbo

https://vale.rocks/micros/20260915-0135
2•edent•38m ago•0 comments

Vieta's Formula

https://brilliant.org/wiki/vietas-formula/
1•vismit2000•41m ago•0 comments

Ask HN: Is the real world computational all the way down?

1•baigy•42m ago•1 comments

A Neuroscientist's Theory of Everything

https://nautil.us/a-neuroscientists-theory-of-everything-237851
1•signa11•49m ago•0 comments

Show HN: Steam DNA – your Steam library as a card of the mechanics you play

https://dna.steammaho.com
1•steammaho•50m ago•0 comments

Driscoll's Gave China Its Blueberries; China Swiped the Secret to Growing Them

https://www.wsj.com/business/driscolls-berry-farms-china-competition-b0b49f04
1•geneticdrifts•50m ago•0 comments

Javier Gomez-Serrano – New Math, AI Developments in Fluid Mechanics [video]

https://www.youtube.com/watch?v=TcEefrWrddA
1•nill0•51m ago•0 comments

Trump says AI safety fears a 'hoax' as he rejects calls for greater safeguards

https://www.bbc.co.uk/news/articles/cw980n0nd0qjo
1•chrisjj•51m ago•0 comments

SamplePitcher – Batch pitch audio samples in the browser

https://www.samplepitcher.com/en
1•saulevas•53m ago•0 comments

The Steam Frame Is Important, Even If You Don't Buy One

https://bhmt.dev/blog/frame/
1•Bluestein•53m ago•0 comments

GCC Eliminates Unnecessary Integer Division

https://leetarxiv.substack.com/p/how-gcc-eliminates-unnecessary-integer
1•signa11•53m ago•0 comments

A Blueprint for Keeping Humans in Control of AI

https://www.gsb.stanford.edu/insights/blueprint-keeping-humans-control-ai
2•geox•57m ago•0 comments

Disney's Films Used to Look Different

https://animationobsessive.substack.com/p/disneys-films-used-to-look-different
2•vinhnx•1h ago•0 comments

We abandoned eInk for a segmented LCD after designing our product around it

https://www.reddit.com/r/hwstartups/comments/1w6c6im/why_we_abandoned_e_ink_for_a_segmented_lcd_a...
1•chris_overseas•1h ago•0 comments

Show HN: Shelf, a local-first open-source tab manager for Chrome

https://chromewebstore.google.com/detail/shelf-—-privacy-first-tab/ooapfnbngihkbfldhleacagkgffj...
1•mirza_rizvi•1h ago•3 comments