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

I Know What You Think of Me (2013)

https://archive.nytimes.com/opinionator.blogs.nytimes.com/2013/06/15/i-know-what-you-think-of-me/
1•jger15•5m ago•0 comments

Outrageously Small NNs: Emergent Reasoning at 6,616 Tok/SEC One Intel AMX Core

http://gregdiamos.com/2026/09/07/outrageously-small-neural-networks.html
1•gdiamos•5m ago•0 comments

TIL POSIX specifies a tool designed to assist you with generated code

https://www.reddit.com/r/commandline/comments/1w809fu/til_posix_specifies_a_tool_designed_to_assi...
1•g-b-r•5m ago•0 comments

Super Smash Bros. Melee is 100.00% decompiled

https://decomp.dev/doldecomp/melee
1•Lammy•12m ago•1 comments

Meetings

https://www.nber.org/papers/w35706
2•tfirst•14m ago•1 comments

September 2026 Emacs meetup recap [video]

https://www.youtube.com/watch?v=RatVp4YLwiM
6•iLemming•19m ago•1 comments

Why Did Trump Order Up 660M Pounds of Mystery Meat?

https://www.nytimes.com/2026/09/07/opinion/trump-meat-import.html
3•thelastgallon•20m ago•1 comments

Githack: A Persistent Object Store for Lisp Based on Git

http://funcall.blogspot.com/2026/09/githack-persistent-object-store-for.html
14•kagevf•20m ago•1 comments

Relaxed Memory Model Zoo: Ordering models by the inclusion of allowed behaviours

https://rmm-zoo.kissig.org/
2•csmantle•28m ago•0 comments

Coulomb's law remains tricky to test at home

https://chillphysicsenjoyer.substack.com/p/coulombs-law-remains-tricky-to-test
2•crescit_eundo•46m ago•0 comments

Browser Isolation Session Initialization Failures – Cloudflare Status

https://www.cloudflarestatus.com/incidents/z16209cfb1xv
2•kyisaiah47•46m ago•0 comments

SayItErmano – local-first voice dictation for Linux

https://github.com/acailic/SayItErmano
3•ilkehimself•51m ago•0 comments

OpenCode team's X analytics leaderboard

https://xrank.opencode.ai/
3•seelos•51m ago•0 comments

Where Understanding Arrives After the Decisions

https://medium.com/@gurvinder372/article-10-where-understanding-arrives-after-the-decisions-310cb...
3•gps372•52m ago•0 comments

Anthropic AI 'formalizes' proof of Fermat's last theorem in just 11 days

https://www.nature.com/articles/d41586-026-02822-9
5•sbulaev•53m ago•1 comments

Zen of Palm [pdf]

https://www.cs.uml.edu/~fredm/courses/91.308-fall05/palm/zenofpalm.pdf
3•hexatron4•53m ago•0 comments

Europe's largest carbon capture facility opens in the Netherlands

https://www.yara.com/corporate-releases/europes-largest-carbon-capture-facility-officially-inaugu...
4•negura•54m ago•0 comments

Made this math/physics learning website, would love some feedback

https://locusmath.org/
3•dinomighty•55m ago•2 comments

Integration of proteomic aging clocks in a phase 2a clinical trial

https://www.nature.com/articles/s41587-026-03286-y
4•spenvo•59m ago•0 comments

Secure temporary file sharing for AI agents and humans

https://github.com/aispace-sh/aispace-client
7•tengio•1h ago•1 comments

Show HN: Brw - better than Claude chrome

https://brw.donworks.co.uk
5•maxrev17•1h ago•0 comments

WeatherNext 3: Our most advanced global weather AI model

https://blog.google/innovation-and-ai/models-and-research/google-deepmind/introducing-weathernext-3/
6•gmays•1h ago•1 comments

Landmark study reveals century-long U.S. suicide rate cycles among youth

https://attheu.utah.edu/health-medicine/landmark-study-reveals-century-long-cycles-in-u-s-suicide...
5•littlexsparkee•1h ago•1 comments

Astrophyzix Integrates NASA API's to Build Advanced Public Tracker Tool

https://www.astrophyzix.com/p/live-asteroid-tracker-v9.html
2•UniverseToday•1h ago•0 comments

Saturday Evening Post Will Stop Printing After 205 Years

https://www.nytimes.com/2026/09/02/business/media/saturday-evening-post-stop-printing.html
4•ripe•1h ago•1 comments

The Full-Source Bootstrap: Building from source all the way down

https://guix.gnu.org/en/blog/2023/the-full-source-bootstrap-building-from-source-all-the-way-down/
17•embedding-shape•1h ago•0 comments

Premium Shop Helpfull

https://www.ebay.com/usr/ilyasseng0
3•ilaysyou•1h ago•3 comments

What are you building? Paste a domain, prove you own it, get listed

https://www.whatareyoubuilding.app/
2•kunalpanchal•1h ago•0 comments

Have You Ever Seen the Rain?

https://christopherren.substack.com/p/have-you-ever-seen-the-rain
3•lookatdata•1h ago•1 comments

Open-source 3D anatomy explorer: 2,234 selectable BodyParts3D meshes

https://github.com/ashemag/human-atlas
2•metrofun•1h ago•0 comments