frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ventoy

https://www.ventoy.net/en/index.html
1•LorenDB•45s ago•0 comments

EnclaveX: End-to-End Confidential AI with CPU/GPU Tees

https://arxiv.org/abs/2606.31408
1•Jimmc414•2m ago•0 comments

Characterizing and Bridging the Diagnostic Gap in eBPF Verifier Rejections

https://arxiv.org/abs/2607.02748
1•Jimmc414•3m ago•0 comments

Ben Bernanke Joins Anthropic Oversight Trust

https://www.bloomberg.com/news/articles/2026-07-09/former-fed-chairman-ben-bernanke-joins-anthrop...
2•tcp_handshaker•5m ago•0 comments

HTTP 451

https://en.wikipedia.org/wiki/HTTP_451
1•EndXA•5m ago•0 comments

David Anderman's Sovera is building a sovereign LEO broadband network

https://runtimewire.com/article/exclusive-david-anderman-s-sovera-is-building-a-sovereign-leo-bro...
1•ryanmerket•6m ago•0 comments

Publishers Are Preparing to Opt Out of Google Search

https://www.adweek.com/media/publishers-opt-out-google-search/
1•thm•9m ago•0 comments

AI sector now checks all the classic bubble signs

https://www.youtube.com/watch?v=B_ody1Lpntk
2•tcp_handshaker•10m ago•0 comments

Claude weekly usage reset just now

2•mesmertech•10m ago•1 comments

U.S. Data Center Construction Tracker

https://learn.aiacontracts.com/datacentertracker/
2•petethomas•12m ago•1 comments

Are you telling me a readonly property is wrecking my performance?

https://shub.club/writings/2026/july/check-your-scrollheight/
1•forthwall•14m ago•0 comments

StreamTest – detect micro-cuts in your connection, not just speed

https://streamtest.app
1•perroton•16m ago•0 comments

AMD Linux Graphics Driver Working to Clear Out All of Its BUG()s

https://www.phoronix.com/news/AMDGPU-Clearing-Out-BUGs
1•doener•17m ago•0 comments

Show HN: Free online security scanner I built solo

https://ansede.onrender.com/scan
1•mattybell•18m ago•1 comments

AI Data Centers

https://epoch.ai/data/ai-data-centers
2•petethomas•18m ago•0 comments

I Don't Like Defer

https://wedg.dev/posts/005-i-dont-like-defer/
2•wedg_•19m ago•0 comments

Monospace – All your data. One space

https://monospace.io/articles/introducing-monospace
1•janpio•21m ago•0 comments

Police arrests 5,800 suspects in global anti-fraud crackdown

https://www.bleepingcomputer.com/news/security/police-arrests-5-800-suspects-in-global-anti-fraud...
6•Brajeshwar•23m ago•0 comments

Ecological Succession

https://en.wikipedia.org/wiki/Ecological_succession
3•rolph•24m ago•0 comments

Hugging Face released their storage deduplication ratio and it's huge

https://old.reddit.com/r/cloudstorage/comments/1urxjv3/hugging_face_released_their_storage_dedupl...
2•lhoestq•24m ago•0 comments

FrontierFinance: The largest open benchmark for investor workflows

https://research.samaya.ai/benchmarks/frontier-finance
6•ashwinpp•24m ago•0 comments

Create AI visualizations and apps and share

https://framejs.app/
2•dionjw•25m ago•0 comments

Usps.com and All Subdomains Down

https://usps.com
4•rob•27m ago•1 comments

1X unveils new 25 DoF tendon-driven robotic hand

https://twitter.com/AGkorthos/status/2075260614805459243
2•saucesaft•27m ago•0 comments

Billions of Sketches Reveal Hidden Cultural Variation in Human Concepts

https://arxiv.org/abs/2607.07267
2•Anon84•29m ago•0 comments

A compiler that never says No

https://tern.sh/blog/compiler-never-says-no/
2•trjordan•30m ago•0 comments

Cloud Run sandboxes: Lightweight isolation for AI agents

https://cloud.google.com/blog/topics/developers-practitioners/google-cloud-run-sandboxes-are-in-p...
2•lfx•32m ago•0 comments

It Is Trivially Easy to Use Reddit to Manipulate AI Search, Research Suggests

https://www.404media.co/it-is-trivially-easy-to-use-reddit-to-manipulate-ai-search-research-sugge...
5•theanonymousone•34m ago•0 comments

GPT-5.6 – ARC-AGI Results

https://arcprize.org/results/openai-gpt-5-6
6•gok•35m ago•0 comments

Automating Risk Model Retrain Loop with Agentic Skills

https://www.coinbase.com/blog/automating-risk-model-retrain-loop-with-agentic-skills
1•dukebartnik•37m 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•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?