frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What makes a good puzzle image?

https://composedpuzzles.com/articles/what-makes-a-good-puzzle-image
1•debo_•3m ago•0 comments

One agent, every surface: how we built the Kiro agent harness

https://kiro.dev/blog/one-agent/
2•gmays•3m ago•0 comments

Apple takes down billboard after accusations of 'electronic babysitting'

https://9to5mac.com/2026/08/14/apple-takes-down-billboard-after-accusations-of-normalizing-electr...
1•latexr•5m ago•0 comments

The price of a Costco hot dog has gone up

https://sina.bio/posts/costco-hotdog.html
1•sinab•8m ago•0 comments

CheckMate: An RPG inspired habit tracker with quests, co-op raids, Journal

https://checkmate-daily.com/
1•cionutd•8m ago•1 comments

Empty shelves or lost keys? Recall is the bottleneck for parametric factuality

https://research.google/blog/empty-shelves-or-lost-keys-recall-is-the-bottleneck-for-parametric-f...
1•Anon84•8m ago•0 comments

The Architectural Hostility of Doorknobs (2025)

https://sightlessscribbles.com/posts/doorknob-hostility/
1•jllyhill•9m ago•0 comments

Does vitriol make you feel special?

https://news.harvard.edu/gazette/story/2026/08/does-vitriol-make-you-feel-special/
1•thisislife2•10m ago•0 comments

Show HN: Kungfu – One human, agents, and 3,467 merged PRs in 30 days

https://kungfu.tech/
1•dongkeren•10m ago•0 comments

Ask HN: How to Stay Marketable in the AI Era?

1•OulaX•11m ago•0 comments

Semaglutide linked to 26% lower 5-year predicted dementia risk

https://alz-journals.onlinelibrary.wiley.com/doi/10.1002/dad2.70432
3•randycupertino•11m ago•3 comments

Show HN: Mimi – the free language learning app that anyone can edit

https://mimilearn.org/
1•sapphire42•11m ago•0 comments

Show HN: I built an iOS calorie tracker to replace my three fitness apps

https://apps.apple.com/us/app/youcal-ai-calorie-tracker/id6753720597
1•kimmarqly•12m ago•0 comments

SpaceX has acquired coding AI startup Cursor

https://www.engadget.com/2237655/spacex-officially-acquired-ai-coding-startup-cursor/
1•NordStreamYacht•12m ago•0 comments

CredOclock – email reminders before your team's API keys/certs expire

https://credoclock.com/
1•Enox77•14m ago•0 comments

Bbv is a minimalist data plotter/viewer for the command line

https://github.com/ftonneau/bbv
1•kermatt•16m ago•0 comments

I wrote a mini CSS framework on a train ride and it took months to document

https://crayoncss.com/
1•TeriyakiBomb•17m ago•1 comments

New PI formula discovered [video]

https://www.youtube.com/watch?v=_epnm_xn3kc
1•MysteryPancake•18m ago•0 comments

Mee Manga Translator: AI manga translation that preserves original artwork

https://mangatranslator.me/
1•jacobmillerv•18m ago•0 comments

Show HN: I made an ultrafast racing game like F-zero but for mobile

2•kingofspain•19m ago•0 comments

Prof. Dr. Style

https://contemporary-home-computing.org/prof-dr-style/
2•jruohonen•21m ago•0 comments

Carbonless: Measure and reduce your website carbon

https://carbonless.cc
2•stfurkan•22m ago•0 comments

Ask HN: What agent skills are necessary?

2•justchad•24m ago•1 comments

RL Framework for Finetuning Openweight Models

https://github.com/stateset/stateset-agents
1•domsteil•26m ago•0 comments

Scientists increasingly depend on 'black-box' tools they cannot control

https://news.exeter.ac.uk/research/scientists-increasingly-depend-on-black-box-tools-they-cannot-...
5•geox•29m ago•0 comments

Unintended Consequences?

https://interfacecritique.net/journal/beal/
1•jruohonen•29m ago•0 comments

The curious case of Google's AlloyDB

https://boringsql.com/posts/google-alloydb/
4•Tomte•31m ago•0 comments

The Unreasonable Effectiveness of Property Testing for Validating Formal Specs

https://proofsandintuitions.net/2026/05/18/property-based-testing-specifications/
1•_doctor_love•32m ago•0 comments

Show HN: Between Tokens – an interactive piece where you are the language model

https://chrisjz.github.io/between-tokens/
4•chrisjz•32m ago•2 comments

When the Hard Part Stops Being Hard

https://proofsandintuitions.net/2026/08/14/when-the-hard-part-stops-being-hard/
1•_doctor_love•33m 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.