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

YouTube thumbnails, titles, tags, and editable headline text in one click

https://loop-tube.com/
1•yashness•1m ago•0 comments

Animations in my Google Slides game are SUPER tedious and long

https://old.reddit.com/r/IndieDev/comments/1u0jcg8/animations_in_my_google_slides_game_are_super/
1•greazy•4m ago•0 comments

Project Brain– Persistent Second Brain for Claude Code and Windsurf, Cursor etc.

https://raw.githubusercontent.com/OoneBreath/claude-code-project-brain/main/docs/demo.gif
1•Slav_fixflex•4m ago•0 comments

Attacking Ruby on Rails Applications (2016)

https://phrack.org/issues/69/12#article
1•downbad_•4m ago•0 comments

Discover container machines – WWDC26 – Videos Developer

https://developer.apple.com/videos/play/wwdc2026/389/
1•tambourine_man•5m ago•0 comments

Brit fraudsters using AI to doctor 'evidence' in motor insurance claims

https://www.theregister.com/ai-and-ml/2026/06/08/motor-insurance-frausters-abusing-ai-to-exaggera...
1•Bender•11m ago•0 comments

The Nerdy Escorts Cashing in on Silicon Valley's AI Boom

https://www.forbes.com/sites/annatong/2026/06/07/the-nerdy-escorts-cashing-in-on-silicon-valleys-...
2•doener•12m ago•1 comments

Signal, DuckDuckGo among firms weighing Canada exit over lawful access bill

https://globalnews.ca/news/11886905/lawful-access-bill-c-22-companies-services-canada/
1•Cider9986•12m ago•0 comments

App Trust Preview – Quick Look Safety Reports for macOS Apps

https://apptrustpreview.com/
1•IGHOR•13m ago•0 comments

Python JIT compiler project under threat after steering council

https://www.theregister.com/devops/2026/06/08/python-jit-compiler-may-be-removed/5252079
1•Bender•13m ago•1 comments

WWDC26: Discover container machines – Apple [video]

https://www.youtube.com/watch?v=Q2xD6zkDz-s
2•tambourine_man•15m ago•0 comments

Linux EFS File-System May Have New Maintainer, Or It Might Just Get Removed

https://www.phoronix.com/news/Linux-EFS-File-System-2026
1•Bender•16m ago•0 comments

OpenAI Kicks Off IPO Process in Test of Investor Appetite for Top AI Labs

https://www.wsj.com/tech/ai/openai-kicks-off-ipo-process-in-test-of-investor-appetite-for-top-ai-...
3•toephu2•17m ago•0 comments

Apple Watch for Your Kids

https://www.apple.com/apple-watch-for-your-kids/
2•antfarm•17m ago•0 comments

Pythagora-Io/GPT-Pilot Compromised Credential Stealer Blocked by Python Linter

https://github.com/Pythagora-io/gpt-pilot/issues/1182
1•kurmiashish•21m ago•1 comments

MoE expert co-activations: Reordering inputs yields easy throughput gains

https://blog.doubleword.ai/moe-expert-coactivations
1•kkm•22m ago•0 comments

AI and the Redmonk Language Rankings

https://briandouglas.ie/redmonk-language-rankings-2026/
1•coneonthefloor•22m ago•0 comments

SwiftUI Only Makes It Easy to Develop Bad Apps

https://daringfireball.net/2026/06/swiftui_only_makes_it_easy_to_develop_bad_apps
1•robenkleene•23m ago•0 comments

How PICO-8 unlocked Frédéric Souchu's dreams

https://nanark.medium.com/a-pico-8-story-how-the-fantasy-console-unlocked-fr%C3%A9d%C3%A9ric-souc...
1•atan2•28m ago•0 comments

We brought Arc-style profile switching to Dia

https://diarc.app
1•0x6A75616E•28m ago•1 comments

OpenAI Submits S-1 Draft to SEC

https://openai.com/index/openai-submits-confidential-s-1/
28•hackerBanana•28m ago•6 comments

The sample efficiency black hole

https://www.dwarkesh.com/p/the-sample-efficiency-black-hole
1•crescit_eundo•29m ago•0 comments

Mathematics Is Out There

https://aeon.co/essays/for-sergiu-klainerman-maths-is-a-fact-to-be-divined
3•cainxinth•30m ago•0 comments

OpenAI Files S-1

https://twitter.com/openainewsroom/status/2064094175541461220
6•davidbarker•34m ago•0 comments

OpenAI Confidentially Files for IPO

https://www.cnbc.com/2026/06/08/openai-confidentially-files-for-ipo-prepping-wall-street-for-ai-d...
18•rvz•35m ago•0 comments

Scientists use lasers to determine the age of sharks

https://phys.org/news/2026-05-scientists-lasers-age-sharks.html
2•PaulHoule•35m ago•0 comments

Forcing a (Windows) system crash from the keyboard

https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/forcing-a-system-crash-from-t...
1•turtlegrids•35m ago•0 comments

Understanding Type Theory Eliminators

https://zenodo.org/records/20600315
1•DPDmancul•37m ago•1 comments

Pozzo: A Fast Lucky Number Checker

https://github.com/Robert-Cunningham/pozzo
1•robertvc•37m ago•0 comments

All WWDC 2026 session videos

https://developer.apple.com/videos/wwdc2026/
1•MysticOracle•37m ago•1 comments