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

Configuration flags are where software goes to rot

https://00f.net/2026/04/11/config-flags/
1•birdculture•1m ago•0 comments

CrankGPT: A human-powered local and private AI solution

https://crankgpt.com/
2•_ihaque•2m ago•0 comments

Show HN: Group of Death – WorldCup bracket predictor with shareable URLs

https://groupofdeath.gg/
2•sparc24•2m ago•0 comments

FeOS: A 16-Bit OS Written in ASM (and a custom language)

https://github.com/anhumandev/feos
1•anhuman•3m ago•1 comments

Neural-somatic simulations of history's greatest minds

https://www.opendria.com/
1•opendria•4m ago•0 comments

Understanding why autism symptoms sometimes improve amid fever

https://news.mit.edu/2024/understanding-why-autism-symptoms-sometimes-improve-amid-fever-0523
2•thunderbong•4m ago•0 comments

</> Htmx – Code is Cheap(er)

https://htmx.org/essays/code-is-cheap/
2•leephillips•7m ago•0 comments

The circus freaks of open source

https://drewdevault.com/blog/Circus-freaks-of-FOSS/
2•Tomte•9m ago•0 comments

The round-the-world escape from Pearl Harbor

https://signoregalilei.com/2026/05/17/the-round-the-world-escape-from-pearl-harbor/
1•surprisetalk•9m ago•0 comments

SignalScout

https://signalscout.be
2•AIGENIZE•9m ago•0 comments

My thoughts on the "focusgroup" attribute proposal

https://www.stevefrenzel.dev/posts/my-thoughts-on-the-focusgroup-attribute-proposal/
1•speckx•13m ago•0 comments

A curated list of AI for developers

https://github.com/ai-for-developers/awesome-ai-coding-tools
2•dariubs•14m ago•0 comments

Stop Using Conventional Commits

https://sumnerevans.com/posts/software-engineering/stop-using-conventional-commits/
5•jsve•14m ago•0 comments

Federal audit reveals NIST's NVD is plagued by poor planning and duplication

https://cyberscoop.com/nist-nvd-audit-mismanagement-duplication/
2•u1hcw9nx•15m ago•0 comments

AI investment 2nd round, from GPU to power·industrial goods·space

https://www.ooooo.law/board/9?lang=en
1•haebom•18m ago•0 comments

What Dot.com Bandwidth Taught Me About the AI Token Cost Panic

https://www.axamy.com/blog/bandwidth-tokens
1•jhonovich•18m ago•1 comments

MCemm a GEMM (General Matrix Multiply) Kernel Generato

1•Okerew•18m ago•0 comments

Clean City Law: Secrets of SãO Paulo Uncovered by Outdoor Advertising Ban

https://99percentinvisible.org/article/clean-city-law-secrets-sao-paulo-uncovered-outdoor-adverti...
1•chistev•20m ago•0 comments

Agentic communication protocol – why A2A sucks

https://asimovaddendum.substack.com/p/agents-need-a-public-square
1•ilan_s•20m ago•1 comments

The cognitive benefit of a window view

https://www.sciencedirect.com/science/article/pii/S0167268125004755
1•PaulHoule•20m ago•0 comments

Leak Reveals Microsoft Wants Its AI to Be 'Addictive'

https://kotaku.com/microsoft-ai-scout-addictive-satya-nadella-404-media-copilot-2000702924
7•thm•21m ago•0 comments

Justices validate SEC's use of disgorgement in securities enforcement

https://www.scotusblog.com/2026/06/justices-validate-secs-use-of-disgorgement-in-securities-enfor...
3•jawns•21m ago•0 comments

Russian Satellites Have Been Jamming GPS Signals Across Europe, Scientists Say

https://www.nytimes.com/2026/06/05/world/europe/russia-satellites-gps-interference-europe.html
5•ripe•21m ago•1 comments

Show HN: 2Draw – co-operative pictionary built with TLDraw inspired by Drawful

https://2draw.ritzademo.com/
1•sixhobbits•22m ago•0 comments

An Unbiased OSS Benchmark for Code Review Agents

https://codereview.withmartian.com/
1•forks•23m ago•0 comments

Show HN: Lich, start a dev stack per coding agent in parallel

https://github.com/RPate97/lich
1•patethegreat•24m ago•0 comments

When Does Federal Debt Reach Unsustainable Levels? Spring 2026 – Onward

https://budgetmodel.wharton.upenn.edu/p/2026-06-02-when-does-federal-debt-reach-unsustainable-lev...
1•fzliu•24m ago•0 comments

Elevated errors on many Claude models

https://status.claude.com/incidents/fprlnsvdnr2k
5•corvad•24m ago•0 comments

Show HN: Agents Remember – Git-aware memory for coding agents

https://github.com/Foxfire1st/agents-remember-md
1•foxfire_1st•24m ago•0 comments

Celebrity Border Collie with 1.5M followers dognapped and eaten

https://www.independent.co.uk/asia/china/chutou-dog-theft-china-border-collie-b2989675.html
2•SilverElfin•28m ago•1 comments