frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: PolyMind – AI-Powered Real-Time Prediction Market Alerts

https://polyminds.netlify.app
1•DensitySam•52s ago•0 comments

What breaks when you run coding agents unsupervised

https://blog.serghei.pl/posts/what-breaks-when-you-run-coding-agents-unsupervised/
1•serghei_•1m ago•1 comments

Wolfe: CLI tool to find things in any file by searching with natural language

https://github.com/timschmidt/wolfe
1•timschmidt•2m ago•1 comments

Mapping Deception: Replicating an AI Honesty Benchmark

https://sdsimmons.com/assets/writing/mask-blog-post/mask_eval.html
1•eatitraw•3m ago•0 comments

Amazon to Buy Satellite Operator Globalstar

https://www.bloomberg.com/news/articles/2026-04-14/amazon-to-buy-satellite-operator-globalstar-fo...
2•marc__1•4m ago•0 comments

Tradclaw: an open source AI mom for agentic parenting

https://twitter.com/clairevo/status/2043862637851881756
1•Anon84•4m ago•0 comments

Show HN: Mushroam – Turn any URL into a promo video

https://mushroam.xyz/
1•wwayne•4m ago•0 comments

Show HN: Pulsar, live dashboard of all your PR, Engineering Manager dashboard

https://pulsar.arkham-advisory.com
1•stumpyfr•5m ago•0 comments

China has spent 3.6x more than US on chipmaking subsidies over the past decade

https://www.tomshardware.com/tech-industry/semiconductors/china-spending-3-6-times-more-than-the-...
1•giuliomagnifico•6m ago•0 comments

Ask HN: Stepping into a new role as a Senior, mentoring dos and dont's?

1•msejas•6m ago•0 comments

Putting the "Universal" in Universal Clipboard

https://djoker.dev/posts/universal-clipboard/
1•dj0k3r•7m ago•0 comments

Phone charges only when your eyes are closed

https://driesdepoorter.be/recharge/
1•driesdep•7m ago•0 comments

Show HN: Lookout – AI Screen Assistant for macOS

https://github.com/AnthonyDavidAdams/Lookout
1•ada1981•8m ago•0 comments

How to Get Good at Chess, Fast (2013)

https://gautamnarula.com/how-to-get-good-at-chess-fast/
1•downbad_•8m ago•1 comments

Rust should have stable tail calls

https://trifectatech.org/blog/tail-calls-project-goal/
1•romac•9m ago•0 comments

Founder from Zurich heading to SF and Austin for the first time

1•nvojacek•10m ago•0 comments

Show HN: Grovs – Open-source attribution to escape the 'Big Tech' tax

https://www.grovs.io
2•dobreandl•10m ago•3 comments

I used Claude Code for K8s dev for a month – it became a conspiracy theorist

https://medium.com/@westoncao/i-let-claude-code-build-a-k8s-operator-for-a-month-it-turned-into-a...
1•west0n•12m ago•0 comments

Claude Code's OAuth Flow Broken When Pasting

https://github.com/anthropics/claude-code/issues/47669
1•rynn•13m ago•1 comments

Google controls the most AI computing power, driven by its custom TPUs

https://epochai.substack.com/p/google-controls-the-most-ai-computing
1•speckx•14m ago•0 comments

AI/ML Engineer for a Healthcare AI Startup with Vested Equity

1•labreels•14m ago•0 comments

Automation That Screams Joy

https://tigerbeetle.com/blog/2026-04-14-automation-screams-joy/
6•matklad•15m ago•0 comments

Apple AI Glasses Will Rival Meta's with Several Styles, Oval Cameras

https://www.bloomberg.com/news/newsletters/2026-04-12/apple-ai-smart-glasses-features-styles-colo...
1•smurda•15m ago•1 comments

Invoicly – Free invoice generator for freelancers, no login required

https://invoicly.io/
1•skillsettler•18m ago•1 comments

Show HN: Thesaner.com – a troll-proof platform for harder discussions

1•abhishek0922•19m ago•1 comments

BGPChained [pdf]

https://bgpchained.github.io/bgp.pdf
1•uchenic•20m ago•0 comments

Reports of RAG's death have been greatly exaggerated

https://atomicapp.ai/blog/llm-wiki-needs-a-substrate/
1•kenforthewin•21m ago•0 comments

No Manual Screenshots: I Built a Scalable Screenshot API Using Cloud Playwright

1•pageops_fz•23m ago•0 comments

Ask HN: Thought experiment: AGI giving us answers we don't like?

1•Arodex•25m ago•0 comments

Show HN: Grove – Open-source remote MCP server for Obsidian vaults

https://github.com/jmilinovich/grove
2•jmilinovich•25m ago•0 comments
Open in hackernews

Show HN: Native Immediate-Mode UI Library

https://github.com/petabyt/rim
3•petabyt•11mo 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.