frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI outperforms doctors in Harvard trial of emergency triage diagnoses

https://www.theguardian.com/technology/2026/apr/30/ai-outperforms-doctors-in-harvard-trial-of-eme...
1•pseudolus•53s ago•0 comments

Multi-agent systems as distributed software

https://fulcrum.inc/2026/04/30/multi-agent-as-distributed.html
1•etherio•1m ago•0 comments

Embodied AI: China's ambitious path to transform its robotics industry

https://merics.org/en/report/embodied-ai-chinas-ambitious-path-transform-its-robotics-industry
1•atlasunshrugged•4m ago•0 comments

Show HN: Pu.sh – a full coding-agent harness in 400 lines of shell

https://pu.dev/
4•nahimn•5m ago•0 comments

Mapping the U.S. Federal Government Ecosystem for Cybersecurity

https://strategyofsecurity.com/p/mapping-the-u-s-federal-government-ecosystem-for-cybersecurity-p...
1•mooreds•5m ago•0 comments

Big Tech will spend nearly $700B on AI this year

https://fortune.com/2026/04/30/big-tech-hyperscalers-will-spend-700-billion-on-ai-infrastructure-...
4•mgh2•7m ago•2 comments

Biological Weapons Convention

https://en.wikipedia.org/wiki/Biological_Weapons_Convention
2•dave1010uk•8m ago•0 comments

I'm Powered by Linux

https://forkingmad.blog/powered-by-linux/
1•SoniaPanda•9m ago•0 comments

Nothing Is Impossible in Software Engineering

https://twitter.com/ichebykin/status/2049948519096811525
1•mifydev•9m ago•0 comments

Running creative online bots with ten thousand followers

https://stefanbohacek.com/blog/on-running-creative-online-bots-with-ten-thousand-followers/
2•sieste•10m ago•0 comments

Pie Thieves

https://www.endnotes.net/pie-thieves/
1•zdw•10m ago•0 comments

SimpleX Channels, SimpleX Network Consortium and Community Crowdfunding

https://simplex.chat/blog/20260430-simplex-channels-v6-5-consortium-crowdfunding-freedom-of-speec...
1•pmw•11m ago•0 comments

Patch Your Kernel NOW: 732byte Python rootkit, cracks all distros since 2017

https://github.com/rootsecdev/cve_2026_31431
2•cednore•11m ago•0 comments

Hard budget enforcement for AI agents – blocks before the API call

https://awx-shredder.fly.dev
1•awxglobal•13m ago•0 comments

GCC 16.1 Released

https://lwn.net/Articles/1070649/
2•kazu11max17•13m ago•0 comments

Blue Origin certainly has ambitious launch targets for New Glenn

https://arstechnica.com/space/2026/04/blue-origin-certainly-has-ambitious-launch-targets-for-new-...
3•LorenDB•14m ago•0 comments

The most severe Linux threat to surface in years catches the world flat-footed

https://arstechnica.com/security/2026/04/as-the-most-severe-linux-threat-in-years-surfaces-the-wo...
2•AndrewDucker•15m ago•0 comments

Passlib 1.7.4 incompatible with bcrypt >= 4.3 ausing runtime warnings

https://bugs.launchpad.net/kolla-ansible/+bug/2150764
2•shayangeedook•16m ago•0 comments

Hackers are actively exploiting a bug in cPanel and WHM

https://techcrunch.com/2026/04/30/hackers-are-actively-exploiting-a-bug-in-cpanel-used-by-million...
2•dotmanish•16m ago•0 comments

Cerberus Anti-theft is stalkerware: a reverse engineering

https://hexproof.dev/datagrams/cerberus-stalkerware-re/
1•ImJasonH•18m ago•0 comments

Prolific Chinese State-Sponsored Contract Hacker Extradited from Italy

https://www.justice.gov/opa/pr/prolific-chinese-state-sponsored-contract-hacker-extradited-italy
4•737min•18m ago•1 comments

The Iran internet blackout has entered its second month

https://mastodon.social/@netblocks/116481109110598719
4•us321•23m ago•0 comments

iOS 27 to bring AI inside the Camera app, iPhone shutdown problem

https://9to5mac.com/2026/04/30/happy-hour-588/
1•omer_k•25m ago•0 comments

My Daughter Died at 32. My Devices Won't Let Me Rest

https://www.wsj.com/lifestyle/relationships/my-daughter-died-at-32-my-devices-wont-let-me-rest-50...
5•impish9208•26m ago•1 comments

Apple reports second quarter results

https://www.apple.com/newsroom/2026/04/apple-reports-second-quarter-results/
2•mfiguiere•26m ago•0 comments

Monksignal

https://monksignal.com/
2•mooreds•27m ago•0 comments

Manual Until It Hurts

https://indieweb.org/manual_until_it_hurts
4•susam•28m ago•0 comments

Elon Musk confirms xAI used OpenAI's models to train Grok

https://www.theverge.com/ai-artificial-intelligence/921546/elon-musk-xai-openai-trial-model-disti...
5•fraXis•28m ago•2 comments

Ubuntu DDoS Attack from Iraq?

https://old.reddit.com/r/Ubuntu/comments/1t07tb2/canonical_ubuntu_being_targeted_by_a_ddos_attack/
2•TutleCpt•30m ago•0 comments

Chat with Premium Financial Newsletters

https://dripstack.xyz/
2•blauyourmind•32m ago•1 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?