frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hiring for Agentic Era?

1•Germinate1107•27s ago•0 comments

LinkedIn beats "BrowserGate" lawsuits over scanning users' Chrome extensions

https://arstechnica.com/tech-policy/2026/09/linkedin-beats-browsergate-lawsuits-over-scanning-use...
1•Bender•2m ago•0 comments

Act One Is Human

https://thelampproject.substack.com/p/act-one-is-human
1•sannhetssoker•2m ago•0 comments

Echoes and Inventions: A Modest Listener's Guide to 20th-Century Music

https://salemlola.substack.com/p/echoes-and-inventions-a-modest-listeners
1•paulpauper•4m ago•0 comments

Nine coding harnesses vs. your laptop

https://nasutton.notion.site/Nine-coding-harnesses-vs-your-laptop-3d139990182b80d59fa3cf500f0450b...
4•nasutton12•6m ago•0 comments

Show HN: Cadenya – An Agent Runtime

https://www.cadenya.com/
1•btables•7m ago•0 comments

Open Letter: Civil society coalition urges EU to kill the cookie banner

https://noyb.eu/en/open-letter-civil-society-coalition-urges-eu-kill-cookie-banner
1•latexr•9m ago•0 comments

Elon Musk attacks film-maker Alex Gibney about upcoming documentary about him

https://www.theguardian.com/technology/2026/sep/10/elon-musk-attacks-film-maker-behind-documentar...
2•bookofjoe•10m ago•0 comments

Does the Body Really Keep Score? One of Trauma's Most Contentious Debates

https://www.psychotherapynetworker.org/article/does-the-body-really-keep-score/
1•rendx•10m ago•1 comments

Boy developed "toasted skin" condition from using a laptop every day

https://arstechnica.com/health/2026/09/boy-developed-toasted-skin-condition-from-using-a-laptop-e...
3•furcyd•11m ago•0 comments

NSF Leadership in a New Golden Age of Science [pdf]

https://nsf-gov-resources.nsf.gov/files/Statement-NSF-Leadership-Golden-Age-Science.pdf
1•trauco•12m ago•0 comments

The New Scarcity: Presence

https://mayachristobel.substack.com/p/ahead-of-the-curve-the-new-scarcity
1•rendx•17m ago•0 comments

Show HN: Papiers.ai, a new workspace for reading and research

https://twitter.com/sighjith/status/2098147463114932696
1•smnair•17m ago•0 comments

On Binary Translation and Its Consequences

https://chipsandcheese.com/p/on-binary-translation-and-its-consequences
1•matt_d•18m ago•0 comments

Android can now securely migrate your logins between password managers

https://arstechnica.com/gadgets/2026/09/android-can-now-securely-migrate-your-logins-between-pass...
2•WaitWaitWha•18m ago•0 comments

Anthropic CEOs wife once asked Epstein to fund porn venture – now steers Claude

https://nypost.com/2026/08/14/business/anthropic-ceos-wife-once-asked-jeffrey-epstein-to-fund-por...
9•jitbit•22m ago•0 comments

Ask HN: If you are an agent builder, what memory platform are you using?

1•prats226•23m ago•0 comments

OpenAI puts Pro subscriptions on hold due to Astra demand

https://techcrunch.com/2026/09/10/openai-puts-pro-subscriptions-on-hold-due-to-astra-demand/
3•5555watch•23m ago•0 comments

San Francisco real estate market update [pdf]

https://vanguardpropertiesagenda.com/newsletter/SF_Market_Update_Sep_2026.pdf
1•kaycebasques•23m ago•0 comments

All grown-ups were once children

https://mathstodon.xyz/@tao/117244104044239500
3•joebig•24m ago•1 comments

Copying login keychains between Macs fails on Secure Enclave Macs with Tahoe

https://derflounder.wordpress.com/2026/09/08/manually-copying-login-keychain-files-from-one-mac-t...
2•zdw•26m ago•0 comments

Wisdom (Albatross)

https://en.wikipedia.org/wiki/Wisdom_(albatross)
1•cjcuddy•27m ago•0 comments

The Inference Engineering Skills Map

https://www.skeptrune.com/posts/inference-engineering-skills-map/
1•skeptrune•27m ago•0 comments

More Impossible-to-Ignore Vaccine Effects – Positive Effects

https://www.science.org/content/blog-post/more-impossible-ignore-vaccine-effects
2•mtm_king•28m ago•1 comments

Show HN: Vector transfer project, replicate vectors/metadata across databases

https://github.com/Polign/vector-transfer
3•anuptalwalkar•28m ago•1 comments

Bill Biggart, 9/11 photographer

https://www.billbiggart.com/september-11th
1•stmw•28m ago•1 comments

Beagle – a framework to evaluate and evolve agent harnesses at scale

https://github.com/SalesforceAIResearch/Beagle
1•qainsights•32m ago•1 comments

Top 20 AI Agent Pen-Testing Tools for 2026: The Ultimate Guide

https://medium.com/@Koukyosyumei/top-20-ai-agent-pen-testing-tools-for-2026-the-ultimate-guide-40...
1•syumei•32m ago•0 comments

Macron urges Europe to develop crewed spaceflight program

https://www.lemonde.fr/en/france/article/2026/09/10/macron-urges-europe-to-develop-crewed-spacefl...
1•geox•34m ago•0 comments

Data bottlenecks won't prevent an intelligence explosion

https://newsletter.forethought.org/p/data-bottlenecks-wont-prevent-an
1•gmays•36m 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.