frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Who Comments on Rules That Change?

https://frtracker.app/blog/who-comments-on-rules-that-change
1•tldrthelaw•1m ago•0 comments

Reddit Will Be Added to the S&P 500

https://redditinc.com/news/reddit-will-be-added-to-the-s-p-500
1•soheilpro•7m ago•1 comments

Banquish: Take other websites apart and build your own

https://banquish.space
1•ghboo0927•9m ago•0 comments

AQR Website Respect Users

1•sideras56•11m ago•0 comments

The Math Superstar Who's Terrified of AI–and Just Took a Job at OpenAI

https://www.wsj.com/tech/ai/openai-jacob-tsimerman-fields-medal-ai-safety-391d0f79
2•gmays•13m ago•0 comments

Agentrove: Self-hosted AI workspace for orchestrating coding agents

https://github.com/Mng-dev-ai/agentrove
1•indigodaddy•15m ago•0 comments

Show HN: Client-side audit of wasted Stripe payment retries

https://recoverflow.org/tools/retry-waste-calculator/
1•BruceM2007•16m ago•0 comments

The programming language speed balls, but for inference (tokens per second)

https://kylejeong.com/inference-balls
1•Kylejeong21•17m ago•0 comments

Show HN: Run Log – drop a FIT or GPX file and read what happened on your run

https://runlogapp.com/
1•wally2026•23m ago•1 comments

OpenAI Computer History remembers your activity across the apps and websites

https://twitter.com/OpenAI/status/2087996496088297746
1•acheong08•23m ago•0 comments

When OpenAI employees have a problem, they email this special address

https://fortune.com/2026/08/11/openai-employees-email-friction-address-to-eliminate-bureaucratic-...
2•mji•24m ago•0 comments

Show HN: Inplan – Before Start Coding

https://github.com/melly-lgtm/inplan
1•diane-cis•24m ago•1 comments

The Mystery of Dark Oxygen

https://www.newyorker.com/science/elements/the-mystery-of-dark-oxygen
2•petethomas•25m ago•0 comments

TOSTracker – The Terms Have Changed

https://tostracker.app/briefing
2•tldrthelaw•29m ago•0 comments

Minutes of drawing can reset your nervous system

https://www.washingtonpost.com/wellness/2026/08/13/how-10-minutes-drawing-can-reset-your-nervous-...
3•malloci•32m ago•0 comments

Foothills of the Bay Area house party

https://www.astralcodexten.com/p/the-foothills-of-bay-area-house-party
3•MattSayar•33m ago•0 comments

Sailor went overboard on USS Lincoln; report of worsening mental health for crew

https://www.cnn.com/2026/08/13/politics/uss-abraham-lincoln-conditions-extended-deployment-hnk
3•1659447091•39m ago•0 comments

Show HN: Minesweeper with flowers game you can fork

https://forkcade.com/gallery/minesweeper-flowers
1•jonaldomo•39m ago•0 comments

Bluesky Protocol Services

https://atproto.com/blog/introducing-bluesky-protocol-services
34•danabramov•39m ago•1 comments

Glass Is Glass [video]

https://www.youtube.com/watch?v=7YrdI7h2XoY
1•ValentineC•40m ago•0 comments

SparrowMap – Cameras that watch government vehicles

https://sparrowmap.com/
6•paulnpace•44m ago•1 comments

How Obama's BlackBerry got secured (2023)

https://www.electrospaces.net/2013/04/how-obamas-blackberry-got-secured.html
5•downbad_•44m ago•0 comments

Possession, poem by Jo McCormick (Compaq tech demo circa 1982) [video]

https://www.youtube.com/watch?v=cTg1Smo5CFk
1•joeycastillo•47m ago•0 comments

GitHub adds an ROI section to the Copilot impact dashboard

https://github.blog/changelog/2026-08-07-copilot-impact-dashboard-adds-a-return-on-investment-sec...
2•jamesfinlayson•47m ago•0 comments

Kennedy Center Board Decides to Inscribe Trump's Name on Building

https://www.nytimes.com/2026/08/13/arts/design/kennedy-center-closure-board-vote-trump.html
4•2OEH8eoCRo0•47m ago•0 comments

How Can LLM RL Work Despite Information-Theoretic Inefficiency

https://www.beren.io/2026-07-26-How-Can-LLM-RL-Work-Despite-Information-Theoretic-Inefficiency/
2•jxmorris12•47m ago•0 comments

Show HN: Auto-train the harness, not the LLM. cross-model, cross-benchmark gains

https://github.com/workofart/harness-training
3•megadragon9•48m ago•0 comments

TRS-80 Color Computer Extended Basic Emulator in JavaScript

https://github.com/bshichman/trs80-coco-basic
2•codazoda•49m ago•0 comments

Gitmon Cards – Generate Pokemon-style TCG cards from real GitHub data

https://github.com/mcsscalabrin/gitmon-cards
1•Jojokujo404•50m ago•1 comments

Technological breakthroughs are easy to miss

https://johnjdavis.io/posts/technological-breakthroughs-are-easy-to-miss/
1•jcdavis•51m 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.