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

Building (Systems) Software with Nix

https://hondu.co/blog/building-systems-software
1•nelup20•24s ago•0 comments

We use /goal to find bugs in Patch the Planet

https://blog.trailofbits.com/2026/07/28/how-we-use-goal-to-find-bugs-in-patch-the-planet/
2•hardhat•44s ago•0 comments

Cognition Is Acquiring Poke

https://twitter.com/cognition/status/2080311229256540194
2•tosh•3m ago•0 comments

A 99-year-old mathematician unraveled a century-old braid mystery

https://www.scientificamerican.com/article/how-a-99-year-old-mathematician-unraveled-a-century-ol...
1•Anon84•3m ago•1 comments

Una Watch: Garmin watch competitor but repairable, open ecosystem and USB-C

https://unawatch.com/
1•pimterry•3m ago•0 comments

I'd not buy a LG monitor

https://beko.famkos.net/2026/07/27/id-not-buy-a-lg-monitor/
3•speckx•5m ago•0 comments

What to Know About Americans Leaving the U.S. in Record Numbers

https://www.wsj.com/us-news/what-to-know-americans-leaving-the-us-ff296092
1•Anon84•5m ago•1 comments

Universal Gravitational Constant Gets a 10-Year Recheck

https://spectrum.ieee.org/universal-gravitational-constant-nist-schlamminger
1•rbanffy•6m ago•0 comments

The five primitives I run a one-person company on

https://methezone.github.io/solo-operator-playbook/five-primitives.html
2•solo_operator•7m ago•0 comments

Guides to help you learn more about Ruby

https://www.rubyforum.org/t/guides-to-help-you-learn-more-about-ruby/572https://www.rubyforum.org...
2•jvrc•8m ago•0 comments

Coding too fast to collaborate

https://chrisloy.dev/post/2026/07/19/coding-too-fast-to-collaborate
2•chrisloy•9m ago•0 comments

Ballpark – a daily game that measures how overconfident you are

https://tfalgiano.github.io/ballpark/
1•tfalgiano•9m ago•0 comments

Astrallist – Extracts Recipes from Food YouTube Videos

https://www.astrallist.com/
4•kushthedevn•9m ago•3 comments

Is Mythos good at cyber bec it kept hacking Anthropic during training?

https://www.lesswrong.com/posts/QKDoZe6EKhxnFjLWK/is-mythos-good-at-cyber-because-it-kept-hacking...
1•FergusArgyll•10m ago•1 comments

Trump may need to allow CN minerals as US industry struggles to hit '27 deadline

https://www.reuters.com/legal/government/trump-may-need-allow-chinese-minerals-us-industry-strugg...
1•littlexsparkee•11m ago•0 comments

Exp_q(x) keeps every qth term in the power series for exp(x)

https://www.johndcook.com/blog/2026/07/26/exp-q/
1•ibobev•13m ago•0 comments

Permutation Roots

https://www.johndcook.com/blog/2026/07/26/permutation-roots/
1•ibobev•13m ago•0 comments

Show HN: JusTTY – a minimal native macOS terminal powered by libghostty

https://github.com/0x96f/justty
1•0x96f•13m ago•0 comments

Printing floating point numbers in binary

https://www.johndcook.com/blog/2026/07/27/float-binary/
1•ibobev•13m ago•0 comments

Hybrid Comeback Powers Extended Range Electric Vehicles

https://spectrum.ieee.org/extended-range-electric-vehicles
1•rbanffy•14m ago•0 comments

You Aren't Going to Like What Comes After America

https://www.nytimes.com/2026/07/28/opinion/canada-trump-tariffs-south-park.html
1•bwood•14m ago•1 comments

Show HN: The Posting Substack API

https://apisubstack.com/
1•bigmuzzy•15m ago•0 comments

The Apocaloptimist's Dilemma and Song

https://theinterconnecteduniverse.substack.com/p/the-apocaloptimists-dilemma-song
1•nigeljohnfarmer•15m ago•0 comments

Person Opposing Data Center Arrested for Clapping at City Meeting

https://www.404media.co/person-opposing-data-center-arrested-for-clapping-at-city-meeting/
3•Brajeshwar•17m ago•1 comments

Show HN: Reply Better AI – browser AI writing that runs on-device or your Ollama

https://chromewebstore.google.com/detail/reply-better-ai/dpdibbijcljdjnafjnmaljphpkfojlkb
1•wpdevant•17m ago•0 comments

Show HN: Country Draw – draw country borders from memory

https://countrydraw.net
1•alanzhan•18m ago•0 comments

Show HN: Git log for your infrastructure (including your AI agent's config)

https://github.com/statedrift/statedrift
2•ibukunolu•18m ago•0 comments

Show HN: Comber explores your app once, then replays QA checks deterministically

https://codecomber.io
1•RADLAB•19m ago•0 comments

Europe's Ultra-Rich Could Fund a Substantial Part of the EU's Budget

https://www.socialeurope.eu/europes-ultra-rich-could-fund-a-substantial-part-of-the-eus-budget
3•robtherobber•19m ago•0 comments

Hugging Face rebuilt a third of its infrastructure after OpenAI agents ran amok

https://www.theregister.com/ai-and-ml/2026/07/28/openais-agent-siege-forced-significant-rebuild-a...
2•joebuckwilliams•20m ago•0 comments