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

Abnormal.ai Response to Anthropic Lawsuit

https://abnormal.ai/blog/abnormal-response-to-anthropic-lawsuit
1•babelfish•55s ago•0 comments

I built a tiny proxy that gives GLM 5.2 vision (or any text LLM) – MIT

https://github.com/thomasunise/visionbridge
2•thomasunise•3m ago•0 comments

Show HN: Q a REPL for LLM inside the terminal

https://github.com/alaa-alawi/q
1•alaaalawi•3m ago•0 comments

Code is overpaying for AI. /tokendiet finds where

https://tokendiet.dev/
1•eMoka•3m ago•1 comments

A New Foundation for Tuxedo OS: Switching to Debian

https://www.tuxedocomputers.com/en/A-new-foundation-for-TUXEDO-OS-Switching-to-Debian.tuxedo
1•DavideNL•4m ago•0 comments

Sets up your AI agent for Cloudflare

https://developers.cloudflare.com/agent-setup/prompt.md
1•gurjeet•4m ago•0 comments

Hudson News self-checkout terminals add 3% "employee benefit" surcharge in NY

https://twitter.com/_ZachGriff/status/2074538643465683065
2•ilamont•4m ago•1 comments

Ask HN: Google's chilling effects on expressing democratic dissent

1•terabytest•5m ago•0 comments

Squish, a local LLM inference server for Apple Silicon

https://squish.run/blog/local-llm-fast-enough/
1•wscholl•5m ago•0 comments

Doing front end changes via LLMs is pain in the a*

https://github.com/mi60dev/visionaire-engine
1•mishonyAI•6m ago•1 comments

Show HN: Xls-reader – read legacy .xls in the browser, no upload, zero deps

https://zanlucathiago.github.io/xls-reader/demo.html
1•thiagozanluca•6m ago•0 comments

Proximity to Golf Courses and Risk of Parkinson Disease

https://jamanetwork.com/journals/jamanetworkopen/fullarticle/2833716
1•bookofjoe•7m ago•0 comments

AI Neovim

https://github.com/s2xon/aeovim/
1•s2xon•9m ago•1 comments

Show HN: Last EHR – AI agent over a FHIR back end with human approval on writes

https://www.lastehr.com
1•betzsoftware•10m ago•0 comments

Muse Image and Muse Video

https://ai.meta.com/blog/introducing-muse-image-muse-video-msl/?_fb_noscript=1
1•surprisetalk•10m ago•0 comments

Scruter – Ads Intelligence SaaS

https://scruter.net
1•dritdoit•10m ago•0 comments

Never submit code you don't understand

https://dri.es/never-submit-code-you-do-not-understand
2•speckx•13m ago•1 comments

Ccl: Categorical Configuration Language

https://github.com/chshersh/ccl
2•linkdd•13m ago•0 comments

Auto: The AGI Compiler

https://github.com/RightNow-AI/auto
3•OsamaJaber•15m ago•2 comments

Policy Statement Concerning the Suppression of Accuracy in AI Systems

https://www.federalregister.gov/documents/2026/07/07/2026-13628/policy-statement-concerning-the-s...
3•petethomas•15m ago•0 comments

Tessera - an AI agent that refuses to answer without evidence

https://github.com/robert-vetter/tessera
2•robert-vetter•17m ago•0 comments

Amber the programming language compiled to Bash/Ksh/Zsh

https://amber-lang.com/
1•_superposition_•18m ago•0 comments

I use AI in creating my newsletter

https://petergasston.co.uk/how-i-use-ai-in-creating-my-newsletter/
2•speckx•19m ago•2 comments

Muse Image: Free AI Image Generator – Museimage.io

https://museimage.io/http:/localhost:3000
1•sarkory•19m ago•0 comments

Get Ready for the Powerful CSS Border-Shape Property

https://css-tricks.com/get-ready-for-the-powerful-css-border-shape-property/
1•gsky•20m ago•0 comments

Google's exponential path to climate-wrecking digital bloat

https://ketanjoshi.co/2026/07/01/googles-exponential-path-to-climate-wrecking-digital-bloat/
1•jonathandeamer•21m ago•0 comments

Fable Is Good

https://www.robinsloan.com/lab/fable-is-good/
2•janvdberg•21m ago•0 comments

AI recommends crap travel services

https://www.theguardian.com/business/2026/jul/02/ai-summaries-tripadvisor-hotel-reviews-downplay-...
1•mikelgan•22m ago•1 comments

Show HN: Claudeometer – Share and pool Claude usage across a team (macOS, OSS)

https://github.com/SGSI/claudeometer
1•WableSanket•23m ago•0 comments

Discord banned 8k users for posting benign grid images

https://www.theverge.com/games/962156/discord-accidental-bans-grid-images
4•logickkk1•23m ago•1 comments