frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Intel Core Ultra Series 3 VPro: 18A AI PCs Debut with Dtect Security Updates

https://hothardware.com/news/intel-unveils-core-ultra-series-3-vpro
1•rbanffy•4m ago•0 comments

Goldman Sachs now reckons that oil could take out the 2008 record of $147

https://www.ft.com/content/360ca227-4d2a-41a4-a05f-41baedc0f7d2
1•bookofjoe•4m ago•1 comments

Causality optional? Testing the "indefinite causal order" superposition

https://arstechnica.com/science/2026/03/getting-formal-about-quantum-mechanics-lack-of-causality/
1•rbanffy•4m ago•0 comments

Show HN: Drag-to-Reveal Before/After Slider Component for React/Next.js

1•doanything_ai•5m ago•1 comments

Russia took satellite images of U.S. base before Iranian attack, Zelensky says

https://www.nbcnews.com/world/ukraine/russia-us-base-american-troops-zelenskyy-rcna265612
1•vrganj•7m ago•0 comments

Suspect in Foiled Bank of America Attack Says He Was Recruited on Snapchat

https://www.newsweek.com/suspect-in-foiled-bank-of-america-attack-says-he-was-recruited-on-snapch...
1•geox•8m ago•0 comments

I built PistonAlpha to track the collector car market in real time

https://pistonalpha.com/
1•magrix•9m ago•0 comments

The Cryptopals Crypto Challenges

https://cryptopals.com/
1•pmaddams•10m ago•0 comments

The Braille Institute's family of hyperlegible fonts

https://www.brailleinstitute.org/freefont/
1•pmaddams•10m ago•0 comments

Benchmarking quantum simulation with neutron-scattering experiments

https://arxiv.org/abs/2603.15608
1•rbanffy•10m ago•0 comments

MCP Toolbox for Databases

https://github.com/googleapis/genai-toolbox
1•pmaddams•11m ago•0 comments

Old masters, new perspectives: The Gemäldegalerie in Berlin

https://blog.google/company-news/outreach-and-initiatives/arts-culture/old-masters-new-perspectiv...
1•gnabgib•11m ago•0 comments

Claude-IPC: Watch 5 claudes build a terminal Yubikey manager together [video]

https://www.youtube.com/watch?v=6vEJNr8sASI
1•thejabberwock•13m ago•1 comments

Is AI agent discoverability a reputation graph problem, not an SEO problem?

https://www.snackonai.com/p/the-web-of-trust-will-be-the-next-distribution-layer
1•mohinish•21m ago•0 comments

Private equity turned vulnerable elderly people into human ATMs

https://www.theguardian.com/society/2026/mar/28/the-great-care-home-cash-grab-how-private-equity-...
8•mordechai9000•22m ago•1 comments

OpenClaw is fun. OpenClaw is dangerous. Here's where Tailscale helps

https://tailscale.com/blog/openclaw-tailscale-aperture-serve
1•makaimc•22m ago•0 comments

U.S. uses hundreds of Tomahawk missiles on Iran, alarming some at Pentagon

https://www.washingtonpost.com/national-security/2026/03/27/iran-war-tomahawk-missiles/
3•breve•24m ago•0 comments

Left Atrial Appendage Closure or Anticoagulation for Atrial Fibrillation

https://www.nejm.org/doi/full/10.1056/NEJMoa2517213
1•bookofjoe•24m ago•0 comments

Verify_before – pre-deployment verifiability analysis for neuro-symbolic AI

https://elliotfairbanksjunior.substack.com/p/i-predicted-a-number
1•MaybeGoodRoyal•31m ago•0 comments

Building an E2E Encrypted Chat Application with LanceDB and Libsodium

https://www.justinrmiller.com/building-an-e2e-encrypted-chat-application-with-lancedb-and-libsodium/
2•securicat•32m ago•0 comments

Drones Market Research Report 2026-2036

https://finance.yahoo.com/news/drones-market-research-report-2026-144300424.html
1•mooreds•37m ago•0 comments

Show HN: Glazyr Viz – Zero-Copy MCP Vision Server via POSIX Shared Memory

https://github.com/senti-001/glazyr-viz
1•mcpmessenger•38m ago•0 comments

Effective Debugging

https://simplerengineeringmanagement.substack.com/p/effective-debugging
1•mooreds•39m ago•0 comments

Through the Roof (2021)

https://humbledollar.com/2021/05/through-the-roof/
1•mooreds•40m ago•0 comments

Who should you subject to your vibe-coding?

https://tomjohnell.com/who-should-you-subject-to-your-vibe-coding/
1•dnw•40m ago•0 comments

Entroly Context engine- AI coding tools 100% codebase visibility

https://github.com/juyterman1000/entroly
1•abby10090•44m ago•2 comments

We built an open-source ENS resolution API for Web3 apps

https://www.resolvio.xyz/
1•kris-kocic•46m ago•0 comments

Ötzi the Iceman's DNA Reveals a Living Relative 5k Years Later

https://blog.familytreedna.com/otzi-the-iceman-dna/
2•ilamont•47m ago•0 comments

Roller Coaster Tycoon's Overengineered Puking System [video]

https://www.youtube.com/watch?v=tG66j1sP8gs
1•kindachris•49m ago•0 comments

When All You Can Do Is All or Nothing, Do Nothing

https://csswizardry.com/2026/03/when-all-you-can-do-is-all-or-nothing-do-nothing/
3•pinjasaur•49m 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?