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

Developers manage browser tabs: A survey of 50 devs

https://gopeek-lovat.vercel.app/blog-developer-tab-survey.html
1•ofcyes•2m ago•0 comments

Show HN: Do-I-understand – Check you understand AI-written code before you merge

https://github.com/AnthonyPAlicea/skills/
1•TonyAlicea10•3m ago•0 comments

Show HN: OGA – One Good Article – a redirect to one good random HN article

https://www.bbc.com/news/world-europe-57589822
1•atulvi•3m ago•0 comments

Microsoft June 2026 Security Updates

https://msrc.microsoft.com/update-guide/releaseNote/2026-Jun
2•berlianta•3m ago•0 comments

Musk Looks to an Army of Loyalists to Help Make Him a Trillionaire

https://www.wsj.com/articles/musk-spacex-ipo-retail-traders-a13e9030
2•ironyman•3m ago•1 comments

Using Xcode 27's Agent Skills in Claude, Codex, and Cursor

https://www.avanderlee.com/ai-development/using-xcode-27s-agent-skills-in-claude-codex-and-cursor/
1•ianhxu•4m ago•0 comments

1099 contractors can earn ~7% more by reporting their expenses

https://taylor.town/expenses-000
1•surprisetalk•4m ago•0 comments

Claude Fable cheered me up by building this contiguous tryptich of GUI windows

https://fireshow.pages.dev/
1•keepamovin•5m ago•1 comments

Website "IS" GNOME 2 desktop

https://bennypowers.dev/
1•ashitlerferad•5m ago•0 comments

Quivers: A year of linear algebra by drawing arrows

https://lisyarus.github.io/blog/posts/quivers-a-year-of-linear-algebra-by-drawing-arrows.html
1•ibobev•7m ago•0 comments

Show HN: Codacy Skills for Claude, Codex, Copilot, etc.

https://github.com/codacy/codacy-cloud-cli
1•claudiacsf•7m ago•0 comments

Learning Regular Languages with the TTT Algorithm

https://rahul.gopinath.org/post/2026/06/09/ttt-grammar-inference/
1•ibobev•8m ago•0 comments

Toyota's Hybrid Battery Replacement Is No Longer a Deal-Breaker for Buyers

https://carbuzz.com/toyota-hybrid-battery-replacement-no-longer-a-deal-breaker-buyers/
1•teleforce•8m ago•0 comments

What is some cool subject that Linux Youtubers could be talking about now?

1•abakh•9m ago•1 comments

The DOGE Bros Want Another Shot

https://www.theatlantic.com/technology/2026/06/doge-special-figure-health/687493/
1•chrisaycock•11m ago•0 comments

The Pallet Built Backwards from the Shelf – Logistics and Warehousing

https://atomsfrontier.substack.com/p/the-pallet-built-backwards-from-the
1•jpatel3•11m ago•0 comments

How to Start Making Games When You Don't Know Anything Yet

https://buildtounderstand.substack.com/p/how-to-start-making-games-when-you
1•aishlykov•13m ago•0 comments

Building a multiplayer podcast editor with Automerge

https://www.adamsolove.com/ui/ducking/2026/06/10/podcast-multiplayer.html
1•asolove•14m ago•0 comments

Rask – Web UI in plain C#, no .razor or JSX (server or WASM)

https://github.com/pal-tamas/rask
1•pal-tamas•15m ago•0 comments

Apple Intelligence doesn't contain any Google Gemini

https://www.macrumors.com/2026/06/09/apples-new-ai-contains-no-gemini/
2•mfa1999•20m ago•0 comments

How to Talk to Anyone, at Any Time: The Art of Extroversion

https://gabrielrealityofficial.substack.com/p/how-to-talk-to-anyone-at-any-time
1•byt3h3ad•20m ago•0 comments

Turn an ESP32 into a USB-UART, SPI Prog, Logic Analyzer, OpenOCD, Avrdude, LIRC

https://www.hackster.io/550277/turn-an-esp32-s3-into-a-usb-uart-spi-prog-logic-analyzer-b1b6ee
1•geotp•21m ago•1 comments

Measuring LLMs' impact on N-day exploits

https://red.anthropic.com/2026/n-days/
2•882542F3884314B•23m ago•0 comments

Show HN: Tenure – Traceable AI memory with configurable memory modes

https://tenureai.dev/
3•jflynt76•24m ago•0 comments

Life After Lifestyle

https://subpixel.space/entries/life-after-lifestyle/
1•abhaynayar•24m ago•0 comments

The Cost of Killing 'Silly Science'

https://www.profgmedia.com/p/the-cost-of-killing-silly-science
1•phtrivier•26m ago•0 comments

Wall Street's undignified SpaceX mania

https://economist.com/finance-and-economics/2026/06/09/wall-streets-undignified-spacex-mania
2•andsoitis•27m ago•0 comments

UniFi Physical Security Expansion: vape detection

https://blog.ui.com/article/unifi-protect-campus-security-ready
2•janandonly•28m ago•0 comments

Still Out of Control

https://kevinkelly.substack.com/p/still-out-of-control
1•cainxinth•29m ago•0 comments

A Human in Control

https://daniel.haxx.se/blog/2026/06/10/a-human-in-control/
2•jicea•31m ago•0 comments