
Hacker News 每日 Top 20(2026 年 7 月 25 日)
汇总 2026 年 7 月 25 日 Hacker News 当前首页前 20 条,保留英文标题与原文入口,并用中文要点、提交者、分数和评论数帮助读者快速判断阅读优先级。
榜单快照
topstories 返回顺序,不按分数重排;下文的分数和评论数取同一批条目详情,页面刷新后会继续变化。前 20 条里,AI 模型与开放权重争论占了几席,Postgres、ASIC、浏览器隔离、内存安全和一篇数学随笔也在榜上。原文日期不同,旧文重新上榜的条目会单独标明。1. Claude Opus 5
- 提交者:HN 用户
@alvis;公开背景未确认。 - 热度:1224 分,667 条评论。3
- 入口:Anthropic 原文 · Artificial Analysis 榜单 · HN 讨论
2. Postgres LISTEN/NOTIFY actually scales
LISTEN/NOTIFY 为什么常被认为难以扩展:每个触发通知的事务提交时都要经过全局排他锁,导致最初的流式实现只能做到约 2.9K 次写入/秒。文章给出的优化是把通知先放入内存缓冲区,再批量刷新;读者同时低频轮询数据库,补上进程崩溃时可能丢失通知的情况。作者在单台 Postgres 服务器上测到最高 60K 次流写入/秒,延迟为 15-100 毫秒。原文日期:2026 年 7 月 24 日。43. SpaceX Starship Flight 13 livestream [video]
- 提交者:HN 用户
@cryptoz;公开背景未确认。 - 热度:55 分,43 条评论。7
- 入口:SpaceX 任务页 · HN 讨论
4. Opus 5 is currently #1 on Artificial Analysis Intelligence Leaderboard
- 提交者:HN 用户
@aarondong;公开背景未确认。 - 热度:86 分,37 条评论。8
- 入口:Artificial Analysis · HN 讨论
5. Show HN: I simulated closing the Strait of Hormuz on real oil trade data
6. My security camera shipped a GitHub admin token in its login page
hhh 拆解 Hanwha Wisenet XNP-9300RW 固件时,在约 30 个文件里发现同一个 GitHub token;作者称该 token 拥有其组织数百个仓库的管理员权限。问题来自构建时把整个 process.env 写入前端文件,作者随后扫描约 500 份固件,能用相同方法提取约 62%,其中 3 份含有这个 token。作者向 Hanwha 披露后,对方在 12 小时内撤销了 token。原文没有可确认的页面发布日期。127. India's first privately-developed rocket reaches orbit on debut launch
- 提交者:HN 用户
@sohkamyung;公开背景未确认。 - 热度:468 分,137 条评论。15
- 入口:Ars Technica 原文 · HN 讨论
8. Designing an Ethernet Switch ASIC
- 提交者:HN 用户
@random__duck;项目作者页面未明确署名,公开背景未确认。 - 热度:80 分,21 条评论。17
- 入口:项目文章 · Tiny Tapeout · HN 讨论
9. Nvidia, Microsoft, Meta warn against overregulating open-weight models
10. An old patent inspired the new "Y-zipper", a three-sided fastener
- 提交者:HN 用户
@crescit_eundo;原文作者 Alex Shipps,MIT CSAIL 科技记者。 - 热度:106 分,27 条评论。21
- 入口:MIT News 原文 · ACM 论文 · HN 讨论
11. If coding has been solved, why does software keep getting worse?
12. AIs don't do what you want. This is bad
13. Marimo now runs in PyCharm
.py 文件里声明 marimo App 后,打开文件就会启动本地 marimo server,并在 IDE 标签页内显示交互式 notebook。模块重载器能在编辑项目代码后更新 notebook 单元;插件也提供使用 uv 和 PEP 723 元数据的 sandbox 模式。当前仍是 early preview,数据库工具与 notebook 并非直接集成,连接需要分别配置。原文日期:2026 年 7 月 21 日。26- 提交者:HN 用户
@cantdutchthis;原文作者 Kiran Gadhave,marimo 工程作者。 - 热度:69 分,15 条评论。27
- 入口:marimo 原文 · JetBrains 插件 · HN 讨论
14. Fil-C: Garbage In, Memory Safety Out [video]
- 提交者:HN 用户
@Bootvis;演讲者 Filip Pizlo,Software Should Work 2026 演讲嘉宾。 - 热度:90 分,94 条评论。29
- 入口:视频 · Fil-C 项目 · HN 讨论
15. The road to epsilon-zero: Nim always ends, even with infinite ordinals
16. Kimi K3 exploited the latest Redis server
- 提交者:HN 用户
@Alifatisk;公开背景未确认。原帖作者 Chaofan Shou,X 账号为@Fried_rice。 - 热度:123 分,37 条评论。33
- 入口:X 原帖 · GitHub PoC · HN 讨论
17. Gsxui – Shadcn-style components for Go
go install github.com/gsxhq/gsxui/cmd/gsxui@latest,再执行 gsxui init 和 gsxui add button。项目页未显示明确发布日期,组件数量和生产可用性也未在本轮页面中完整说明。3418. Half-Life 2 running natively on HaikuOS
- 提交者:HN 用户
@m0do1;公开背景未确认。 - 热度:253 分,47 条评论。37
- 入口:Haiku 论坛原帖 · HN 讨论
19. Firefox Containers Preview
- 提交者:HN 用户
@twapi;公开背景未确认。原文来源为 Mozilla Firefox Blog。 - 热度:203 分,73 条评论。39
- 入口:Mozilla 原文 · Multi-Account Containers 扩展 · HN 讨论
20. Don't Take the Black Pill [video]
References
- 1Introducing Claude Opus 5
anthropic.com
- 2Artificial Analysis 模型对比
artificialanalysis.ai
- 3Claude Opus 5|HN 讨论
news.ycombinator.com
- 4
- 5Postgres LISTEN/NOTIFY actually scales|HN 讨论
news.ycombinator.com
- 6SpaceX Starship Flight 13 livestream
spacex.com
- 7SpaceX Starship Flight 13 livestream|HN 讨论
news.ycombinator.com
- 8Opus 5 is currently #1|HN 讨论
news.ycombinator.com
- 9SCN Global Flow Monitor
globaloilnetwork.staffinganalytics.io
- 10Supply Chain Networks
arxiv.org
- 11Show HN: Strait of Hormuz simulation|HN 讨论
news.ycombinator.com
- 12
- 13Security camera GitHub token|HN 讨论
news.ycombinator.com
- 14
- 15India's first privately-developed rocket reaches orbit|HN 讨论
news.ycombinator.com
- 16Designing an Ethernet Switch ASIC
essenceia.github.io
- 17Designing an Ethernet Switch ASIC|HN 讨论
news.ycombinator.com
- 18
- 19Open-weight models letter|HN 讨论
news.ycombinator.com
- 20
- 21Y-zipper|HN 讨论
news.ycombinator.com
- 22Nothing Works and Everyone Is Euphoric
ptrchm.com
- 23If coding has been solved, why does software keep getting worse?|HN 讨论
news.ycombinator.com
- 24Your AIs don't do what you want. This is really bad
rewardhacking.org
- 25AIs don't do what you want|HN 讨论
news.ycombinator.com
- 26
- 27Marimo now runs in PyCharm|HN 讨论
news.ycombinator.com
- 28Fil-C: Garbage In, Memory Safety Out!
youtube.com
- 29Fil-C|HN 讨论
news.ycombinator.com
- 30
- 31Nim always ends|HN 讨论
news.ycombinator.com
- 32Chaofan Shou on X: Kimi K3 exploited Redis
twitter.com
- 33Kimi K3 exploited the latest Redis server|HN 讨论
news.ycombinator.com
- 34gsxui
ui.gsxhq.dev
- 35Gsxui|HN 讨论
news.ycombinator.com
- 36Half-Life 2 running natively on HaikuOS
discuss.haiku-os.org
- 37Half-Life 2 running natively on HaikuOS|HN 讨论
news.ycombinator.com
- 38
- 39Firefox Containers Preview|HN 讨论
news.ycombinator.com
- 40Don't Take the Black Pill - Andrew Kelley
youtube.com
- 41Don't Take the Black Pill|HN 讨论
news.ycombinator.com
This story was produced automatically by a channel. One sentence is all it takes for Neodrop to keep producing for you.
