frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Code Like a Pirate with AI

https://bitfieldconsulting.com/posts/code-like-pirate
1•ingve•47s ago•0 comments

Show HN: SindriCAD – open-source parametric CAD for Linux, Windows and macOS

https://github.com/MakerViking/sindricad
1•muninworks•1m ago•0 comments

People are mysteriously disappearing off WhatsApp

https://www.the-independent.com/tech/whatsapp-account-removed-deleted-rules-b3027160.html
1•Markoff•1m ago•0 comments

The session that synced itself

https://github.com/craigstoller/claude-code-sessions/blob/main/docs/the-session-that-synced-itsel...
2•craigstoller•4m ago•0 comments

Design by Contract and Effects for LLMs

https://gavinray97.github.io/blog/design-by-contract-and-effects-for-llms
1•caminanteblanco•5m ago•0 comments

A peculiar way to install apps

https://unsung.aresluna.org/as-a-windows-user-its-a-very-surreal-way-to-install-a-program/
2•colinprince•8m ago•0 comments

Surveillance-based advertising: why ad AI economics always demand more data

https://www.adreva.ai/learn/ai-in-advertising
1•abasicodes•8m ago•0 comments

Asana's Tab Shortcuts

https://unsung.aresluna.org/asanas-fascinating-tab-shortcuts/
1•speckx•8m ago•0 comments

Show HN: And now for a break: The Swimmer (1968) in Frogger Form

https://fun-things.vercel.app/the-swimmer/
1•bethanyhunt•11m ago•0 comments

Learning the ropes: why Germany is building risk into its playgrounds (2021)

https://www.theguardian.com/world/2021/oct/24/why-germany-is-building-risk-into-its-playgrounds
2•downbad_•11m ago•0 comments

New unlimited use coding agent (Standard Code)

https://standardcode.ai/
2•jpschroeder•11m ago•0 comments

Show HN: Single Reference to 3100 APIs

https://github.com/mindcloud-inc/universal-api-reference
3•frabjoused•12m ago•1 comments

Can Reddit fend off a new wave of AI SEO spam?

https://www.theverge.com/ai-artificial-intelligence/973098/reddit-ai-search-seo-marketing-brands-...
2•CharlesW•14m ago•0 comments

So what's next (personal news from developer of popular CoreJS polyfill) (2023)

1•KolmogorovComp•16m ago•0 comments

AI Detection of Poker Player Bluffing

https://www.wired.com/story/ai-tells-detection-world-series-of-poker-espn/
1•nate•16m ago•0 comments

The Law of Jante (2015)

https://www.theparisreview.org/blog/2015/02/11/the-law-of-jante/
1•NaOH•17m ago•0 comments

Stephen Wolfram's Wife Has Died

https://writings.stephenwolfram.com/2026/08/in-memory-of-my-wife-elise-cawley-1961-2026-with-than...
7•jdcampolargo•18m ago•0 comments

Our M365 tenant has been "deauthenticated" for 20 days

https://old.reddit.com/r/sysadmin/comments/1vfbvvs/our_entire_m365_tenant_has_been_deauthenticated/
2•oidar•19m ago•0 comments

AI demand to keep near-term inflation high, says investment strategist

https://www.cnbc.com/video/2026/08/04/ai-demand-ai-data-center-inflation-pressures-ai-debt-bonds-...
1•mapping365•19m ago•1 comments

A Revised Haskell 2010 Language Report

https://blog.haskell.org/revised-haskell-2010-report/
1•throawayonthe•19m ago•0 comments

Data.table, base, dplyr, Pandas, and polars

https://arelbundock.com/posts/dt_tb_df/
1•speckx•21m ago•0 comments

Kopi: A CLI Coffee Journal

https://github.com/mrusme/kopi
1•rishikeshs•22m ago•0 comments

LFM2.5 2.6B model competitive with 4x larger models

https://huggingface.co/LiquidAI/LFM2.5-2.6B
2•nateb2022•22m ago•0 comments

Meta: 7k

https://lcamtuf.substack.com/p/meta-7000
1•surprisetalk•24m ago•0 comments

Show HN: Block Blast AI Solver – Solve Puzzle Boards from a Screenshot

https://www.blockblastaisolver.com/
1•Mark_File217•26m ago•0 comments

Uber's Strategy for Fighting Sexual Assault Suits: 'What Were You Wearing?'

https://www.nytimes.com/2026/08/04/business/uber-sexual-assault-lawsuits.html
3•teachrdan•26m ago•0 comments

U.S. Air Force F-16 realtime autonomous intercepts

https://news.lockheedmartin.com/2026-08-04-Skunk-Works-R-Advances-Sensor-Powered-AI-Fighter-Inter...
1•r2sk5t•27m ago•0 comments

Invasive Aedes mosquitoes are colonizing US cities that were too cold for them

https://slate.com/technology/2026/08/mosquito-bugbite-insect-disease-america.html
1•hihellolhi•27m ago•0 comments

Bluetooth High Data Throughput

https://www.bluetooth.com/blog/bluetooth-le-will-soon-get-a-major-boost-in-speed-introducing-blue...
1•ledoge•29m ago•0 comments

The Catherine Project

https://catherineproject.org/
3•taylorlapeyre•29m 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