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

The ESPHome Starter Kit is here

https://esphome.io/blog/2026/08/12/the-esphome-starter-kit-is-here/
1•balloob•25s ago•0 comments

California Uber, Lyft drivers win union recognition

https://www.cbsnews.com/losangeles/news/california-uber-lyft-drivers-win-union-recognition/
1•lxm•2m ago•0 comments

The Mothra Telescope Captured the Faint Aftermath of a Star's Death

https://www.nytimes.com/2026/08/12/science/mothra-telescope-helix-nebula.html
1•wglb•2m ago•0 comments

Ask HN: What should I do with my W10 laptop?

1•minimal3•4m ago•0 comments

Why Are Scientists So Bad at Naming Things? [video]

https://www.youtube.com/watch?v=luh0NLhcMrI
1•ivanjermakov•5m ago•0 comments

Super Mario 64 – 1996 Developer Interviews

https://shmuplations.com/mario64/
1•us-merul•7m ago•1 comments

Law firm declines offer to represent migrant children

https://apnews.com/article/texas-migrant-children-deport-immigration-d070db48239d70082d22a52197e5...
1•petethomas•13m ago•0 comments

Mux Beacon – macOS menu-bar inbox for Claude Code/Codex agents in tmux

https://github.com/Lukeesec/mux-beacon
1•lmartineng•14m ago•1 comments

Ask HN: How important is document category recognition in data classification?

1•ChrisRun•16m ago•0 comments

Advanced Automation for Space Missions (1982)

https://ntrs.nasa.gov/citations/19830007077
1•zetalyrae•18m ago•0 comments

I reverse engineered Grok Bot and found some hidden features like shared rooms

https://runtimewire.com/article/scoop-grok-bot-ships-dormant-shared-rooms-for-tasking-other-users...
1•ryanmerket•23m ago•0 comments

The Largest Tweetable Number – lectures on infinity (lecture 4)

https://www.youtube.com/watch?v=3n115MgLFz0
1•FillMaths•23m ago•0 comments

Cambra is now open source

https://github.com/cambra-dev/cambra
1•evnc•23m ago•0 comments

They Spoke English, Wore U.S. Flags and Attacked Fishermen. Who Were They?

https://www.nytimes.com/2026/08/12/world/americas/ecuador-fishing-boat-strikes.html
1•ceejayoz•24m ago•0 comments

How to Spot a Terrorist in Your Startup [video]

https://www.youtube.com/watch?v=pQErhgTsCOw
1•bob1029•28m ago•0 comments

Steady Progress Reshapes Australia's Energy Market – July 2026 Update

https://cleantechnica.com/2026/08/10/steady-progress-reshapes-australias-energy-market-july-2026-...
1•toomuchtodo•32m ago•0 comments

Scheduling jobs across Slurm clusters (and K8s, and cloud) from one place

https://skypilot.ai/blog/multi-slurm
2•alex000kim•34m ago•0 comments

Fenix Flexin Admits He Used AI for "Rubberz"

https://stereogum.com/2507554/fenix-flexin-finally-admits-he-used-ai-for-rubberz/news
1•jenthoven•36m ago•0 comments

Show HN: I scored my Kalshi bot with Brier score. It was worse than guessing

https://predictandprofit.io
2•stfarm•37m ago•0 comments

Music Speed Changer Web App

https://app.musicspeedchanger.com/
1•EvansFunTime•37m ago•0 comments

A Goodbye from SvelteJobs

https://sveltejobs.com/
3•Leftium•38m ago•0 comments

I Audited My Trading Bot and Found It Had No Skill (Brier 0.2858 vs. 0.2439)

https://stfarm.substack.com/p/i-audited-my-own-trading-bot-and
1•stfarm•40m ago•0 comments

Coderbyte Coding Assessment Questions: What Candidates Should Expect

https://prachub.com/resources/coderbyte-coding-assessment-questions-what-candidates-should-expect
2•nian2326076•41m ago•0 comments

McDonald's Built a 515-Page Dossier on Me. It Says I'll Never Stop Eating There

https://www.wired.com/story/mcdonalds-built-a-515-page-dossier-on-me-it-says-ill-never-leave/
5•CGMthrowaway•41m ago•2 comments

NYC's wealthiest neighborhood has zero Flock cameras

https://maps.deflock.org/
5•CGMthrowaway•42m ago•3 comments

Palantir Decomposition Interview Guide: How to Structure Ambiguous Problems

https://prachub.com/resources/palantir-decomposition-interview-guide-how-to-structure-ambiguous-p...
2•nian2326076•42m ago•0 comments

The deep history behind the Road to Nowhere inside the Great Smoky Mountains

https://www.wunc.org/environment/2026-08-10/road-to-nowhere-great-smoky-mountains
3•yareally•45m ago•0 comments

Show HN: Ballet – Workflow automation that writes integrations against any API

https://www.ballet.dev/
11•danielkimber•45m ago•1 comments

Saber Interactive Denies Replacing Lead Writer with ChatGPT, CEO Responds

https://thisweekinvideogames.com/news/saber-interactive-acknowledges-undisclosed-genai-use-in-rid...
4•ceejayoz•49m ago•1 comments

Use Dreams to create memories your AI agent can access

https://davenporter.substack.com/p/give-an-agent-access-to-memories
4•davenportjw•50m ago•0 comments