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

'Stunning' Percolation Proof Solves Decades-Old Puzzle About Phase Transitions

https://www.quantamagazine.org/stunning-percolation-proof-solves-decades-old-puzzle-about-phase-t...
1•tzury•2m ago•0 comments

Ghost Towns

https://yousefamar.com/memo/log/2026-08-31-17-45-07/
1•speckx•4m ago•0 comments

Anthropic's Skill Scanner Defeated by Backdoored Skills

https://www.promptarmor.com/resources/anthropics-skill-scanner-defeated-by-backdoored-skills
1•jerryShaker•5m ago•0 comments

Emperor Norton

https://en.wikipedia.org/wiki/Emperor_Norton
1•Teever•6m ago•0 comments

Philosopher's Annual: From the Literature of 2025

https://leiterreports.com/2026/08/30/philosophers-annual-from-the-literature-of-2025/
1•3willows•6m ago•0 comments

HuggingFace Attack Postmortem: Fleshing Out the Facts

https://thezvi.substack.com/p/huggingface-attack-postmortem-fleshing
1•7777777phil•6m ago•0 comments

How much of a problem is AI's water use?

https://knowablemagazine.org/content/article/technology/2026/how-much-water-do-ai-data-centers-use
3•knowablemag•8m ago•0 comments

Are We Losing Curiosity?

https://teendifferent.substack.com/p/are-we-losing-curiosity
2•teen-different•9m ago•0 comments

Human Control at Machine Speed

https://cacm.acm.org/blogcacm/human-control-at-machine-speed/
1•visha1v•9m ago•0 comments

I made a daily puzzle game for founders called Startup Chess

https://www.startup-chess.com
1•jarydhermann•10m ago•0 comments

Solaris, Our Interface World Models

https://runway.com/news/research/introducing-solaris
1•babelfish•11m ago•0 comments

Textual is no longer being actively maintained (IRC client)

https://github.com/Codeux-Software/Textual
2•delduca•12m ago•0 comments

GPU World

https://www.gpuworld.org/
2•tosh•13m ago•0 comments

Asleep at the wheel: More Tesla owners choosing to nap while their cars drive

https://www.nbcnews.com/tech/tech-news/tesla-fsd-sleep-wheel-full-self-driving-mode-nap-safe-dete...
3•bookofjoe•16m ago•1 comments

Enhancing the UEFI Update Capsules Experience for Open-Source Firmware

https://www.phoronix.com/news/OSS-Firmware-UEFI-Updates-Cap
1•pietrushnic•19m ago•1 comments

Apple's Phil Schiller Scales Back Role as John Ternus Era Begins

https://www.macrumors.com/2026/08/31/phil-schiller-stepping-down-app-store/
4•tosh•20m ago•0 comments

Use MCP-JS to control Modal Sandboxes

https://r33drichards.github.io/mcp-js/tutorials/modal/
1•someguy101010•21m ago•1 comments

Steam Deck / SteamOS hit over 30k Verified and Playable games

https://www.gamingonlinux.com/2026/08/steam-deck-steamos-hit-over-30-000-verified-playable-games/
2•speckx•21m ago•1 comments

ATM Flaws Reveal Key Weaknesses in the Software Supply Chain

https://www.wired.com/story/atm-flaws-reveal-key-weaknesses-in-the-software-supply-chain/
1•joozio•23m ago•0 comments

Spice Bag

https://www.tasteatlas.com/spice-bag
1•jjgreen•24m ago•0 comments

I Posted on Hacker News. Two AI Agents Emailed Me

https://www.dbpro.app/blog/i-posted-on-hacker-news-two-ai-agents-emailed-me
2•upmostly•24m ago•0 comments

NewsPulse, a news API that de-dupes and scores stories across sources

https://newspulse.io/
1•juanmauriciolop•25m ago•0 comments

Can an Engineer Speak Out for Reform?

https://www.strongtowns.org/journal/2026-8-31-can-an-engineer-speak-out-for-reform
2•oftenwrong•25m ago•0 comments

We Raced Seven AI Models to RCE

https://enclave.ai/hackingrace
1•talhof8•26m ago•0 comments

The Suffix Edge Case

1•newsoftheday•27m ago•1 comments

Show HN: RetainFast – cancellation flow widget that never touches your Stripe

https://retainfast.xyz
1•KovzX•27m ago•0 comments

Retinaa

https://retinaa.ch
2•sockaddr•29m ago•1 comments

Internet Explorer mode will be supported until at least 2029

https://learn.microsoft.com/en-us/lifecycle/faq/internet-explorer-microsoft-edge
2•gnuplustoejam•30m ago•0 comments

A ballooning problem: Weather warnings face rising risks from DOGE cuts

https://www.politico.com/news/2026/07/06/weather-warnings-budget-cuts-00986178
7•throw0101a•31m ago•1 comments

British Museum hosted Peter Thiel in private viewing of Bayeux tapestry

https://www.theguardian.com/culture/2026/aug/31/british-museum-hosted-palantir-founder-peter-thie...
12•tomwphillips•31m ago•1 comments