Hacker News Daily — August 3, 2026
30 stories · August 3, 2026
In this issue
- 1
Don't be a meat proxy
gruhn.me · 1616 points · Discussion
Too often I ask a question in Slack or leave feedback under a merge/pull request or argue with friends in a WhatsApp group and get back: Claude said: [giant response verbatim] Please don't do this. I…
- 2
Qwen3.8-Max: A New Bar for Coding and Cowork
qwen.ai · 1022 points · Discussion
Read via the links — full text wasn’t available.
- 3
SQLite Critical CVEs or LLM Slop?
research.jfrog.com · 679 points · Discussion
Over the past few days, a newly created GitHub repo ( programmervuln/cveadvisory- ) published a batch of SQLite vulnerability advisories (as part of other 50+ CVEs which we believe are also LLM slop…
- 4
Devtools must be open source
blog.exe.dev · 413 points · Discussion
Five years ago, most software engineers I spoke to had no programs they had written for themselves. (I was asking this question a lot as part of trying to understand how Tailscale could fit into…
- 5
Prevent cognitive debt by manually retyping LLM-generated code
ankursethi.com · 334 points · Discussion
Despite what I said in April, I'm still using coding assistants on my personal projects. Using them to one-shot entire features leaves me unsatisfied and disoriented, but I do enjoy using them to…
- 6
Ten advances in mathematics and theoretical computer science
openai.com · 307 points · Discussion
Read via the links — full text wasn’t available.
- 7
Bonsai: Janestreet's UI Library
github.com · 263 points · Discussion
Bonsai Bonsai is a UI library for building performant, reactive web applications in OCaml, partly inspired by Elm. It is used to build almost all web applications inside Jane Street, everything from…
- 8
Andy Pavlo joins ClickHouse to establish ClickHouse Labs
clickhouse.com · 223 points · Discussion
I am excited to announce that I am joining ClickHouse to establish and lead a new research team called ClickHouse Labs. I want to share how it came about and what we plan to do. I started as a…
- 9
MiniMax H3 Day-0 Support in ComfyUI: Open Weights, Native Audio, and 2K Video
blog.comfy.org · 216 points · Discussion
MiniMax H3 dropped today with open weights, and it’s natively supported in ComfyUI as of this morning. Day zero. This is a next-generation open-weights video model. Feed it text, images, video, or…
- 10
Rust project goals: Immobile types and guaranteed destructors
github.com · 213 points · Discussion
Immobile types and guaranteed destructors Metadata Point of contact @lcnr Status Accepted What and why Let types opt out of being moved or forgotten, enabling scoped spawn, async drop, and…
- 11
AirLLM 70B inference with single 4GB GPU
github.com · 166 points · Discussion
Quickstart | Configurations | MacOS | Example notebooks | FAQ AirLLM dramatically reduces inference memory usage, letting 70B large language models run on a single 4GB GPU card — without quantization,…
- 12
How Hollywood stopped making movies in Hollywood
statsignificant.com · 138 points · Discussion
La La Land (2016). Credit: Warner Bros. The past decade has not been kind to Los Angeles’ entertainment industry. The combined shock of the 2023 labor strikes and the 2025 wildfires intensified fears…
- 13
What DMARC Protects You From, and What It Does Not
senderledger.com · 123 points · Discussion
Ask five people what DMARC does and you will get five answers: it stops phishing, it kills spam, it proves an email is safe. None of that is quite right. DMARC (the current spec is RFC 9989 ) checks…
- 14
Celebrating 45 Years of Kermit with the First New C-Kermit Release in 15 Years
changelog.complete.org · 96 points · Discussion
Loading... You are seeing this because the administrator of this website has set up Anubis to protect the server against the scourge of AI companies aggressively scraping websites. This can and does…
- 15
Smaller, faster, safer: running Kimi and GLM at scale
blog.cloudflare.com · 75 points · Discussion
Workers AI runs inference for some of the best open models in the world on GPUs in Cloudflare data centers close to your users. Two of the most capable, and most demanding, are Moonshot's Kimi…
- 16
200 Milliseconds
200ms.thenodebook.com · 65 points · Discussion
Read via the links — full text wasn’t available.
- 17
Massively Parallel Postgres Backups
planetscale.com · 65 points · Discussion
Every 12 hours, a backup system must turn the entire state of a busy database into a consistent, encrypted snapshot, with no impact to production queries. Such backups are crucially important and…
- 18
The Dunning-Kruger effect may just be a data artefact (2020)
mcgill.ca · 60 points · Discussion
I want the Dunning-Kruger effect to be real. First described in a seminal 1999 paper by David Dunning and Justin Kruger, this effect has been the darling of journalists who want to explain why dumb…
- 19
DDoS against Norwegian government IT infrastructure – status
status.digdir.no · 58 points · Discussion
Update Status 03.08.2026 kl. 22:46 Stor økning i antall feil i ID-porten. Det jobbes med avbøtende tiltak. De fleste andre løsningene fungerer, men det kan fortsatt oppleves ustabilitet og varierende…
- 20
Use Task Runners for Common Coding Tasks
hamvocke.com · 45 points · Discussion
(Originally published in 2019. I pulled this one from the archives and gave it a fresh makeover after a reader reached out to tell me they misses this article.) In my day to day as a software…
- 21
SearXNG in Rust
github.com · 44 points · Discussion
A SearXNG-style metadata search engine written in Rust. Fans out queries to multiple search engines concurrently, scrapes their HTML results, deduplicates by normalized URL, and ranks using Reciprocal…
- 22
SPF Record Syntax: Mechanisms, Qualifiers, Modifiers, and Macros
dmarcguard.io · 43 points · Discussion
SPF Record Syntax: Mechanisms, Qualifiers, Modifiers, and Macros SPF record syntax follows one shape: a single DNS TXT record that starts with v=spf1, followed by space-separated terms — mechanisms…
- 23
C++ float-to-int conversion can be undefined behavior
kttnr.net · 38 points · Discussion
Converting a float to an int in C++ is undefined behavior when the truncated float does not fit into the destination integer. C++ makes it easy to do this accidentally. Much code gets this wrong. void…
- 24
Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
hoplite.sh · 34 points · Discussion
Hi HN, we’re Bence and Ryan, founders of Hoplite ( https://hoplite.sh ). Hoplite lets you deploy coding agents in the cloud, with a suite of tools that makes it incredibly easy to QA features. During…
- 25
Kelly Criterion Simulator
kellysimulator.com · 30 points · Discussion
This Kelly Criterion simulator models how a bankroll can evolve across repeated bets when stake size is determined by a Kelly-based capital allocation rule. The model is probabilistic, path-dependent,…
- 26
The Billable Usage API: programmatic cost visibility for Cloudflare
blog.cloudflare.com · 29 points · Discussion
Agents Week is about the shift already underway: agents write code, deploy Workers, and provision infrastructure on your behalf. That shift changes what you need to see. If a program is spending money…
- 27
AI's debt binge can't last, hidden borrowing reaches $1.65T
fortune.com · 28 points · Discussion
AI’s insatiable need for debt has so far been matched by investors’ appetite for it, but they may turn nauseous on the belly-busting volumes coming from tech giants. The latest quarterly reports from…
- 28
Show HN: Product analytics (and evals) for agent sessions on your MCP
armature.tech · 27 points · Discussion
Hi HN! We’re Theodore and Louis, founders of Armature (YC P26). We reconstruct the entire session behind the MCP tool calls you receive, including what the user asked their agent to do and what the…
- 29
Explanation of INT8 ConvRot (FP8 is no longer needed)
note.com · 20 points · Discussion
The modeling and quantization method called INT8 ConvRot, which was natively supported in ComfyUI v0.27.0 released on July 1, 2026, is a hot topic. It is particularly beneficial for the GeForce RTX…
- 30
Is Kentucky About to Give Billions in Tax Breaks to Data Centers?
kypolicy.org · 17 points · Discussion
The massive surge in proposed data centers is prompting intense debates about their costs and benefits. One question emerging across the country is whether and to what extent states should subsidize…