frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

1•themcgruff•22s ago

Why You Shouldn't Build a Blockchain

https://olshansky.substack.com/p/why-you-shouldnt-build-a-blockchain
1•Olshansky•43s ago•0 comments

Your cloud should come with an app builder

https://blog.railway.com/p/dev-new
1•ashumz•8m ago•2 comments

Ask HN: What tasks cost money through a UI but are free in code?

1•instagraham•8m ago•0 comments

Hop from server to server without ever leaving your terminal

https://github.com/p-arndt/hop/
1•thunderbong•10m ago•0 comments

Classifying AI Crawlers and AI Chat User Fetches from Server Logs

https://canonry.ai/blog/classifying-ai-crawlers-user-fetches-server-logs
1•arberx•12m ago•0 comments

This hydrogen-powered JCB doesn't dig – it does 406 MPH

https://www.theregister.com/offbeat/2026/08/13/this-jcb-doesnt-dig-it-does-406-mph/5287395
2•defrost•15m ago•0 comments

Rsync 3.5.0: a huge number of security fixes

https://download.samba.org/pub/rsync/NEWS#SECURITY_FIXES-3.5.0
2•zdkaster•19m ago•0 comments

Dario's wife tried to raise money from Epstein for a porn studio

https://twitter.com/atreides_sf/status/2088044874503524469
4•MrBuddyCasino•22m ago•2 comments

Show HN: Why Business Strategy Creates Innovation

https://s-1.vercel.app/
1•Taikhoom10•22m ago•0 comments

US conducted mass spying campaign against leftwing and anti-ICE protesters

https://www.theguardian.com/us-news/2026/aug/13/us-government-spied-anti-ice-protesters
13•magic_interface•25m ago•0 comments

Accurate local Claude 4.7+ tokenizer

https://www.tokenize.rs/claude
1•Tiberium•29m ago•0 comments

MLSecOps Practical Guide – open-source handbook for securing AI systems

https://github.com/MHaghighian/MLSecOps
2•moslemhaghighia•30m ago•0 comments

Example of a real working loop orchestrator

https://www.reddit.com/r/ClaudeAI/s/Q4xgqXK1bi
1•bgnm2000•35m ago•0 comments

How to tell if qubits are working together

https://medium.com/@jkim_tran/how-to-tell-if-qubits-are-working-together-3ed62f9d710c
1•jennifer-trin•36m ago•0 comments

Patterns and problems in emerging multiagent systems

https://www.anthropic.com/research/multiagent-systems
1•applicative•41m ago•1 comments

The next frontier in AI governance isn't stronger guardrails. It's fire brigades

https://www.fastcompany.com/91583956/the-next-frontier-in-ai-governance-isnt-stronger-guardrails-...
1•newsomix9xl•42m ago•0 comments

Agentstow: Canonical configs, fanned out to all your AI coding agents

https://agentstow.dev/
1•soulmachine•44m ago•0 comments

FieldFleet – open-source field operations system

https://taskfleetai.github.io/fieldfleet/
1•iguardo•45m ago•0 comments

Claude's new Scarlet Letter watermark is invisible–for now

https://arstechnica.com/tech-policy/2026/08/claudes-new-scarlet-letter-watermark-is-invisible-for...
1•jonbaer•45m ago•0 comments

Graph Engineering: Execution Graphs vs. Context Graphs

https://hydradb.com/blog/graph-engineering-ai-agents-context-graph
1•manveerc•47m ago•0 comments

Tax Law Is Funding the AI Infrastructure Boom, Not Creating It

https://news.bloombergtax.com/tax-insights-and-commentary/tax-law-is-funding-the-ai-infrastructur...
3•tldrthelaw•47m ago•0 comments

Trump's vaccine plan requires individual shots last used decades ago

https://apnews.com/article/vaccines-trump-mmr-drugmakers-5a1d91e149feab99b18dd916412523ee
4•petethomas•48m ago•0 comments

I need follower and 16 star on vaultSC pls

https://github.com/Knyazovich/vaultsc
1•aazzeefdfdz•49m ago•0 comments

The Sunlight CT Log

https://sunlight.dev/
1•pentestercrab•50m ago•0 comments

Trump Admin Lets Loose the Cyber Pirates

https://gizmodo.com/trump-admin-lets-loose-the-cyber-pirates-2000798523
3•sans_souse•50m ago•2 comments

What Is the "Bean Soup Theory" on TikTok?

https://www.insidehook.com/internet/bean-soup-theory-tiktok
1•bentcorner•50m ago•0 comments

'Not acceptable': Judge orders Google to make rival app store installs easier

https://www.theverge.com/policy/979852/that-is-not-acceptable-judge-orders-google-to-make-rival-a...
6•Jimmc414•55m ago•1 comments

Conway's Game of Life Screensaver

https://jasperbernaers.com/conways-game-of-life-screensaver/
1•vishnukvmd•1h ago•0 comments

Spicy tale of an App Store fraud

https://lapcatsoftware.com/articles/2026/8/4.html
1•JumpCrisscross•1h 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