frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A green unit test, a red CI, and a chown that raced a zsh lock file

https://inferhaven.com/blog/2026-06-18-building-haven-bench-in-the-open/
1•inferhaven•15s ago•0 comments

Colorado River's Dire Water Picture Expected to Hit Green River Ranchers Hard

https://cowboystatedaily.com/2026/06/23/colorado-rivers-dire-water-picture-expected-to-hit-green-...
2•Bender•32s ago•0 comments

Luck Surface Area

https://blog.danwald.me/luck-surface-area
3•danwald•2m ago•0 comments

Demesne, Zanzibar-style authz compiled to RLS

https://github.com/foir-io/demesne
2•mattblr•2m ago•0 comments

Medical diagnosis AIs can be tricked into telling whose data trained them

https://www.theregister.com/ai-and-ml/2026/06/24/medical-diagnosis-ais-can-be-tricked-into-tellin...
3•Bender•2m ago•0 comments

Show HN: Hacker News Job Salary Trends

https://hacker-job.com/trends
2•timqian•2m ago•0 comments

Mythos discovers 'Squidbleed,' a memory leak thats gone undetected since Clinton

https://www.theregister.com/security/2026/06/23/mythos-discovers-squidbleed-a-memory-leak-thats-g...
2•Bender•3m ago•0 comments

GNU C/C++ Vector Extensions

https://gcc.gnu.org/onlinedocs/gcc/Vector-Extensions.html
2•pillmillipedes•4m ago•0 comments

Open Robotics Is Maturing

https://digitalcxo.com/article/open-robotics-is-maturing/
2•CrankyBear•5m ago•0 comments

Attaky – The ultimate modular ecosystem for everyone

https://attaky.com/
2•LorenDB•5m ago•0 comments

Drastically Reduce Stress with a Work Shutdown Ritual – Cal Newport

https://calnewport.com/drastically-reduce-stress-with-a-work-shutdown-ritual/
2•ankitg12•8m ago•0 comments

The AI Data Centre Legal Case That Could Eradicate Civil Rights

https://read.misalignedmag.com/the-ai-data-centre-legal-case-that-could-eradicate-civil-rights-c2...
2•lcubw•9m ago•0 comments

Why big AI labs are hiring so many philosophers

https://www.economist.com/science-and-technology/2026/06/24/why-big-ai-labs-are-hiring-so-many-ph...
4•Brajeshwar•9m ago•0 comments

What does your eval measure?

https://shash42.substack.com/p/what-does-your-benchmark-actually
2•shash42•9m ago•0 comments

Show HN: Tuip – CLI / TUI for checking SaaS vendors' statuses

https://github.com/ikan31/tuip
2•ahme•10m ago•0 comments

Loops Burn Tokens

https://www.wheresyoured.at/cargo-culture/
3•felixdoerp•12m ago•0 comments

Show HN: Gifhub, bug hunter that shows instead of tells

https://github.com/press-pass/gifhub
2•spmartin823•13m ago•0 comments

The Bargain. Or what America forgot and Europe still keeps

https://idle.news/blog/the-forgotten-bargain/
2•umilio•13m ago•0 comments

The Xteink X4 E-Ink Reader

https://blog.omgmog.net/post/xteink-x4-e-ink-reader/
3•felixdoerp•13m ago•0 comments

Sentrup – AI Customer Support Platform

2•sentrup•15m ago•0 comments

Exploiting vulnerabilities in Johnson and Johnson web apps

https://eaton-works.com/2026/06/24/jnj-webapp-hacks/
3•EatonZ•16m ago•0 comments

Show HN: Cutlistor – Instant cut list optimizer with 3D Model and PDF Import

https://www.cutlistor.com
2•xiyan•16m ago•0 comments

I crawled 827 employers' career sites to measure ATS market share

https://resumegeni.com/research/ats-market-share-2026
3•blakec•17m ago•0 comments

Germany's Kai Havertz: 'I make runs that look pointless but I'm creating space'

https://www.theguardian.com/football/2026/jun/24/kai-havertz-germany-world-cup-2026-interview
2•bookofjoe•17m ago•0 comments

Ask HN: How much coding should beginners learn in the AI era?

3•JohnDSDev•18m ago•0 comments

Show HN: Empowering codex/Claude Code with Aswath Damodaran valuation thinking

https://github.com/stockvaluation-io/stockvaluation_io
2•pradeep1177•18m ago•0 comments

Building a LoFi Radio

https://cieslak.dev/en/blog/2026-06-24-lofi/
2•cieslak•21m ago•1 comments

Show HN: Metaspec: The DpANS3R Common Lisp Spec in S-Expr and HTML Format

https://metaspec.dev/#
3•dlowe-net•21m ago•0 comments

Show HN: Browser based tool for programming ch57x macro-pads

https://pollrobots.com/cheese-tax.html
2•pacaro•23m ago•0 comments

Create cross-platform mobile apps with Ruby

https://ruflet.dev/
3•AdamMusaAly•23m ago•0 comments
Open in hackernews

Show HN: Native Immediate-Mode UI Library

https://github.com/petabyt/rim
3•petabyt•1y ago
For the past few months I've been working on Rim, an immediate-mode UI library that renders down to native retained-mode toolkit widgets.

I've always preferred using native desktop toolkits for my projects, but it's always such a pain to use a retained-mode approach and maintain state in two different places.

This, and my jealousy of how easy people in the ImGui world have it (it's so much easier!), led me to create a virtual DOM for desktop toolkits.

This gives me the full power of the immediate-mode paradigm, but still allows me to target native toolkits.

Feel free to ask any questions or provide suggestions.