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

Why should a Trace-ID be 128 bits? (A Surprisingly Long Answer)

https://newsletter.signoz.io/p/why-should-a-trace-id-be-128-bits
1•elza_1111•55s ago•0 comments

FairwayMapper – Introducing Golfers to Mapping

https://community.openstreetmap.org/t/fairwaymapper-introducing-golfers-to-mapping/142814
1•altilunium•2m ago•0 comments

Banking Malware hiding inside a flashlight app? (BeatBanker / BTMOB)

https://blog.ostorlab.co/beatbanker-btmob-tv-v-23-static-analysis.html
1•Jhonny_doe•2m ago•0 comments

Garmin releases new luxury home audio system globally

https://www.notebookcheck.net/Garmin-releases-new-luxury-home-audio-system-globally.1289575.0.html
1•thunderbong•3m ago•0 comments

The Kurzweil Library

https://www.thekurzweillibrary.com
1•andsoitis•3m ago•0 comments

A bidirectional typechecking puzzle in the Grace programming language

https://haskellforall.com/2026/05/a-bidirectional-typechecking-puzzle
2•fanf2•5m ago•0 comments

Code never mattered in the first place

https://mar.coconauts.net/blog/posts/code-never-mattered/
1•marbartolome•10m ago•0 comments

The Place of Houses: Questionnaire [pdf]

http://www.duodickinson.com/Yours_complete.pdf
1•Kaibeezy•10m ago•0 comments

How to improve code quality of Claude Code and codex (on 2026-05)

1•david_d8912•10m ago•0 comments

It is distressing that AI does not know the seven cardinal virtues

https://en.wikipedia.org/wiki/Seven_virtues
2•chasil•17m ago•4 comments

You made me rich, thank you

https://github.com/theori-io/copy-fail-CVE-2026-31431/issues/128
2•mfi•18m ago•0 comments

Donlyn Lyndon, Last Surviving Creator of the Sea Ranch, Dies at 90

https://www.nytimes.com/2026/05/05/arts/design/donlyn-lyndon-dead.html
2•Kaibeezy•18m ago•1 comments

NHS England withdraws public software over AI hacking fears

https://www.computing.co.uk/news/2026/security/nhs-england-withdraws-public-software-over-hacking...
1•latein•19m ago•0 comments

Show HN: Yumi – Your workspace for AI chat, notes, and research

https://askyumi.app
1•yumi-dev•19m ago•0 comments

Fedora is now the default Linux recommendation, and Ubuntu did this to itself

https://www.xda-developers.com/fedora-becoming-default-linux-recommendation-ubuntu-fault/
1•bundie•20m ago•1 comments

The Deletion Test – The Phoenix Architecture

https://aicoding.leaflet.pub/3md5ftetaes2e
2•fagnerbrack•22m ago•0 comments

The 80% Problem in Agentic Coding

https://addyo.substack.com/p/the-80-problem-in-agentic-coding
1•fagnerbrack•22m ago•0 comments

How the Lobsters front page works – nilenso blog

https://blog.nilenso.com/blog/2026/01/20/lobsters-front-page/
1•fagnerbrack•22m ago•0 comments

The Boring Internet

https://www.terrygodier.com/the-boring-internet
2•crowdhailer•24m ago•1 comments

Code coverage tells you what you didn't test – not whether your tests are good

https://bubble.ro/2026/05/04/code-coverage-in-ci-cd-what-it-really-tells-you-and-what-it-doesnt/
2•birdculture•27m ago•0 comments

Exclusive / House Committees Probe Cursor Parent, Airbnb over Chinese AI

https://www.semafor.com/article/04/29/2026/house-committee-probes-cursor-parent-airbnb-over-chine...
1•Palmik•27m ago•0 comments

The Economy Will Be 10x the Size in 10 Years [video]

https://www.youtube.com/watch?v=N5KCm_55xeQ
2•andsoitis•29m ago•0 comments

Rayhan Khilji

https://www.tryoptic.app/
1•khilji•33m ago•0 comments

Where the Despairing Log On, and Learn Ways to Die (2021)

https://www.nytimes.com/interactive/2021/12/09/us/where-the-despairing-log-on.html
2•Cider9986•35m ago•0 comments

Running a Local LLM Coding Server on MacBook Pro M5 Pro 48 GB

https://blog.kulman.sk/running-local-llm-coding-server/
3•ingve•37m ago•0 comments

GitAgentProtocol (Open Gap)

https://github.com/open-gitagent/gitagent-protocol
2•mpgirro•37m ago•0 comments

Mr_hacker

https://docs.google.com/document/d/1Ab1-CHNJNyoOxybkH0ngjsl-3soLt87J1VYmpF01-sw/edit?tab=t.0#head...
1•deadwin_yt•37m ago•0 comments

We rebuilt our auth back end in under an hour using a DSL/compiler approach

https://github.com/nikoma/carrier
2•nikoma777•42m ago•0 comments

Progressive Web Components

https://arielsalminen.com/2026/progressive-web-components/
2•mpweiher•43m ago•0 comments

RCP8.5 Is Officially Dead

https://rogerpielkejr.substack.com/p/rcp85-is-officially-dead
1•mpweiher•43m ago•0 comments