frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Commonsense Lessons from the Silicon Valley VC Cash Splash and Metaverse Fail

https://medium.com/@vektormemory/commonsense-lessons-from-the-silicon-valley-vc-cash-splash-metav...
1•vektormemory•3m ago•0 comments

Raided Myanmar Scam Compounds

https://www.abc.net.au/news/2026-07-21/myanmar-scam-compounds-exponential-growth/106603324
1•Gaishan•3m ago•0 comments

Musk says new 2T param Grok model to be trained on SpaceX engineering corpus

https://twitter.com/elonmusk/status/2079446276299465185
1•handfuloflight•4m ago•0 comments

Why design matters for a web framework: a 7-year evolution

https://wasp.sh/blog/2026/07/13/why-design-matters-for-a-web-framework
1•franjo_mindek•10m ago•0 comments

Cortisol Could Be the Next Frontier for Wearables

https://spectrum.ieee.org/cortisol-continuous-monitor-wearable
1•arnejenssen•11m ago•0 comments

Listening to Number Sequences from Oeis

https://oeis.org/listen.html
1•marysminefnuf•14m ago•0 comments

Linux kernel will support $ORIGIN, sort of

https://fzakaria.com/2026/07/20/linux-kernel-will-support-origin-sort-of
2•ingve•15m ago•0 comments

Open SDK for AGM AG32 Combo RISC-V/FPGA Chip

https://github.com/bbenchoff/AGaMEMnon/
3•djfergus•15m ago•0 comments

Limine: Modern, secure, portable, multiprotocol bootloader and boot manager

https://github.com/Limine-Bootloader/Limine
1•noteness•16m ago•0 comments

The CCS2 Attack Surface on EV Chargers (SSH Root:Root)

https://www.saiflow.com/blog/the-hidden-ccs2-attack-surface-on-ev-chargers
1•denysvitali•19m ago•0 comments

Show HN: Intelligent Log Sanitization and logs to metrics

https://github.com/sanitizeai/logguardai
1•sanitizeai•19m ago•0 comments

The bugged stately home where German prisoners blabbed their secrets

https://www.theguardian.com/culture/2026/jul/20/trent-park-house-of-secrets-review-bugged-prisone...
1•6LLvveMx2koXfwn•21m ago•0 comments

Huawei's plan to achieve the escape velocity: Tau Scaling and datacenters

https://polymath707.substack.com/p/huaweis-strategy-applying-tau-scaling
1•chvid•21m ago•0 comments

Storybook: AI MCP

https://storybook.js.org/ai
1•handfuloflight•30m ago•0 comments

Pay up or not? Ransomware surge has victims facing tough choices

https://arstechnica.com/security/2026/07/pay-up-or-not-ransomware-surge-has-victims-facing-tough-...
1•arto•34m ago•0 comments

US judge approves Anthropic's $1.5B settlement of copyright lawsuit

https://www.reuters.com/world/us-judge-approves-anthropics-15-billion-settlement-copyright-lawsui...
2•throwaway2027•36m ago•0 comments

Modula-3 History Collection on Computer History Museum

https://softwarepreservation.computerhistory.org/modula3/
2•pjmlp•36m ago•0 comments

'Made in EU' password manager shares codebase with Russian State-certified firm

https://brusselssignal.eu/2026/07/made-in-eu-password-manager-shares-codebase-with-russian-state-...
6•alephnerd•38m ago•3 comments

China's Z.ai Completes 1-Gigawatt AI Data Center Using Only Chinese-Made Chips

https://finance.yahoo.com/technology/ai/articles/chinas-z-ai-completes-1-205515769.html
2•angst•38m ago•0 comments

Taipan: Run .py Without CPython

https://github.com/FarhanAliRaza/taipan
2•sts153•46m ago•1 comments

Learn any AI tool in 15 min sessions

https://metana.io/ai-training-for-professionals
1•Hirun_w•49m ago•0 comments

Ernest Hemingway: The End of Something (1925)

https://storyoftheweek.loa.org/2026/07/the-end-of-something.html
2•NaOH•50m ago•0 comments

Waiting for an Epiphany

https://www.scotthyoung.com/blog/2006/12/05/waiting-for-an-epiphany/
2•skilled•52m ago•0 comments

Show HN: Calyxa – Browser Native AI tutor solving the "cheating" problem

https://calyxa.app
1•Darcy0911•54m ago•0 comments

Show HN: 3D Biological Fractals in Browser

https://fractl.art
1•gilded-lilly•55m ago•0 comments

DeepSeek cut prices 75%. The 100x problem remains

https://venturebeat.com/orchestration/deepseek-cut-prices-75-the-100x-problem-remains
3•T-A•55m ago•0 comments

Show HN: Take a photo of a menu, get a website

https://www.eatfoodnow.com/
1•t-van•57m ago•0 comments

Inertia.js Adapter for WordPress and PHP

https://github.com/webkul/inertia
2•himanshu-here•1h ago•0 comments

Job Scheduling for Node.js

https://www.nodecron.com/
1•ankitg12•1h ago•0 comments

"Turing Complete" Learn CPU architecture with puzzles video game

https://www.youtube.com/watch?v=goclUECM2ds
1•innerHTML•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