frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Does Codex hits limits more easily now?

1•endorphine•1m ago•0 comments

BotScript – a TypeScript superset for code mostly written by bots

https://github.com/marcelofarias/botscript
1•mfarias•2m ago•0 comments

Positive Corner

1•Kendi_b•20m ago•2 comments

DBase: 1979-2026

https://delphinightmares.substack.com/p/dbase-1979-2026
2•deeaceofbase•21m ago•2 comments

Ask HN: How are you sandboxing AI agents and developer CLIs?

1•nikhilpareek13•22m ago•0 comments

Jon Rubinstein: Former Apple Hardware Chief on Saving Apple, iMac, iPod, iPhone [video]

https://www.youtube.com/watch?v=PvFMT58lgvk
1•anotherhue•24m ago•0 comments

Webdevbench: Evaluating AI as software development agencies

https://webdevbench-ai-benchmarks.qwikbuild.site/
1•nileshtrivedi•27m ago•0 comments

The AI Revival of the Three Mile Island Nuclear Plant

https://www.bloomberg.com/news/features/2026-05-07/three-mile-island-restart-moves-ahead-with-mic...
1•petethomas•34m ago•0 comments

Blaise – A modern self-hosting zero-legacy Object Pascal compiler targeting QBE

https://github.com/graemeg/blaise
2•peter_d_sherman•37m ago•0 comments

Wasabi: Native WebSocket and MQTT 5 for VBA using Assembly thunks

https://github.com/uesleibros/wasabi
3•UesleiDev•49m ago•0 comments

The case of Canvas–Longitudinal datafication through learning management systems

https://www.researchgate.net/publication/341046070_The_case_of_Canvas_Longitudinal_datafication_t...
2•droidjj•49m ago•0 comments

RubyLLM 1.15: Image Editing, Cost Tracking and Less Tool Boilerplate

https://paolino.me/rubyllm-1-15/
1•thunderbong•51m ago•0 comments

Honest conversation with Bob Weiner about GNU Hyperbole

https://www.youtube.com/watch?v=iuwn8GpRj7w
1•iLemming•51m ago•0 comments

Thinking about custom software in a new way

https://jerodsanto.net/2026/01/thinking-about-custom-software-in-a-new-way/
1•fagnerbrack•53m ago•0 comments

Agentic Engineering

https://addyosmani.com/blog/agentic-engineering/
12•fagnerbrack•53m ago•1 comments

Widget (Beer)

https://en.wikipedia.org/wiki/Widget_(beer)
2•fortran77•58m ago•1 comments

Dissolving arterial plaque by isolating the vessel from blood flow

https://www.cureus.com/articles/488870-closed-loop-extracorporeal-vascular-cleaning-by-staged-che...
1•iliatoli•59m ago•0 comments

Cisco to buy unit 8200 affiliated company that tracks all your API keys

https://www.timesofisrael.com/us-tech-giant-cisco-buys-israeli-ai-cyber-startup-to-protect-digita...
2•neuroelectron•1h ago•0 comments

Supreme Court signals it may end Cisco human rights suit

https://www.washingtonpost.com/politics/2026/05/02/supreme-court-cisco-torture-china/
1•neuroelectron•1h ago•0 comments

Denial of Service Vulnerability in React Server Components

https://github.com/facebook/react/security/advisories/GHSA-rv78-f8rc-xrxh
1•karimf•1h ago•0 comments

Could Lovable's automatic 10% pay raise be the cure for toxic cultures?

https://techcrunch.com/2026/05/07/could-lovables-automatic-10-pay-raise-be-the-cure-for-toxic-cul...
2•dicksent•1h ago•0 comments

Trump Is Getting Away with Murdering an American Industry

https://heatmap.news/plus/the-fight/spotlight/trump-federal-aviation-administration-wind-farms
2•gok•1h ago•0 comments

I designed Microsoft's EA channel in 2001. It's being dismantled in 2026

https://www.brendanoconnor.net/case-studies/microsoft-enterprise-channel/
1•brendo_y•1h ago•0 comments

Copy Fail 2: Electric Boogaloo

https://github.com/0xdeadbeefnetwork/Copy_Fail2-Electric_Boogaloo
11•larusso•1h ago•2 comments

Ask HN: Does CopyFail make a stronger case for rolling releases such as Arch?

1•fullstacking•1h ago•2 comments

Higher usage limits for Claude and a compute deal with SpaceX

https://www.anthropic.com/news/higher-limits-spacex?id=19234
2•alex_young•1h ago•1 comments

NIST – How Do You Measure It?

https://www.nist.gov/how-do-you-measure-it
2•rramadass•1h ago•1 comments

US will start revoking passports for parents who owe child support

https://apnews.com/article/passports-unpaid-child-support-penalty-state-department-42d90cfa8a06ee...
4•OutOfHere•1h ago•0 comments

Show HN: jj diff review integrated with agents

https://twitter.com/plannotator/status/2052594084527677612
1•ramoz•1h ago•0 comments

Digging into Drama at the Document Foundation

https://lwn.net/Articles/1066418/
2•signa11•1h 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?