frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Ask HN: How do you get into systems programming

13•otherayden•8mo 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•8mo 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•8mo 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•8mo 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•7mo 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•7mo 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

Mattermost restricted access to old messages after 10000 limit is reached

https://github.com/mattermost/mattermost/issues/34271
1•xvilka•7m ago•0 comments

Package managers keep using Git as a database, it never works out

https://nesbitt.io/2025/12/24/package-managers-keep-using-git-as-a-database.html
1•WhyNotHugo•8m ago•0 comments

I managed to get that lost UNIX v4 tape running on my Android tablet

https://old.reddit.com/r/termux/comments/1pv7si4/i_managed_to_get_that_lost_unix_v4_tape_running/
1•sipofwater•9m ago•0 comments

GitHub – rcarmo/feed-summarizer: The feed summarizer that powers feeds.carmo.io

https://github.com/rcarmo/feed-summarizer
1•janandonly•9m ago•0 comments

Show HN: VideoReview – Collaborative video review for games and animation

https://github.com/KirisameMarisa/video-review
1•KirisameMarisa•12m ago•0 comments

Ask HN: Payload in Amazon "Shipped" Emails

1•krautburglar•13m ago•0 comments

Show HN: Mandate – treating AI agents like economic actors, not scripts

https://github.com/kashaf12/mandate
1•kashaf12•14m ago•0 comments

I don't trust NPM install, so I built dev

https://github.com/f0i/dev
2•f0i•19m ago•1 comments

Agent Skills

https://github.com/skillmatic-ai/awesome-agent-skills
4•dergalem•23m ago•0 comments

Waymo Is Working on a Gemini AI Assistant. Here's the System Prompt

https://wongmjane.com/blog/waymo-gemini
1•kerim-ca•24m ago•0 comments

Ask HN: Share your favorite Christmas gimmicks

2•jFriedensreich•25m ago•0 comments

Exposing Honey's Evil Business Model [video]

https://www.youtube.com/watch?v=wwB3FmbcC88
1•echan00•25m ago•0 comments

Show HN: One AI API for word-accurate transcription, translation, and export

https://www.transcripthq.io/
1•ssreenithin•25m ago•0 comments

Show HN: Quintel, a Rule-Discovery Game

https://eternaldawn.itch.io/quintel
1•MageOfTheEast•25m ago•0 comments

How to Help Santa Claus Concurrently

https://wyounas.github.io/puzzles/concurrency/2025/12/23/how-to-help-santa-claus-concurrently/
2•simplegeek•27m ago•0 comments

Line scan camera image processing

https://daniel.lawrence.lu/blog/2025-09-21-line-scan-camera-image-processing/
1•vasco•29m ago•0 comments

How we solved for Cloudflare and Azure outages

https://thesidedish.flipdish.com/flipdish-shipping-forecast-multiple-clouds-with-a-chance-of-seve...
2•flibble•29m ago•0 comments

Ingestr: CLI tool to copy data between any databases with a single command

https://github.com/bruin-data/ingestr
2•saikatsg•33m ago•0 comments

We invited a man into our home at Christmas and he stayed with us for 45 years

https://www.bbc.co.uk/news/articles/cdxwllqz1l0o
39•rajeshrajappan•36m ago•2 comments

Agent-Skills-for-Context-Engineering

https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering
3•kim0•37m ago•0 comments

Good Morning to Those at Work

3•sandworm101•45m ago•0 comments

Extreme Ironing

https://en.wikipedia.org/wiki/Extreme_ironing
2•m4khno•46m ago•0 comments

Reflections on building internal tools after AI changed the workflow

1•kinj28•49m ago•0 comments

Indian rocket launches record-breaking BlueBird 6 smartphone satellite to orbit

https://www.space.com/space-exploration/launches-spacecraft/indian-rocket-launch-bluebird-6-satel...
1•saikatsg•53m ago•0 comments

Download Python Today

https://files.catbox.moe/taze7f.jpg
1•lihaciudaniel2•56m ago•0 comments

Contributing to Debezium: Fixing Logical Replication at Scale

https://engineering.zalando.com/posts/2025/12/contributing-to-debezium.html
2•saikatsg•58m ago•0 comments

Best practices for long-run LED strip installs (20–50M) to avoid flicker?

1•emmasuntech•1h ago•0 comments

Gluetun v3.41.0 Release – The Ranting Section

https://www.youtube.com/watch?v=SSkGpys40ck
1•FeelingGood•1h ago•0 comments

Prompts.chat: the social platform for AI prompts

https://prompts.chat
1•fka•1h ago•0 comments

Cursor UI is built with SolidJS

https://old.reddit.com/r/solidjs/comments/1puoifc/cursor_ui_is_built_with_solidjs/
2•itayadler•1h ago•0 comments