frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Trump says 'a whole civilization will die tonight' if Iran does not make a deal

https://www.reuters.com/world/middle-east/trump-says-a-whole-civilization-will-die-tonight-if-ira...
1•jacquesm•1m ago•1 comments

The Soul of an Old Machine

https://skalski.dev/the-soul-of-an-old-machine/
1•mskalski•2m ago•0 comments

AI "Guardrails" Are Just Suggestions

https://spin.atomicobject.com/ai-guardrails-are-suggestions/
1•ingve•3m ago•0 comments

"The new Copilot app for Windows 11 is really just Microsoft Edge"

https://twitter.com/i/status/2041112541909205001
3•bundie•5m ago•0 comments

They can fly 200 miles with no fuel - Tom Scott [video]

https://www.youtube.com/watch?v=zKx1VJsLsfk
2•jfoucher•5m ago•1 comments

Show HN: td – a CLI to manage tasks, sessions, and worktrees for agentic coding

https://github.com/rosgoo/td
2•rosgoo•6m ago•0 comments

Show HN: AvatarBook – Verifiable AI agent workflows

https://github.com/noritaka88ta/avatarbook
1•noritaka88•7m ago•0 comments

Iran's supreme leader 'unconscious and receiving treatment in Qom'

https://www.thetimes.com/world/middle-east/israel-iran/article/iran-supreme-leader-mojtaba-khamen...
1•Tomte•9m ago•0 comments

Show HN: Petrarca: Voice first spaced repetition – track knowledge across books

https://networkedthought.substack.com/p/petrarca-an-intelligent-companion
1•houshuang•10m ago•0 comments

chugchug: A modern, dependency-free progress bar for Python

https://github.com/unnir/chugchug
1•vdmbrsv•10m ago•1 comments

A small task, executed exceptionally, carries super-nonlinear potential

https://twitter.com/ActionDigest/status/2041230438149034230
1•curiouska•11m ago•0 comments

Shots Fired at Indianapolis Councilman's Home, After Vote Backing Data Center

https://www.nytimes.com/2026/04/06/us/indianapolis-data-center-shooting.html
2•ndiddy•14m ago•0 comments

What Is a Property?

https://alperenkeles.com/posts/what-is-a-property/
1•alpaylan•16m ago•0 comments

Discover how iOS apps are using the new design and Liquid Glass

https://developer.apple.com/design/new-design-gallery-2026/
2•xenonite•16m ago•0 comments

The Issues with Issue Trackers

https://bzg.fr/en/notes/the-issue-with-issue-trackers/
2•rwl•17m ago•0 comments

Startup Bets AI Can Replace Wall Street Analysts, Too

https://www.wsj.com/finance/investing/startup-bets-ai-can-replace-wall-street-analysts-too-6a562686
3•gbourne1•18m ago•0 comments

Show HN: Bx – macOS native sandbox for AI and coding tools

https://github.com/holtwick/bx-mac
3•holtwick•18m ago•0 comments

BashPilot – macOS menu bar app to organize and run shell scripts

https://github.com/folektoras/bashpilot
1•cstergianos•19m ago•0 comments

Show HN: A cartographer's attempt to realistically map Tolkien's world

https://www.intofarlands.com/atlasofarda
4•intofarlands•20m ago•0 comments

Claude Is Not Your Architect. Stop Letting It Pretend

https://www.hollandtech.net/claude-is-not-your-architect/
2•smharris65•22m ago•0 comments

What Is Open Source AI

https://opensource.org/ai/open-source-ai-definition
2•gpi•22m ago•0 comments

Want to know capitalism's endgame? Just look at private equity

https://www.theguardian.com/commentisfree/2026/apr/07/capitalism-endgame-private-equity-captured-...
1•fblp•24m ago•0 comments

World Models and JEPA

https://www.youtube.com/watch?v=sLycRLoLZ74
2•frag•26m ago•0 comments

Show HN: Zoidmail – email accounts that AI agents can sign up for themselves

https://zoidmail.net
1•traktorn•27m ago•0 comments

The 10-Year-Old Nikon D5 DSLR Is the Best Camera for Artemis II

https://petapixel.com/2026/04/06/the-10-year-old-nikon-d5-dslr-really-is-the-best-camera-for-arte...
3•mrkO99•27m ago•0 comments

Record wind and solar saved UK from gas imports worth £1B in March 2026

https://www.carbonbrief.org/analysis-record-wind-and-solar-saved-uk-from-gas-imports-worth-1bn-in...
4•mindracer•27m ago•0 comments

AI agents can communicate with each other, and can't be caught

https://arxiv.org/abs/2604.04757
3•cryptohell•28m ago•0 comments

Show HN: Pion/handoff – Move WebRTC out of browser and into Go

https://github.com/pion/handoff
3•Sean-Der•31m ago•1 comments

RCS is a "standard" in name only – $15k bounty trying to break Google's lock-in

https://github.com/microg/GmsCore/issues/2994
2•omarsoufiane•31m ago•0 comments

Show HN: Make-it – Describe a device, get wiring diagram and code

https://make-it.ai
1•gal_ofel•31m 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•10mo ago

Comments

uberman•10mo 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•10mo 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•10mo 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•10mo 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?