frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Review: Chuwi's $449 Unibook laptop is a funhouse-mirror MacBook Neo

https://arstechnica.com/gadgets/2026/08/review-chuwis-449-unibook-laptop-is-a-funhouse-mirror-mac...
1•rbanffy•2m ago•0 comments

Meditations on Moloch (2014)

https://www.slatestarcodexabridged.com/Meditations-On-Moloch
1•tie-in•3m ago•0 comments

Hnrss Has Stopped Updating

1•TheKnack•3m ago•0 comments

Distributed micro-LLM inference across three ESP32-S3 N16R8 boards with ESP-NOW

https://github.com/wladimiravila/esp32s3-distributed-ai
1•j0selit0•4m ago•0 comments

A Drone Killed Three Ukrainians. It Was Guided by A.I

https://www.nytimes.com/2026/08/24/world/europe/russia-drones-autonomous-ai-kill-ukraine-war.html
1•tedmiston•6m ago•0 comments

Show HN: Yami – A multi-model AI platform with Skills and Agent execution

https://www.yami.yunfeihe.com
1•jackhyyy•7m ago•0 comments

A Stronger Europe

https://www.rhinegroup.eu/
1•simonebrunozzi•9m ago•0 comments

Ask HN: No one ever accused OpenAI of not being ambitious enough

1•fragmede•9m ago•0 comments

Noticer – Chrome extension to notify of page changes with On-device AI

https://chromewebstore.google.com/detail/noticer-simple-ai-page-mo/eagdehiehldfoofmkhihkpegddjaolbn
1•laurynas-s•10m ago•0 comments

The Sane Rendering Manifesto

https://gist.github.com/bazhenovc/c0aa56cdf50df495fda84de58ef1de5e
1•ivanjermakov•12m ago•0 comments

The Art of Chip-8

http://beyondloom.com/blog/artofchip8.html
1•surprisetalk•12m ago•0 comments

Converting the OST File to PST Format

https://apps.microsoft.com/detail/9p62fq9z8x7p?hl=en-US&gl=US
1•tieanderson•12m ago•0 comments

Katara – A human-only reverse job board built to fight AI recruiter spam

https://www.trykatara.com/en-gb
2•mwala-zm•13m ago•0 comments

Prediction Markets Are a National Security Risk

https://www.pogo.org/analyses/prediction-markets-are-a-national-security-risk
1•DeepLogin•13m ago•0 comments

"AST vs. Code" as Context for AI Agents

1•enismustafaj•13m ago•0 comments

Ask HN: Why do corporate failures always seem to punish the wrong people?

3•mittermayr•14m ago•0 comments

Microsoft built a Classic Outlook "skin" for New Outlook to win over users

https://www.windowslatest.com/2026/08/23/microsoft-built-a-classic-outlook-skin-for-new-outlook-t...
2•HelloUsername•15m ago•0 comments

Perplexity's free AI offer left it with millions more users in India

https://techcrunch.com/2026/08/18/perplexitys-free-ai-offer-left-it-with-millions-more-users-in-i...
2•deepmem•19m ago•0 comments

Show HN: Natural Language to SQL with Guardrails

https://geekyants.com/ai-accelerator/conversational-data-intelligence-accelerator
4•Harish_0089•21m ago•0 comments

Replicating Reddit's best feature on other forums

https://xavd.id/blog/post/highlighting-users/
1•birdculture•22m ago•0 comments

Intent to Ship: JPEG XL decoding support in blink

https://groups.google.com/a/chromium.org/g/blink-dev/c/-gDojQbDPRI/m/X8JyGp7uDgAJ
1•AshleysBrain•22m ago•0 comments

The pressure mounts on U.S. universities

https://wng.org/opinions/the-pressure-mounts-on-u-s-universities-1787180417
1•geox•23m ago•0 comments

Show HN: RankRates – A market tracker for pay-to-rank directories

https://rankrates.com/
1•auv1107•25m ago•0 comments

AI Wanted to Give Up. The Human Didn't – Fatbobman's Swift Weekly #150

https://weekly.fatbobman.com/p/fatbobmans-swift-weekly-150
1•fatbobman•27m ago•1 comments

Where does fat go when you lose weight? In your breath and your sweat

https://theconversation.com/where-does-fat-actually-go-when-you-lose-weight-the-answer-is-in-your...
3•samizdis•29m ago•1 comments

Show HN: Browser extension that removes the algorithm from every social platform

https://notforyou.app/
2•lowtecky•30m ago•0 comments

Show HN: Echo – Offline semantic image search for Windows (CLIP and FAISS)

https://github.com/kelvinolabanji/echo
1•crow9292•32m ago•0 comments

I measured whether my LLM agent workload repeat. It doesn't

https://github.com/KodieFix/AgentCompiler
1•m_pava•32m ago•0 comments

Two months, $0: the honest ledger of an AI agent trying to make its first dollar

https://aitoolsinsiderhq.com/log/two-months/
2•atlasheyinsider•32m ago•0 comments

Go 1.27 will make some allocations cheaper

https://lemire.me/blog/2026/08/15/go-1-27-will-make-some-allocations-cheaper/
1•surprisetalk•32m 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