frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The AI supply crunch is here

https://www.economist.com/leaders/2026/04/30/the-ai-supply-crunch-is-here
1•yakkomajuri•29s ago•0 comments

Sneak Preview: The World First Working Sanaii TCP/IP Stack for Amiga OS 1.3

https://mytube.madzel.de/w/5bm2KTwwBTVvhUT4HHWCcG
1•doener•50s ago•0 comments

Russia Poisons Wikipedia

https://www.bettedangerous.com/p/russia-poisons-wikipedia
1•exceptione•55s ago•0 comments

Codex Pets

https://developers.openai.com/codex/app/settings
1•tosh•1m ago•0 comments

Pentagon pursuing containerized 300kW+ laser weapons, Joint Laser Weapon System

https://www.tomshardware.com/tech-industry/pentagon-budget-documents-reveal-its-pursuing-containe...
1•rbanffy•7m ago•0 comments

Seattle-Tacoma International Airport (Sea) Visitor Pass Program

https://www.portseattle.org/page/sea-visitor-pass-program
1•blondie9x•7m ago•0 comments

Bluebuck - bringing it back from extinction

https://colossal.com/bluebuck/
1•andsoitis•10m ago•0 comments

The Fight to Save the Yachats Whale

https://www.theatlantic.com/science/2026/05/yachats-beached-whale-rescue/686978/
2•Brajeshwar•11m ago•0 comments

A more accurate .d.ts bundler for Rollup, powered by Microsoft/API-extractor

https://github.com/benhatsor/rollup-dts-bundler
2•barhatsor•15m ago•1 comments

On a mission to ensure our investments never lose value

https://arells.com
1•jeyakatsa•15m ago•0 comments

I Just Launched the AI Pledge for Humanity. Here's Why

https://scottsantens.substack.com/p/i-just-launched-the-ai-pledge-for
1•2noame•17m ago•2 comments

How can I close over variables in kdb/Q?

https://stackoverflow.com/questions/79240456/how-can-i-close-over-variables-in-kdb-q
1•tosh•17m ago•0 comments

David Bessis on AI destroying mathematics

https://davidbessis.substack.com/p/the-fall-of-the-theorem-economy
1•delis-thumbs-7e•20m ago•0 comments

Show HN: nfsdiag - a NFS diagnostic application

https://github.com/lsferreira42/nfsdiag
1•lsferreira42•20m ago•0 comments

The Gen Z investing boom

https://www.theguardian.com/business/2026/may/02/gen-z-investors-crypto-boom
2•andsoitis•21m ago•0 comments

Infrasound waves stop kitchen fires, but can they replace sprinklers?

https://arstechnica.com/gadgets/2026/05/startup-says-sound-waves-can-replace-fire-sprinklers-expe...
3•0in•24m ago•0 comments

Nature vs. nurture: How much of our personalities are determined at birth?

https://www.bbc.com/future/article/20260501-nature-vs-nurture-how-much-of-our-personalities-are-d...
2•amichail•27m ago•0 comments

The Intel Lunar Lake CPU Performance Gains on Linux over the Past Year

https://www.phoronix.com/review/intel-lunar-lake-ubuntu-2604
1•rbanffy•27m ago•0 comments

First Ever Playing Deck for Programmers

https://instagram.com/the_devcards
1•okiki-clickdrop•28m ago•0 comments

'Go inside, he will kill you' Israeli militants step up West Bank school attacks

https://www.theguardian.com/world/2026/may/02/israeli-militants-attack-west-bank-schools-settler-...
4•hebelehubele•28m ago•1 comments

WellaBack Posture Corrector

https://www.facebook.com/WellaBackPostureCorrector.Get
1•kannyparker•28m ago•0 comments

An unknown Sega Saturn project has come to light after 29 years

https://32bits.substack.com/p/under-the-microscope-pyramid-unreleased
5•bbayles•28m ago•0 comments

Oscarr – A modern media request interface for Radarr and Sonarr

https://github.com/arediss/Oscarr
1•arediss•29m ago•0 comments

AI Cyberattacks Meet Memory-Safe Code Defenses

https://spectrum.ieee.org/ai-cyberattacks-memory-safe-code
1•rbanffy•29m ago•0 comments

Show HN: MooBlock – blocks distracting sites with adaptive friction (and cows)

https://chromewebstore.google.com/detail/mooblock/eanbagjehdbjikaaoomkkmfikemcedmp
1•academic_84572•34m ago•0 comments

Motion: An open source animation library for JavaScript, React and Vue

https://github.com/motiondivision/motion
2•doener•36m ago•0 comments

Cloudflare Workers let you deploy serverless code instantly across the globe

https://github.com/cloudflare/workers-sdk
2•doener•37m ago•0 comments

India's major airlines on 'verge of closing down' as high fuel costs sting

https://www.scmp.com/news/asia/south-asia/article/3351782/indias-major-airlines-verge-closing-dow...
1•JumpCrisscross•37m ago•0 comments

Supabase-JS: An isomorphic JavaScript client for Supabase

https://github.com/supabase/supabase-js
1•doener•37m ago•0 comments

How Fast Could Robot Production Scale Up?

https://epoch.ai/blog/how-fast-could-robot-production-scale-up
1•JumpCrisscross•40m ago•0 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?