frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

When Search Eats the Web: A Model of Corpus Erosion Under Generative Extraction

https://arxiv.org/abs/2608.15896
1•sypsyp•2m ago•1 comments

OpenAI's AI Agents Build a Secret Community to Talk with Each Other

https://www.aiexperts.com/blog/openai-agents-broke-out-of-their-sandboxes
2•lucaserb•4m ago•1 comments

Show HN: Fast-Paced Action Tile-Swapping Challenge

https://nopy.io
2•cplepage•5m ago•0 comments

PGLite: Embeddable Postgres with real-time, reactive bindings

https://github.com/electric-sql/pglite
1•theanonymousone•5m ago•0 comments

Job postings show early signs of AI automation impact

https://www.dallasfed.org/research/economics/2026/0901
1•speckx•6m ago•0 comments

Theyond – Jobs Without the Resume

1•spylake•7m ago•0 comments

Show HN: Coder Eval – A Framework for Evals

https://github.com/uipath/coder_eval
1•mihaich•9m ago•0 comments

Filmmakers tout AI's use in Hollywood

https://www.semafor.com/article/09/04/2026/filmmakers-tout-ais-use-in-hollywood-at-the-other-film...
1•tolerance•10m ago•0 comments

Show HN: MyHandler – Local-first AI assistant for Windows, llama.cpp on Vulkan

https://myhandler.ai/
1•temilson•11m ago•0 comments

New Methods That Compromise Passkey Authentication

https://www.bleepingcomputer.com/news/security/39-new-methods-that-compromise-passkey-authenticat...
1•sbulaev•11m ago•0 comments

Vigilantism Comes for Flock

https://this.weekinsecurity.com/vigilantism-comes-for-flock/
1•moooooky•11m ago•1 comments

Government Rails Site Hit Hours After CVE Patch

https://rietta.com/blog/ruby-on-rails-cve-exploited-hours-after-patch/
2•rietta•12m ago•0 comments

Show HN: Squeezed – Pipe any audio into synced Squeezebox players, no LMS needed

https://github.com/tsirysndr/squeezed
1•tsiry•12m ago•0 comments

The Iron Heel

https://en.wikipedia.org/wiki/The_Iron_Heel
2•floweronthehill•14m ago•0 comments

Thoughts on the Buildkite Aug 25 incident

https://surfingcomplexity.blog/2026/09/01/thoughts-on-the-buildkite-aug-25-incident/
1•aray07•14m ago•0 comments

Show HN: Slavesofaipac.org

https://slavesofaipac.org/
2•computerex•16m ago•0 comments

Raising Capital? Start Here

https://leadagentx.ai
1•liranbr•17m ago•0 comments

NetworkManager Works to Enforce AI Policy by Tricking AI Agents to Add a Canary

https://www.phoronix.com/news/NetworkManager-AI-Canary
1•ta988•18m ago•0 comments

Microsoft says Windows 11 age checks will limit features, starting with Teams

https://www.neowin.net/news/microsoft-confirms-windows-11-age-verification-to-heavily-limit-featu...
5•bundie•19m ago•0 comments

Why HDR Looks Washed Out (and How SRGB Works)

https://allenwp.com/blog/2026/09/04/why-hdr-looks-washed-out-and-how-srgb-works/
3•Vermeulen•20m ago•0 comments

Fermat's Last Theorem in Lean 4

https://github.com/anthropics/fermats-last-theorem
6•aaraujo002•21m ago•1 comments

Eidon: Self-hosted AI assistant with Grok Bot-like agent mode

https://github.com/Quack6765/Eidon-AI
2•Quack6765•21m ago•0 comments

Show HN: Ccswitch – Switch between multiple Claude Code accounts

https://github.com/2hmad/ccswitch
2•ahmednoreldin•22m ago•0 comments

Data Centers Are 'Awesome for Blue-Collar Americans'

https://www.businessinsider.com/gavin-baker-ai-data-centers-awesome-blue-collar-americans-2026-9
3•gmays•22m ago•1 comments

Show HN: Visor – YouTube for kids, with channels approved by parents

https://gotvisor.com
2•cherubsta•22m ago•0 comments

LLMs Are Bad at Teaching

https://www.heyaristotle.com/blog/funneling-vs-focusing
3•rshanreddy•23m ago•1 comments

Local Multi-Agent Swarm: An ant farm for local LLM agents

https://github.com/franciscocarloserra/local-multi-agent-swarm
1•FranciscoCarlos•24m ago•0 comments

The jobs apocalypse is postponed. An AI jobs boom is here

https://economist.com/finance-and-economics/2026/09/04/the-jobs-apocalypse-is-postponed-an-ai-job...
3•andsoitis•25m ago•3 comments

AI Budget Is There. It's Hiding in Your Cloud Bill

https://medium.com/@yanivleven/your-ai-budget-is-already-there-its-hiding-in-your-cloud-bill-8595...
1•yanivleven•26m ago•0 comments

Claude Code vs. Codex – For Pentesting

https://medium.com/@duckwrites/claude-code-vs-codex-for-pentesting-7624290438fa
1•syumei•27m 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.