frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How GitHub Won Software Development

https://www.infoworld.com/article/4069045/how-github-won-software-development.html
1•strangerding•2m ago•0 comments

Chaos and lies: Why Sam Altman was booted from OpenAI according to new testimony

https://www.theverge.com/ai-artificial-intelligence/814876/ilya-sutskever-deposition-openai-sam-a...
1•jnord•2m ago•0 comments

The New Ivy League

https://opencv.md/blog/the-new-ivy-league/
1•allenleee•3m ago•0 comments

A Short Survey of Compiler Targets

https://abhinavsarkar.net/notes/2025-compiler-backend-survey/
1•birdculture•5m ago•0 comments

The World's Biggest Electric Ship Charges Up

https://spectrum.ieee.org/electric-boat-battery-ship-ferry
1•thunderbong•5m ago•0 comments

An alternative syntax for dplyr that replaces names with GenZ slang

https://hadley.github.io/genzplyr/
1•svoit•6m ago•0 comments

Samourai Wallet Developer Sentenced to 5 Years for Unlicensed Money Transmitting

https://www.bloomberg.com/news/articles/2025-11-06/crypto-mixer-co-founder-gets-five-years-in-mon...
1•rzk•10m ago•1 comments

Why women land top jobs in struggling orgs – they may just be better in a crisis

https://theconversation.com/why-women-land-top-jobs-in-struggling-organisations-they-may-just-be-...
1•binning•10m ago•0 comments

Modern chips would be unusable with 2000s era heatsinks

https://twitter.com/lauriewired/status/1982886395741143351
1•MrBuddyCasino•10m ago•0 comments

Show HN: WeToDrive: Save WeTransfer Links Directly to Google Drive

https://wetodrive.com
1•micahele•12m ago•0 comments

UNDP Anti-Scam Handbook v2.0

https://www.undp.org/policy-centre/singapore/publications/anti-scam-handbook
1•teleforce•13m ago•0 comments

Dave's Garage: How I'd fix Windows, by a retired MS Windows engineer [video]

https://www.youtube.com/watch?v=oTpA5jt1g60
2•sandebert•17m ago•0 comments

Ask HN: Is AI a trap that humanity is building for itself? (Thiel)

1•roschdal•22m ago•0 comments

ITV in talks to sell television business to Sky (Comcast)

https://www.bbc.co.uk/news/articles/czxk7j87xd0o
1•fredoralive•25m ago•0 comments

A note to everyone waiting for the right idea

https://1millionarr.substack.com/p/a-note-to-everyone-waiting-for-the
3•basquiyacht•27m ago•0 comments

AI's 70% Problem

https://zed.dev/blog/ai-70-problem-addy-osmani
1•todsacerdoti•29m ago•0 comments

GTIG Advances in Threat Actor Usage of AI Tools [pdf]

https://services.google.com/fh/files/misc/advances-in-threat-actor-usage-of-ai-tools-en.pdf
1•giulianopz•32m ago•0 comments

Valid Inference with Imperfect Synthetic Data

https://arxiv.org/abs/2508.06635
1•djhu9•34m ago•0 comments

2025 OWASP Top

https://owasp.org/Top10/2025/0x00_2025-Introduction/
1•weinzierl•36m ago•0 comments

Wager Pals: Polymarket for you friends – bet on their lives

https://www.wagerpals.io/
1•viraatdas•38m ago•0 comments

Xpeng Iron Robot Cut Open on Stage to Prove It's Real [video]

https://www.youtube.com/watch?v=YExd152QcDY
1•etoulas•42m ago•0 comments

A startup’s quest to store electricity in the ocean

https://techcrunch.com/2025/10/22/one-startups-quest-to-store-electricity-in-the-ocean/
7•rbanffy•43m ago•1 comments

Show HN: Rmbrr – parallel directory deletion in Rust

1•mtopo•50m ago•0 comments

IncusOS

https://discuss.linuxcontainers.org/t/announcing-incusos/25139
1•mariuz•53m ago•0 comments

iOS 26.2 will remove a key iPhone and Apple Watch feature in EU

https://9to5mac.com/2025/11/05/ios-26-2-will-remove-a-key-iphone-and-apple-watch-feature-in-eu-pe...
3•eecc•58m ago•1 comments

Selective CO2 uptake in highly fluorinated non-porous crystalline materials

https://www.nature.com/articles/s41557-025-01943-4
1•PaulHoule•59m ago•0 comments

Show HN: Expressio – internationalization tooling for translators and AI

https://github.com/garage44/garage44/tree/main/packages/expressio
1•jvanveen•59m ago•1 comments

I Built a Markdown Translation Plugin for VS Code Using Vibe Coding

https://github.com/xukechu/Babel-Markdown
1•iceKirin•1h ago•0 comments

Bitdrop: The geographically centered filesharing application

https://www.bitdrop.dev/
1•viraatdas•1h ago•1 comments

Gen X: middle-aged, enraged and radicalised by internet bile

https://www.theguardian.com/commentisfree/2025/nov/07/gen-x-internet-radicalisation-populist
3•beardyw•1h ago•0 comments
Open in hackernews

Ask HN: How do you get into systems programming

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