frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

IBM Pushes System Design to Reach Ultra-Cold Temperatures for Quantum

https://www.nextplatform.com/compute/2026/08/19/ibm-pushes-system-design-to-reach-ultra-cold-temp...
1•rbanffy•29s ago•0 comments

Mindlas catches your coding agent drifting before the bad code

https://github.com/Evolutionairy-AI/MINDLAS
1•Bluestein•35s ago•0 comments

'Not a theoretical risk,' feds warn as attackers use AI-made code

https://www.theregister.com/security/2026/08/19/not-a-theoretical-risk-feds-warn-as-attackers-use...
1•nyku•1m ago•0 comments

Nat: The Natural Unit of Information

https://en.wikipedia.org/wiki/Nat_(unit)
1•lioeters•1m ago•0 comments

Stwipe Acquires OpenWouter

https://stwipe.com/
1•eatonphil•1m ago•0 comments

Guess which of these LLM outputs is watermarked

https://sgoedecke.github.io/watermark-quiz/
1•gfysfm•2m ago•0 comments

A registry and transparency log for discovering and verifying AI agents by name

https://github.com/agentnameservice
1•mooreds•2m ago•0 comments

Viaduct – Tool to Convert a Google Chrome Extension into a Safari Web Extension

https://github.com/magicelk235/Viaduct-CLI
1•microflash•2m ago•0 comments

The Great Android Stack Reset – A history of mobile system design

https://returnzero.dev/articles/android-mobile-system-design-history
1•rotemmiz•3m ago•0 comments

How Control Moves Through Code, Chips, and Nations [video]

https://fosdem.org/2026/schedule/event/NS7DF7-hidden-life-of-infrastructure/
1•mooreds•3m ago•0 comments

Show HN: A light-weight CLI that keeps your skills and rules in sync

https://github.com/nicolasakf/unity
1•nicolasakf•4m ago•0 comments

Where Did the Productivity Gains Go?

https://idiallo.com/blog/where-did-the-productivity-gains-go
1•surprisetalk•5m ago•0 comments

Arthur Eddington's Theory of Everything (2015)

https://arxiv.org/abs/1510.04046
1•lioeters•5m ago•0 comments

Where 66 stands among init systems

https://docs.obarun.org/66/0.9.1.0/66-vs-other-init-systems.html
1•smartmic•5m ago•0 comments

Tetragrammaton with Rick Rubin: Tyler Cowen

https://open.spotify.com/episode/0c4TLkvL0clEHDvqM4wmj7
1•nradov•6m ago•0 comments

Lifeforms Can Survive on 'Significant' Regions of the Moon, Study Finds

https://www.404media.co/lifeforms-can-survive-on-significant-regions-of-the-moon-study-finds/
1•Brajeshwar•6m ago•0 comments

NetBSD 11 lands with RISC-V support and fast VM boots

https://www.theregister.com/os-platforms/2026/08/20/netbsd-11-lands-with-risc-v-support-and-light...
1•sohkamyung•7m ago•0 comments

500K Downloads in 2 Weeks

https://apps.apple.com/us/app/remembr-shared-reminders/id6791300772
1•samltschenk•7m ago•0 comments

Every Model Cheats

https://dreadnode.io/research/every-model-cheats-prompt-level-mitigation-of-cheating-on-offensive...
1•vga805•9m ago•0 comments

Nobody opposed the delay: when a model does something it knows better than

https://armanfatemi.substack.com/p/nobody-opposed-the-delay
1•armanfatemi•10m ago•0 comments

AME Agent Swarms Rewrite the Workflow

https://spectrum.ieee.org/amd-agent-swarms
1•rbanffy•10m ago•0 comments

Index of the best vibe coding tools

https://www.vibeleaderboard.ai/tools
2•alderik_•12m ago•1 comments

Functional role of skull lymphoid structures in CNS immunosurveillance

https://www.nature.com/articles/s41586-026-10951-4
1•bookofjoe•12m ago•0 comments

M64 – ModRetro

https://modretro.com/products/m64
2•rbanffy•14m ago•0 comments

SteadQ – the filesystem is a message queue

https://davidtorcivia.com/posts/steadq
1•ancientworldnow•14m ago•0 comments

A corpus of 49,547 emails contains 710 people

https://stillig.net/posts/an-address-is-not-a-person/
1•johtidebreak•14m ago•0 comments

The Darwin Loop

https://metamagic.substack.com/p/the-darwin-loop
1•r0ze-at-hn•15m ago•0 comments

Show HN: LilScript makes JavaScript libraries smaller

6•yeargun•16m ago•0 comments

Texas student blew the whistle on a rogue AI hacking attempt

https://www.reuters.com/world/how-texas-student-blew-whistle-rogue-ai-hacking-attempt-2026-08-20/
3•geox•17m ago•0 comments

Calculating Empires

https://calculatingempires.net/
1•atzmzt•17m 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.