frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: NoCrap – Gamifying porn addiction recovery

https://nocrap.vercel.app/
1•uioio•6m ago•0 comments

Compile Zod schemas into zero-overhead validation functions at build time

https://github.com/wakita181009/zod-aot
1•ryuuseijin•10m ago•0 comments

Five Takeaways from the Times Investigation into Larry Ellison's A.I. Gamble

https://www.nytimes.com/2026/07/31/magazine/takeaways-larry-ellison-oracle-ai.html
2•achow•12m ago•0 comments

The Ancient Roots of Modern Winemaking

https://nautil.us/the-ancient-roots-of-modern-winemaking-1281970
1•the-mitr•19m ago•0 comments

Return-to-office mandates are killing workplace trust

https://thehill.com/opinion/technology/5992056-office-attendance-backlash/
2•dmitrygr•26m ago•0 comments

Only 1/8 turbines in Hungarian Paks NPP still operational, shutdown imminent

https://index.hu/gazdasag/2026/08/03/paksi-atomeromu-leallas-kormany-atomenergia-energia-veszelyh...
2•Markoff•29m ago•1 comments

Go json/v2

https://pkg.go.dev/encoding/json/v2
1•tosh•33m ago•0 comments

Dijkstra: The End of Computing Science (2000) [pdf]

https://www.cs.utexas.edu/~EWD/ewd13xx/EWD1304.PDF
1•emptybits•42m ago•0 comments

Show HN: Open-sourcing my market mental map

https://research.oguzbilgic.com
1•obilgic•45m ago•1 comments

lexicon of computing (2001)

https://web.archive.org/web/20011128152100/http://www.cs.washington.edu/homes/klee/misc/lexicon.html
1•jruohonen•49m ago•0 comments

Netflix sued for $105M after unreleased Nicolas Cage movie is stolen

https://www.nbcnews.com/pop-culture/pop-culture-news/netflix-sued-105-million-unreleased-nicolas-...
2•xvxvx•57m ago•3 comments

Show HN: Kwayk – Reimplementing Quake in Qt Quick3D with Jolt Physics

https://github.com/glazunov999/Kwayk
1•glazunov999•59m ago•0 comments

How Go Players Disempower Themselves to AI

https://www.lesswrong.com/posts/nR3DkyivzF4ve97oM/how-go-players-disempower-themselves-to-ai
2•zetalyrae•59m ago•0 comments

How Cursor sets up their cloud agent environment

https://cursor.com/blog/cloud-agent-environment
2•inferhaven•1h ago•0 comments

Spain to put containment fence round Ceuta after deadly border rush from Morocco

https://www.cbsnews.com/news/spain-ceuta-morocco-migrants-border-crossings/
2•SilentM68•1h ago•1 comments

Email compromise that wiped half a billion $

https://ravenmail.io/blog/bank-of-baroda-leak
5•abishekr•1h ago•0 comments

Show HN: N3MO better ROI than CodeRabbit

https://www.n3mo.shop/
1•RajX_dev•1h ago•0 comments

Servitor (Simple way to run local dev containers)

https://github.com/sndsabin/servitor
2•havu12•1h ago•0 comments

Show HN: New Parts for Old Computers

https://newold.computer/
2•joshu•1h ago•0 comments

AI Mentions in Job Descriptions – August 2026

https://corvi.careers/blog/ai_jobs_aug_2026/
2•sp1982•1h ago•0 comments

Pulverised recycled glass helps boost farm productivity with benefits to soil

https://www.abc.net.au/news/2026-07-31/ground-glass-silicon-fertiliser-farm-productivity/106963488
4•Tomte•1h ago•1 comments

An AI meeting recorder that sees and hears everything

https://github.com/puremetricsai/lumi
2•puremetrics•1h ago•4 comments

Show HN: Drop your site, get design feedback based on similar sites

https://design.withfudge.com/website-feedback
1•sim04ful•1h ago•0 comments

DDisasm: Reversible (bi-directional) Disassembler

https://github.com/GrammaTech/ddisasm
1•aboardRat4•1h ago•1 comments

Show HN: An AI-Powered Widget for Collecting User Feedback

https://makethisbetter.dev/
2•paicha•1h ago•1 comments

Show HN: An AI wrote and illustrated a book of fables about threads and packets

https://booyaka101.github.io/thedailyfable/day07/
5•Booyaka101•1h ago•1 comments

Lerobit MMP V1: Transforming AI Marketing-Coming Soon

https://www.lerobit.com/coming-soon
1•akliluart•1h ago•0 comments

Mob – A personal CRM as an MCP server

https://mobcrm.au/
1•benkaiser•1h ago•1 comments

I Built Peko to Fix Native App Deployment

https://app.pekoui.com/blog/why-i-built-peko
1•IAmPrestonBrown•1h ago•0 comments

Show HN: An update to the random OS (windogeOS)

https://github.com/NoTheIdiot/WindogeOS
1•notheidiot•1h 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.