2026-07-20 Hacker News Top Stories #
- 阿里巴巴将开源2400亿参数Qwen 3.8模型,预览版已上线并与竞争对手Kimi K3展开角逐。
- transcribe.cpp 是基于 ggml 的跨平台语音识别库,支持 60 多种模型和多后端加速,方便本地语音转录。
- Kimi K3 模型以远低于 Claude 的价格提供相当的编程能力,令作者认为已无理由继续使用 Claude,并批评美国 AI 政策可能让用户付出更高代价。
- 纽约市长要求房东和房产中介在房源列表中披露是否使用 AI 修改过图片,以打击租赁欺诈。
- 销售了 2500 台 MIDI 录音机的经验表明,硬件比想象中简单,最繁重的工作在软件,成功关键在于保持设计简单并保证高利润率。
- 作者痛批企业和公共部门对 AI 的盲目迷恋导致决策瘫痪,声称几乎所有 AI 项目成功率均为零且虚假宣传横行。
- Claude Code 的最新版本内置了用 Rust 重写的 Bun 运行时,却依旧用 JavaScript 构建 TUI 界面。
- Castor 是一个终端工具,能从网页提取视频流转码投屏,并自动生成字幕,号称比 IPTV 更好更便宜。
- Codex Resets 网站追踪 OpenAI Codex 和 ChatGPT Work 的免费额度重置记录,平均每 8.9 天重置一次,帮助用户掌握使用时机。
- 作者告别运营 20 年的专栏,预言 LLM 辅助评审和强制年龄验证将终结传统自由开源软件模式。
1. Qwen3.8 (Qwen 3.8) #
https://twitter.com/Alibaba_Qwen/status/2078759124914098291
Qwen 官方宣布 Qwen3.8 即将发布并开源,该模型拥有 2.4 万亿参数,持续进化中,被认为是最强大的模型之一,实力仅次于 Fable 5。目前 Qwen3.8-Max-Preview 已率先在阿里云的 Token Plan、Qoder 和 QoderWork 平台上线,用户可抢先体验。定价详情可查阅国际版或中国版 Token Plan 页面。
HN 热度 720 points | 评论 509 comments | 作者:nh43215rgb | 14 hours ago #
https://news.ycombinator.com/item?id=48966120
- 因邮箱被阿里云标记无法付款,正在等待开源或模型在 OpenRouter 上线。
- 调侃“鹈鹕基准测试”成了唯一信任的评测,阿里云却让开发者难付款。
- 推测 Qwen 3.8 发布是为了对标本月初 Moonshot AI 的 2.8T 参数开源模型 Kimi K3。
- 认为中国公司通过开源商品化智能,既能削弱美国 AI 实验室,又能获取客户和政府支持。
- 中国公司开源可能是简单的共享精神,类似于 Debian 贡献者,不一定有不良动机。
- 质疑将志愿者无偿工作与资金雄厚的公司混为一谈,指出 CCP 有控制市场的历史。
- 指出开源发布初期有助于招揽人才,仿效 OpenAI、Meta 等做法。
- 反问道理同样适用于美国科技公司,为何只有面对竞争时才觉得可怕。
- 强调这是数十亿美元的业务,必有经济或战略动机。
- 以 Jonas Salk 免费提供疫苗为例,说明现代美国思维可能无法理解非盈利动机。
- 以 Linux 为例,认为万亿级项目未必改变开源初衷,但 AI 实验室经济模式不同。
- 承认中国人同样能拥抱开源,但长期看开源权重的可持续性需要政府参与。
- 中国公司开源有助于获得西方信任,同时美国供应商的隐私保护也未必更好。
- 个人层面中外无差别。
2. Transcribe.cpp (Transcribe.cpp) #
https://workshop.cjpais.com/projects/transcribe-cpp
transcribe.cpp 是一个基于 ggml 的语音识别库,支持当前主流转录模型,所有模型均经过数值验证和 WER 测试,并可在 Vulkan、Metal、CUDA 等后端加速运行。作者因维护跨平台应用 Handy 时深感现有 ASR 推理栈(如 whisper.cpp、ONNX)的不足,从而开发了该库。
目前支持 16 个 ASR 家族(60+ 模型),提供 Python、JavaScript/TypeScript、Rust、ObjC/Swift 四种语言绑定,可流式和批量转录,基本能替代 whisper.cpp。项目经过大量基准测试,结果公开在仓库和 Hugging Face 上。作者强调本地推理的未来,并感谢 Mozilla AI、ggml、Modal 等机构的支持。
HN 热度 711 points | 评论 145 comments | 作者:sebjones | 22 hours ago #
https://news.ycombinator.com/item?id=48963879
- 该库似乎不支持将未知语言的音频转写为国际音标(IPA),这对研究少数语言的 linguists 来说非常有用。
- 音素转录比词汇转录更困难,即使知道语言,错误率也很高。
- 有两种录音类型:自然讲故事(带自然语流简化)和缓慢清晰朗读单词,后者可能对转录模型更友好。
- 小语种群体也可能存在方言差异,但通过收集足够样本和后期处理可以识别音系模式。
- 类似 Iu Mien 语这样的语言缺乏文字和教材,非常需要能直接输出 IPA 或转写的工具。
- 有学者完成了 Iu Mien 语的语法论文和识字项目资源,可能对学习有帮助。
- 当前库的开发方向暂不考虑支持 IPA 转录,除非有现成模型可用。
3. Kimi K3 时刻 (The Kimi K3 Moment) #
https://stephen.bochinski.dev/blog/2026/07/18/the-kimi-k3-moment/
作者对比了 Kimi K3 与 Claude 在日常编程工作中的表现,认为两者实际输出质量几乎无差别,但 Kimi K3 的 API 价格远低于 Claude(输入 $3 vs $10,输出 $15 vs $50 每百万 token),且订阅计划更慷慨($39 档远超 Claude 同等价位)。文章批评美国 AI 政策限制本土模型(如 Fable)的能力,而中国开源模型(如 Kimi K3、GLM 5.2)无此限制,性能不逊甚至超越。作者预测美国政府可能通过补贴、关税等手段扶持国内模型,导致美国用户最终只能购买高价且表现不佳的产品,并认为当前已无理由继续付费使用 Claude。
HN 热度 578 points | 评论 566 comments | 作者:sbochins | 1 day ago #
https://news.ycombinator.com/item?id=48960218
- 蒸馏不是攻击,而是必然趋势,任何人都能保存对话用来训练自己的模型,前沿实验室本身也是在蒸馏人类知识。
- K3 并非单纯蒸馏自 Fable 或 Sol,因为后者近期才发布且难以获取,K3 在某些领域表现更优,API 蒸馏无法解释其全部能力,RL 环境的质量和多样性更重要。
- K3 存在大量与 Claude 高度相似的证据:可复制 Claude 的当前模型标识符(如"claude-opus-4-5-20251101"),并以约 15% 概率自称 Claude,这暗示其使用了 Claude 的 API 日志或标注数据训练,而非仅基于网页聊天数据。
- 反驳观点认为 K3 自称 Claude 可能源于预训练时学到大量互联网上关于 Claude 的文本,并非蒸馏证据;但 Qwen 和 DeepSeek(被指控蒸馏 Claude)并未如此频繁自称 Claude,且 K3 能复现 Claude 的 API 标识符(真实 Claude 模型不会输出自身标识符),强烈指向蒸馏。
- 有证据显示 Claude 模型在中文语境下也会自称 Qwen 或 DeepSeek,因此模型身份泄露不一定是蒸馏的充分证据。
- 综合来看,K3 可能在英语对话和写作风格上训练了 Claude 的输出,但推理和编码能力来源不同,风格相似性也可能源于中国公司借鉴现有模型以服务中文用户。
4. 纽约市可能要求房东和房产中介在房源中披露 AI 使用情况 (NYC may require landlords and realtors to disclose the use of AI in listings) #
纽约市长佐兰·马姆达尼(Zohran Mamdani)发布“租赁欺诈报告”,严厉打击房东利用 AI 生成或编辑的图片虚假宣传房产。该报告要求房东和房产中介在租赁房源中披露是否使用 AI 或其他数字工具修改过图像。此举源于市长在就职首周举办的“租赁欺诈听证会”,共听取 2400 名纽约市民的投诉,涉及霉菌、虫害、不明费用等问题。马姆达尼称,AI 篡改房源图片问题日益严重,尤其损害远程签租约的租户权益。报告还包含承认租户工会、扩大租户谈判权等配套措施。
HN 热度 559 points | 评论 259 comments | 作者:gnabgib | 1 day ago #
https://news.ycombinator.com/item?id=48962983
- AI 装修照片扭曲房间大小,具有欺骗性,应完全禁止。
- 纽约市是唯一不强制要求房源标注平方英尺的主要城市,导致租房困难。
- 即使有平方英尺数据,也常包含内墙和柱子等非可用面积,数据不准确。
- 欧洲(如荷兰)有明确测量规范,区分可居住面积,更公平清晰。
- 美国部分州也有相关规定,但执行不力。
- 经纪人声称的平方英尺与实际测量差异很大,可相差 20-25%。
- 路易斯·罗斯曼用激光测量仪发现曼哈顿零售空间平米数几乎全部错误。
- 平方英尺数据常包含走廊、电梯、楼梯等公共区域,误导租客。
- 银行和市政府更关注价格和税收,不关心准确面积数据。
5. 售出 2500 台 MIDI 录音机后我学到的事:硬件其实没那么难 (What I learned selling 2,500 MIDI recorders: Hardware is not so hard) #
https://chipweinberger.com/articles/20260719-hardware-is-not-so-hard
作者 Chip Weinberger 回顾了销售 2500 台 MIDI 录音设备 Jamcorder 的经历。最大的意外是:硬件并没有想象中那么难,反而软件(约 20 万行代码)才是最耗费精力的部分。硬件方面,他故意简化了设计——PCB 仅用 25 个元件,外壳只需一颗螺丝,砍掉了低电量检测、USB-C 等功能。他亲自手工组装了前 500 台,过程顺利,未做任何修改。他认为硬件难度被夸大了,只要保持简单、保护毛利(建议 70% 以上)、与中国工厂合作,硬件开发并不可怕。文章还给出了十条实用建议,包括简化 BOM、避免独家元件、自建终检、控制包装体积等。
HN 热度 376 points | 评论 179 comments | 作者:chipweinberger | 12 hours ago #
https://news.ycombinator.com/item?id=48966713
- 硬件比软件难的原因:规模不同(百万件与十件)、用户端不可预测的错误、更多未知的失败模式(如电容放置位置、芯片过时或工厂火灾)、法规和第三方测试(如排放测试失败需重设计)
- 使用预认证模块(如 ESP32-WROOM)可以大幅降低设计难度,但整个产品仍需通过 FCC Part 15 Subpart B 等测试,不能因模块认证而豁免
- CE 认证在美国无效,美国不承认 CE 流程,需单独合规
- 硬件制造需要猜测销量,低估损失销售机会,高估则积压库存损失资金
- 硬件缺乏软件那样的迭代灵活性和低成本试错,一旦定型很难更改
- 微控制器和传感器的问题会导致大量调试和睡眠损失
- 组件短缺和淘汰是持续问题,如半导体行业停产某型号需抢购库存或重新设计
- 文中作者的经历可能是特例,很多 Kickstarter 项目在制造、成本、供应商和可靠性上反复栽跟头
- 过去 iOS App Store 限制 100MB 以上应用不能通过移动网络下载,类似硬件排放限制,迫使开发者优化代码
- 用户评论提到自己因元件淘汰而买断全球库存,以及疫情期间因缺货需重新设计电路板
6. AI 狂热正在摧毁全球决策能力 (AI Mania Is Eviscerating Global Decision-Making) #
https://ludic.mataroa.blog/blog/ai-mania-is-eviscerating-global-decision-making/#fnref:3
AI 狂热正在摧毁全球决策能力。这篇文章发表于 2026 年 7 月 18 日,作者通过自身参与公司销售和技术合作的经历,观察到公共和私营部门普遍陷入大规模群体性精神病态。
AI 投资总体上完全失败。作者团队参与或观察的所有 AI 项目无一成功,成功率 0%。常见项目如内部聊天机器人因文档质量低下而无人使用,面向客户的聊天机器人则往往只是表面功夫,实际并不能解决问题,且项目负责人刻意回避追踪真实使用指标。
质疑 AI 已成为危险行为。在大型企业中,持续晋升甚至保饭碗都需要反复表达对 AI 的信仰。任何关于项目成效、目标、使用情况的合理提问都会被视作对管理层的攻击,因为根本不存在好答案。几乎所有公司宣称的“AI 生产力大幅提升”都是假的。
HN 热度 374 points | 评论 213 comments | 作者:subset | 21 hours ago #
https://news.ycombinator.com/item?id=48964185
- AI 未能如预期革命社会,而是强行嵌入各处,如同 90 年代孩子用 Power Glove 假装黑客,这不是奇点,期待热潮结束。
- 不可能回到前 LLM 时代,当前 AI(如 Claude Code)能完成复杂任务(配置 SMTP、移植应用、设置 CI),是搜索/编译器级别的飞跃,否认其重要性的人脱离现实。
- 不会回到前 LLM 时代,也不会达到生成式 AI 乌托邦;就像区块链一样,它只是多了一个工具,用于需要语言模型的情景。
- 多数人其实不想关闭大脑;零思考纯休闲的生活既不可实现也不可取,人们需要挑战、人类创作的内容和音乐。
- 尝试让 Claude 配置 Postfix 时需一直纠正其加入不必要的组件;LLM 只是半称职的教程点击器,其效果取决于用户自身的能力,新手可能误以为很完美。
- 有 30 年经验者认为 LLM 工具很棒,只要能深刻理解工具并给出精确规格,它们就像超能力;计划用本地太阳能供电的 LLM 工具链。
- 多数人无法提供精确规格,使用 LLM 反而萎缩了他们已有的能力;“AI 原生代”将完全失败。
- 用户计划继续工作,而不是让 AI 自举成机器神然后为人类做所有工作。
- 只要给出合理指示,AI 能处理惊人任务;那些抱怨 AI 无用的人可能是故意不沟通以显示某种荣誉。
- 20 年开发者:大部分工作不是写代码(监控、会议、设计、评审等),AI 在个人项目帮助大,工作上只提升 20% 效率(低垂果实),硬任务仍需思考,不是世界改变性。
- 问题不在于是否回到前 LLM 世界,而在于每节省一小时开发时间,社会会损失十小时在虚假数据、假 bug 报告、自动诈骗和复杂邮件上。
- (未完整)因为有了一个奴隶做你所说的一切……
7. Claude Code 现在使用 Rust 重写的 Bun (Claude Code uses Bun written in Rust now) #
https://simonwillison.net/2026/Jul/19/claude-code-in-bun-in-rust/
Simon Willison 在其博客中分享了一个发现:Anthropic 的 Claude Code v2.1.181 及更新版本实际使用了用 Rust 重写的 Bun(JavaScript 运行时)。他通过检查本地二进制文件中的字符串找到了证据——运行 strings ~/.local/bin/claude | grep -m1 'Bun v1' 输出了 Bun v1.4.0,高于当时公开的最新版本(v1.3.14),说明 Claude 中嵌入了未发布的预览版。此外,查找 .rs 文件路径也证实了 Rust 代码的存在。他还提供了一个简便的版本确认方法:用一个小 TypeScript 脚本配合环境变量运行 claude --version 可得到 1.4.0。Willison 引用原作者的说法 “Boring is good”,认为这种稳定的技术选择值得肯定。该博客发布于 2026 年 7 月 19 日,并附有相关标签(rust、anthropic、claude-code、bun 等)。
HN 热度 357 points | 评论 471 comments | 作者:tosh | 12 hours ago #
https://news.ycombinator.com/item?id=48966569
- 质疑为何一个 TUI 需要用 JavaScript/React 实现,认为用原生语言重写会更便宜且性能更优。
- 技术选择是商业决策,产品已成功并带来巨额收入,重写并不容易,尤其对 UI 工具而言。
- 产品的核心卖点是让技术选择不再是商业障碍,但公司自身却做不到,自相矛盾。
- AI 辅助重写成本可低至 16.8 万美元,但可靠性如同赌博,无法保证代码质量。
- 对 Anthropic 这样的大公司来说,重写成本微不足道,但风险规避和战略优先级才是真正障碍。
- 外界不了解公司的完整路线图和战略,因此无法简单评判其技术选择。
- 维护糟糕代码的后续成本会快速膨胀,未来 AI 能否真正简化软件开发仍存疑。
- 如果 LLM 让构建变得容易,公司为何不先把自己的产品改得更好。
- 原生重写有完整规格和测试套件,反而比依赖 AI 更可控、更简单。
- 用户在实际使用中并未感觉到 TUI 的性能问题,因此公司缺乏重写的直接动力。
8. 比 IPTV 更好以及更便宜 (Better and Cheaper Than IPTV) #
https://github.com/stupside/castor
Castor 是一个终端工具,能够从网页中提取真实视频流,转码后实时投屏到电视上,解决智能电视无法播放任意网页视频或屏幕镜像卡顿的问题。它通过无头 Chrome 监听网络流量并自动点击页面来启动播放,同时支持根据 IMDB/TMDB ID 从用户自配的源中解析播放链接。内置的 Whisper 引擎可生成并烧录自动字幕。
安装方式包括 macOS 的 Homebrew 和源码编译(依赖 Go 1.26+、cmake 及 Chrome、ffmpeg、ffprobe)。配置上只需指定电视设备名称和视频源模板,TMDB API 密钥用于交互式搜索。主要命令有 castor cast player 直接投屏 URL、castor cast movie 按 ID 投屏,以及 castor cast 启动终端内浏览并投屏。
HN 热度 315 points | 评论 99 comments | 作者:xonery | 21 hours ago #
https://news.ycombinator.com/item?id=48964015
- TV Explorer 非常轻量、响应极快,像老式模拟电视切换频道一样迅速,因为使用了自研 Watson 引擎,静态站点无服务器、无追踪代码。
- 每次切换频道都 pushState 会导致浏览器历史记录堆满,建议限制或改进导航方式;开发者表示将考虑限制为 10 次。
- 大部分频道提示“在您所在区域被屏蔽或不广播”,因数据来自公共 GitHub 列表,无法提前判断地理限制,但 App 有状态灯和后台扫描功能可帮助找到当前可用的频道。
- 与 tv.garden 对比,其日本频道更多,但在纳米比亚等国家没有内容。
- 建议做成 Jellyfin 插件,或能否自托管;开发者回复为纯静态站点,无需服务器,可托管在任何地方。
- 在 Safari iOS 上卡在加载界面,可能是流量过大被挤崩溃。
- 抱怨 Cloudflare 等机器人检测机制让互联网变糟,希望回到旧互联网时代。
9. Codex 重置 (Codex Resets) #
这是一个追踪 OpenAI Codex 和 ChatGPT Work 使用限额重置的专用页面,由用户 @thsottiaux 的推文驱动。页面显示:
- 总重置次数:35 次
- 平均重置间隔:8.9 天
- 最长等待间隔:67.7 天
- 最近一次重置:2 天前(2026 年 7 月 18 日)
页面列出了从 2026 年 4 月到 7 月的所有重置公告,主要内容包括:
- 因用户数突破里程碑(如 7M、8M、9M 活跃用户)而主动重置限额
- 因系统问题(如缓存优化回滚、可靠性事故、未明原因的大量限制触发)而被动重置
- 额外提供“银行式重置”(banked reset),供用户自行选择时间使用
- 备注了部分重置同时解除了 5 小时速率限制,允许更激进的探索
- 演示了 GPT-5.6 Sol 等新模型的能力
页面本质是一个“等待游戏”仪表盘,持续记录每一次宣布重置的时间与原因,帮助用户掌握何时可能再次获得免费额度。
HN 热度 289 points | 评论 180 comments | 作者:denysvitali | 23 hours ago #
https://news.ycombinator.com/item?id=48963465
- 重置和取消 5 小时限制让用户习惯更高使用量,一旦停止可能迫使升级。
- 重置是因为竞争对手压力,赢得市场后就会提价。
- 超级智能市场难以“赢”,开源模型接近前沿,可能导致逐底竞争。
- “逐底竞争”是“竞争性市场价格”的负面说法,对消费者可能是好事。
- 逐底竞争可能导致价格低但价值也低(市场柠檬化)。
- 只能在本国禁止,若更便宜访问是优势,其他国家会超越。
- 通过监管捕获禁止不愿参与价格固定和市场份额协议的竞争者。
- 竞争对手耗尽资金倒闭,但除谷歌外很难。
- 可能转向中国模型。
- 通过专利保护 AGI 关键成分(半开玩笑)。
- 不太可能出现单一赢家。
- 大家都在抬高底部,如 Kimi 变贵,因 token 价值上升。
- Kimi 会开源权重,若价格太高别人会托管更便宜,但没人愿意低利润且缺少计算资源。
- token 价值上升,计算成本上升,只有靠 NVIDIA 折扣的云才便宜。
- 赢的唯一方式是拥有所有 GPU。
- AGI 将非常昂贵,不会让所有人都能使用。
- AGI 若出现不会被定价,要么被政府接管,要么变成垄断组织。
- AGI 是逐渐到来的,没有硬起飞,没有单一实验室大幅优势。
- 逐底竞争尚未发生,现在只知有免费 token 可用。
- 若垄断定价,就改用其他模型(GLM、K3、DeepSeek 等)。
- 推荐 OpenCode Go 每月 10 美元可用所有模型。
- 担心 OpenAI/Anthropic 像 Netflix/Spotify 突然涨价或限制。
10. 再见,感谢所有的“自行车棚” (Goodbye, and Thanks for All the Bikesheds) #
https://queue.acm.org/detail.cfm?id=3818307
这是《acmqueue》杂志“Bikeshed”专栏的告别文章。作者 Poul-Henning Kamp 回顾了 20 年的专栏写作,并展望了自由开源软件(FOSS)的未来。
作者认为当前 FOSS 面临两大热点:LLM 辅助代码审查和年龄验证。
关于 LLM 代码审查,作者根据自己使用 lint、Clang 等工具的经验,认为其发现的 bug 模式与以往类似,且最严重的 bug 可能已经出现。他质疑其经济可行性,因为模型训练成本高昂,但盈利模式类似于电影产业,且可能面临版权诉讼。
关于年龄验证,作者认为这将是 FOSS 世界的重大变革。他指出,由于技术界过于强调加密和匿名,导致网络犯罪难以追查,国家正被迫采取更强硬的监管措施。未来的年龄验证将要求密码学证明软件完整性,用户无法修改和重新编译源代码,从而终结传统意义上的 FOSS。互联网将分裂为需要“可信计算平台”才能访问的部分,隐私空间将大幅缩小。
HN 热度 280 points | 评论 254 comments | 作者:Ygg2 | 1 day ago #
https://news.ycombinator.com/item?id=48960155
- 可逆决策应直接让志愿者凭直觉处理,无需过度讨论;中等工程师可先快速实现再迭代,比花时间规划更划算。
- 工具或库的选择若差异很小,就凭直觉选一个,原型成功即作为最终方案,否则掷骰子决定,避免无谓争论。
- 当决策困难时,往往因为选项差异微小,不值得耗费大量精力,直接随机选择即可。
- 有人常把某个成功的解决方案(如 Kafka)强加到所有场景,导致过度工程化和架构僵化。
- 花大量时间规划理论上可行但实际上不可行的方案,不如快速尝试、失败后调整,更节省成本。
- 让不称职的人做设计会导致第一个糟糕版本被永久保留,加上缺乏设计流程和代码审查,最终造成代码库质量低下。
- 代码审查本应早期发现设计问题,但实际中常被忽略或限制。
- 区分重要决策与不重要决策很重要:代码格式争论常浪费精力,而结构和命名等关键问题却无人关注。
- 亚马逊的“双向门”概念值得借鉴:识别可逆且低风险的决策,快速执行,集中资源处理真正危险的选择。
- 亚马逊的伦理问题值得警惕,如纵容假货,其决策框架不能忽视价值观。
Hacker News 精彩评论及翻译 #
LG monitors silently install software through Wind… #
https://news.ycombinator.com/item?id=48957021
This is so much worse that the title makes it out to be:
- Your OS installs malware (technically manufacturers software) from a 3rd party vendor in background, zero user interaction
- Happens as soon as you or anyone with physical access plug in a device into the HDMI port
- That malware has internet and full system access, no sandboxing
- It starts with every system boot
- This software gets installed when you plug in a new LG monitor
- OR ALREADY HAD AN OLDER LG MONITOR PLUGGED IN, BECAUSE LG APPARENTLY ROLLED THIS OUT FOR MANY OLDER MODELS TOO!!
- And yes, if you think that’s horrendous, as mentioned in the video below, that also applies to ‘Professional’ LG monitors!
This situation has.. no precedent as far as I can tell..
GamersNexus has a video diving deeper into what LG did here - https://www.youtube.com/watch?v=Q9uefFYe6bM
devttyeu
实际情况比标题描述的还要糟糕得多:
- 你的操作系统会在后台从第三方供应商安装恶意软件(严格来说是制造商软件),无需用户任何操作。
- 只要你或任何有物理接触的人将设备插入HDMI接口,就会立即发生。
- 该恶意软件拥有网络和整个系统的访问权限,没有沙盒隔离。
- 它会在每次系统启动时自动运行。
- 当你插入新的LG显示器时,这个软件就会被安装。
- 或者如果已经连接了旧的LG显示器也会被安装,因为LG显然也向许多旧型号推送了此软件!!
- 没错,如果你觉得这已经很可怕了——正如下面视频中提到的,这也适用于“专业级”LG显示器!
这种情况……据我所知,史无前例……
GamersNexus制作了一期视频,深入剖析了LG的所作所为:https://www.youtube.com/watch?v=Q9uefFYe6bM
The Kimi K3 Moment #
https://news.ycombinator.com/item?id=48961457
Regardless of whether they achieved parity via distillation, or whether they got here via independently constructing a model from scratch, it was always going to end this way for the frontier American labs. Distillation “attacks” are not attacks. The frontier labs “distilled” all existing human written knowledge into their models, there was always going to be a second class lab that would distill that model into a cheaper version of it. There was never any plausible explanation for why this wouldn’t happen. There was never any practical mechanism to prevent someone from saving a conversation and using it to train their own model.
Even if it didn’t happen here, it was still the case that it was going to happen going forward. It was always going to end like this. Invest in the hardware companies, not the model companies.
nickysielicki
无论他们是通过蒸馏达到同等水平,还是从头独立构建模型,前沿美国实验室的结局都必然如此。所谓蒸馏“攻击”根本不算攻击。前沿实验室将人类所有现成知识蒸馏进自己的模型,那么必然会有二级实验室将这种模型蒸馏成更廉价的版本。从来就没有合理的解释能说明为什么这不会发生,也从未有任何实际机制能阻止某人保存对话记录并用它训练自己的模型。即使这次没发生,未来也必然会如此。结局早已注定:投资硬件公司,而非模型公司。
Claude Code uses Bun written in Rust now #
https://news.ycombinator.com/item?id=48968728
Maybe I’m taking crazy pills, but I’m still stuck on “why the hell does a TUI need to run in terminal React by way of JavaScript”
The fact that Anthropic felt the need to buy a runtime so they could make their TUI better speaks more to the quality of engineering than anything else IMO.
If rewrites are so easy, why not rewrite CC in a native language? Would’ve been a hell of a lot cheaper.
weakfish
也许是我吃错药了,但我还是搞不懂“为什么一个TUI非得用JavaScript在终端React里运行”
在我看来,Anthropic觉得需要买个运行时来改进他们的TUI,这件事本身比什么都更能说明他们的工程水平。
如果重写这么容易,为什么不用原生语言重写CC?本来能便宜得多。
What AI did to stackoverflow in a graph #
https://news.ycombinator.com/item?id=48957311
Any social organization needs to carefully consider their inclusion-exclusion curve with intentionality.
I think a lot of people might balk at the word “inclusivity” today, but StackExchange had ridiculously high barriers to participation, making it inclusive to the long-time users on the site, but exclusive to the newbie participants who found themselves blocked for asking questions. They slowly killed the site in this manner.
The community might have survived this folly, even with AI, because it was still the best place for people with qualms about AI to ask questions… Except until StackOverflow management alienated those users, too, by shoving AI down their throats in every facet of the site.
Even I had internalized the vagaries and neuroses of the SO community but I had heavy reticence to ask questions, knowing I’d have to consider all the ways a bully eager to use their powers might misunderstand me. I can’t imagine asking a question there without having had lurked for longer than a typical Bachelor’s + Masters program.
Peak at 207K, minimum at 588. That might be an incomplete date point, so using the next most recent value 1226, StackOverflow has lost 99.41% of its activity.
lynndotpy
任何社会组织都需要有意识地审慎考虑其“包容-排斥曲线”。
我认为如今很多人可能会对“包容性”这个词感到抵触,但StackExchange曾经设置了高得离谱的参与门槛,这使得它虽然对老用户包容,却对新用户排斥——新手提问时往往会发现自己被屏蔽。他们就这样慢慢扼杀了这个网站。
这个社区本可以挺过这种愚蠢做法,即便有了AI,因为它仍然是那些对AI心存疑虑的人提问的最佳场所……直到StackOverflow管理层也在每个角落强行塞入AI,疏远了这些用户。
连我自己都已经内化了SO社区的各种怪癖和神经质,但我对提问依然极度犹豫,因为我知道必须考虑所有可能让那些热衷于滥用权力的恶霸误解我的方式。我无法想象,如果没有潜伏过比一个本科加硕士课程更长时间,我怎能在那里提问。
峰值20.7万,最低值588。这可能是个不完整的数据点,所以用次新的1226来算,StackOverflow已经失去了99.41%的活动量。
Kaiser nurses say AI, surveillance are making thei… #
https://news.ycombinator.com/item?id=48953663
I RFTA and the majority of the complaints are about call center metrics and the pressure to ration care. These are real concerns about misuse of metrics, but not AI. The AI empathy thing was a 2024 pilot that was discontinued.
FWIW my wife works for Kaiser and finds a lot of value in the the medical LLM tools available to her. She tells me being able to do live translation, summarize notes, and quickly get comprehensive answers save her time and help her give better care. Her older patients also frequently come in bringing AI-powered alerts from their apple watches that detected cardiac events.
It’s annoying that we use broad terms to describe a set of technologies that in some ways can be problematic and in another ways are very beneficial. We gotta evaluate each of these as they come rather than talk about blanket bans.
derekdahmer
我读了那份报告(RFTA),大部分投诉都是关于呼叫中心指标和配给医疗的压力。这些确实是滥用指标的真正问题,但与AI无关。那个AI共情项目是2024年的试点,已经停止了。
顺便说一句,我妻子在凯撒医疗工作,她觉得可用的医疗大语言模型工具非常有价值。她告诉我,能够进行实时翻译、总结笔记、快速获得全面的答案,节省了她的时间,也帮助她提供更好的护理。她的老年患者也经常带着Apple Watch上的AI预警来就诊,这些预警检测到了心脏事件。
令人恼火的是,我们用宽泛的术语来描述一系列技术,这些技术在某些方面可能有问题,但在另一些方面非常有益。我们必须逐一评估这些技术,而不是讨论全面禁止。
NYC may require landlords and realtors to disclose… #
https://news.ycombinator.com/item?id=48963206
This is awesome! StreetEasy is how many New Yorkers find apartments. In the past few years, it has been flooded with AI-staged apartments. The AI stagings warp the room to fit furniture that would 100% certainly not fit there. It’s deceptive, and I’m glad it at least requires disclosure now (although I wish it were fully banned)
plants
太棒了!StreetEasy是许多纽约人找公寓的途径。过去几年里,它被大量用AI虚拟布置的房源淹没了。AI布置会扭曲房间,以便塞进100%肯定放不下的家具。这是一种欺骗行为,我很高兴现在至少要求披露这一点(尽管我希望它被彻底禁止)。
LG monitors silently install software through Wind… #
https://news.ycombinator.com/item?id=48956964
Workaround:
gpedit.msc Computer Configuration > Administrative Templates > System > Device Installation Prevent automatic download of applications associated with device metadata Set to enabled OK On home editions sans gpedit.msc:
sysdm.cpl Hardware tab Click Device Installation Settings Under ‘Do you want to automatically download manufacturers’ apps for your devices?’, select ‘No’ Save Changes
delta_p_delta_x
解决方法:
gpedit.msc
计算机配置 > 管理模板 > 系统 > 设备安装
阻止下载与设备元数据关联的应用程序
设置为“已启用”
确定
对于没有gpedit.msc的家庭版:
sysdm.cpl
硬件选项卡
点击“设备安装设置”
在“是否希望自动下载适用于设备的制造商应用?”下方,选择“否”
保存更改
GPT-5.6 used a prompt to close a 30-year gap in co… #
https://news.ycombinator.com/item?id=48958516
I know a bit about this field. This conjecture reads as somewhat more niche than the cyclic double cover conjecture recently proved by OpenAI, but nevertheless represents a real contribution.
You want to know how long it takes to solve an optimization problem, in this case over convex, lipschitz functions. (The restriction to a spherical domain is not really a restriction, you can just change variables for any bounded domain.) Anyway, showing upper bounds on time complexity is “easy” because it’s just the runtime of your algorithm. Showing (nontrivial) lower bounds is usually much harder because it requires constraining all algorithms.
This proof apparently shows that the lower bound time complexity is equal to the time complexity of an existing 30-year old algorithm: it requires Omega(d^2) function evaluations to solve over this class of functions.
My gut says likely implies that d is the minimal number of evaluations if you have a gradient oracle because you can approximate a gradient with d function evaluations, but I’m not sure how hard it is to make that rigorous.
alternator
我对这个领域略知一二。这个猜想读起来比OpenAI最近证明的循环双覆盖猜想更为小众,但无论如何代表了实际的贡献。
你想知道解决一个优化问题需要多长时间,这里是在凸的利普希茨函数上。(限制在球形域其实不算限制,你只需对任意有界域进行变量替换即可。)总之,证明时间复杂度的上界是“容易的”,因为它只是你算法的运行时间;而证明(非平凡的)下界通常困难得多,因为它需要约束所有算法。
这个证明显然表明,下界时间复杂度等于一个已有30年历史的算法的时间复杂度:它需要Ω(d²)次函数求值才能在这类函数上求解。
我的直觉是,这很可能意味着如果你有梯度预言机,d就是最小求值次数,因为你可以用d次函数求值来近似梯度,但我不确定将这个结论严格化有多难。
Qwen 3.8 #
https://news.ycombinator.com/item?id=48966255
It’s hard to say what their motivation is. The Chinese firms seem to be working hard to commoditize intelligence which may be the most effective way to debase American frontier labs. And yeah: it also happens to be really good for humanity.
gardnr
很难说他们的动机是什么。中国公司似乎在努力将智能商品化,这可能是削弱美国前沿实验室的最有效方式。而且,这也恰好对人类大有裨益。
LG monitors silently install software through Wind… #
https://news.ycombinator.com/item?id=48957719
This situation has.. no precedent as far as I can tell..
Printer, mouse, tablet and display tablet makers use this to insert their crapware since at least Windows Vista or Windows 7, I think. The last one I remember is plugging a Razer mouse just to watch it instantly pulling 1.5GB of bloated junk with “telemetry” exfiltrating the data from my gaming PC in realtime. At least it doesn’t leave my mouse in a non-working state when I disconnect the internet, like it used to. Thanks, Razer!
Microsoft is to blame here, really. They have a mechanism to block any vendor (supposedly to avoid reputational risks to their brand due to buggy drivers, at least that was their excuse back in the day), but aren’t even using it to block these contraptions. Entire businesses are built on this, e.g. Razer is probably more of a marketing/data company now rather than a hardware shop.
orbital-decay
这种情况……据我所知,史无前例。
打印机、鼠标、平板电脑和绘图板制造商从至少Windows Vista或Windows 7时代就开始利用这一点植入他们的垃圾软件。我记得最近一次是插上一个雷蛇鼠标,然后眼睁睁看着它瞬间下载了1.5GB的臃肿垃圾,还带着“遥测”功能实时从我游戏PC里窃取数据。至少现在它不像以前那样,断网后鼠标就不能用了。谢谢啊,雷蛇!
真正该怪的是微软。他们本有一套机制可以阻止任何厂商(据称是为了避免因有缺陷的驱动损害品牌声誉——至少他们当年是这么找借口的),但压根没用来阻止这些破烂玩意儿。整个产业都建立在这上面,比如雷蛇现在可能更像一家营销/数据公司,而不是硬件厂商。
The Kimi K3 Moment #
https://news.ycombinator.com/item?id=48962769
I strongly agree with the premise that distillation is not an “attack”.
But that said: K3 is not a distilled version of Fable or Sol. Fable has been barely available and Sol was just released! Moreover, K3 is superior to both models in some domains, according to user scoring on the Arena.
API distillation can’t give you these results anyway. All it is useful for is bootstrapping RL in new domains to get past the “cold start” problem faster. By far, what matters more is the quality and variety of RL environments the model learns from.
anon373839
我强烈赞同“蒸馏不是一种‘攻击’”这一观点。
但话说回来:K3并非Fable或Sol的蒸馏版本。Fable几乎从未开放使用,而Sol才刚刚发布!更何况,根据Arena上的用户评分,K3在某些领域甚至优于这两款模型。
API蒸馏无论如何都无法带来这样的结果。它的全部价值在于帮助模型在新领域中快速启动强化学习,以更快地克服“冷启动”问题。目前来看,真正起决定性作用的是模型所学习的强化学习环境的质量与多样性。
Better and Cheaper Than IPTV #
https://news.ycombinator.com/item?id=48964960
For a no hacks alternative, I built TV Explorer. It puts the channel’s published HLS stream into your browser with no interim steps. Uses the public GitHub list of more than 10,000 free channels.
dtagames
作为一个无需破解的替代方案,我开发了TV Explorer。它直接将频道发布的HLS流放入你的浏览器,无需中间步骤。使用了公开的GitHub列表,包含超过10000个免费频道。https://tvexplorer.live
Is this the end of the once-mighty GoPro? #
https://news.ycombinator.com/item?id=48959146
If your country’s industrial and defense policy relies on individual consumers making choices that are worse for them on almost all metrics, it’s time to think about on worse payroll your politicians are.
adrianN
如果贵国的工业和国防政策依赖于个体消费者做出几乎在所有方面都对自身更不利的选择,那么就该想想你的政客们究竟在替谁卖命了。
Kaiser nurses say AI, surveillance are making thei… #
https://news.ycombinator.com/item?id=48953022
If you think using a machine to evaluate how well a human is showing empathy is a good idea, you probably shouldn’t have any position of power.
neaden
如果你认为用机器来评估人类表现同理心的好坏是个好主意,那你可能就不该担任任何权力职位。
If You Build It, They Will Come #
https://news.ycombinator.com/item?id=48961211
// Lots of people have a sort of consumer attitude towards their communities, where they take everything for granted. I saw things this way when I was young. A social scene is an automatic feature of the world that appears on its own, like a wild blueberry bush. It starts sprouting parties and dinners and conferences and reading groups as naturally as the bush sprouts berries
True in general. As a kid you think of things as bigger than you. Like whoever maintains a hiking trail or runs your towns diner is “big” compared to you.
As a grown up you hopefully realize that it’s the other way - the work and effort to make and maintain those things is vulnerable and fragile.
I think about this whenever I see someone hop over the subway turnstile. The transit system is “for granted” - it’s you and your few bucks that matters. But of enough ppl feel that way it all goes away via decay eventually.
xyzelement
很多人对自己的社区抱着一种消费主义态度,把一切都视为理所当然。我年轻时也曾这样想。社交场景就像世界自动生成的特性,如同野生蓝莓丛般自然涌现——派对、晚餐、会议、读书小组,就像灌木结出浆果一样自发地生长出来。
大体如此。小时候你会觉得事物都比自己宏大。比如维护登山步道的人,或是经营小镇餐馆的人,在你看来都"很大"。长大后你 hopefully 会明白事实恰恰相反——创造并维系这些事物所需的努力和付出,其实脆弱不堪。
每当我看到有人翻越地铁闸机时就会想到这一点。公交系统被认为是"理所当然"的——似乎只有你和你的几块钱才是重要的。但如果足够多的人都这么想,它最终会在衰败中消失殆尽。
Gleam Is Now on Tangled #
https://news.ycombinator.com/item?id=48959298
This post needs a bunch more context; right now it’s only immediately accessible to people who don’t need the announcement [1].
[1] https://knowyourmeme.com/memes/curtains-for-zoosha
Planktonne
这个帖子需要更多背景信息;目前只有那些不需要这个公告的人才能立即看懂[1]。
Ollama: All Aboard Open Models #
https://news.ycombinator.com/item?id=48968635
-
stop using ollama
vivzkestrel
停止使用ollama
https://sleepingrobots.com/dreams/stop-using-ollama/
Qwen 3.8 #
https://news.ycombinator.com/item?id=48966211
I assume that this announcement has been prompted by that of Moonshot AI, which has just announced a 2.8T parameter open-weights LLM, Kimi K3, to be published on Huggingface by 27 July.
Now the response of Alibaba is that they will also publish soon a big open weights LLM, the 2.4T parameter Qwen 3.8.
I wonder if Alibaba has always planned to make this big LLM open weights, or they have chosen to do this now, to better compete with Moonshot AI.
In any case, from this competition in LLMs, we win.
adrian_b
我猜这则公告是受到月之暗面AI的推动,他们刚刚宣布了一个2.8T参数的开源权重大语言模型Kimi K3,将于7月27日前发布在Huggingface上。
现在阿里巴巴的回应是,他们也很快会发布一个大模型Qwen 3.8,拥有2.4T参数,同样开源权重。
我很好奇阿里巴巴是早就计划开源这个大模型,还是为了与月之暗面AI更好地竞争才选择现在这么做。
无论如何,在这场大模型的竞争中,我们才是赢家。
Show HN: I replaced a $120k bowling center system … #
https://news.ycombinator.com/item?id=48970593
Lol, nice! It depends on what you mean by “owning a bowling center,” but it looks like there are at least two of us into this :D
I bought a really old fully mechanical (and automated!) mini bowling lane. It works without a CPU, except for the score display, which originally used a 1970 Intel D8749H (MCS-48)!
Just like yours, the only thing that turns this machine on is a single relay :D On my model, I also get feedback on the pin status and a “ball received” signal, so I can trigger the scoring.
I dumped the firmware and replaced the display PCB with a more recent DIY PCB with an Arduino that speaks a modern, documented protocol. It’s now compatible with ScoreMore software, and I can do a lot more with it.
Here are some pictures and more info on the Bowltech forum (you should post your stuff here too!):
@vik8 on discord if you need :)
vikbez
哈哈,不错!这取决于你说的"拥有一家保龄球中心"是什么意思,但看起来至少我们两个人对此有兴趣 :D
我买了一条非常老旧的全机械式(而且是自动化的!)迷你保龄球道。它不需要CPU就能运行,除了计分显示器——原本用的是1970年代的Intel D8749H(MCS-48)!
和你的情况一样,启动这台机器的唯一东西就是一个继电器 :D 在我的型号上,我还能收到球瓶状态反馈和"球已收到"信号,这样我就能触发计分。
我导出了固件,并用一块更现代的DIY电路板替换了显示器电路板,这块板子用的是运行着现代且文档完善的协议的Arduino。现在它兼容ScoreMore软件,而且我能用它做更多事情。
以下是Bowltech论坛上的一些图片和更多信息(你也应该把你的东西发到那里!):
如果需要,Discord上找@vik8 :)
What AI did to stackoverflow in a graph #
https://news.ycombinator.com/item?id=48957672
That basic idea is what made SO attractive in the first place, compared to forums where you had to scroll through pages and pages of in-jokes and tangents and animated-GIF signatures just to try and see if there is an answer.
Where they went wrong, in my opinion, is in the implementation details.
It’s mostly death by a thousand cuts: Requiring reputation to gain the ability to post comments, then having one’s answers deleted as “this should’ve been a comment”. Overeager marking of questions as duplicates, e.g. despite the equivalence between two situations being non-obvious (e.g. someone asks about data type A, and it turns out that it’s a subtype of B for which an answer that applies to both exists; that should not be a duplicate, the fact that it’s a subtype is the answer!). Endless other decisions like that, which wouldn’t have taken any extra effort to implement correctly.
One feature they could’ve built that would have taken effort but also greatly helped against the common newbie complaint of “hostility” would’ve been a “newcomer track”, which would’ve been more forum-like and guided them towards either formulating a good question or seeing that’s it’s already answered. In the latter case, some of the keywords that came up during this process should’ve been fed back into SEO so that future newbies would become more likely find the answer via a search engine despite using clumsy terms. I think they tried a simpler and worse version of this idea towards the end with “staging ground” but by then it was too late.
morningsam
那个基本理念正是让Stack Overflow最初如此吸引人的原因——相比之下,在论坛里你得翻过一页又一页的内部梗、跑题讨论和动图签名,才能试着找找有没有答案。
在我看来,他们的问题出在实现细节上。
这基本就是“千刀万剐”式死亡:要求积分才能获得发表评论的能力,然后自己的回答却因“这应该是条评论”被删除。过于急切地将问题标记为重复,例如尽管两种情况之间的等价性并不明显(比如有人问关于数据类型A的问题,结果发现它是B的子类型,而B存在一个适用于两者的答案——这不该算重复,因为它是子类型这个事实本身就是答案!)。诸如此类的无数其他决策,本不需要额外费劲就能正确实现。
他们本来可以开发的一项功能(虽然需要投入精力,但能极大缓解新手常抱怨的“敌意”)是“新手引导通道”,它会更像论坛模式,引导他们要么提出一个好问题,要么看到问题已有答案。在后一种情况下,这个过程中出现的某些关键词本应反馈给SEO,这样未来新手即使用了笨拙的搜索词,也更容易通过搜索引擎找到答案。我认为他们在后期尝试过这个想法的一个更简单也更糟糕的版本,即“预发区”,但那时已经太晚了。
Claude Code uses Bun written in Rust now #
https://news.ycombinator.com/item?id=48969144
It largely works and it’s a massive business success. This is the classic engineer asking the ‘why this technology?’ to what amounts to a business question.
They chose it early on, it works, and it makes obscene amounts of revenue. End of story. That doesn’t mean it was the “greatest” choice, or has a perfect technical architecture.
Rewrites are never easy, even the bun rewrite. But a non-UI developer tool with a rigid API surface contract (and associated tests) will always be easier to trust after a rewrite than a partially tested UI tool with ambiguous functionality.
switz
它基本能正常工作,并且取得了巨大的商业成功。这正是一个典型的工程师在将一个本质上的商业问题问成“为什么要用这项技术?”。
他们早期就选择了它,它能运行,并且创造了巨额收入。故事到此为止。这并不意味着它是“最伟大”的选择,或者拥有完美的技术架构。
重写从来都不容易,即便是Bun的重写也是如此。但一个拥有严格API接口契约(以及相关测试)的非UI开发者工具,在重写后始终比一个功能模糊、测试不全的UI工具更值得信赖。
NYC may require landlords and realtors to disclose… #
https://news.ycombinator.com/item?id=48963400
HN title is missing the operative word “secretly”. The real title:
Mayor Mamdani Says Landlords Can’t Secretly Use AI Images to Advertise Properties
The article contents align with the real title: you just disclose AI usage when advertising rentals.
DangitBobby
HN的标题漏掉了关键词“秘密地”。真正的标题:
马姆达尼市长表示,房东不得秘密使用AI图像宣传房产
文章内容与真实标题一致:在出租广告中只需披露AI使用情况即可。
Texas wins court order to suspend domain name for … #
https://news.ycombinator.com/item?id=48953871
The idea that a state court in one particular state can enforce such an absurd law against a company that likely has no business operations or servers in the state is ridiculous. I don’t care if you like the porn site in question or not, or condone or endorse its content. This is a slippery slope towards every regional tinpot dictator legislature attempting to censor the internet by having an entity’s domain name revoked.
.com in particular has also been well proven over the past 5 to 10 years to be vulnerable to federal court orders to seize domains at the registrar level. That’s not really anything new. It’s a known risk for anyone building a corporate brand/identity around a specific .com domain name. What’s new is this is being done from the state court level. (Edit: To be clear, in my opinion, a US State court completely lacks jurisdiction on this matter).
walrus01
一个特定州的州法院可以对一家可能在该州没有任何业务运营或服务器的公司执行如此荒谬的法律,这简直可笑。无论你是否喜欢所涉色情网站,或是否纵容、认可其内容,我都不在乎。这是一个危险的先例,会导致每个地方性的小独裁立法机构试图通过让某个实体的域名被撤销来审查互联网。
尤其是.com域名在过去5到10年间已被充分证明容易受到联邦法院命令在注册商层面扣押域名的影响。这其实算不上什么新鲜事,对于任何围绕特定.com域名建立企业品牌/身份的人来说,这都是已知的风险。新出现的情况是,这一做法正在从州法院层面展开。(编辑说明:明确地说,在我看来,美国州法院对此事完全没有管辖权。)
Is this the end of the once-mighty GoPro? #
https://news.ycombinator.com/item?id=48958122
I’ve owned a lot of Gopro cameras, having done video capture for a variety of motorsports, and they just got too expensive for what you get.
You can be more expensive if you’re better, or you can be worse if you’re cheaper, but they’re both the downsides while living purely off brand recognition.
They also blew up in a time where there wasn’t any real competition. Sony had action cameras but they were bulkier and expensive, and didn’t have the features of GoPro.
These days other brands give better quality video in better quality hardware and more functionality, for cheaper.
sen
我拥有过很多台GoPro相机,为各种赛车运动拍摄过视频,但以它们提供的性能来说,价格实在太贵了。
你可以因为做得更好而卖得更贵,也可以因为价格更低而降低品质,但这两者都是弊端——如果仅仅依赖品牌知名度生存的话。
GoPro也是在几乎没有真正竞争的时代火起来的。索尼当时也有运动相机,但更笨重、更贵,而且没有GoPro的那些功能。
如今,其他品牌以更低的价格提供了更高质量的视频、更好的硬件和更多的功能。
What AI did to stackoverflow in a graph #
https://news.ycombinator.com/item?id=48957257
SO did that all to themselves when they decided they didn’t want a community to form and that only question and answers mattered. The moment something else allowed to have a better way to get your answers, there was no reason to go there, because there was no community.
I still don’t understand why anyone would go with that whole “no conversation please”
nolok
所以他们完全是自作自受,当他们决定不希望形成社区,只关心问答本身时,就已经注定了这样的结果。一旦其他地方能提供更好的方式获取答案,就没有理由再去那里了,因为那里根本没有社区氛围。
我至今不明白为什么会有人选择那种“请勿交谈”的路线。
Claude Code uses Bun written in Rust now #
https://news.ycombinator.com/item?id=48969525
It largely works and it’s a massive business success. This is the classic engineer asking the ‘why this technology?’ to what amounts to a business question.
Your counter argument would be valid for a 2000 or a 2020 business decision about some tech stack.
But the whole point of their product is that it supposedly nullifies such “business” concerns around the use of technology, by making it cheap and fast to build whatever you like automatically.
That they wont, or worse, couldn’t, speaks against that.
coldtea
它在很大程度上是可行的,并且取得了巨大的商业成功。这就像典型的工程师在问“为什么要用这项技术?”,而实际上这本质上是一个商业问题。
你提出的反驳,对于2000年或2020年关于某种技术栈的商业决策来说可能是有效的。
但他们的产品的核心卖点恰恰是:通过让任何想要的东西都能廉价且快速地自动构建,从而消除围绕技术使用的这类“商业”顾虑。
而他们不愿——或者更糟的是,不能——做到这一点,恰恰反证了这一点。
GPT-5.6 used a prompt to close a 30-year gap in co… #
https://news.ycombinator.com/item?id=48959948
Sometimes I read a comment on HN that is so advanced that it’s just as readable to me as Greek. Love reading it just to see someone work though!
xeromal
有时我在HN上读到一些评论,其高深程度对我来说就像希腊文一样难懂。不过光是看着别人解析就让我很喜欢读下去!
LG monitors silently install software through Wind… #
https://news.ycombinator.com/item?id=48957039
This situation has.. no precedent as far as I can tell..
Microsoft has been allowing this sort of ludicrous behavior for decades at this point, it’s not a new issue. What’s new is how visible LG made their malware, compared to previous auto-installs that happen like this, where they try to make the thing not so in your face, as they know there will be a huge backlash.
I don’t know what Microsoft is thinking even allowing and enabling this sort of thing, they’ve lost all touch when it comes to building things for users.
embedding-shape
这种情况……据我所知,是史无前例的。
微软几十年来一直纵容这种荒谬的行为,这并非新问题。新的是LG让他们的恶意软件变得如此显眼,而以前类似这种自动安装时,他们会尽量不让它那么引人注目,因为他们知道会招致巨大的反弹。
我不知道微软在想什么,居然允许甚至助长这种行为,他们在为用户构建产品方面已经完全失去了联系。