frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

FinalSpark. Rent Brain Power

https://finalspark.com/neuroplatform/
1•pelagicAustral•1m ago•0 comments

Second Reality by Future Crew (1993) in JavaScript

https://www.secondreality1993.com/
1•ibobev•2m ago•0 comments

JSON evolution in Go: from v1 to v2

https://antonz.org/go-json-v2/
1•typical182•2m ago•0 comments

Triangulating AI's Climate Impact, a Look at Studies, Research and Regulation

https://read.misalignedmag.com/triangulating-ais-climate-impact-a-look-at-studies-research-and-re...
1•lcubw•3m ago•1 comments

My Apple Watch would rather I skipped the winter coat

https://www.thisandthat.chat/blog/garbage-in-dressed-up-in-tech/
1•jreynar•3m ago•0 comments

Merchants of Insecurity

https://blog.happyfellow.dev/merchants-of-insecurity/
2•jwdunne•4m ago•0 comments

Mold: A Parallel Linker

https://arxiv.org/abs/2608.23228
1•chrsw•4m ago•0 comments

US data centers tripled annual water consumption to 17B gallons

https://forgeeks.net/us-data-centers-water-use-17-billion-gallons/
1•kuuuzya•4m ago•0 comments

Polars – Prototype on a laptop, scale to 16B rows: one Polars query

https://pola.rs/posts/market-data-to-plotly-enterprise-dashboard/
1•speckx•4m ago•0 comments

Realme P4 vs. Tecno Pova 7 Neo: Comparing two 7000mAh phones side-by-side

https://forgeeks.net/realme-p4-vs-tecno-pova-7-neo-which-budget-battery-giant-actually-wins/
1•kuuuzya•5m ago•0 comments

Casio MQ24: Hands-On with the (Often) Cheapest Watch on Amazon

https://www.hodinkee.com/articles/with-the-often-cheapest-watch-on-amazon
2•xeonmc•5m ago•0 comments

Extending Life Perception

https://herman.bearblog.dev/extending-life-perception/
1•HermanMartinus•7m ago•0 comments

EVE Online moves to Python 3

https://www.eveonline.com/news/view/the-move-to-python-3-begins
2•TylerJaacks•7m ago•0 comments

Apple Introduces New Mac Studio with M5 Max and M5 Ultra

https://www.apple.com/newsroom/2026/08/apple-introduces-new-mac-studio-with-m5-max-and-m5-ultra/
20•interpol_p•9m ago•9 comments

Show HN: Wirespan, a daily power grid optimization puzzle I made for my son

https://wirespan.app/?r=hnn
1•dualarte•9m ago•0 comments

Show HN: Canned Web – Lock a Mac to a single website (kiosk mode, no MDM)

https://cannedweb.app/
1•kazbeki•10m ago•0 comments

FreeCP/M, a modern take on the classic CP/M operating system

https://github.com/Mazin-O3/freecpm
2•oldnetguy•10m ago•0 comments

Apple introduces M6 and M5 Ultra for a big leap in performance and AI compute

https://www.apple.com/newsroom/2026/08/apple-introduces-m6-and-m5-ultra-for-a-big-leap-in-perform...
24•interpol_p•11m ago•4 comments

The Rules Won't Help You When the Game Is Rigged

https://matthogg.fyi/the-rules-wont-help-you-when-the-game-is-rigged/
2•speckx•12m ago•0 comments

An open protocol for AI-mediated product discovery

https://github.com/open-receipt-protocol/orp/blob/main/README.md
1•NiklasHenkel•12m ago•1 comments

Android is getting its own weird dots to cure car sickness

https://www.theverge.com/tech/984226/google-motion-assist-anti-nausea-car-sickness-cure
2•corvad•13m ago•0 comments

Decades-long Linux ownership dispute dead after Xinuos appeal rejected

https://www.tomshardware.com/software/linux/decades-long-linux-ownership-dispute-effectively-dead...
2•theanonymousone•15m ago•0 comments

My agent inflated its own state file to 49MB. Every check passed for three days

https://wisplu.com/blog/en/status-file-blew-up/
1•dustinchu•17m ago•0 comments

Show HN: Turn a Sandbox into an MCP Server

https://github.com/substructureai/mcpd
1•xwil•17m ago•0 comments

Ask HN: Best LLM Subscription as of Now?

1•Simon2712•18m ago•0 comments

React Compiler Linting Just Got a Rust-Native Speedup in Oxlint

https://blog.master.dev/react-compiler-linting-just-got-a-rust-native-speedup-in-oxlint/
3•ibobev•18m ago•0 comments

25 August 1991: "Hello everybody out there using minix"

https://web.archive.org/web/20130509134305/http://groups.google.com/group/comp.os.minix/msg/b813d...
1•theanonymousone•18m ago•0 comments

AI for Peace Workshop – ICLR 2026

https://www.youtube.com/watch?v=KHzzf0tIwDM
1•eggy•19m ago•1 comments

Tech (Or Political?) Choices

https://manualdousuario.net/en/tech-choices-macstories/
1•rpgbr•19m ago•1 comments

A curmudgeon tries a language server

https://entropicthoughts.com/curmudgeon-tries-language-server
1•ibobev•19m 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