frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Proofs and Prompts

https://proofsandprompts.com/
1•pykello•2m ago•0 comments

MySQL-operator helm chart breaks deployments by only keeping latest version

1•meldafrawi•3m ago•0 comments

Behold the "glueball," a new form of matter

https://www.science.org/content/article/behold-glueball-strange-new-form-matter
1•sbulaev•3m ago•0 comments

Show HN: Waraki Music Player – FOSS seamless self-hosted local syncing

https://ktp.nz/waraki/index.html
1•majicDave•6m ago•0 comments

Cineplex CEO Says Gen Z Will Go to the Movies: Tired of Looking at Small Screens

https://www.hollywoodreporter.com/business/business-news/cineplex-ceo-says-gen-z-is-ready-to-go-t...
1•randycupertino•9m ago•0 comments

Don't Stall Me Now: Hiding Memory Latency in eBPF

https://dl.acm.org/doi/10.1145/3789240.3829175
1•matt_d•11m ago•0 comments

LLM Model-Swapping Trick Can Expose AI Reasoning Traces

https://ai-updates.net/model-swapping-exposes-ai-reasoning-traces/
2•ashurandi•12m ago•0 comments

Plug and Pwn: physical zero-click chain

https://plugandpwn.com/
1•882542F3884314B•18m ago•0 comments

TSMC Sales Jump 45% YoY on Strong AI Chip Demand but Investors Shrug

https://www.investors.com/news/technology/tsm-stock-tsmc-july-sales-sox-index/
3•Jimmc414•18m ago•0 comments

University of Michigan to switch to pass/fail grades for first-semester students

https://www.theguardian.com/us-news/2026/aug/11/university-of-michigan-pass-fail-grading-system
2•bookofjoe•19m ago•3 comments

Show HN: I made an MCP server that checks 172 cloud and SaaS status feeds

https://outagedeck.com/developers/mcp
1•koko3tallah•19m ago•0 comments

Unauthenticated Root Access to the Enphase IQ Gateway

https://j027.net/enphase-rce/
2•j027•19m ago•0 comments

My retrieval can't tell a question it can answer from one it can't

https://github.com/asanabrial/leteo/blob/main/docs/nothing-worth-tuning.md
1•asanabrial•21m ago•0 comments

Coinbase stopped using trading volume as a key metric after 38%/48% decrease

https://hachyderm.io/@molly0xfff/117079279583581292
4•u1hcw9nx•23m ago•1 comments

How to Self-Host n8n on a VPS in 2026

https://veerhost.com/how-to-self-host-n8n-on-a-vps/
6•betterornotss•23m ago•0 comments

Is 99.9x% cache hit always better?

1•ozer_23•24m ago•0 comments

Tales of the Autistic Developer – Bringing It into Focus

https://baweaver.com/writing/2026/08/10/tales-of-the-autistic-developer-bringing-it-into-focus/
3•mooreds•26m ago•0 comments

LLM Inference lecture series [video]

https://www.youtube.com/watch?v=Yf51-__QeN8&list=PL5vCjAyS9QP_Pze76CYAlidc0hpdTXFLV
2•bobrenjc93•26m ago•0 comments

Auger load test, scan and inspect HTTP from one rust binary

https://github.com/user123cy/auger
1•user123cy•30m ago•0 comments

SEC exempts certain data center bonds from key securitization rules

https://www.reuters.com/legal/government/us-sec-exempts-certain-data-center-bonds-key-securitizat...
5•vinyl7•31m ago•0 comments

The renter-owner wealth gap is wider than ever, as many are priced out of buying

https://text.npr.org/nx-s1-5910711
5•mooreds•34m ago•2 comments

AI vibe coded game projects suck

https://asecretarea.com/2026/08/10/ai-vibe-coded-game-projects-suck/
2•spicyjpeg•34m ago•0 comments

Predictions for the Era of Continual Learning

https://www.dwarkesh.com/p/era-of-continual-learning
1•in-silico•34m ago•0 comments

A Simple Answer to AI Job Loss: Tax Capital, Not Labor

https://www.wsj.com/tech/ai/a-simple-answer-to-ai-job-loss-tax-capital-not-labor-cb900e62
2•mooreds•35m ago•1 comments

Flight Is Canceled After a Child Refuses to Be Seated

https://www.nytimes.com/2026/08/09/travel/flight-canceled-child-seatbelt-porter-canada.html
4•whack•36m ago•0 comments

Threads Is Now Available as a Native VR App on Meta Quest

https://www.meta.com/blog/threads-is-now-available-as-a-native-vr-app-on-meta-quest/
1•allenc•37m ago•0 comments

Show HN: Quantum Foosball

https://polkerty.github.io/quantumfoosball/
1•tibbar•39m ago•0 comments

Anthropic Posts 'How Claude Marks AI-Generated Content' Without Explaining How

https://daringfireball.net/linked/2026/08/11/anthropic-claude-watermarks
2•nozzlegear•39m ago•1 comments

Is A.I. A Massive Lie?

https://www.youtube.com/watch?v=4xztOygLnNk
2•root-parent•41m ago•0 comments

Help me build a better bot blocker

1•nerdralph•45m 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.