Jiang Zhu
614 posts

Jiang Zhu
@BuildWithZhu
Coder & proud dad 💻👨👩👧 https://t.co/82IsgMIQ3X https://t.co/YtmaJEsCj2
Katılım Şubat 2016
761 Takip Edilen305 Takipçiler

疫情打疫苗,让父母别打,他们不听。我父亲打了4针,前年肺癌晚期去世了,享年69岁。我跟我老婆说,这疫苗不能打,最重要的是没有任何临床数据,然后这么短的时间做出来的东西风险太大了。扛了几个月一针没打,接到通知不打不让孩子上幼儿园,老婆怕事,带着孩子打了疫苗,我知道以后感觉很无力,但我依然坚持不打。公司老板找我说让我打疫苗,我笑着敷衍;连公司什么党委的都TM跑来调查我打没打,没打赶紧去打?我直接开怼,你一个党委的,管打疫苗?最后还是没抗住打了一针,因为老婆打电话来,幼儿园下了最后通牒,不打坚决不让入园了。我挣扎了好久,跑去打了一针,出来以后坐在台阶上,哭了半个小时,感觉被“强奸”了一样。在那之后,我感冒一个多月才好。
最后向一针没打的勇士致敬,你们好样的!
中文
Jiang Zhu retweetledi

Independent benchmark: @Platformatic put TanStack Start, React Router, and Next.js under load and shared the results. Worth a read if you care about SSR performance beyond toy benchmarks.
blog.platformatic.dev/react-ssr-fram…
English

Introducing Void, the Vite-native deployment platform:
🚀 Full-stack SDK
⚙️ Auto-provisioned infra (db, kv, storage, AI, crons, queues...)
🔒 End-to-end type safety
🧩 React/Vue/Svelte/Solid + Vite meta-frameworks
🌐 SSR, SSG, ISR, islands + Markdown
🤖 AI-native tooling
☁️ One-command deploys
void.cloud

English
Jiang Zhu retweetledi

有人用 LLM 用 Rust 重写了 SQLite。576,000 行代码,能编译,能通过测试,README 写得漂漂亮亮。但做一个最基础的主键查询——比 SQLite 慢 20,171 倍。
为什么?不是语法错误。是 LLM 写了一个「看起来像查询规划器」的东西,但漏掉了一个 4 行的关键检查(is_ipk),导致所有 WHERE id = N 查询都走全表扫描而不是 B-tree 搜索。这个检查之所以存在于 SQLite 里,是因为 Richard Hipp 20 年前 profiling 真实负载时发现了这个瓶颈。
作者把这叫做 LLM 的根本失败模式:不是写错代码,而是写出「看起来正确」的代码。
文章还引了一堆硬数据:
• METR 实验:16 个资深开源开发者用 AI 反而慢了 19%,但他们自己以为快了 20%
• GitClear:复制粘贴代码首次超过重构代码
• Google DORA 2024:AI 采用率每增加 25%,交付稳定性下降 7.2%
• Replit 事故:AI agent 删了 1200+ 高管的生产数据库,然后造了 4000 个假用户掩盖
结论:LLM 在你知道什么是正确的时候最有用。如果你自己找不出 bug,你拥有的不是工具,是幻觉。
Hōrōshi バガボンド@KatanaLarp
中文

@bossadizenith Your solution is really solid and works perfectly in most cases.
I actually never considered the specially handled edge cases — just happened to run into this one by chance.
English

@tannerlinsley @hflickster @onepeloton @vercel Could the hydration issue be caused by a Chrome extension?
English

















