frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: GetBlocked – a local-only Chrome extension for blocking web trackers

https://github.com/alex-w-developer/GetBlocked/
2•sudo_cowsay•2m ago•1 comments

Indus civilisation reveals its volumetric system

https://www.thehindu.com/news/national/Indus-civilisation-reveals-its-volumetric-system/article16...
1•teleforce•4m ago•0 comments

Evolving the Node.js Release Schedule

https://nodejs.org/en/blog/announcements/evolving-the-nodejs-release-schedule
1•thunderbong•5m ago•0 comments

Greatgramps: A static site generator for GRAMPS family trees

https://bennuttall.com/blog/2026/06/greatgramps/
1•benn_88•7m ago•0 comments

Join .agent – Pre-Register Your Domain Free

https://agentcommunity.org/join
1•Anon84•13m ago•0 comments

The State of the AI Economy

https://intelligence.exponentialview.co/
2•marc__1•14m ago•0 comments

How a Star Wars Lego Dispute Triggered an Armed Police Raid in Utah

https://www.wsj.com/us-news/how-a-star-wars-lego-dispute-triggered-an-armed-police-raid-in-utah-c...
1•fortran77•14m ago•1 comments

Building While Becoming

https://pushapaula.substack.com/
2•paulawp•16m ago•0 comments

The Supreme Court's Era of Meaningless Rights

https://www.theatlantic.com/ideas/2026/06/supreme-court-decisions-unenforceable-rights/687713/
1•paulpauper•18m ago•0 comments

Show HN: I scanned 87 MCP servers for agent-authority hygiene – leaderboard

https://capframe.ai/leaderboard
1•euan21•19m ago•1 comments

Show HN: Hacker News on a Train Station Style Flip Board

https://popflame.quickish.space/hn-flipboard/
1•PaybackTony•20m ago•1 comments

The Duck Is Growing

https://gemenergyanalytics.substack.com/p/the-duck-is-growing
1•paulpauper•21m ago•0 comments

The State of the AI Economy

https://www.exponentialview.co/p/the-state-of-the-ai-economy
1•paulpauper•22m ago•0 comments

The formation of human populations in South and Central Asia

https://www.science.org/doi/10.1126/science.aat7487
1•teleforce•28m ago•0 comments

Show HN: Hatchr – Share Claude Designs with a public link

https://www.hatchr.link/
1•othmanosx•28m ago•0 comments

Show HN: Noise Lang, JIT stochastic programing language

https://noiselang.com/
1•manucorporat•29m ago•0 comments

PrismLib – semantic LLM cache and cluster mesh that cuts token spend

https://github.com/insightitsGit/prismlib
2•insightits•29m ago•0 comments

Economists have pushed for prediction markets. They're not what they'd hoped for

https://www.cnn.com/2026/06/21/business/prediction-markets-economists
1•JumpinJack_Cash•30m ago•1 comments

Routing for serverless servers with Pingora, Envoy, and Spanner

https://modal.com/blog/serverless-servers
2•birdculture•32m ago•0 comments

EU Trade Explorer

https://tradedashboard.eu/
1•abracadabrapouf•33m ago•1 comments

Utility for Multi-GPU Node Configuration

https://github.com/rghosh08/nvidia-nvswitch-setup/releases/tag/v0.1.0
2•rghosh8•37m ago•0 comments

Chief Mouser to the Cabinet Office

https://en.wikipedia.org/wiki/Chief_Mouser_to_the_Cabinet_Office
2•modzu•42m ago•0 comments

Build, Don't Posture

https://entertainmentindustry.ai/
3•DavidFrangiosa•43m ago•1 comments

We are capitalist, not socialist

https://www.thepromisetoamerica.com
4•donsupreme•46m ago•6 comments

U.S. Proposes to Drop Brake Pedal Requirements for Self-Driving Vehicles

https://www.cnbc.com/2026/06/25/us-proposes-to-drop-brake-pedal-requirements-for-self-driving-veh...
1•karakoram•48m ago•0 comments

Where Will Europe's Heatwave Be Most Deadly?

https://www.economist.com/graphic-detail/2026/06/25/where-will-europes-heatwave-be-most-deadly
1•karakoram•49m ago•1 comments

FIFA World Cup website in 2002

https://xcancel.com/WebDesignMuseum/status/2070517388290806137
1•airstrike•51m ago•1 comments

Add MCP Apps to Your AI SDK Application

https://vercel.com/kb/guide/ai-sdk-mcp-apps
1•flashbrew•52m ago•0 comments

Cartels of Mediocrity

https://blog.taylorwood.io/2026/06/19/social-norms-and-low-doers.html
3•1659447091•53m ago•0 comments

AI Powered Photo Gallery Without the Cloud

https://github.com/Arkalogy/best-photo-picker
1•anonu•56m 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•1y ago

Comments

uberman•1y 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•1y 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•1y 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•1y 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?