frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Is the vibecession real – or is the survey broken?

https://www.natesilver.net/p/is-the-vibecession-real-or-is-the
1•7777777phil•6s ago•0 comments

Show HN: AST-guard A gradient-immune structural guard against RL reward hacking

https://github.com/Nick-is-building/ast-guard
1•thinking-nick•47s ago•0 comments

I made a fun little quiz. Can you spot if the text is written with AI or not?

https://unslopai.com/spot-the-ai
1•assorium•54s ago•0 comments

Mullvad's co-founder is bankrolling the far right

https://korben.info/en/mullvad-cofounder-funding-far-right.html
2•amarcheschi•1m ago•0 comments

Strategy may sell up to $1.25B in Bitcoin to calm investor jitters

https://fortune.com/2026/06/29/strategy-may-sell-up-to-1-25-billion-in-bitcoin-to-calm-investor-j...
1•1vuio0pswjnm7•1m ago•0 comments

AI Is Not a Tool, It Is an Environment

https://theconvivialsociety.substack.com/p/your-ai-is-not-a-tool
1•bradstreet•2m ago•0 comments

SCOTUS: 4th ammendment is implicated in a geofence warrant

https://www.scotusblog.com/cases/chatrie-v-united-states/
1•ibejoeb•4m ago•0 comments

US lags other countries in social media restrictions, a reform push is growing

https://apnews.com/article/social-media-victims-harm-kosa-f7bb6fb95ab761d53d2d1f135eca2f27
2•1vuio0pswjnm7•5m ago•0 comments

An edtech pro uses Raspberry Pis as thin clients

https://www.itbrew.com/stories/how-an-edtech-pro-uses-raspberry-pis-as-thin-clients
1•EmOverAll•8m ago•0 comments

How to build fast hierarchies for game objects using data oriented design

https://ajmmertens.medium.com/building-an-ecs-data-oriented-hierarchies-62fb2847d100
1•ajmmertens•8m ago•0 comments

Announcing the Building 32 podcast, from MIT CSAIL Alliances

https://cap.csail.mit.edu/podcasts/announcing-building-32-mit-csail-alliances
1•emigre•9m ago•0 comments

Silent Data Corruptions at Scale

https://arxiv.org/abs/2102.11245
1•rbanffy•10m ago•0 comments

People are betting on wildfires. Should they?

https://www.hcn.org/articles/people-are-betting-on-wildfires-should-they/
1•jaredwiener•11m ago•0 comments

The warped space of M C Escher

https://michaelhogguk.wordpress.com/2011/07/30/the-warped-space-of-m-c-escher/
1•behnamoh•12m ago•0 comments

Why BlackRock, Nvidia, and Temasek are betting billions on quantum computing

https://fortune.com/2026/06/29/blackrock-nvidia-temasek-betting-billions-quantum-computing/
2•Brajeshwar•12m ago•0 comments

Taking an Up-Close Look at the Supermicro GB300 Super AI Station – ServeTheHome

https://www.servethehome.com/taking-an-up-close-look-at-the-supermicro-gb300-super-ai-station/
1•rbanffy•13m ago•0 comments

An interactive PyTorch debugger that looks deep inside your neural net

https://github.com/kongaskristjan/nansense
1•krussikas•13m ago•0 comments

Pocket Raises $11M as Demand Surges for Its Personal AI Assistant Device

https://finance.yahoo.com/technology/ai/articles/pocket-raises-11m-accel-others-130000605.html
1•doppp•16m ago•0 comments

How Reality Gets Lost Inside Organizations

https://therealitydrift.substack.com/p/the-mechanics-of-organizational-drift
1•realitydrift•16m ago•0 comments

Ethical NBA Champions

https://pudding.cool/2026/06/ethical-champions/
2•rognjen•17m ago•0 comments

Updated Raspberry Pi OS with Linux 6.18 LTS Delivers Some Performance Benefits

https://www.phoronix.com/review/raspberry-pi-os-linux-618
4•rbanffy•17m ago•0 comments

My own test set lied to me

https://medium.com/@alanscottencinas/when-your-own-validation-set-lies-to-you-48539d537e3e
1•encinas88•17m ago•0 comments

Is Buying a House a Good Investment? (Not Compared to Buying Stocks

https://www.afcpe.org/news-and-publications/the-standard/2017-2/is-buying-a-house-a-good-investme...
2•skadamat•18m ago•0 comments

Local-first SSH/SFTP/Serial client for infrastructure engineers

https://ptyxl.com
1•httppp•20m ago•1 comments

The Wisdom of Quinn the Eskimo (Apple Developer Technical Support Engineer)

https://github.com/macshome/The-Wisdom-of-Quinn
1•gregsadetsky•21m ago•1 comments

X (formerly Twitter) releases X Chat app on Android

https://play.google.com/store/apps/details?id=com.x.chat&hl=en_US
1•Jotalea•21m ago•0 comments

Show HN: Lrcmux, one lyrics API to rule them all

https://lrcmux.dev
2•f1nniboy•21m ago•0 comments

Show HN: Empirical – Your Personal AI Memory, Across Every AI Tool

https://empirical.gauzza.com/
1•cheeseliz•21m ago•0 comments

Why some Project Sunrise flights will go over the North Pole

https://www.headforpoints.com/2026/06/29/project-sunrise-north-pole-route/
1•edward•21m ago•0 comments

We Split PDF Table Extraction Across 6 Agents and a Codegen Step

https://unstract.com/blog/multi-agent-pdf-table-extraction/
1•naren87•21m 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.