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

Cerebras Leads Crop of IPOs Rushing to Tap Market Before SpaceX

https://techcrunch.com/2026/05/04/openais-cozy-partner-cerebras-is-on-track-for-a-blockbuster-ipo/
1•giwook•2m ago•0 comments

ARPA-H allocates $35M to osteoarthritis reversal therapy

https://www.colorado.edu/today/2026/04/06/simple-shot-shows-promise-reverse-osteoarthritis-within...
1•warbaker•2m ago•0 comments

Hantavirus crops up on a cruise ship – what scientists are watching

https://www.nature.com/articles/d41586-026-01450-7
1•warbaker•9m ago•0 comments

The Grand Theory of Everything (2007)

https://dl.acm.org/doi/pdf/10.1145/1281421.1281430
2•jruohonen•11m ago•0 comments

Ask HN: Cryptic refusals of credit cards with Firefox?

1•everybodyknows•11m ago•0 comments

KDE Plasma gesture handling and other input related news

https://blogs.kde.org/2026/05/03/gestures-in-graz-and-beyond/
1•f_r_d•11m ago•0 comments

Bringing WolfHSM to STM32H5 TrustZone: Production-Grade HSM on a Cortex-M33

https://www.wolfssl.com/bringing-wolfhsm-to-stm32h5-trustzone-production-grade-hsm-on-a-cortex-m33/
1•aidangarske•12m ago•0 comments

The A.I. Industry Is Booming. When Will It Make Money?

https://www.newyorker.com/news/the-financial-page/the-ai-industry-is-booming-when-will-it-actuall...
1•petethomas•13m ago•0 comments

Show HN: Continuum, a pedantic recreation of the OMNI font

https://github.com/ChristopherDrum/continuum/
2•ChristopherDrum•15m ago•0 comments

The First Firmware TPM with Post-Quantum Cryptography

https://www.wolfssl.com/the-first-firmware-tpm-with-post-quantum-cryptography/
1•aidangarske•15m ago•0 comments

SEC vs. Consent Motion for Entry of Final Judgement [pdf]

https://www.sec.gov/files/litigation/complaints/2026/judgment26548.pdf
1•ksherlock•17m ago•0 comments

The First COSE Implementation with ML-DSA

https://aidangarske.github.io/wolfCOSE/blog/wolfcose-pqc-cose/
1•aidangarske•20m ago•0 comments

The case against OpenAI is getting markedly stronger

https://twitter.com/garymarcus/status/2051347785761616101
2•abriosi•21m ago•0 comments

Why Waste Money?

https://rentry.co/it937bh4
1•gavmor•23m ago•1 comments

Show HN: 10K English words traced to 4 foundations(Space, Time, Energy, Pattern)

1•sauronsrv•24m ago•0 comments

Ask HN: Where are you getting your AI news from?

2•baetylus•25m ago•0 comments

SprintiQ – open-source sprint planning for Claude Code

https://github.com/SprintiQ-Incorporated/sprintiq
2•sprintiq•27m ago•0 comments

One Map Key, One Lookup

https://testing.googleblog.com/2026/04/one-map-key-one-lookup.html
2•birdculture•31m ago•0 comments

Must We 'Do Lunch'?

https://www.ft.com/content/13265324-7614-40a2-a3f6-0066ffb83c21
1•JumpCrisscross•33m ago•0 comments

Nothing Is Something

https://blog.jim-nielsen.com/2024/nothing-is-something/
2•SpyCoder77•33m ago•0 comments

HeadVis: An Interactive Tool for Investigating Attention Heads

https://transformer-circuits.pub/2026/headvis/index.html
2•rajeevn•38m ago•0 comments

Powerful AI finds 100 hidden planets in NASA data including extreme worlds

https://www.sciencedaily.com/releases/2026/05/260502233926.htm
3•bilsbie•41m ago•0 comments

Version-controlled databases using Prolly trees

https://lwn.net/SubscriberLink/1068864/4d53e651a1254bce/
1•zorgmonkey•43m ago•0 comments

Show HN: Node-Vmm – Linux MicroVMs in Pure Node.js for Mac/Windows/Linux in ~1s

https://github.com/misaelzapata/node-vmm
3•misaelzapata•43m ago•0 comments

Show HN: AI that responds in Star Wars crawl style

https://may-the-4th-gpt.vercel.app/
1•zahlekhan•44m ago•0 comments

Garage Sale Tracker App

https://www.garagesaletracker.app/
1•mmfp•46m ago•1 comments

The Valley of Calm

https://blog.joemag.dev/2026/05/the-valley-of-calm.html
3•matt_d•48m ago•0 comments

HyperFrames lets AI agents compose videos by writing HTML, CSS and JavaScript

https://hyperframes.heygen.com
2•siegers•51m ago•0 comments

Contracting (2005)

https://www.mooreds.com/wordpress/archives/297
1•mooreds•51m ago•0 comments

Knowledge Fight: The End of the Road

https://knowledgefight.libsyn.com/
4•cosmicgadget•54m ago•1 comments