2026-05-25 Hacker News Top Stories #
- 德州特立尼达市一女子因在 Facebook 警示自来水或致病被以“虚假报警”逮捕,市府随后承认水质问题并发布煮沸令,她提起联邦诉讼引发对言论自由与公共安全信息透明的担忧。
- 作者用旧笔记本装纯命令行 Debian 打造少干扰“writerdeck”,HN 讨论认为折腾环境易分散注意力、拖延真正写作。
- 微软开源迄今最早的 86‑DOS/PC‑DOS 源码与工具,兼具研究早期 PC 史与微软 BASIC 影响力的史料价值并引发起源与授权生态讨论。
- 仅 16 字节的 x86 演示以显存与扬声器生成谢尔宾斯基三角与节奏,展现极致代码密度和新技巧,令社区赞叹编程美学。
- Reasonix 作为 DeepSeek 终端原生编码代理以高前缀缓存命中率显著降成本并支持多工具与开源扩展,同时引发对 LLM 缓存稳定性与设计的经验交流。
- 一位员工离职反思称 AWS 迷失初心、急推 GenAI 忽视核心服务与客户支持,健康与质量受损,HN 用户亦抱怨 AI 客服低效难替代真人。
- AMD 在 Vivado 基础版中取消 Linux 支持引发学生与开发者不满,官方回应被指回避核心原因且沟通僵硬,或损害生态与信任。
- 诈骗者滥用微软内部账户发出仿冒通知引发对其域名体系混乱的批评,安全建议是挂断可疑联系并通过官方渠道核验。
- HBM 成为 AI 芯片最大成本项占比近三分之二推高资本开支,业界预期随供给改善与中国扩产成本或回落但受控供与产品梯度制约。
- DeepSeek 将对旗舰 V4‑Pro 永久实行 75% 折扣(开发者价为原价四分之一)以加剧价格竞争并扩大渗透,HN 讨论因重复合并而有限。
1. 德克萨斯州一名女子因在 Facebook 发布关于城镇水质的帖子被逮捕 (Texas woman arrested for Facebook post about town water quality) #
https://reclaimthenet.org/texas-woman-arrested-for-facebook-post-about-town-water-quality
这篇文章报道了美国德克萨斯州特立尼达市一位名叫詹妮弗·康布斯的母亲因在 Facebook 上发布关于当地水质问题的帖子而被警方以虚假报警罪逮捕的事件。康布斯在其“Southern Belle Watch”社区页面上发布信息称,有居民因水中细菌而住院,呼吁大家关注水质安全并提供相关信息。尽管警方称她的说法不实,导致社区恐慌,但该市随后承认水质问题严重,发布了煮沸水警告。
文章指出,特立尼达市的水管设施老旧,水质呈棕色,居民生活受到严重影响,包括无法正常使用水做饭、洗澡和洗衣。市长承认水质问题存在但未确认是否有人因此生病。警方依据德州刑法第 42.06 条虚假报警罪将康布斯逮捕,该条款原本用于打击制造虚假紧急情况的人,但此次被用来针对传播水质问题信息的居民。
康布斯已提起联邦诉讼,指控逮捕是政治报复。她表示此事对她个人造成极大羞辱和伤害,也反映出当地居民因担忧被打压而不敢公开表达对水质问题的担忧。文章强调,这种执法行为对公众言论自由构成威胁,传递出警告信息:公开讨论公共安全问题可能导致被捕。
此外,文章还提到德州环境质量委员会已介入调查,警方和市政府的立场存在明显矛盾,居民的健康和权益受到忽视。整体来看,这起事件揭示了地方政府在公共安全信息透明和言论自由保护方面的严重问题。
HN 热度 762 points | 评论 313 comments | 作者:abawany | 1 day ago #
https://news.ycombinator.com/item?id=48249747
- 法律要求必须是“故意传播虚假信息”,她只是转述别人说的,且医院受 HIPAA 限制不能透露患者信息,调查应由州级机构进行。
- 医院不会向私人透露具体患者信息,但可以提供总体统计数据,HIPAA 并不阻止医疗机构公开非个人化的健康数据。
- 警方用有限资源逮捕市民,反映出地方执法对言论自由的打压,可能是为了威慑其他人不敢发声。
- 德州政治环境被认为偏向专制,执法部门可能受政治人物影响,导致公民权利被侵犯。
- 逮捕的目的不是赢得官司,而是制造麻烦和恐吓,阻止更多人公开批评。
- 即使最终获得赔偿,逮捕记录仍会对个人未来就业和生活造成长期负面影响。
- 贫困群体对是否冒险发声态度不同,有人选择遵守法律避免风险,有人则愿意冒险争取权益。
2. 改造旧笔记本电脑为专注写作的纯命令行“Writerdeck” (Time to talk about my writerdeck) #
https://veronicaexplains.net/my-first-writerdeck/
这篇文章介绍了作者如何将一台旧笔记本电脑改造成一个专注写作的“writerdeck”,即一个没有图形界面、只运行控制台的写作设备。作者选择安装了纯命令行的 Debian 系统(Trixie 版本),完全去除了桌面环境,以避免现代操作系统带来的干扰。
为了方便使用,作者安装了 network-manager 及其基于文本界面的工具 nm-tui,用于简化 Wi-Fi 连接设置。编辑器方面,作者选择了 neovim 替代 nano,提升编辑体验。为了改善终端显示效果,安装了 kmscon(通过 backports 源),支持自定义字体和更多颜色,同时支持终端缩放。
作者还安装了 tmux,实现终端多路复用和屏幕分割,并自定义了状态栏。通过安装 acpi 和 light 工具,tmux 状态栏显示电池电量信息,并绑定了 F8 和 F9 键来调节屏幕亮度。作者详细解释了如何通过命令和配置文件实现这些功能,打造了一个简洁、高效且专注的写作环境。
整体来看,这个“writerdeck”设备轻量、无干扰,适合专注写作,且保留了必要的网络连接和系统控制能力。文章内容详细,适合有一定 Linux 基础的用户参考和借鉴。
HN 热度 448 points | 评论 273 comments | 作者:hggh | 1 day ago #
https://news.ycombinator.com/item?id=48250144
- 通过重装操作系统、定制编辑器和环境来专注写作,反而可能导致分心和多任务处理。
- 许多人开始写博客或做游戏时,第一步往往是从零开发工具或引擎,结果花费大量时间却产出有限。
- 程序员常常花更多时间写框架或引擎,而不是完成实际项目。
- 有人认为自己写引擎比使用现成工具(如 Unity、UE)更好,避免性能差的游戏。
- 写作时容易陷入工具和环境的搭建,反而拖延了真正的写作进度。
- 有些人通过限制自己不能用自制的博客系统,避免写作变成写工具的元内容。
- 对某些人来说,写博客或项目的动机是为了学习和推动其他个人项目。
- 有观点认为这种行为是一种拖延或“剃羊毛”(yak shaving),即为完成目标而做许多无关紧要的准备工作。
- 许多人喜欢先有一个项目可以写作,哪怕是写工具本身,也能激发写作动力。
- 纸笔写作虽然不便,但不会因环境调整而分心,反而有助于专注。
- 电脑写作的优势在于可以快速调整工具和环境,减少不便带来的压力。
- 有人认为写作和工具开发结合是学习的好方法,但需警惕过度投入工具而忽视内容产出。
3. 微软开源“迄今发现的最早 DOS 源代码” (Microsoft open-sources “the earliest DOS source code discovered to date”) #
本文介绍了微软公开发布了迄今为止发现的最早的 DOS 操作系统源代码。该源代码比 MS-DOS 品牌出现的时间还要早,包含了 86-DOS 1.00 内核、PC-DOS 1.00 内核的多个开发快照以及一些知名工具如 CHKDSK。86-DOS 最初由程序员 Tim Paterson 为基于 Intel 8086 的电脑套件开发,后来微软授权该系统作为 IBM PC 的操作系统,并最终购买了 86-DOS 的全部权利,推出了 MS-DOS 操作系统。
这批源代码非常古老,最初并未以数字形式保存,而是由“DOS Disassembly Group”团队通过手工转录和扫描纸质打印件整理而成,过程十分艰难,因为现代 OCR 技术难以识别这些年代久远的打印材料。微软此前也曾公开发布过 MS-DOS 1.25、2.0 和 4.0 版本的源代码,并开源了其他早期软件项目如游戏 Zork 及其续作、1995 年的 Microsoft 3D Movie Maker 等。
这次发布的源代码为研究早期 PC 历史提供了宝贵资料。值得一提的是,早在两年前,最早的 86-DOS 版本也被重新发现并上传至互联网档案馆,进一步丰富了对 DOS 发展历程的理解。文章作者 Andrew Cunningham 是 Ars Technica 的高级技术记者,专注于消费类技术和操作系统的深度报道。
HN 热度 407 points | 评论 143 comments | 作者:DamnInteresting | 22 hours ago #
https://news.ycombinator.com/item?id=48253386
- 微软开源了迄今发现的最早的 DOS 源码,同时也开源了他们当年写的 BASIC 代码,BASIC 才是微软真正想做的东西,DOS 是为了获得 IBM 合同的副产品。
- 微软 BASIC 源自 Dartmouth BASIC 和 BASIC-PLUS,微软的 Altair BASIC 是基于数字设备公司的 BASIC-PLUS 设计的,微软 BASIC 的流行阻碍了 ANSI 标准化的 SBASIC。
- Commodore 64 的 BASIC 是从微软授权的,授权方式是一次性付费无版税,微软 BASIC 对早期个人电脑影响深远。
- 早期微软的真正技术成就是 Altair BASIC 解释器的开发,开发者在没有实际硬件的情况下,通过模拟器完成了代码编写和测试。
- DOS 代码是微软购买的,微软对 DOS 进行了开发和修改,但 DOS 并非微软原创,微软真正的起点是 Altair BASIC。
- 早期写几千行汇编代码就能创立成功的软件公司,这在今天看来非常令人羡慕。
- True BASIC 是 Dartmouth BASIC 的后续,微软 BASIC 的流行导致 ANSI 标准化努力最终被放弃。
- 有些开源项目如 brl-cad 的代码提交历史可以追溯到 1983 年,甚至更早的代码如 1968 年的 FFT 代码也仍可见。
- 微软早期更多是开发工具公司,操作系统和其他软件只是副业。
- 早期个人电脑用户对微软 BASIC 的记忆深刻,许多人是通过 BASIC 入门编程的。
4. 醒来!16 字节 (Wake up! 16b) #
https://hellmood.111mb.de/wake_up_16b_writeup.html
这篇文章介绍了一个名为“wake up! 16b”的 16 字节 x86 汇编程序,于 2026 年 5 月在荷兰 Ommen 的 Outline Demoparty 发布。作者回忆了自己 30 多年前在 IBM PC 上学习编程的经历,并分享了这段时间内创作的众多微型程序。受到另一款 16 字节作品“Rainbow Surf”的启发,作者重新开始探索并最终完成了这个结合图形和声音的作品。
程序通过调用 BIOS 中断设置 40x25 的文本模式,并将数据段指向显存地址 0xb800。屏幕初始被填充为空格和颜色属性,形成一个统一的画布。程序利用了细胞自动机和多种汇编技巧,如多态指令和跳转到指令中间复用操作码,实现了在显存中绘制无限的谢尔宾斯基三角形,同时通过 PC 扬声器播放对应的声音。
文章详细解释了程序的数学原理:通过对显存中数据的异或操作,利用二进制加法的无进位特性,生成了谢尔宾斯基三角形的图案。声音部分则通过向端口 61h 输出数据,将图案的二进制位转化为方波信号,产生独特的节奏和音色。程序以每次移动 56 字节的方式遍历显存,形成视觉上的对角线剪切效果和声音上的八度变化。
作者还讨论了程序的数学美感和技术细节,强调了这种极简代码背后的复杂性和艺术性。整体来看,这个 16 字节的程序不仅是对算法密度的探索,也是对早期计算机硬件和声音合成的创新利用。
HN 热度 400 points | 评论 30 comments | 作者:MaximilianEmel | 23 hours ago #
https://news.ycombinator.com/item?id=48253060
- 16 字节的演示作品非常惊艳,甚至包含了声音,堪称艺术杰作。
- 该作品激发了人们对编程和计算机美学的热爱,展示了极致的代码密度和创造力。
- 许多人被作品带入了深入探索的“兔子洞”,发现了更多相关的数学和编程趣味内容。
- 作品展示了细胞自动机的新技巧,突破了社区多年未发现的限制。
- 该演示与大型模型(如 16b 参数的语言模型)相比,体积小了数个数量级,令人震惊。
- 业内通常缺少能做出如此精巧作品的机会,AI 时代也未必能替代这种纯手工艺术。
- 16 字节的限制让找到类似既有视频又有声音的有效程序极为困难,复杂且美观的作品更是稀少。
- 最短的曼德尔布罗特集合实现可能需要 32 到 64 字节,已有类似 32 字节的未公开作品。
- 相关作者还发布了 32 字节的分形作品“Broccolori”,展示了更多旧 PC 上的极限创作。
- 观看此类极限编程项目能极大激励人们继续从事技术工作,避免放弃转行。
- 16 字节的作品给人一种“黑魔法”般的震撼感,体现了生成艺术和分形的无限深度。
- 该作品在不同环境下的兼容性存在差异,有时无法在模拟器中正常运行。
- 作品的手写文字细节也受到赞赏,增加了艺术感和趣味性。
5. DeepSeek Reasonix,高缓存命中率低成本的 DeepSeek 终端原生编码代理 (DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost) #
https://esengine.github.io/DeepSeek-Reasonix/
Reasonix 是一个开源的终端原生编码代理,专为 DeepSeek 平台设计,利用 DeepSeek 的字节稳定前缀缓存机制,实现长会话中超过 90% 的缓存命中率,从而大幅降低输入令牌成本。它支持 macOS、Linux 和 Windows,无需全局安装,通过 npx 运行,首次启动时引导用户输入 DeepSeek API 密钥。
Reasonix 的核心设计围绕 DeepSeek 的缓存机制,采用追加式循环,保证消息和工具结果的顺序稳定,不依赖触发器,确保缓存前缀在多次工具调用后依然有效,达到 94% 的缓存命中率。其功能包括终端原生的文本用户界面(TUI),默认使用经济的 V4-Flash 模型,支持按需升级到更强的 V4-Pro 模型,支持外部工具服务器(MCP)集成,所有内置工具均在启动目录的沙箱中运行,并提供计划审批门控功能。
Reasonix 允许用户通过 Markdown 文件定义可复用的技能脚本,支持事件记录与回放,方便审计和统计。配置简单,所有扩展和配置均为可读、可跟踪的纯文本文件,支持多种外部工具服务器协议(stdio、SSE、HTTP),并自动重连。
社区活跃,项目完全开源,采用 MIT 许可,拥有公开的产品路线图和讨论区,欢迎贡献者参与。未来计划包括项目初始化脚手架、主题选择、模糊命令纠错、跨设备上下文同步、插件系统、多代理协作、跨提供商编排、语音输入及更多语言支持。
FAQ 部分说明 Reasonix 仅支持 DeepSeek 是设计选择,非限制,因其独特缓存机制无法兼容其他模型。Reasonix 本身免费,DeepSeek API 需付费,费用低于同类工具。没有 IDE 插件,强调终端优先体验。支持自托管 DeepSeek 端点,桌面客户端与 CLI 共享配置和会话,提供多标签和实时成本监控。
HN 热度 384 points | 评论 185 comments | 作者:Alifatisk | 10 hours ago #
https://news.ycombinator.com/item?id=48256953
- DeepSeek 的缓存机制表现优异,能够显著降低调用成本,且缓存命中率高达 97% 以上。
- OpenCode 存在缓存稳定性问题,且开发者对修复这些问题兴趣不大。
- OpenCode 的工具调用修剪功能会影响缓存命中率,但可能提升用户体验和模型智能度。
- 缓存命中通常依赖于上下文前缀的稳定性,频繁修改前缀会导致缓存失效。
- 将稳定的提示、推理和文件内容放在上下文前端,工具调用放在末尾,有助于提升缓存命中率。
- 缓存失效和管理是计算机科学中的难题之一,尤其是在 LLM 缓存设计中需要谨慎处理前缀稳定性。
- DeepSeek 与 Sonnet 性能相当,但价格更低,适合大规模调用。
- OpenCode 和其他编码代理存在大量未解决的开源问题,影响使用体验。
- 缓存命中率的计算通常基于缓存读取的 token 占总输入 token 的比例。
- 通过自定义桥接代码,可以将 DeepSeek 与 Codex 等模型结合使用,享受缓存优势。
6. 亚马逊云服务——四年之后的离开 (Amazon Web Services – Four Years and Out) #
https://www.adventuresinoss.com/aws-four-years/
这篇文章是作者回顾自己在亚马逊云服务(AWS)工作四年的经历,并宣布即将离职。作者最初加入 AWS 时,受到了招聘经理 David Nalley 的影响,认为 AWS 会成为开源社区的良好合作伙伴。然而,随着时间推移,公司的组织结构发生了变化,作者与 David 的联系逐渐减少。
作者对 AWS 近年来过度关注生成式人工智能(GenAI)表达了不满,认为这种急于推出大量 AI 产品的做法忽视了真正的客户需求,导致产品质量下降,甚至出现了 AI 生成内容质量不佳却被接受的现象。作者强调,AWS 曾以其云计算基础设施服务(如 S3、EC2、RDS)闻名,但现在这些核心服务的关注度被 AI 内容所取代。
在工作中,作者最自豪的成就之一是帮助一位北非客户恢复了被暂停的 AWS 账户,尽管这位客户的消费额不大,但他是 AWS 早期成功的重要用户。作者通过这件事体会到,AWS 内部对客户的关心存在差异,基层员工很有人情味,但高层管理似乎缺乏足够重视。
过去一年,AWS 经历了多次大规模裁员,给作者和同事们带来了很大压力,影响了作者的健康。尽管 AWS 仍有很多优秀员工,但人员流失严重,未来的可持续发展令人担忧。总体来看,作者对 AWS 的未来感到迷茫,认为公司已偏离了最初的客户导向和开源社区的承诺。
HN 热度 301 points | 评论 126 comments | 作者:RyeCombinator | 18 hours ago #
https://news.ycombinator.com/item?id=48254475
- AWS 客服响应慢且效率低,人工支持缺乏,AI 生成的回复缺乏可信度且不能替代人工解答。
- AI 客服机器人仅依赖公开文档,无法解决复杂问题,甚至可能给出错误建议,导致用户浪费时间。
- 用户更希望能直接联系到真实的客服人员,而不是被迫与 AI 机器人对话。
- 有些人认为 AI 客服在文档查询方面有一定帮助,但前提是不能完全替代人工支持。
- 支持团队中大量请求是基于文档的简单问题,AI 在这方面有优化空间,但需要能识别无法解决的问题并及时升级。
- 许多集成的 AI 聊天工具知识有限,无法全面掌握网站信息,最终用户仍需自行查找资料。
- 传统一线客服有时也只是简单套用模板,AI 客服在某些情况下反而更有效率。
- 理想的 AI 客服应能结合用户账户信息,自动诊断问题,但权限限制使其难以实现。
- 一些大公司客服响应迅速且有效,能及时确认问题并提供解决方案或临时替代方案。
- 部分用户抱怨大厂客服存在自动封号风险,且申诉难度大。
- 高额付费客户在遇到紧急问题时,AI 客服难以快速转接真人支持,导致响应时间过长。
7. Vivado 2026.1 为何取消免费层对 Linux 的支持? (Why is Vivado 2026.1 dropping Linux support for free tier?) #
该网页是一个关于 Vivado 2026.1 版本取消免费层(Basic Tier)对 Linux 支持的社区论坛讨论页面。用户普遍对这一决定表示强烈不满,认为这是 AMD 出于盈利目的的贪婪行为,尤其是在 Linux 平台上取消免费支持,限制了非大型企业用户的使用。部分用户批评该决策缺乏透明度和合理解释,认为这会阻碍用户试用和学习。
AMD 官方代表在回复中强调,Basic Tier 仅适用于简单、入门级需求,专业和生产级开发需要购买付费许可。对于学生和教育机构,AMD 提供了旧版本的免费使用权限和捐赠申请渠道。官方还说明,Vivado 2025.2 版本将继续支持和维护至 2026.3 版本发布,用户可以无限期使用旧版本。对于需要 Linux 支持的用户,必须购买至少 Core Tier 的付费许可。
用户主要质疑为何 Basic Tier 在 Windows 平台仍支持,而 Linux 平台被取消支持,认为这是不公平的限制。官方回应称大多数用户仍使用 Windows,且不会放弃对 Windows 的全面支持。对于学生用户,AMD 提供 60 天的免费企业版许可以满足学习需求。
总体来看,社区对该政策调整反应强烈,认为此举损害了开发者利益和用户体验,而 AMD 则坚持其分层许可策略,强调付费许可对专业开发的重要性。
HN 热度 289 points | 评论 171 comments | 作者:zdw | 19 hours ago #
https://news.ycombinator.com/item?id=48254309
- Linux 支持被从免费基础版中移除,而 Windows 仍被支持,这限制了学生、爱好者和开发者对 AMD 硬件的采用,可能不利于生态系统发展。
- 官方回复主要关注用户言辞是否“辱骂”AMD,未正面回答为何取消 Linux 支持的问题。
- 公司客服代表对用户不满情绪的处理显得不专业,可能影响用户对公司的信任和依赖。
- 支持客服代表在面对辱骂时设定合理界限,维护员工权益,避免情绪负担过重。
- 有观点认为用户的批评并非辱骂,官方对言辞的界定过于严格,导致沟通不畅。
- 企业作为法律实体没有情感,用户的批评不应被视为对员工的攻击。
- 客服工作压力大,面对大量负面情绪时,员工的心理负担很重。
- 部分社区管理员可能滥用职权,缺乏对技术问题的了解,却对讨论进行干预。
- 过去“顾客永远是对的”的理念正在改变,部分公司更重视大客户,忽视普通用户。
- 当公司做出限制用户的决定时,用户的愤怒情绪是合理的,官方应采取专业的缓和态度。
- 官方声明“这是 AMD 的市场决策”,但表达方式欠妥,导致用户感到被轻视和威胁。
- 沟通不仅是语言文字,还包括表达方式和情绪传递,官方的回复方式让用户感到不被尊重。
8. 诈骗者滥用微软内部账户发送垃圾邮件链接 (Scammers are abusing an internal Microsoft account to send spam links) #
https://techcrunch.com/2026/05/21/scammers-are-abusing-an-internal-microsoft-account-to-send-spam/
这篇文章报道了诈骗者利用微软内部账户发送垃圾邮件的安全事件。诈骗者通过某种漏洞,能够注册新的微软账户,冒充微软官方发送邮件,诱骗用户点击诈骗链接。这些邮件来自微软用于发送重要通知的邮箱地址 msonlineservicesteam@microsoftonline.com,内容伪装成账户警报或私信提醒,具有一定迷惑性。
反垃圾邮件组织 Spamhaus 指出,这种滥用行为已经持续数月,并批评微软的自动通知系统允许过度定制,增加了被滥用的风险。微软方面回应称正在积极调查并采取措施,包括加强检测和封禁违规账户,以保护用户安全。
文章还提到,类似的滥用事件近期频发,其他公司如 Betterment 和 Namecheap 也遭遇过黑客利用其系统发送诈骗邮件的情况,显示这类安全问题并非微软独有。用户在社交媒体上也反映其他企业邮箱地址被用于发送垃圾邮件,表明问题较为普遍。
HN 热度 261 points | 评论 144 comments | 作者:spike021 | 22 hours ago #
https://news.ycombinator.com/item?id=48253186
- 微软的域名管理混乱,官方未能提供完整的官方邮件发送域名列表,导致用户难以辨别邮件真伪。
- 公司更换域名策略令人困惑,例如微软从 office.com 换到 m365.cloud.microsoft,增加了识别难度。
- 印度银行诈骗电话频繁,监管机构要求银行使用官方号码联系客户后,诈骗电话明显减少。
- 法国银行普遍告知客户不要在未主动发起电话的情况下透露任何信息,并在应用内提醒防范诈骗。
- 部分官方机构使用看起来很像诈骗邮件的域名发送通知,增加了用户的疑虑。
- 某些移动运营商要求用户在电话中提供短信验证码,违反了不共享验证码的安全建议,安全性存疑。
- 官方公布真实电话号码有助于辨别真伪,但来电显示容易被伪造,无法完全防止诈骗。
- 接到自称银行的电话时,最安全的做法是挂断后主动拨打银行官方电话核实。
- 通过要求对方提供员工编号、职位等信息来验证来电真伪,诈骗者通常无法提供或会挂断。
- 英国部分银行会主动打电话要求客户提供身份信息,虽然非诈骗,但做法存在争议且客户体验差。
- 美国因来电显示被伪造问题严重,金融机构几乎不主动打电话,只使用公开的标准号码联系客户。
- 银行和 ISP 等机构的主动安全电话可能被视为“第一方诈骗”,难以通过警方举报。
- 银行安全电话通常只确认是否本人发起操作,不会要求提供敏感信息。
- 许多用户表示银行从不主动打电话,或选择不接陌生来电,认为这不是普遍做法。
9. 内存成本已增长至人工智能芯片组件成本的近三分之二 (Memory has grown to nearly two-thirds of AI chip component costs) #
https://epoch.ai/data-insights/ai-chip-component-cost-shares
这篇文章分析了人工智能芯片中各组成部分的成本占比变化,重点关注高带宽内存(HBM)的成本增长。数据显示,从 2024 年第一季度到 2025 年第四季度,HBM 在 AI 芯片组件成本中的占比从 52% 上升到 63%,成为成本中最大的部分。与此同时,逻辑芯片成本占比保持稳定在 13% 左右,先进封装成本占比从 19% 下降到 15%,辅助组件成本占比则从 15% 降至 9%。
文章指出,HBM 的绝对支出从 2024 年的约 120 亿美元增长到 2025 年的 320 亿美元,增长速度超过其他任何组件。由于内存供应紧张和价格上涨,预计 2026 年 HBM 的成本占比将进一步增加。微软和 Meta 等大型云服务商已在资本支出预算中反映了这一趋势,分别增加了约 250 亿美元和 100 亿美元的预算以应对更高的组件价格。
研究方法基于 Nvidia、AMD、Google 和 Amazon 设计的 AI 芯片,结合财务披露和供应链数据,估算每种组件的单芯片成本及季度生产量,从而计算出各组件的总支出及占比。文章还对成本估算的不确定性进行了分析,提供了不同置信区间下的成本占比范围。
总体来看,随着 AI 芯片需求和复杂度的提升,内存成本已成为推动整体芯片成本增长的主要因素,对芯片设计和供应链管理提出了更高挑战。
HN 热度 256 points | 评论 276 comments | 作者:intelkishan | 7 hours ago #
https://news.ycombinator.com/item?id=48258684
- AI 芯片中内存成本占比高,未来随着 DRAM 供应满足需求,硬件成本有望降低约 3 倍,总成本可能降低约 2 倍。
- 内存制造商通常通过控制供应避免市场过剩,以保护利润,供应更多是通过转移现有产能而非大幅扩张。
- 中国计划大规模扩产 DRAM,试图打破西方厂商的市场控制,满足市场需求。
- 韩国厂商(如三星、SK 海力士)和美国厂商(如美光)倾向于将产能转向高端市场,放弃部分消费级市场。
- 中国新兴厂商如长鑫存储(CXMT)可能以较低品质但价格优势的产品进入市场,逐步提升质量和产能。
- 目前中国制造的消费级内存已开始进入市场,如 Corsair 推出基于中国芯片的 DDR5 内存条。
- 建设和投产新的内存制造工厂需要数年时间,短期内难以快速扩产。
- 中国制造的产品质量存在争议,但随着市场竞争和技术进步,质量有望逐步提升。
- 内存市场存在周期性价格战和产能扩张博弈,行业长期处于供不应求的均衡状态。
- 新进入者和国家支持可能打破现有厂商的市场均衡,带来供应增加和价格下降。
- 供应和需求最终会平衡,厂商会通过竞争降低高额利润,只要需求被认为是可持续的。
10. DeepSeek 将对旗舰 AI 模型永久实施 75% 的折扣 (DeepSeek to Make Permanent 75% Discount on Flagship AI Model) #
DeepSeek 宣布将永久维持其旗舰 V4-Pro 模型的 75% 折扣优惠,开发者价格将保持在原价的四分之一。该折扣原计划于五月底结束,但 DeepSeek 在官网声明中表示将继续执行这一优惠政策。这一举措预计将加剧人工智能行业的竞争,尤其是在中国企业与全球同行的直接竞争中。通过保持低价,DeepSeek 希望在 AI 市场中占据更有利的位置,推动技术发展和应用普及。
HN 热度 201 points | 评论 2 comments | 作者:moh_maya | 9 hours ago #
https://news.ycombinator.com/item?id=48257410
- 中国在基础设施建设上领先,可能使其在未来的能源成本上具有竞争优势。
- 中国的价格性能策略使得其产品更具经济效益,而美国厂商则追求极致性能。
- 中国在可再生能源、电池技术及经济电气化方面的进展显著,可能降低 AI 数据中心的运营成本。
- 中国通过禁止加密货币挖矿,可能让其 AI 数据中心利用未充分利用的电力资源。
- 美国也在通过《CHIPS 和科学法案》为本土芯片制造提供补贴,但效果有限。
- 深度学习架构的进步使得 DeepSeek 的成本效益明显优于 Google 和 OpenAI 等公司。
- 中国企业在竞争中必须提高质量和价格,因为所有公司都能获取相同的优秀基础设施。
- 中国的投资策略集中于低利润行业,这种做法在长期内增强了其竞争力。
- 美国曾在 19 世纪实施知识产权盗窃,历史上各国间的技术转移是普遍现象。
- 对于知识产权盗窃的争议显示出不同国家在技术发展的不平等态度。
- 有人认为中国在创新方面已经赶上并在许多领域超越了美国。
- 美国的移民政策和环境变化可能影响其吸引全球顶人才的能力。
- 中国的政策倾向于国家主导,而美国则受到股东和市场的制约
Hacker News 精彩评论及翻译 #
Green card seekers must leave U.S. to apply, Trump… #
https://news.ycombinator.com/item?id=48251237
This is insane. I cannot fathom how I, nor educated and talented people I know, could have possibly stayed in the US back in the day if this requirement had been in place then. Applying for a greencard while working on an H, J or O-class visa is extremely common.
Far from a loophole, applying from inside the US is the only reasonable way to apply for a greencard. Depending on the country of origin, there may not even be a US consulate, and where it exists, the wait can stretch into years, and the odds of approval much lower. You can’t reasonably get a job at a US firm while being physically located somewhere else and on the other side of an uncertain and greatly attenuated greencard application process. That’s just not how this works.
Whoever thought of this is either intentionally malevolent or inexcusably incomprehending of the immigration process.
abalashov
这真是疯狂。我无法理解如果当时有这样的要求,我和我认识的有文化、有才华的人怎能留在美国。持H、J或O类签证申请绿卡是非常普遍的。
这根本不是漏洞,在美国境内申请绿卡才是唯一合理的方式。根据不同的原籍国,甚至有可能根本没有美国领事馆,即使有,等待时间也可能长达数年,且批准的几率更低。你不可能合理地在身处异地且绿卡申请过程不确定且经过大幅延长的情况下,在美国公司工作。事实并非如此。
想出这个主意的人,要么是故意恶意,要么就是完全不了解移民流程,难以原谅。
Texas woman arrested for Facebook post about town … #
https://news.ycombinator.com/item?id=48250008
I assume she will get a settlement, the city (the taxpayer) will pay for it and nothing else changes. There will be even less money for infrastructure repair and people will keep voting for the same people.
vjvjvjvjghv
我认为她会拿到一笔和解金,城市(纳税人)会为此买单,但其他什么都不会改变。用于基础设施维修的钱会更少,人们还会继续投票支持同样的人。
SpaceX launches Starship v3 rocket #
https://news.ycombinator.com/item?id=48243319
Summary from my watch:
-
Launch roughly on time, after a scrub yesterday. (Sounds like the scrub was due to ground equipment, most notably the water system.)
-
Initial ascent was good, but then one engine on the booster went out.
-
Relight of the booster’s engines after stage separation for the boost back burn failed. Engines did light again for a landing burn, but seems to have hit the water harder than expected and was very off target.
-
Starship lost one engine shortly after stage sep. Turned into an unintentional test of engine out capability. It made it to space.
-
Some weird motion and lots of off-gassing after engine cut-off, with uncertainty about if it actually got a good orbital(ish) insertion. Seems to have been benign, with the motion being a weird slow flip to the orientation for payload deployment.
-
Test deployment of dummy payloads was successful, including a couple with cameras to look back at Starship.
-
An in space engine relight test was skipped, presumably due to the issues during launch.
-
Re-entry to over the Indian Ocean seemed to go really well. Nothing obviously burning or falling off. The amazing views of the plasma during re-entry, something never seen live before starship, are now routine.
-
Starship did a maneuver to simulate how they’ll have to go out over the gulf and back to the landing site.
-
Nailed the target, evidenced by views from drones and buoys. Soft landing before falling over and giving us a big (expected) boom.
As far as overall progress from previous test flights goes, they’re at least treading water while making many large changes. I think they were hoping to try for a tower catch and actually going orbital for next flight, but I highly doubt that now. The boostback burn failing was the largest failure, with the engine failure on Starship being a close second. Good performance despite engine out seems to be an unintentional success.
Laremere
我的观看总结:
-
发射大致按时进行,尽管昨天进行了取消发射的操作。(听说取消是由于地面设备问题,尤其是供水系统。)
-
最初的升空表现不错,但助推器的一个发动机熄火了。
-
级间分离后助推器的发动机重新点火以进行回燃失败。发动机后来又点燃了进行着陆燃烧,但似乎撞水比预期更猛烈,偏离目标较多。
-
星际飞船在级间分离后不久失去一个发动机,变成了一个无意中的单机故障能力测试。但它还是进入了太空。
-
发动机关闭后出现一些奇怪的运动和大量放气,目前不确定是否真正进入了良好的轨道(类似轨道)状态。看起来情况良好,那种运动是一次奇怪的慢速翻转,调整到有效载荷部署的姿态。
-
假载荷部署测试成功,包括几个带摄像头的假载荷,用来回看星际飞船。
-
由于发射期间的问题,跳过了一个太空发动机重新点火测试。
-
重返印度洋上空似乎非常顺利,没有明显燃烧或碎片脱落。重返大气层时电浆的壮观景象,以前星际飞船之前从未现场见过,现在已经成了常态。
-
星际飞船做了一个机动,模拟它们将如何飞出海湾再返回着陆点。
-
准确命中了目标,有无人机和浮标的画面为证。软着陆后翻倒,并发生了一个大(预期中的)爆炸。
就整体进展而言,他们在保持现状的同时做了许多重大改动。我认为他们原本希望下一次飞行实现塔架抓取并实际上进入轨道,但现在我极不看好。回燃失败是最大失败,星际飞船发动机失效紧随其后。尽管有发动机失效,但良好的表现是一次无意中的成功。
Green card seekers must leave U.S. to apply, Trump… #
https://news.ycombinator.com/item?id=48252694
Unfortunately, I think this is the point. They want to push the needle so that even legal immigration is restricted or difficult (unless you happen to pay them directly)
https://www.nytimes.com/2026/05/23/us/politics/trump-legal-immigration.html
cloche
不幸的是,我认为这正是重点。他们想推动政策,使得即使是合法移民也变得受限或困难(除非你恰好直接向他们支付费用)。
Shipping a laptop to a refugee camp in Uganda #
https://news.ycombinator.com/item?id=48245252
I am Ugandan.
I’ve shipped electronics and Laptops for Work quite a bit, and OP is right, the system is broken, it stays this way because a lot of corrupt individuals benefit from this mess. However, OP showed a degree of Hubris here, a mistake lots of us make when dealing with foreign countries, just because it works this way here, so it should work that way in XYZ.
OP would have saved themselves lots of time and money if they’d asked Django what the best way to get that laptop shipped to them was. Lots of Ugandans in Austria ship things back daily; they just do it differently, simply hand it to someone travelling back home, there are people travelling back daily, willing to help or just pay a shipping agency a small amount and they’ll handle everything.
This is a good act of charity and I applaud OP for that; however, the first mistake they made was Google “How to send a laptop overseas” , a message to Django, asking the best way to get them the laptop would have saved them time and money.
We all fall into this trap of giving people in need what we think they need instead of asking them how best we can help. Local knowledge goes a long way.
All in all, I applaud OP, not many of us would have done this.
madradavid
我来自乌干达。
我为工作寄送过很多电子产品和笔记本电脑,楼主说得对,系统确实存在问题,之所以一直这样,是因为很多腐败分子从中获利。然而,楼主这里表现出了一定的傲慢,这是我们很多人在与外国打交道时常犯的错误,仅仅因为在这里是这么做的,就认为在某个国家也应该这么做。
如果楼主事先问问 Django 怎样把笔记本电脑最方便地寄过去,就能省下很多时间和钱。很多在奥地利的乌干达人每天都往家里寄东西;他们只不过做法不同——直接把东西交给回国的人,有人每天回国,愿意帮忙,或者支付一点钱给运输公司,他们会帮你处理所有事情。
这是一个很好的善举,我为楼主点赞;不过,他们犯的第一个错误是直接在谷歌上查“怎么寄笔记本到国外”,如果能给 Django 发个消息,问问怎样把笔记本带给他们,是最省事省钱的。
我们常常陷入这样一个误区:根据自己认为的需求去帮助有需要的人,而不是问他们怎样帮忙才最合适。当地的经验非常重要。
总的来说,我为楼主点赞,大家中很少有人会这样做。
Green card seekers must leave U.S. to apply, Trump… #
https://news.ycombinator.com/item?id=48250112
I had 10 years of work experience and had been married to my wife for two years, together for five, when I applied for my spousal visa. We had already gone through the UK visa process to bring her there, but decided we wanted to try the USA.
Despite being able to show 10 years of consistent working history with income far exceeding the minimum, because I didn’t have a job lined up in the US (who would, or could, in that scenario?) we had to ask my wife’s elderly parents to sign affidavits of support to prove I wouldn’t become a “public charge”.
There were several times where we felt so insulted by the process, the length, the cost, the targeting from scammy law firms, that we almost gave up. People who have never been through the legal immigration process don’t quite understand the amount of work it requires and stress it causes. I feel for the thousands of people who now have little certainty over their futures, and it feels necessary to say: people who come here to contribute their skills and experience don’t all come along on an H1-B/L1, nor do they only come from white or european countries.
danielrmay
我有十年的工作经验,和妻子结婚两年,交往五年,当时申请配偶签证。我们之前已经通过英国签证程序让她去了英国,但决定尝试美国。
尽管我能证明有十年持续稳定的工作历史,收入远超最低要求,因为我在美国没有安排好工作(在这种情况下谁会有呢?),我们不得不请妻子的年迈父母签署支持宣誓书,以证明我不会成为“公共负担”。
有好几次我们都对这个过程的侮辱性、漫长、费用高昂以及那些诈骗律师事务所的针对感到非常沮丧,差点放弃。那些从未经历过合法移民过程的人,很难理解这其中需要投入多少努力和造成多少压力。我为成千上万对未来感到没有保障的人感到难过,也觉得有必要说:那些来这里贡献技能和经验的人,并不是都持有H1-B或L1签证,也不仅仅来自白人或欧洲国家。
Green card seekers must leave U.S. to apply, Trump… #
https://news.ycombinator.com/item?id=48251978
The internal memo on this is interesting: https://www.uscis.gov/sites/default/files/document/memos/PM-602-0199-AdjustmentOfStatusAndDiscretion-20260521.pdf
Essentially they’re trying to change the rules by aggressive re-interpretation of the existing legal framework, and not actually changing any laws or regulations.
I don’t follow all of it, but it seems to be arguing that the “ordinary consular process”, leaving the country and applying for a visa from abroad, is the long-established default, and that “adjustment of status”, where your immigration/green card status changes while you’re already in the US, is merely an extraordinary exception and “a matter of discretion and administrative grace.” Even though applying for a green card while in-country (an “adjustment”) seems like the only sane and reasonable process.
It feels goofy watching them marshal decades of prior case law to try to frame this as just a “reminder” rather than admitting this is a real change. (Since changing laws is harder I assume)
varenc
这份内部备忘录很有意思:https://www.uscis.gov/sites/default/files/document/memos/PM-602-0199-AdjustmentOfStatusAndDiscretion-20260521.pdf
本质上,他们试图通过对现有法律框架的激进重新解读来改变规则,而实际上并没有真正修改任何法律或法规。
我不完全明白所有内容,但看起来他们是主张“普通领事程序”,即离开美国后在国外申请签证,是长久以来的默认方式,而“身份调整”,即在美国境内更改移民/绿卡身份,只是一个非常例外的情况,是“一种酌情权和行政恩惠”。尽管在境内申请绿卡(“身份调整”)似乎才是唯一合理且明智的流程。
看着他们动用几十年来的判例法来试图把这说成只是一个“提醒”,而不承认这是一次真正的变更,感觉很荒谬。(我猜是因为修改法律更难)
Why is Vivado 2026.1 dropping Linux support for fr… #
https://news.ycombinator.com/item?id=48254544
The official replies are addressing questions that nobody has asked. The main issue is why Linux support is being removed from the Basic tier while Windows is still allowed.
To grow the ecosystem, AMD needs more people working on their hardware. Restricting Linux will only alienates students, hobbyists, and devs who want to adopt AMD tech.
- From long term AMD user
akarambir
官方的回复是在回答没人提出的问题。主要问题是为什么Basic等级的Linux支持被取消了,而Windows还被允许。
为了发展生态系统,AMD需要更多人参与他们的硬件开发。限制Linux只会让学生、爱好者和想使用AMD技术的开发者感到被排斥。
——来自一位长期的AMD用户
Scammers are abusing an internal Microsoft account… #
https://news.ycombinator.com/item?id=48253916
Who even can be sure microsoftonline.com is legit. Microsoft’s domain story is such a mess, I wouldn’t be surprised if not even internally they have one complete list of all the domain assets they own.
But they are not alone. It is kind of ironic when companies insist that we check the domain to spot spam but are unable publish a list with all domains they officially use to send mail.
weinzierl
谁能确定microsoftonline.com是正规网站呢。微软的域名情况非常混乱,我一点也不惊讶即使在内部,他们也没有一个完整的所有域名资产清单。
但他们并不是唯一的。这有点讽刺,当公司坚持让我们通过域名来识别垃圾邮件时,却无法公布一个包含他们官方用于发送邮件的所有域名的名单。
Texas woman arrested for Facebook post about town … #
https://news.ycombinator.com/item?id=48250924
The point of the arrest was not to win. The point was to inconvenience the whistleblower, cause her grief, and maybe as a bonus make her spend a night or two in jail. Nobody doing this remotely believed that they wouldn’t have to settle. They did it to show that if you speak out against them, they’ll arrest and inconvenience you. So the next person who gets a thought to speak out might decide not to bother.
Same for the guy in TN who got arrested for posting that anti-conservative meme. Nobody thought they would win, but they want to make everyone else think twice about criticizing a particular political side.
ryandrake
逮捕的目的不是为了胜诉。目的是给举报者制造麻烦,让她难受,也许顺带让她在监狱里待上一两晚。没有人真心相信他们不会和解。他们这么做是为了表明,如果你敢反对他们,他们就会逮捕你、为难你。这样下一位想要发声的人可能就会选择放弃。
田纳西州那位因发布反保守派梗图被逮捕的人也是一样。没人以为他们会赢,但他们想让其他人三思而后行,不敢轻易批评某一政治派别。
Green card seekers must leave U.S. to apply, Trump… #
https://news.ycombinator.com/item?id=48247157
I hear “I’m not anti immigrant, I’m anti illegal immigrant” a lot. To which there is an easy solution: increase the number of legal immigrants we allow.
Instead we’re doing exactly the opposite, cutting down on legal immigration as well. Making it hard for me to believe that it was ever about illegal immigration at all.
jfengel
我经常听到“我不是反移民,我只是反对非法移民”这句话。对此有一个简单的解决办法:增加我们允许的合法移民数量。
然而,我们做的恰恰相反,连合法移民都在减少。这让我很难相信这真的只是针对非法移民的问题。
Microsoft starts canceling Claude Code licenses #
https://news.ycombinator.com/item?id=48245629
From reading the article. They offered their developers both Claude code and Copilot.
What they wanted was for them to use both and feedback which was better.
The developers voted with their feet and didn’t use Copilot.
What Microsoft were hoping was that the opposite would happen…
iamflimflam1
从文章中可以看出,他们同时向开发者提供了Claude代码和Copilot。
他们希望开发者两个都用,然后反馈哪个更好。
开发者们用行动投票,选择了不用Copilot。
而微软原本希望的情况正好相反……
Time to talk about my writerdeck #
https://news.ycombinator.com/item?id=48251101
This is an awesome setup. I like it, good job.
That said, I do think there’s a bit of irony to solving your “paying attention to writing” problem by setting up your OS from scratch, choosing to swap out the default networking stack, installing a novel flavor of your preferred text editor because you’re “trying to get to know it a bit more,” customizing your battery readouts, tweaking the login sequence, and then, after all that effort to make sure you’d have the perfect environment for uninterrupted writing sessions, installing tmux so that you’ll be able to do multiple things at a time.
CobrastanJorji
这是一个很棒的配置。我很喜欢,干得好。
不过,我觉得有点讽刺的是,你为了解决“专注写作”的问题,选择从零开始安装操作系统,更换默认的网络栈,安装你偏好的文本编辑器的新版本,因为你“想更了解它”,自定义电池显示,调整登录流程,然后在花了这么多心思确保有一个完美的环境以便专注写作之后,居然还安装了tmux,这样你就能同时做多件事了。
Green card seekers must leave U.S. to apply, Trump… #
https://news.ycombinator.com/item?id=48250407
This is just reckless without any responsibility.
A number of people, especially in tech sector, legally stay in US while their GC is being processed. They have kids born in the USA. If such people were to leave USA to seek green card:
-
the kids must first get visas to their parent’s countries
-
once reaching the other country, consular offices now have multi year wait lines for getting an appointment with a office to even hear your case.
-
parents may stay in that country but what if kids run out of their visa? A number of countries offer citizenship via parents e.g. Indian parents can obtain Indian citizenship for their kids but it also means letting go of the kids’ US citizenship. And what if the parent’s country does not have such mechanism?
It’s completely illogical that a person must first stay in a country for 5 years to become eligible for a green card and then leave for x years to get a green card to come back !! this is just a tactic to get non-immigrant visa holders out of the country.
seshagiric
这简直是不负责任的鲁莽行为。
许多人,尤其是在科技行业的,从法律上讲,在他们的绿卡申请处理中合法地待在美国。他们有在美国出生的孩子。如果这些人要离开美国去申请绿卡:
-
孩子们必须先获得父母国家的签证
-
一旦抵达那个国家,领事馆现在有多年的排队等待时间,才能预约面谈
-
父母可以留在那个国家,但如果孩子签证到期怎么办?许多国家通过父母提供公民身份,例如印度父母可以为孩子获得印度公民身份,但这也意味着放弃孩子的美国公民身份。如果父母的国家没有这样的机制怎么办?
要求一个人必须先在一个国家居住5年才能有资格申请绿卡,然后又要离开几年去申请绿卡再回来,这完全不合逻辑!!这就是一种策略,目的是把非移民签证持有者赶出美国。
Green card seekers must leave U.S. to apply, Trump… #
https://news.ycombinator.com/item?id=48250243
I received my green card in 2023 and I have mixed emotions.
On one hand, I’m so relieved that I have been able to dodge everything that the administration has been throwing at immigrant (legal and illegal alike), trying to see what sticks, like mass deportations, border wall expansion, visa restrictions, asylum crackdown, H-1B cuts, and chain Migration Ban.
On the other hand, we cannot apply for citizenship for 3 more years, even though me and my wife have been in the US for combined 25+ years, and paid over $100,000 in taxes last year alone, and it’s jarring to imagine what the administration will come up with next to make the process less straightforward than it seems.
Most disturbing is the fact that a lot of people I know who climbed the same ladder will go out and cheer what the administration is doing.
esalman
我在2023年收到了绿卡,心情十分复杂。
一方面,我感到非常宽慰,因为我能够躲过政府对移民(无论合法还是非法)施加的各种打击,比如大规模驱逐、扩建边境墙、签证限制、庇护审查收紧、H-1B名额削减以及禁止连锁移民等,看看哪条措施能奏效。
另一方面,我们还得再等三年才可以申请入籍,尽管我和妻子在美国累计生活了25年以上,去年一年就缴纳了超过10万美元的税款,想到政府接下来可能会推出什么措施,让整个过程变得比现在复杂得多,心里很不是滋味。
最令人不安的是,我认识的很多走同样道路的人,反而会出去为政府的这些做法欢呼。
Green card seekers must leave U.S. to apply, Trump… #
https://news.ycombinator.com/item?id=48251268
I think the point is that they are contributing to the US, and were the best option for their employer, and are supporting their communities, etc.
All things that we should be supporting if we are indeed wishing our nation to prosper.
A plurality of Americans don’t pay federal income taxes, so we’re essentially turning away someone who is building up our country.
bonsai_spool
我认为关键在于他们为美国做出了贡献,是雇主的最佳选择,并且在支持他们的社区,等等。
这些都是我们应该支持的事情,如果我们真心希望我们的国家繁荣的话。
大多数美国人并不缴纳联邦所得税,所以我们实际上是在拒绝那些在建设我们国家的人。
I Miss Terry Pratchett #
https://news.ycombinator.com/item?id=48247677
How to get your AI company’s blog to No. 1 on Hacker News:
-
Pick an author nerds like.
-
Tell Claude “Write an article about Terry Pratchett, in his style.”
-
Don’t even fix the faux-witty phrases that, upon closer inspection, make zero sense, like “Sir Terry Pratchett, who knew more about furniture than most”, or “Most physics departments would settle for that.” or “The Author, refusing to let the Narrator off the hook”.
-
Bask in the praise for your wonderful writing.
rogual
如何让你的人工智能公司博客登上Hacker News第一名:
-
选一个极客们喜欢的作者。
-
告诉Claude“写一篇关于特里·普拉切特的文章,模仿他的风格。”
-
连那些看似机智但仔细一想毫无意义的句子都别改,比如“特里·普拉切特爵士,比大多数人更了解家具”、“大多数物理系都会满足于那个”或者“作者拒绝放过讲述者”。
-
沉浸在对你精彩写作的赞美中。
US tech firms share Dutch regulator officials’ nam… #
https://news.ycombinator.com/item?id=48246747
However, stopping working with Microsoft and other US tech companies is not an option in the short term, he told the magazine.
Van der Burg is currently grappling with the issue of Solvinity, a Dutch cloud service provider which is widely used by government departments including the Digid identity system, and which is on the verge of being sold to a US company.
The Dutch tax office is also currently switching to Microsoft systems, despite MPs’ concerns.
They all talk about the importance of European digital sovereignty and then continue to do the exact opposite behind the scenes.
petcat
然而,他告诉杂志,在短期内停止与微软和其他美国科技公司合作并不可行。
范德伯格目前正努力处理Solvinity的问题,这是一家荷兰云服务提供商,被包括Digid身份系统在内的多个政府部门广泛使用,而该公司正面临被一家美国公司收购的局面。
尽管议员们表示担忧,荷兰税务局目前也正在切换到微软系统。
他们都谈论欧洲数字主权的重要性,但背地里继续做着完全相反的事情。
Microsoft starts canceling Claude Code licenses #
https://news.ycombinator.com/item?id=48246969
The comments I see recommending selective use of cheaper models doesn’t match the reality I experience working in the industry. I have the constant threat hanging over my head of being fired if I don’t churn out code quickly enough. I’m not willing to gamble with my livelyhood by using a less effective model.
Saving money on tokens isn’t something that’s rewarded during performance reviews; particularly because it’s difficult to quantify how much you saved versus hypothetically using a more expensive model.
harimau777
我看到的那些建议有选择性使用更便宜模型的评论,与我在行业中工作的现实情况并不相符。我一直面临着如果不能足够快地写出代码就可能被解雇的威胁。我不愿意拿自己的生计去冒险,使用效果较差的模型。
在绩效评估中节省代币费用并不会得到奖励,特别是因为很难量化你节省了多少费用,相对于假设使用更昂贵的模型来说。
Toxic chemical leak at a manufacturing facility in… #
https://news.ycombinator.com/item?id=48252374
Worth mentioning that in February the EPA proposed to severely deregulate chemical facilities like the one in Garden Grove, gutting third-party audits, hazard reporting, and public transparency requirements. They titled it the ‘Common Sense Approach to Chemical Accident Prevention.’ The public comment window closed just eleven days before this disaster…
https://www.govinfo.gov/content/pkg/FR-2026-02-24/pdf/2026-03633.pdf
yungbeto
值得一提的是,今年二月,美国环境保护署(EPA)提议大幅放宽对像加登格罗夫这样的化工厂的监管,削弱了第三方审计、危险报告和公众透明度的要求。他们将该提议命名为“化学事故预防的常识方法”。公众意见征集期恰好在这场灾难发生前十一天结束……
The Art of Money Getting #
https://news.ycombinator.com/item?id=48248760
They take whatever job pays and spend decades fighting upstream.
I suspect that this affects a lot of folks in tech. There’s a lot of money to be made, so people get into it. They don’t really like what they do, so it’s always a chore. Their work often shows it, too.
I’m retired. I don’t have to write software, but I spend more time writing software (for free), than I did, for most of my career.
I like the Integrity part, too. That seems to be something that’s missing (from most vocations), these days. One of the reasons that I stuck with my last job for so long, was because the people I worked with, and for, had Integrity, and that’s pretty important to me.
ChrisMarshallNY
他们做任何有报酬的工作,却花了几十年时间逆流而上地挣扎。
我怀疑这影响了很多科技行业的人。那里面有很多钱可赚,所以人们进入了这个行业。但他们其实并不喜欢自己做的事,所以总觉得这是一种负担。他们的工作往往也能反映出这种感受。
我已经退休了,不用写软件了,但我花在写软件(免费的)上的时间,比我职业生涯的大多数时候还多。
我也很喜欢“诚信”这一点。现在这似乎是大多数职业中所缺失的东西。我之所以在最后一份工作待了那么久,其中一个原因是我工作和为之工作的那些人都很有诚信,而这对我来说非常重要。
Shipping a laptop to a refugee camp in Uganda #
https://news.ycombinator.com/item?id=48242918
Two main takeaways:
-
Never underestimate developing countries’ governments’ willingness to absolutely bend their people over to extract tax revenue (and then their corrupt representatives extract bribes on top of it)
-
Django’s gratitude and positivity in the face of all of it is an inspiration. I suspect I and most everyone I know would be in tears and would have given up in exasperation halfway through his quest. We are so spoiled in the West.
xp84
两个主要的心得:
-
永远不要低估发展中国家政府为了征税而对民众施加极大压力的决心(然后他们腐败的官员还会在此基础上收取贿赂)。
-
Django在这一切面前表现出的感激和积极态度令人鼓舞。我怀疑我自己和大多数我认识的人都会泪流满面,并在他的追求过程中半途而废。我们在西方的生活实在太优越了。
Why is Vivado 2026.1 dropping Linux support for fr… #
https://news.ycombinator.com/item?id=48255615
The official replies started off by addressing … the “unacceptable abusive behavior towards AMD”. The most important thing here is obviously to ask people not to use such hurtful words as “disgraceful” towards poor little AMD…
Answering the actual question seems not a high priority
mort96
官方回复一开始就针对……“对AMD的不可接受的辱骂行为”进行了回应。这里最重要的显然是劝诫大家不要用“可耻”这样伤人的词语来形容可怜的AMD……
回答实际问题似乎并不是优先考虑的事情。
My two-part desk setup (2025) #
https://news.ycombinator.com/item?id=48249999
A basic principle of ancient Chinese Feng Shui is that you should not sit with your back to a space. In other words, you need to have your back against a wall, not your face facing a wall. I believe there is a reason for this. When there is a space behind you, human instinct forces you to pay a subconscious attention on that space (we are very alert to danger from behind), making it harder to concentrate on what is in front of you.
tianqi
古代中国风水的一个基本原则是,你不应该背对着空旷的地方坐。换句话说,你的背应该靠着墙,而不是脸朝着墙。我相信这其中是有原因的。当你背后是空旷的地方时,人类的本能会迫使你下意识地关注那个空间(我们对来自背后的危险非常警觉),从而让你更难专注于面前的事物。
Texas woman arrested for Facebook post about town … #
https://news.ycombinator.com/item?id=48251551
The statute requires that a person knowingly circulate a false report. Combs says she was repeating what people told her. Gregory says she should have verified it with the hospitals first
It would be a violation of HIPAA for a medical system to disclose that to a private individual. The State Health Services or TCEQ would need to conduct that investigation and ask those questions. Both of those are state level agencies and would require significant momentum for a small town like Trinidad to trigger their attention. Ironically, it sounds like her social media post and the Streisand effect around it have triggered a TCEQ boil water notice and (likely) an investigation.
It is absolutely bizarre for a municipal or county law enforcement agency to take interest in this kind of thing. Texas Rangers and federal authorities should be looking at what triggered her arrest and whatever investigation came before it. That’s assuming Greg Abbot, Dan Patrick, or Ken Paxton haven’t totally compromised them at this point.
oooyay
该法规要求一个人明知传播虚假报告。科姆斯说她只是转述别人告诉她的内容。格雷戈里表示她本应该先向医院核实。
医疗系统向私人披露这些信息将违反HIPAA法规。州卫生服务部门或得克萨斯州环境质量委员会(TCEQ)需要进行调查并提出相关问题。这两个机构都是州级部门,对于像特立尼达这样的小镇来说,通常不会轻易引起他们的注意。具有讽刺意味的是,她的社交媒体帖子以及由此产生的“斯特reisand效应”实际上触发了TCEQ的煮水通告和(很可能的)调查。
市政或县级执法部门对这种事情感兴趣是非常奇怪的。得克萨斯游骑兵和联邦当局应该调查导致她被捕的原因以及之前的任何调查。前提是格雷格·阿博特、丹·帕特里克或肯·帕克斯顿没有完全控制住他们。
Green card seekers must leave U.S. to apply, Trump… #
https://news.ycombinator.com/item?id=48247305
Refusing future applications to adjust status would be one thing (still wrong, in my opinion). The fact that they are canceling pending applications is simply evil. There will be so much unnecessary anguish and expense. I really feel for anybody who is now learning they will have to leave and wait years to come live in the US with their spouse, due to overstayed visas which were supposed to be forgiven under the status quo.
scottyeager
拒绝未来的身份调整申请本来就不应该(在我看来仍然错误)。但他们取消正在处理中申请的做法简直是恶劣。这样会带来大量不必要的痛苦和开销。我非常同情那些现在才得知他们必须离开,并且由于逾期滞留的签证而要等待多年才能和配偶一起来美国生活的人,这些逾期本应该根据现状被赦免。
DeepSeek makes the V4 Pro price discount permanent #
https://news.ycombinator.com/item?id=48258318
China may be subsidizing this for now in a way that US companies can’t or won’t - but if they keep building power infrastructure and the US doesn’t, then it will no longer require subsidy from them. It will simply be absolutely cheaper (including profit margin) to serve tokens in China.
China is building for the future, while Western Democracies are afraid of the future, and of their own shadow.
Nifty3929
中国目前可能以美国公司无法或不愿做到的方式对其进行补贴——但如果他们继续建设电力基础设施,而美国不跟进,那么就不再需要他们的补贴。为中国的用户提供代币服务将更加便宜(包括利润率)。
中国在为未来建设,而西方民主国家则害怕未来,害怕自己的影子。
Why is Vivado 2026.1 dropping Linux support for fr… #
https://news.ycombinator.com/item?id=48254756
I’ve spent several hundred thousand on Xilinx FPGAs yet they nickel and dime me for licenses. It’s not the cost that’s a problem—-it’s the hassle of making a PO for a license to set up new computers, set up CI, hiring new teammates, setting up for interns/students. Xilinx has continued to go downhill since their acquisition by AMD.. it used to feel like it was run by engineers who understood their customers, now it seems to be getting taken over by the MBA crowd who only understands pinching pennies and chiseling their own loyal customers
jkubic
我在赛灵思(Xilinx)FPGA上已经花了数十万美元,但他们却在许可费用上斤斤计较。问题不在于费用本身,而是在于为新电脑设置许可、配置持续集成、招聘新队友、为实习生和学生配置环境时,必须为许可开采购订单的麻烦。自从被AMD收购以来,赛灵思一直在走下坡路……以前感觉是由懂客户的工程师管理,现在似乎被那些只懂得抠门、对自己忠实客户小气的MBA管理层接管了。
On The (2021)
#
https://news.ycombinator.com/item?id=48248285
<dl aria-label=“Ability Scores”>
This is incorrect:
-
<dl> has no corresponding ( viz. implicit) role, but can be given the role group, list, none or presentation < https://w3c.github.io/html-aria/#el-dl >.
-
You’re only allowed to define aria-label on elements that have a compatible role, implicit or explicit < https://w3c.github.io/html-aria/#docconformance-naming >.
-
aria-label is allowed on all but a handful of roles < https://www.w3.org/TR/wai-aria-1.2/#aria-label >, which in this case knocks out presentation and none, leaving group and list.
-
group doesn’t feel right, list feels acceptable.
In summary: either ditch the aria-label, or add role=“list” (meaning also role=“listitem” on children).
—⁂—
One thing the article misses is that you can have multiple <dt> in a row too, not just <dd>. The spec has a good example: https://html.spec.whatwg.org/multipage/grouping-content.html#the-dl-element:the-dl-element-5
They’re not name–value pairs , they’re name–value groups.
chrismorgan
这是不正确的:
-
<dl> 没有对应的(即隐式的)角色,但可以被赋予 group、list、none 或 presentation 角色 < https://w3c.github.io/html-aria/#el-dl >。
-
你只能在具有兼容角色的元素上定义 aria-label,无论是隐式的还是显式的 < https://w3c.github.io/html-aria/#docconformance-naming >。
-
aria-label 允许用于所有角色,只有极少数例外 < https://www.w3.org/TR/wai-aria-1.2/#aria-label >,在这种情况下不允许用于 presentation 和 none,只剩下 group 和 list。
-
group 感觉不太合适,list 感觉可以接受。
总结:要么去掉 aria-label,要么添加 role=“list”(这也意味着子元素应有 role=“listitem”)。
—⁂—
文章遗漏了一点,你可以连续有多个 <dt>,不仅仅是多个 <dd>。规范有一个很好示例:https://html.spec.whatwg.org/multipage/grouping-content.html#the-dl-element:the-dl-element-5
它们不是名字–值对,而是名字–值组。
Australia Four-Day Work Week Study Data Shows Boos… #
https://news.ycombinator.com/item?id=48260918
Speaking as an American, I don’t give a shit if it increases productivity or not. Productivity has gone up exponentially with technological advancement since the advent of the 5 day work week. We, as a species, should be minimizing work to 3 or 4 days a week with equal overall pay. Corporations should be fined heavily for contacting an employee after working hours. On call should require corporations to pay hefty overtime. This is a compromise because really and truly corporations should be illegal. Employee owned co-ops are more humane.
oompydoompy74
作为一个美国人,我根本不在乎这是否会提高生产力。自从实行每周五天工作制以来,随着技术进步,生产力已经呈指数级增长。作为一个物种,我们应该将工作时间减少到每周3或4天,同时保持总体薪酬不变。公司如果在下班后联系员工,应该被重罚。待命时间公司也应该支付高额加班费。这是一种妥协,事实上,企业本应是非法的。员工拥有的合作社更加人道。