frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: PCBClaw – Automated PCBs

https://github.com/liseman/pcbclaw
1•liseman•9s ago•0 comments

Recorded, Not Proven

https://claude.ai/artifact/HucaoGuaQqp9g9TZX97HGw
2•throwaway13sas•2m ago•0 comments

Git-bug, project bug tracker tool using Git objects as storage, releases v0.11.0

https://github.com/git-bug/git-bug/releases/tag/v0.11.0
1•iamnothere•4m ago•0 comments

The UV index is not the warm sensation of sunlight on bare skin

https://blog.asciitweezers.com/the-uv-index-is-not-the-warm-sensation-of-sunlight-on-bare-skin/
3•evakhoury•5m ago•0 comments

Relaticle, a self-hosted CRM where AI updates data only after your approval

https://relaticle.com
2•manukminasyan•5m ago•0 comments

No Sloptober

https://no-sloptober.com/
7•jeremiahlee•6m ago•0 comments

Show HN: NetM8 OS

https://netm8.com/
2•goodknightleo•8m ago•0 comments

Show HN: Typed polyglot compiler for CLI/API/MCP generation

https://github.com/morloc-project/morloc
1•arendsee•9m ago•0 comments

Tinyjs – desktop apps for macOS, Windows, and Linux in ~6 MB

https://tinyjs.app
1•josephscott•11m ago•0 comments

I beat all the popular harnesses on FrontierHarness Eval

https://github.com/tontinton/maki
2•tontinton•11m ago•0 comments

Microsoft killed FoxPro in 2007. Anyway, here's FoxPro revived

https://foxscript.org/
2•boredjohnny•11m ago•0 comments

ArchiveBox v0.9 released with new native apps and 50 new plugins

https://docs.sweeting.me/s/archivebox-v0.9-announcement
2•nikisweeting•13m ago•1 comments

Kotlin 2026: Layoffs, AI, Google – Is the Golden Age Over? Jake Wharton Explains [video]

https://www.youtube.com/watch?v=9WjPdgOK-68
1•cstever•15m ago•0 comments

Why AI Can't Replace You with Cory Doctorow [YouTube] [video]

https://www.youtube.com/watch?v=VU3gABvwZCM
2•cstever•16m ago•0 comments

Open-Weight AI Models Seize Token Lead, but Proprietary Still Make the Money

https://techstrong.ai/generative-ai/open-weight-ai-models-seize-token-lead-but-proprietary-system...
2•CrankyBear•17m ago•0 comments

Hive at v5: The Swarm Grew Up, and It Is Learning to Leave the Dashboard

https://hivecommons.substack.com/p/hive-at-v5-the-swarm-grew-up-and
1•jcastro•17m ago•0 comments

DoorDash reaches $131.5M settlement with NYC for failing to pay workers

https://documentedny.com/2026/09/22/mamdani-delivery-workers-doordash-labor-settlement/
3•paimapi•17m ago•0 comments

Apple's new watches are always listening

https://theconversation.com/apples-new-watches-are-always-listening-292117
4•sajithdilshan•17m ago•0 comments

Enough Reason to Act: AI safety needs policy not dismissal

https://substack.norabble.com/p/enough-reason-to-act
2•nedruod•19m ago•0 comments

Show HN: Video clip maker/editor right in the browser (supports YouTube)

https://heahy.com/studio
1•ignasheahy•21m ago•0 comments

Show HN: Sandopolis – A portable multi-system Sega emulator

1•habedi0•24m ago•0 comments

Show HN: JevEval, evals using Jev-as-a-judge

https://deepeval.com/blog/introducing-jev-as-a-judge
1•jeffreyip•24m ago•0 comments

Datapages v0.10.0 Beta Release

https://github.com/romshark/datapages/releases/tag/v0.10.0
4•romshark•26m ago•2 comments

Kremlin-backed forgery scheme moved $6.9B through global banks

https://www.ft.com/content/3848a4ad-1426-4352-ba86-ef1279c4ffd1
3•tagyro•29m ago•0 comments

Common denominators of organisms with exceptional longevity

https://www.aging-us.com/article/206419/text
1•tima101•31m ago•0 comments

Motorola Signature 27 officially gets a North American launch

https://9to5google.com/2026/09/22/motorola-signature-27-north-america-launch-confirmed/
1•Cider9986•34m ago•0 comments

LLM Ass Bench

https://www.assbench.com/
6•fragmede•37m ago•4 comments

Show HN: ToolHub – Hierarchical nav for 30 MCP tools without context bloat

https://github.com/Talos-popcorn/toolhub
1•soidkeo•38m ago•0 comments

New trends in global card fraud

https://stripe.com/blog/new-trends-in-global-card-fraud-how-3d-secure-and-regional-mandates-are-a...
3•rndsignals•39m ago•0 comments

Show HN: With generators/DI, LazyPromise has become a tiny alternative to Effect

https://lazypromise.com/
1•ivan7237d•39m 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.