frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

OpenCode – Open source AI coding agent

https://opencode.ai/
464•rbanffy•5h ago•214 comments

Our commitment to Windows quality

https://blogs.windows.com/windows-insider/2026/03/20/our-commitment-to-windows-quality/
421•hadrien01•7h ago•757 comments

We rewrote our Rust WASM Parser in TypeScript – and it got 3x Faster

https://www.openui.com/blog/rust-wasm-parser
112•zahlekhan•4h ago•61 comments

Linux Applications Programming by Example: The Fundamental APIs (2nd Edition)

https://github.com/arnoldrobbins/LinuxByExample-2e
32•teleforce•2h ago•5 comments

Ghostling

https://github.com/ghostty-org/ghostling
101•bjornroberg•4h ago•10 comments

France's aircraft carrier located in real time by Le Monde through fitness app

https://www.lemonde.fr/en/international/article/2026/03/20/stravaleaks-france-s-aircraft-carrier-...
476•MrDresden•13h ago•397 comments

A Japanese glossary of chopsticks faux pas

https://www.nippon.com/en/japan-data/h01362/
124•cainxinth•5h ago•110 comments

Lent and Lisp

https://leancrew.com/all-this/2026/02/lent-and-lisp/
29•surprisetalk•2d ago•1 comments

Attention Residuals

https://github.com/MoonshotAI/Attention-Residuals
129•GaggiX•8h ago•20 comments

The Los Angeles Aqueduct Is Wild

https://practical.engineering/blog/2026/3/17/the-los-angeles-aqueduct-is-wild
300•michaefe•3d ago•165 comments

Show HN: We built a terminal-only Bluesky / AT Proto client written in Fortran

https://github.com/FormerLab/fortransky
43•FormerLabFred•4h ago•30 comments

An FAQ on Reinforcement Learning Environments

https://epoch.ai/gradient-updates/state-of-rl-envs
22•dcre•1d ago•4 comments

Show HN: I made an email app inspired by Arc browser

https://demo.define.app
49•johndamaia•8h ago•27 comments

VisiCalc Reconstructed

https://zserge.com/posts/visicalc/
166•ingve•3d ago•69 comments

The worst volume control UI in the world (2017)

https://uxdesign.cc/the-worst-volume-control-ui-in-the-world-60713dc86950
69•andsoitis•2d ago•32 comments

Show HN: Red Grid Link – peer-to-peer team tracking over Bluetooth, no servers

https://github.com/RedGridTactical/RedGridLink
21•redgridtactical•4h ago•12 comments

Heisuke Hironaka Has Died

https://japannews.yomiuri.co.jp/society/general-news/20260319-317449/
7•pfortuny•1d ago•1 comments

Show HN: Baltic shadow fleet tracker – live AIS, cable proximity alerts

https://github.com/FormerLab/shadow-fleet-tracker-light
31•FormerLabFred•5h ago•6 comments

NumKong: 2'000 Mixed Precision Kernels for All

https://ashvardanian.com/posts/numkong/
35•ashvardanian•7h ago•1 comments

Delve – Fake Compliance as a Service

https://deepdelver.substack.com/p/delve-fake-compliance-as-a-service
559•freddykruger•1d ago•197 comments

Entso-E final report on Iberian 2025 blackout

https://www.entsoe.eu/publications/blackout/28-april-2025-iberian-blackout/
176•Rygian•15h ago•74 comments

Parallel Perl – Autoparallelizing interpreter with JIT

https://perl.petamem.com/gpw2026/perl-mit-ai-gpw2026.html#/4/1/1
101•bmn__•2d ago•37 comments

Meme Buildings

https://misfitsarchitecture.com/2026/03/15/meme-buildings/
21•speckx•10h ago•2 comments

The Social Smolnet

https://ploum.net/2026-03-20-social-smolnet.html
111•aebtebeten•13h ago•13 comments

Flash-KMeans: Fast and Memory-Efficient Exact K-Means

https://arxiv.org/abs/2603.09229
172•matt_d•3d ago•14 comments

Video Encoding and Decoding with Vulkan Compute Shaders in FFmpeg

https://www.khronos.org/blog/video-encoding-and-decoding-with-vulkan-compute-shaders-in-ffmpeg
151•y1n0•4d ago•54 comments

Work_mem: It's a Trap

https://mydbanotebook.org/posts/work_mem-its-a-trap/
32•enz•2d ago•2 comments

ArXiv declares independence from Cornell

https://www.science.org/content/article/arxiv-pioneering-preprint-server-declares-independence-co...
722•bookstore-romeo•22h ago•251 comments

Show HN: An open-source safety net for home hemodialysis

https://safehemo.com/
41•qweliantanner•4d ago•6 comments

Too Much Color

https://www.keithcirkel.co.uk/too-much-color/
106•maguay•3d ago•56 comments
Open in hackernews

Linux Applications Programming by Example: The Fundamental APIs (2nd Edition)

https://github.com/arnoldrobbins/LinuxByExample-2e
32•teleforce•2h ago

Comments

NewsaHackO•1h ago
Is there an actual book available?
fuzzybear3965•1h ago
Yes. Look at the README.

https://www.informit.com/store/linux-application-development...

NewsaHackO•1h ago
Of course, I saw that, but if the text of the book is not freely available, then the examples wouldn't really be helpful, no?
discarded1023•1h ago
For those looking for a broader/more portable introduction, Xavier Leroy and Didier Rémy wrote a great high-level text on UNIX system programming a long time ago [1]. Of course it uses ocaml (perhaps motivating some to learn that language) but the style is low-level and straightforwardly imperative. The advantage is that it sweeps up a lot of the messy and boring error handling into the ocaml runtime and/or exceptions. This makes the code a lot easier to follow, but of course makes it look misleadingly simpler than it would be in C (etc).

[1] https://ocaml.github.io/ocamlunix/

jacobgeorge08•1h ago
Thanks! I just started the OCaml Programming Book this week to learn and language and get better at functional programming. Cant wait to jump into this after