frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Weftgate, a local verification gate for coding agents

https://github.com/Avinash-Amudala/weftgate
1•Avinashamudala•4m ago•0 comments

Show HN: Forma ONNX Graph Viewer and Editor

https://github.com/Hussain004/forma
1•Hussain04•5m ago•0 comments

The night 142 of my servers went up in the clouds Physically

https://exquisite.tube/w/nQbc54t4G7YGaqiryZ7mg1
1•jaypatelani•7m ago•0 comments

Sony's First Computer – The SMC-70 from 1982 [video]

https://www.youtube.com/watch?v=cT2-7KkPkBc
1•ksymph•8m ago•0 comments

Why Egyptian farmers are growing crops under solar panels

https://grist.org/energy/why-egyptian-farmers-are-growing-crops-under-solar-panels/
1•thunderbong•9m ago•0 comments

Influential people don't network, they build social capital

https://www.thecaringtechie.com/p/influential-people-build-social-capital
1•AntonZ234•14m ago•0 comments

V and P Industry contract manufacturing

https://vnpindustry.com/
2•vrathee•18m ago•0 comments

David Sacks to AI Labs: "Stop pretending you need anyone else's permission"

https://xcancel.com/DavidSacks/status/2098973625252708460#m
3•ozozozd•18m ago•0 comments

Show HN: SubSweep – find recurring charges in an Australian bank statement CSV

https://www.subsweep.com.au
1•jqadan•18m ago•0 comments

Ask HN: C or C++?

1•skwasimin•21m ago•0 comments

Show HN: Hindsight – Explore how YouTube channels discuss issues over time

https://github.com/brishtiteveja/hindsight
1•andy0595•28m ago•0 comments

Zig Guide Live: Every Snippet Verified Against Master

https://www.ziglang.in/
2•rguiscard•34m ago•1 comments

Ask HN: What Makes a CTO?

https://heltes.com/mapapp/what_makes_a_cto/
1•heltale•34m ago•0 comments

Neural Turing Machines (2014)

https://arxiv.org/abs/1410.5401
3•peter_d_sherman•41m ago•0 comments

Schott Glass, Russian Lenses, and a Jupiter 5 Do Over

https://www.leicalensesfornormalpeople.com/2022/01/18/schott-glass-russian-lenses-and-a-jupiter-5...
1•andsoitis•42m ago•0 comments

The Great Google Scam: The "Delete" Button That Deletes Nothing

https://medium.com/@istokovicsgyorgy79/the-great-google-scam-the-delete-button-that-actually-dele...
2•Bitu79•42m ago•0 comments

Too much light at night changes the shape and working of the heart

https://www.escardio.org/news/press/press-releases/too-much-light-at-night-changes-the-shape-and-...
2•Markoff•46m ago•0 comments

Unsafe at Any Speed

https://en.wikipedia.org/wiki/Unsafe_at_Any_Speed
1•js2•56m ago•0 comments

Claude AIs tricked into unescapable conversation [beginning: Ctrl^F to "AI 1"]

https://www.thisamericanlife.org/896/transcript
3•alister•1h ago•0 comments

Show HN: The hacker who took 3,998 BTC is texting Blockstream on-chain, live

https://liquidsaga.miguelmedeiros.dev
1•miguelmedeiros•1h ago•0 comments

AI is breaking our proxies for expertise

https://www.seangoedecke.com/ai-is-breaking-our-proxies-for-expertise/
3•daniel-sc•1h ago•1 comments

Show HN: Words of Hanoi

https://crux.quest/hanoi
1•saretup•1h ago•0 comments

Terrence Tao: AI Is Teaching Us Something Uncomfortable About Our Own Minds [video]

https://www.youtube.com/watch?v=DRDoABHToEo
4•thelastgallon•1h ago•0 comments

Anthropic CEO says AI industry needs to give safety measures time to catch up

https://apnews.com/article/anthropic-ai-dario-amodei-d59552edcb27892d8ee4d98a48397706
1•xiaoyu2006•1h ago•0 comments

BioCompute is chasing a world where a dollar can buy you a million TB of storage

2•darius88•1h ago•2 comments

WordPress object cache backed by shared memory, ~19% faster than Memcached

https://wordpress.org/plugins/yac-object-cache/
2•laruence•1h ago•0 comments

Show HN: AI Rendering in Realtime at 3dbae

https://www.youtube.com/watch?v=Q9EZkVx-pws
1•Shraddha__Singh•1h ago•0 comments

Show HN: SF Title Alert

https://sftitlealert.com/
1•arkadiyt•1h ago•0 comments

Apple launches a new way to prove a photo was shot with an iPhone (not AI)

https://www.niemanlab.org/2026/09/apple-launches-a-new-way-to-prove-a-photo-was-shot-with-an-ipho...
2•ilamont•1h ago•2 comments

Show HN: The iPhone Duo fold effect on any Windows laptop

https://winduo.baselashraf.com/
1•BaselAshraf81•1h 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•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?