frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why Career Growth Needs Self-Advocacy

https://letters.unchartedpathbreakthroughs.com/posts/why-career-growth-needs-self-advocacy
2•mooreds•55s ago•0 comments

The Drunken Monkey Hypothesis (2004) [pdf]

https://repository.si.edu/server/api/core/bitstreams/f57027ff-00de-4675-8352-836c4d1e06f1/content
1•mooreds•1m ago•0 comments

AI companies spend record sums on Washington lobbying

https://www.ft.com/content/d8a5f95e-3b6d-463a-a848-c9ef8e2394db
1•1vuio0pswjnm7•1m ago•0 comments

Operation TIPS (2002)

https://en.wikipedia.org/wiki/Operation_TIPS
1•iamnothere•1m ago•0 comments

Clean code creator isn't reading his code –- why?

https://twitter.com/unclebobmartin/status/2080257779395154409
1•danirogerc•1m ago•1 comments

Microchip Technology Signs Definitive Agreement to Acquire Hailo

https://ir.microchip.com/news-events/press-releases/detail/1406/microchip-technology-signs-defini...
1•muxamilian•2m ago•0 comments

Most Googlebots are fake

https://digitalseams.com/blog/most-googlebots-are-fake
1•Brajeshwar•4m ago•0 comments

BBC Micro AI Agent Experiment

https://www.dompajak.com/blog/bbc-micro-ai-agent/index.html
1•fidotron•4m ago•0 comments

Did OpenAI's New Model "Go Rogue"?

https://calnewport.com/did-openais-new-model-go-rogue/
2•skadamat•5m ago•0 comments

Show HN: Nostalgia – Windows 98

https://nostalgia-stilloo.zocomputer.io/
1•tsachin•5m ago•0 comments

Finding six Nginx vulnerabilities with open models

https://winfunc.com/research/endginx
1•mufeedvh•6m ago•0 comments

What policy makers need to know about AI safety and security

https://educatedguesswork.org/posts/ai-security-policymakers/
2•ibobev•6m ago•0 comments

To Database or Not to Database

https://glfmn.io/devlog/2026-07-26/
1•ibobev•6m ago•0 comments

Impressions of Teal

https://purplesyringa.moe/blog/impressions-of-teal/
1•ibobev•7m ago•0 comments

Trump Administration Admits Canceling Grants to States That Did Not Vote for Him

https://www.nytimes.com/2026/07/24/business/trump-state-grants-canceled.html
4•xoa•7m ago•1 comments

Should You Microwave Salmon? (2024)

https://mollymogrenkatt.substack.com/p/i-tried-it-should-you-microwave-salmon
1•surprisetalk•8m ago•0 comments

Malbolge

https://en.wikipedia.org/wiki/Malbolge
2•tosh•9m ago•0 comments

We built a video ingestion pipeline for 60× scale headroom

https://codo.tech/blog/how-we-built-a-video-ingestion-pipeline-for-60x-scale-headroom/
1•qbllr_•10m ago•0 comments

Write the Documentation First

https://jrhawley.ca/2026/05/11/write-the-docs-first
2•speckx•10m ago•0 comments

We're open sourcing our privacy proxy CLI

https://blog.cloudflare.com/open-sourcing-our-privacy-proxy-cli/
1•soheilpro•10m ago•0 comments

The Year of Technoligarchy

https://www.citationneeded.news/the-year-of-technoligarchy/
2•mooreds•10m ago•0 comments

PostgreSQL's MVCC is bad. So is everyone else's

https://boringsql.com/posts/mvcc-bad-bad/
1•radimm•11m ago•0 comments

Anatomy of a Thin-Book Loss

https://brocode.rs/research/thin-book-loss/
1•desicne•11m ago•0 comments

Don't add PostHog to your codebase. Make AI do it for you

https://posthog.com/wizard
1•mooreds•11m ago•0 comments

DIY Home Solar System for under $5000

https://www.gavinmai.com/1736354308000-diy-home-solar-backup-system
1•gmaijoe•12m ago•0 comments

Hiding Data in Empty Space Characters

http://www.undr.com/understatement/2026/july24_hiding_data_in_empty_space_demo/index.html
1•lurn_mor•13m ago•1 comments

A Brief, Incomplete, and Mostly Wrong History of Programming Languages

http://james-iry.blogspot.com/2009/05/brief-incomplete-and-mostly-wrong.html
1•wizerno•13m ago•0 comments

Show HN: Towerpunk Cyberdefence

https://towerpunk.aeonax.com
1•xeonax•13m ago•0 comments

Stable Scheduling Increases Productivity and Sales (2019) [pdf]

https://worklifelaw.org/publications/Stable-Scheduling-Study-Report.pdf
1•mooreds•14m ago•0 comments

Erasmus Darwin's Improved Design for Steering Carriages–and Cars (2002)

https://www.jstor.org/stable/532121
1•walterbell•14m ago•0 comments
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