frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What it's like to drive Route 66 in an EV

https://www.bbc.com/travel/article/20260424-what-its-like-to-drive-route-66-in-an-ev
1•mooreds•1m ago•0 comments

Have you tried Clean Architecture as foundation for your AI project?

2•esmelazy•2m ago•0 comments

Marx vs. the Robots (2017)

https://www.jstor.org/stable/45134296?seq=1
1•mooreds•3m ago•0 comments

Glyph: A sub-millisecond prompt-injection detector

https://github.com/enkryptai/glyph
1•divyanshusingh•3m ago•0 comments

RangeFlow: A different way to pick date ranges

https://rangeflow.raminmousavi.dev/
1•ramin2nt2•3m ago•0 comments

The Impacts of Parole Supervision

https://bfi.uchicago.edu/insights/the-impacts-of-parole-supervision/
1•mooreds•3m ago•0 comments

1,350 Days with Logseq

https://ianreppel.org/goodbye-logseq/
1•Brajeshwar•3m ago•0 comments

Show HN: Stop Destroying Your Charging Cables

https://www.bbc.com/future/article/20260421-your-bad-habits-are-destroying-your-charging-cables
1•wasimsk•5m ago•0 comments

Great Minds Should Not Think Alike, They Should Think Together

https://docs.eventsourcingdb.io/blog/2026/04/27/great-minds-should-not-think-alike-they-should-th...
1•goloroden•8m ago•0 comments

Why Start a Company Instead of Working in Aid

https://indevelopmentmag.com/exporters-without-borders-why-you-should-start-a-company-instead-of-...
1•paulpauper•10m ago•0 comments

Do these pictures prove tennis is dead?

https://bigthink.com/strange-maps/do-these-pictures-prove-tennis-is-dead/
1•paulpauper•11m ago•0 comments

Aging Gracefully in the Tech Industry

https://petersobot.com/blog/aging-gracefully-in-the-tech-industry/
1•itunpredictable•11m ago•0 comments

The case of missing American mushrooms

https://sftw.substack.com/p/the-case-of-missing-american-mushrooms
1•paulpauper•12m ago•0 comments

Browser as an Interactive Disassembly Exploration Tool (2015)

https://mrale.ph/blog/2015/03/29/browser-as-an-interactive-disassembler.html
1•downbad_•13m ago•1 comments

Moleskine's AI Lord of the Rings collection can only mock

https://cjleo.com/blog/moleskine-ai-lord-of-the-rings-collection-can-only-mock/
1•syx•13m ago•0 comments

The 1944 Warsaw Uprising, in Color

https://www.barwypowstania.pl/
3•keiferski•13m ago•0 comments

Chernobyl Wildlife Forty Years On

https://www.bbc.com/future/article/20260424-chernobyl-wildlife-forty-years-on
1•reconnecting•15m ago•0 comments

Show HN: Auge Vision from Your Terminal

https://auge.franzai.com/
3•franze•17m ago•1 comments

AeroJAX – Real-time, differentiable 2D CFD in Jax

https://github.com/arriemeijer-creator/AeroJAX
1•arriemeijer•17m ago•0 comments

Google Uses Cox Ruling to Kill Last Copyright Claim in Textbook Piracy Lawsuit

https://torrentfreak.com/google-uses-cox-ruling-to-kill-last-copyright-claim-in-textbook-piracy-l...
1•Cider9986•23m ago•0 comments

Mastermind – agentic SDLC workflow for VS Code

1•ArkadiuszSiAI•24m ago•0 comments

Andrej Karpathy: How I use LLMs [video]

https://www.youtube.com/watch?v=EWvNQjAaOHw
1•simonebrunozzi•25m ago•0 comments

Automated systematic literature review with Claude Code

https://www.youtube.com/watch?v=1K_4QqUlSBU
1•nialse•26m ago•0 comments

GitHub Actions and Consequences

https://tylercipriani.com/blog/2026/04/24/on-the-software-supply-chain-doom-spiral/
1•thcipriani•27m ago•0 comments

CAD in Codex

https://twitter.com/soft_servo/status/2047436911657025858
2•softservo•27m ago•1 comments

How to Kill a Philosophical Zombie

https://sopathaye.substack.com/p/how-to-kill-a-philosophical-zombie
2•sopathaye•27m ago•0 comments

Getting Gray with the Internet Liberation Front

http://grayareasmagazine.com/ilf7.htm
3•Cider9986•31m ago•0 comments

When "Hackers" Was Hacked

https://ironicsans.ghost.io/when-hackers-was-hacked/
3•Cider9986•32m ago•0 comments

Badvibes – Lint for Vibecoded Slop

https://github.com/marco-trotta1/badvibes
1•muoco-01•36m ago•0 comments

The Urgency of Interpretability

https://darioamodei.com/post/the-urgency-of-interpretability
1•tanelpoder•36m 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?