frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What Makes a Language Flourish?

https://www.5jt.com/what-makes-a-language-flourish
1•tosh•27s ago•0 comments

Adding live reload to a static site generator written in Go

https://jon.chrt.dev/2026/03/20/adding-live-reload-to-a-static-site-generator-written-in-go.html
1•PaulHoule•35s ago•0 comments

Understanding security warnings when opening Remote Desktop (RDP) files

https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/remotepc/understa...
1•neogodless•41s ago•0 comments

Billionaire backer sues Trump family's crypto firm over alleged extortion

https://www.bbc.com/news/articles/c8x7kxjgq9xo
1•tartoran•3m ago•0 comments

We found a stable Firefox identifier linking all your private Tor identities

https://fingerprint.com/blog/firefox-tor-indexeddb-privacy-vulnerability/
1•danpinto•3m ago•0 comments

Trump Wants to Double Production of New Nuclear Weapon Cores

https://www.404media.co/trump-2027-budget-nuclear-weapons/
1•cdrnsf•3m ago•0 comments

When the AI Cloud Comes for Texas Water

https://www.texasobserver.org/texas-legislature-data-center-boom-water/
1•cdrnsf•3m ago•0 comments

AI Tools Are Helping Mediocre North Korean Hackers Steal Millions

https://www.wired.com/story/ai-tools-are-helping-mediocre-north-korean-hackers-steal-millions/
1•cdrnsf•4m ago•0 comments

Honey, I Shrunk the Coding Agent

https://itayinbarr.substack.com/p/honey-i-shrunk-the-coding-agent
1•homarp•6m ago•1 comments

New York bans state employees from insider trading on prediction markets

https://www.wired.com/story/new-york-bans-government-employees-prediction-markets/
2•jmsflknr•8m ago•0 comments

Why Gen AI Isn't Quite Cost-Effective at Creating 3D Game Worlds

https://wjamesau.substack.com/p/why-gen-ai-isnt-quite-cost-effective
1•SLHamlet•9m ago•0 comments

The Mystery of the Giant Blobs at the Center of the Earth

https://nautil.us/the-mystery-of-the-giant-blobs-at-the-center-of-the-earth-1280082
1•Brajeshwar•9m ago•0 comments

How to program computers (kos) [video]

https://www.youtube.com/watch?v=kTrOg19gzP4
1•tosh•9m ago•0 comments

Compiler Jokes

https://bitsrc.org/blog/posts/compiler-jokes.html
1•kouosi•10m ago•0 comments

EML compresses calculator syntax; Phase Calculus places it one layer downstream

1•jlietz93•10m ago•0 comments

Trees of New York City

https://tree-map.nycgovparks.org/tree-map/neighborhood/177
1•jackconsidine•10m ago•0 comments

Show HN: We built Cursor, but for data transformations [Open Source]

https://github.com/zipstack/visitran
1•naren87•12m ago•0 comments

New Kind of Paper (2021)

https://mlajtos.mu/posts/new-kind-of-paper
1•tosh•13m ago•0 comments

I almost signed a lease that would have cost me thousands

https://goleazly.com/
1•pomberito•14m ago•0 comments

What if we start to draw inspiration from nature's greatest machine?

https://eversoleken.substack.com/p/signaling-is-the-intelligence
1•kennethops•14m ago•1 comments

Show HN: DrakeAI – AI expense tracker you log by texting (iOS and Android)

https://apps.apple.com/us/app/drakeai/id6762331893
1•a_protsyuk•15m ago•0 comments

Google's 8th Generation TPUs Power the Agentic Era [video]

https://www.youtube.com/watch?v=Ocf7EYHmmzo
1•sam1234apter•17m ago•0 comments

Show HN: A Swift Payment message validator built from Swift Standard rules

https://cbprstar.com/
1•phoughton•19m ago•0 comments

Live hooks – simple missing patterns for predictable hooks in async React code

https://github.com/Taltzipi/live-hooks
1•taldavidson•19m ago•1 comments

Building design system components with agent teams

https://www.kaelig.fr/design-system-components-with-ai-agent-teams/
1•kaelig•19m ago•0 comments

Physicists think they've solved the muon mystery

https://arstechnica.com/science/2026/04/physicists-think-theyve-solved-the-muon-mystery/
1•nobody9999•20m ago•0 comments

Show HN: Clawrium – A CLI for managing AI agent fleet across multiple instances

https://ric03uec.github.io/clawrium/
2•devashish86•21m ago•1 comments

Ask HN: Do financial stakes improve long-term consistency?

https://proofly.migliorarecorp.com/
1•talhaahsan•22m ago•0 comments

Markdown (Aaron Swartz: The Weblog)

http://www.aaronsw.com/weblog/001189
2•birdculture•24m ago•0 comments

Surveillance Pricing: Exploiting Information Asymmetries

https://lpeproject.org/blog/surveillance-pricing-exploiting-information-asymmetries/
4•cainxinth•25m ago•0 comments
Open in hackernews

Ask HN: How do you get into systems programming

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