frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI Canasta Scoring App

https://canastascore.com/
1•alohaplannerapp•39s ago•0 comments

Playing Around with OpenAI's GPT Realtime Voice API

https://nathancooper.io/blog/2026-05-08-gpt-realtime-audio
1•coop57•4m ago•0 comments

Show HN: AI-native tech assessments (end of LeetCode)

https://www.openround.ai/
2•vetted_so•5m ago•0 comments

The Big Engine That Could

https://medium.com/human-offset/the-big-engine-that-could-de152076bb82
1•gdessau•6m ago•0 comments

Archive.today Reverts to Monero-Only Donations

https://archive.fo
1•Cider9986•7m ago•0 comments

Opentype.js 2.0.0 Released

https://github.com/opentypejs/opentype.js/releases/tag/2.0.0
1•ILOVEPIE•7m ago•0 comments

Dirty Frag Linux kernel local privilege escalation vulnerability mitigations

https://ubuntu.com/blog/dirty-frag-linux-vulnerability-fixes-available
2•zajio1am•7m ago•0 comments

MOG Simulator: Emergent galaxies via ensemble of random coarse grids [video]

https://github.com/tbmo/mog-solver
1•tbmo•8m ago•0 comments

X A "Clean Room" for 2026 technical and logistical news

https://xreport.news/
1•XREPORTNEWS•9m ago•0 comments

James Schuyler's Genius

https://yalereview.org/article/james-schuylers-genius
1•Thevet•9m ago•0 comments

A Robot Just Became a Monk at a Buddhist Temple in South Korea

https://www.smithsonianmag.com/smart-news/meet-gabi-the-new-robot-monk-at-a-buddhist-temple-in-so...
1•lisper•12m ago•0 comments

Loom -single line install TTY IDE for agent coding

https://github.com/claytantor/loom-tty-ide
1•claydronze•13m ago•1 comments

Porn website at center of CNN investigation into sexual abuse taken offline

https://www.cnn.com/2026/05/08/europe/porn-site-motherless-taken-down-dutch-authorities-intl
1•NDlurker•14m ago•1 comments

Jane Street earned $10B in first quarter as it doubled trading revenue

https://www.ft.com/content/fe483e68-097a-4b80-ad3a-0792dda8f94a
2•KnuthIsGod•15m ago•0 comments

I built a pixel oven that tells you if you're cooked

https://broamicooked.com/
1•HealthAI47•18m ago•0 comments

Ask HN: What are the most joyful AI projects you've seen?

3•adagradschool•19m ago•1 comments

San Francisco's housing market has lost its mind

https://techcrunch.com/2026/05/08/san-franciscos-housing-market-has-lost-its-mind/
1•littlexsparkee•22m ago•0 comments

Iran war's global energy crisis sharpens China's advantage in clean tech

https://apnews.com/article/iran-middle-east-war-energy-asia-china-05d198d6e8dc99d0209dddfff26ae52a
2•breve•29m ago•0 comments

Reduce friction and latency for long-running jobs with Webhooks in Gemini API

https://twitter.com/GoogleAIStudio/status/2051421109506228656
1•gmays•35m ago•0 comments

Pushing Local Models with Focus and Polish

https://lucumr.pocoo.org/2026/5/8/local-models/
1•wrxd•36m ago•0 comments

Show HN: [Video] Tribute to LLM releases in April 2026

https://www.youtube.com/watch?v=uu5ffMH_X9w
1•everlier•40m ago•0 comments

The FCC Wants Your ID Before You Get a Phone Number

https://reclaimthenet.org/the-fcc-wants-your-id-before-you-get-a-phone-number
7•bilsbie•44m ago•1 comments

You Might Be a Late Bloomer (2024)

https://www.theatlantic.com/ideas/archive/2024/06/successs-late-bloomers-motivation/678798/
2•breve•45m ago•0 comments

The Tax of Living in a Low-Trust Society: How Collapsed Trust Costs You

https://yourbrainonmoney.substack.com/p/low-trust-society-cost
14•ot•47m ago•2 comments

U.S. Schools Face a Crisis as the Number of Children Drops

https://www.nytimes.com/2026/05/08/upshot/public-schools-enrollment-crisis.html
5•Teever•48m ago•2 comments

Grafting a Speech Head onto Gemma 4 E4B

https://www.frisson-labs.com/gemma4-e4b-architecture
1•ymaws•54m ago•1 comments

Tesla Model Y Passes NHTSA's New 'Advanced Driver Assistance System' Tests

https://www.nhtsa.gov/press-releases/tesla-model-y-first-vehicle-pass-nhtsa-new-advanced-driver-a...
22•amanaplanacanal•55m ago•15 comments

US Salary Explorer

https://corvi.careers/salary-explorer/
1•sp1982•59m ago•0 comments

I built a alternative market I fixed what Gumroad coudnt do

https://BuyAndSell.market
1•Zophos•59m ago•0 comments

Show HN: CADara – I made an open-source in-browser CAD

https://cadara.app
7•ttouch•1h ago•2 comments
Open in hackernews

Top Tips for Writing Code with AI

https://brettdidonato.substack.com/p/top-5-tips-for-writing-code-with
2•bsdpython•11mo ago

Comments

uberman•11mo ago
Solid, particularly the advice about context. I find with AI, less is better. Once you have "enough" context, adding more increases the risk of problems. The one I take exception with is the last. "You don't need to understand what the AI wrote". I feel you absolutely do need to understand what the AI wrote and if you don't you should not commit it.
bsdpython•11mo ago
Thanks. I know the last one is controversial, but the way I am starting to think about it is that we are just moving to a new layer of abstraction. I no longer understand very well how hardware works, nor do I know in detail how a browser renders a page, nor the full fine details of how many of the libraries I use work. My own AI generated code, in pockets, is starting to work in the same way. And I'm starting to become OK with that risk.
sherdil2022•11mo ago
The implementations for those abstractions are well tested (hopefully). Committing code that we don’t thoroughly test or have an understanding about is going to bite us sooner than later. They are landmines. Not abstractions.
bsdpython•11mo ago
Is it possible we hit a wikipedia moment (it being more accurate than Encyclopedias) where the quality of typical ai generated code is better than popular open source libraries?