frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: 0day Rubbish – AI Vulnerability Discovery Platform (0day-Rubbish.com)

https://0day-rubbish.com/
1•wisdomtreelzz•1m ago•0 comments

Trump administration lifts restrictions on OpenAI's GPT 5.6

https://www.axios.com/2026/07/08/openai-gpt-trump-ban-lifted
2•jessesoo•10m ago•1 comments

Linus Torvalds Warned Everyone About Microsoft – Now It's Happening in RT

https://www.youtube.com/watch?v=_Qo3gKdgvMs
1•cable2600•12m ago•0 comments

Kortix

https://kortix.com
1•handfuloflight•16m ago•0 comments

Understanding the Go Runtime: Profiling

https://internals-for-interns.com/posts/go-runtime-profiling/
1•valyala•16m ago•0 comments

Running go-to-market like an engineer: my first 90 days at a dev tool

https://tessakriesel.com/how-i-grew-signups-71-in-90-days-by-running-gtm-like-an-engineer/
1•builtfordevs•18m ago•0 comments

Show HN: Mold, an autonomous zine about AI culture

https://www.moldzine.ai/
1•gabelev•19m ago•0 comments

Half of Americans struggle to afford groceries and gas, exclusive poll finds

https://www.theguardian.com/business/2026/jul/07/cost-of-living-poll-groceries-gas
3•rawgabbit•22m ago•0 comments

So you want to learn physics (second edition, 2021)

https://www.susanrigetti.com/physics
2•azhenley•24m ago•0 comments

Show HN: AI or Not

https://aiornot.vote/
1•buffer_overlord•25m ago•0 comments

Agent Data Injection Attacks

https://arxiv.org/abs/2607.05120
4•juppytt•27m ago•1 comments

On vibe forks

https://rahulpandita.me/blog/2026-06-29-vibe-forks/
1•azhenley•27m ago•0 comments

Maine librarians are helping patrons resist AI and Big Tech

https://www.bangordailynews.com/2026/07/02/midcoast/midcoast-culture/maine-librarians-are-helping...
5•cdrnsf•29m ago•0 comments

Copy That Floppy – Cambridge guide for preserving data from fragile floppy disks

https://www.digipres.org/the-floppy-guide/
2•whiteblossom•30m ago•0 comments

Japan's borrowing costs soar to 30-year high on debt fears

https://www.ft.com/content/851aa883-073f-4423-a43e-9b09fdbe7c86
1•petethomas•31m ago•0 comments

3.5M Developers. Then Microsoft Pulled the Plug

https://www.youtube.com/watch?v=CPhAkzb4kUo
1•cable2600•32m ago•0 comments

Show HN: A quiet new tab that replaces your default boring new tab in Chrome

https://chromewebstore.google.com/detail/nook-tab/loogeapnnikphlehifdfmmceaeidbhnd
1•masterbrewer•35m ago•0 comments

Protobuf-py: Protobuf for Python, without compromises

https://buf.build/blog/protobuf-py
2•ming13•36m ago•1 comments

Paseo: Orchestrate coding agents from your desk and your phone

https://paseo.sh/
1•jerlendds•36m ago•0 comments

I made an "evolving scene" presentation creation skill

https://github.com/Codagent-AI/and-scene
1•paulcaplan•36m ago•1 comments

Forget the GPU Shortage: The Real AI Bottleneck Was Diagnosed in 2007

https://sal4rkhn.substack.com/p/forget-the-gpu-shortage-the-real
2•salarkhannn•39m ago•0 comments

China May Restrict Access to Its Most Powerful AI Models

https://time.com/article/2026/07/07/china-ai-models-alibaba-bytedance/
1•stenlix•39m ago•0 comments

SQLite (2.2k files) vs. MySQL-Server (58k files) visualization

https://old.reddit.com/r/PrincipalAi/comments/1uqgpll/mysql58k_files_vs_sqlite22k_files_visualiza...
1•fernando-ram•40m ago•0 comments

How America's Wealth Distribution Has Changed Since 1989

https://www.visualcapitalist.com/americas-wealth-distribution-1989-2025/
3•theanonymousone•44m ago•0 comments

We built a Rust EDR. macOS notarization tried to kill it

https://www.nemesislabs.xyz/
1•davidobi023•44m ago•0 comments

Wall clock is the wrong metric

https://www.anantjain.xyz/posts/wall-clock-is-the-wrong-metric
1•anant90•44m ago•0 comments

A battery 'hacking' app can strand an e-rickshaw – and the risks it poses

https://indianexpress.com/article/explained/explained-sci-tech/bms-apps-e-rickshaw-battery-hack-g...
1•Abishek_Muthian•46m ago•0 comments

Ancient Denisovan DNA is still shaping human immunity today (Science Daily)

https://www.sciencedaily.com/releases/2026/06/260613034210.htm
1•indynz•53m ago•0 comments

Show HN: ChatGPT, Claude and Codex-style chat inputs in one React component

https://prompt-area.com/styles
1•kachar•54m ago•0 comments

Malleating Git commit signatures

https://iter.ca/post/git-malleate/
1•smitop•54m 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?