2026-07-16 Hacker News Top Stories #
- 《侏罗纪公园》电脑细节一文分析了电影中出现的多种计算机设备,估算总价值约175万美元并指出穿帮镜头。
- Bonsai 27B模型通过极致压缩技术首次在手机上运行27B参数级多模态模型,以少量性能损失换取本地隐私和离线能力。
- 一项2023年的研究发现,睡眠规律性(就寝和起床时间的一致性)比睡眠时长更能预测死亡风险。
- 作者发现Claude的网页抓取工具存在安全隐患,可通过构造恶意网站逐字符泄露用户记忆中的私密信息。
- SpaceX未公开交易的债券价格已跌破发行价10%,收益率飙升,反映出市场对其财务健康状况的担忧,有滑向垃圾债的风险。
- Cursor IDE存在严重零日漏洞,攻击者可利用恶意git.exe在用户打开项目时自动执行任意代码,且厂商长达7个多月未修复。
- 温哥华警察局网站新增快速退出按钮,可一键清除浏览记录,防止施虐者发现受害者曾访问求助页面。
- Stripe与Advent联合提出以超530亿美元收购PayPal,看中其4.3亿消费者账户及Venmo以拓展数字钱包业务。
- 本文介绍如何使用Go和HTMX构建交互式Web应用,通过模板分层和HTMX属性实现局部刷新与一致的服务器端渲染。
- 一位软件工程师坦诚分享与重度抑郁症的斗争,反思沟通不畅与AI依赖等问题,决定暂停工作优先恢复心理健康。
1. 《侏罗纪公园》电脑硬件极致细节 (Jurassic Park computers in excruciating detail) #
https://fabiensanglard.net/jurrasic_park_computers/index.html
《侏罗纪公园》电影中出现的电脑硬件详细分析:作者逐一检视片中每台计算机与软件,包括艾伦·格兰特使用的 Apple Powerbook 100(16MHz 68000 处理器、2-8MB 内存、9 英寸 640×400 黑白屏),控制室中丹尼斯·奈德利的 SGI IRIS Crimson 工作站(MIPS R4000/R4400 处理器、可选七种 3D 图形子系统),雷·阿诺德的 SGI R4000 Indigo,以及他们使用的 PLI Mini Arrays 备份设备(5 台堆叠,每台最大 1GB,1993 年价格约 3598 美元)。还有摩托罗拉 Envoy PDA 原型机(电影拍摄时尚未发布,原型由青蛙设计公司提供)、背景中五台 Thinking Machines CM-5 超级计算机(每台 4.6 万美元,1991 年发布)。文章还提到硬件总价值约 175 万美元(经通胀调整后约 400 万美元),以及电影中 PLI 设备方向不一致的穿帮镜头。
HN 热度 866 points | 评论 229 comments | 作者:vinhnx | 21 hours ago #
https://news.ycombinator.com/item?id=48915709
- Motorola Envoy 出现在电影中是因为 frogdesign 负责人 Hartmut Esslinger 在飞机上偶遇斯皮尔伯格并展示了原型。
- 这个冷门问题在社交互联网上迅速得到回答并附有来源,体现了社区价值。
- AI 能立刻给出相同答案,但可能削弱了社交互动乐趣,人们不再争论而是直接查资料结束。
- AI 的答案源于人类在网上分享,没有人类的分享 AI 无法知道这些细节。
- 即使能快速查资料,仍会向别人询问,这更多是社交仪式或建立联系的尝试。
- 随更多人依赖 LLM,冷门问题的知识源可能枯竭,最终连 AI 也无法回答。
- 屏幕上显示的代码是 Macintosh Programmers Workshop 的示例,用于 HyperCard XCMD 和 MPW 脚本。
- Thinking Machines 公司提供了 CM-5 计算机(取代原著中的 Cray),并因此获得包场放映,观众对“It’s a Unix system”台词和 CM-5 出现时反应最热烈。
- “It’s a Unix system. I know this”是 90 年代在线空间最常被引用的电影台词。
- 那场景激励了许多人进入 Unix/Linux 系统管理领域,例如成为 AIX 管理员。
- 拍摄时需用专用电子设备同步胶片相机与 CRT 显示器帧率,以防止扫描线伪影,后来 LCD 和 CG 技术替代了这种工作。
2. Bonsai 27B:可在手机上运行的 27B 参数级别模型 (Bonsai 27B: A 27B-Class model that runs on a phone) #
https://prismml.com/news/bonsai-27b
Bonsai 27B 是 PrismML 发布的新一代多模态旗舰模型,基于 Qwen3.6 27B,首次实现了 27B 参数级别模型在手机上运行。它提供两个变体:三元变体(有效位宽 1.71 bits,大小 5.9 GB,适合笔记本)和 1-bit 变体(有效位宽 1.125 bits,大小 3.9 GB,适合 iPhone 17 Pro)。在 15 项基准测试中,三元变体保留 95% 的满精度性能,1-bit 变体保留 90%,尤其在数学、编码和工具调用上接近原版。模型支持 262K token 上下文、推测解码、多模态视觉,并采用 Apache 2.0 许可发布。
该模型的突破在于智能密度:以远小于传统 27B 模型的内存占用(比满精度 2B 模型还小),获得 27B 级别的能力。这使得本地执行高度自主的代理工作流成为可能——无需反复请求云端,保护隐私,支持离线操作。PrismML 认为智能密度是下一阶段 AI 进步的关键轴心,而 Bonsai 27B 将这一前沿推到了实用门槛。
HN 热度 678 points | 评论 242 comments | 作者:xenova | 1 day ago #
https://news.ycombinator.com/item?id=48910545
- 希望与 Gemma 4 12B QAT 版本对比,该模型在 4 比特下几乎无损且非常智能
- Bonsai 27B 在数学和编码上远超 Gemma 4 12B,但知识、工具调用稍弱,视觉显著更差
- 利用分类器将大模型蒸馏成专用小模型至关重要
- 混合专家模型(MoE)本质就是自动路由到不同“专家”,无需人为定义专家
- MoE 名称容易误导,它并非多个独立成熟模型,而是同一模型内 token 级路由
- MoE 内部并不存在单独的数学、代码等显式专家模块
- 拆分模型为专用任务是有价值的,无需一个模型做所有事
- 专用小模型可节省计算,但语言能力提升是否必然改善图像处理仍存疑
- 拆分有额外成本:需训练特定用例、保证稳定性、移除知识可能影响其他部分
- 本地图像生成已采用多模型工作流(检测、细化、分类等),期待推广到其他 AI 任务
- Bonsai 27B 在 SQL 上不如 Gemma 4 12B,PHP 代码尚可但易陷入推理循环
- Qwen 35B MoE 实际上比该模型更快更好
- Qwen3.6-27B 在 agent 编码中表现最佳,其他领域中等
- 这些 14–27B 模型视觉远逊于 Gemma 2.5 flash,文本也不如大模型
- 本地低显存模型仅编码好不够,agent 编码需要强大的工具调用;期望无需手动管理即可混合专用模型
- 需要“模型中的模型”——一个通用模型调度多个专家
- MoE 与多独立专家模型不同:MoE 是单一模型按 token 切换路径,独立专家重复基础知识,磁盘占用大
- Apple 在其小模型中采用了“每查询一专家”的方案
3. 睡眠规律性比睡眠时长更能预测死亡风险(2023) (Sleep regularity is a stronger predictor of mortality risk than sleep duration (2023)) #
https://academic.oup.com/sleep/article/47/1/zsad253/7280269
本研究的主题是探讨睡眠规律性与死亡风险之间的关系,并与睡眠时长进行比较。研究表明,异常的短睡眠和长睡眠与早期死亡相关,而当前的睡眠健康指导主要集中在优化睡眠时长。然而,越来越多的研究显示,睡眠规律性 —— 即每天睡觉和醒来的时间的一致性 —— 可能比睡眠时长更能预测健康结果。 #
HN 热度 644 points | 评论 332 comments | 作者:bilsbie | 13 hours ago #
https://news.ycombinator.com/item?id=48919363
- 镁补充能解决睡眠问题,镁缺乏可能是根本原因,镁 L-苏糖酸尤其有助于提高大脑镁水平
- 睡眠不足普遍存在,现代人睡眠模式已偏离自然,使用褪黑素是合理的
- 褪黑素副作用少、不依赖,推荐低剂量(0.5-3mg),高剂量可能适得其反
- 可通过液体褪黑素、1mg 片剂掰半或儿童褪黑素软糖实现低剂量摄入
- 放药入口的动作可能触发安慰剂效应,但安慰剂本身对改善睡眠很有效
- 长期高剂量褪黑素可能导致颈肩痛和肌肉痉挛
- 网上或特定品牌(如 Bulletproof)可找到 0.3mg 褪黑素
- 个人经验:从小失眠可归因于“夜猫子”体质,并通过特定方式缓解
4. 我诱骗 Claude 泄露了你最深层、最黑暗的秘密 (I tricked Claude into leaking your deepest, darkest secrets) #
https://www.ayush.digital/blog/the-memory-heist
这篇文章主要介绍了如何利用 AI 助手 Claude 的记忆系统漏洞窃取用户的私密数据。
作者发现 Claude 的 web_fetch 工具可以通过链接点击机制访问任意 URL,并利用这点构建了一个字母导航网站,诱使 Claude 逐步拼出用户的姓名、公司、安全问答等信息。攻击者只需让 Claude 访问一个自己控制的恶意网站,然后通过一系列链接导航,就能将数据逐字符地传输出去。
为了掩盖意图,作者还将网站伪装成 Cloudflare 的验证页面,让 Claude 误以为这是正常的反爬虫流程,从而主动执行数据外泄。文中展示了完整的攻击过程和技术细节。
HN 热度 599 points | 评论 279 comments | 作者:macleginn | 18 hours ago #
https://news.ycombinator.com/item?id=48916975
- 对 AI 公司启用记忆功能缺乏抵制感到担忧,这些数据是广告商梦寐以求的,用户正在拱手交出最深的秘密。
- 记忆功能虽然有时有用(无需重复上下文),但也可能因记住无关细节而污染对话体验。
- 数据收集是许多 AI 公司的核心价值主张(从投资者角度看),它们基于公共数据和非法抓取/版权作品构建模型,积累大量私人数据。
- 未来会有公司因保护 IP 秘密而抵制,当前“我们不训练你的数据”的标准实际上是总结输入输出,意味着数据不再属于用户并可被训练。
- 人们运行 AI agent 时赋予完全管理员权限,没有容器化,如同忘记 50 年的计算机安全经验。
- 许多程序猿和用户安装大量 npm/pip 依赖树时也常在同一用户账户下进行,这与此类似,但两个坏不等于一个好。
- 尽管常见实践“坏”,但难以引起紧迫性;锁住 AI 比吃健康食物或去健身房更容易。
- 在 Linux 上创建独立用户并不容易,Docker 是重大进步;但共享文件和工作流需要更细致的权限管理。
- 需要依赖树已经进化了几十年,代码被许多人审查;而语言模型是全新范式,代码只在你的机器上实例化一次,远超出任何人能追踪的范围,问题更难检测且无人可问责。
5. SpaceX 债券价格较发行价下跌 10%——正面临沦为垃圾债券的风险 (SpaceX bond worth 10% less than issue price – heading for junk bond status) #
https://www.ft.com/content/3a023b95-66c3-41e1-b0ce-df752a499541
这是一篇 FT Alphaville 的文章,标题为“SpaceX bond yields rocket towards junk”(SpaceX 债券收益率飙升,逼近垃圾级)。文章以严谨分析和特有的双关语风格,讨论 SpaceX 债券收益率上升,可能接近垃圾债水平。由于页面被付费墙遮挡,具体内容无法获取。该栏目通常为免费阅读。
HN 热度 516 points | 评论 521 comments | 作者:youngtaff | 11 hours ago #
https://news.ycombinator.com/item?id=48920181
- Nasdaq 为了吸引 SpaceX 上市,修改了纳入规则,包括缩短等待期和调整低流通量权重,导致被动投资者被迫过早投资
- 指数规则本应是硬性限制,但为了大公司可以随意修改,损害了规则的可信度
- 短期对 Nasdaq 有利(交易量、信号效应),但长期可能损害品牌和指数公信力
- 指数编制存在利益冲突,被动投资者需要意识到这只是范式转变
- 新股的正常“等待期”很重要,过早纳入会因估值虚高而损害投资者
- 反对意见认为 SpaceX 仅占 QQQ 的 1.2%,影响微小,投资者可以选择更广泛的指数
- 选择 QQQ 等于主动选高风险科技股,抱怨包含新股票不合理
- 建议选择 S&P 500 或总市场指数(如 VTI)来规避新股纳入风险
6. Cursor 零日漏洞:当全面披露成为最后的保护手段(Cursor 0day: When Full Disclosure Becomes the Only Protection Left) #
https://mindgard.ai/blog/cursor-0day-when-full-disclosure-becomes-the-only-protection-left
Cursor IDE 存在严重安全漏洞:攻击者只需在项目根目录放置一个恶意 git.exe 文件,当开发者用 Cursor 打开该项目时,该文件会被自动执行,无需任何用户交互或确认。该漏洞由 Mindgard 于 2025 年 12 月 15 日发现并报告,但经过 7 个多月、197 多个版本更新后仍未修复。Cursor 的 CISO 最初回应称内部自动化失败导致漏洞报告未被处理,随后 Mindgard 被邀请进入 HackerOne 私密漏洞赏金计划并重新提交,报告被确认为有效且被复现,但之后 Cursor 再无回应,未进行修复也未通知用户。该漏洞可导致任意代码执行,影响 Cursor 的 700 万 + 活跃用户及 5 万 + 企业。作为临时缓解措施,企业可配置 AppLocker 或 Windows 应用控制策略禁止在开发者工作区目录执行 git.exe;个人用户建议在隔离虚拟机中打开不可信项目。
HN 热度 436 points | 评论 199 comments | 作者:Synthetic7346 | 1 day ago #
https://news.ycombinator.com/item?id=48910676
- Cursor 方面对漏洞报告完全不予回应,历时半年多未修复,HackerOne 介入后也无进展。
- AI 生成的大量低质量或重复漏洞报告使负责任披露流程崩溃,公司难以区分真伪,公开披露正成为主流。
- 公司虽有源码但安全团队资金不足,自动分类系统技术上可行却未实施。
- 筛选高质量报告的成本远高于生成低质量报告的成本,这是整个行业的难题。
- 公司应建立分级信用体系来识别高价值报告者,但现实中仅靠非正式认可老手。
- CISO 承认问题后依然沉默,表明安全组织本身存在根本性缺陷。
- 若 AI 公司连自身产品都解决不了报告过滤问题,客户凭什么信任其安全承诺?
- 即使在 AI 之前,漏洞奖励夸大(CV-Enhancement)已使真正报告被淹没。
- 讽刺回复:vibe code(气氛编码)的安全很难保证。
- 用 AI 代理过滤报告可能导致误判,Cursor 可能错误地将真报告归类为垃圾。
- 理想方案是分层自动分类,逐步升级到人工,需持续校准。
- 反过来,用多个 LLM 审查代码是提升安全性的有效手段。
- Cursor 可能因忙于被 SpaceX 收购而无暇应对(但有人指出是 Anthropic 被收购)。
- 该漏洞可能是有意为之的后门,类似 NSA/FBI 在 GitHub 植入恶意可执行文件。
- VS Code 中类似问题需要用户主动信任代码且已修复,而 Cursor 自动执行二进制文件更是严重。
7. 温哥华警察局网站推出快速退出按钮,可自动清除浏览记录 (Vancouver PD website features Quick Escape button that wipes itself from history) #
温哥华警察局(VPD)官方网站提供全面的犯罪预防与安全信息。主要板块包括:受害者服务(专业情感支持和危机干预)、亲密伴侣暴力(含心理和身体虐待识别)、人口贩卖(识别与求助)、防诈骗(常见类型及预防)、社区犯罪观察(鼓励市民提供额外监视)。社区倡议部分涵盖社区警务中心、多元化参与、SisterWatch(消除对妇女暴力)、青少年外展和心理健康合作项目。还提供新闻发布、犯罪统计、2022-2026 战略规划、规章制度手册及信息隐私请求。关于 VPD 包括领导团队、组织架构、年度表彰、历史沿革与殉职纪念。加入警察队伍或 civilian 职位也有详细介绍。所有紧急情况请拨打 911。
HN 热度 353 points | 评论 136 comments | 作者:LookAtThatBacon | 1 day ago #
https://news.ycombinator.com/item?id=48914644
- gov.uk 设计系统使用按 Shift 键三次触发“快速退出页面”模式。
- 选择 Shift 键的原因是 Esc 太显眼、Alt 进入菜单、Control 键盘位置不一致且与辅助技术冲突。
- 设计团队详细测试了与屏幕阅读器等辅助工具的兼容性,确保功能可用。
- 该功能主要针对受虐待、性贩运、现代奴隶等弱势群体,让他们安全访问政府帮助页面。
- 用户通过中断页面学习该功能的存在,避免在紧急情况下手足无措。
- 为了防止施虐者发现,避免使用 Esc 等显眼按键,确保隐蔽性。
- Windows 粘滞键可能被误触发,但设计团队已考虑并测试,认为问题不大。
- 粘滞键的提示音可能引人注意,但设计团队在权衡后仍选择 Shift。
- 该设计体现了超越快速发布功能的人性化关怀,考虑了不同人群的处境。
- 有评论类比“911 点披萨”,都是隐藏意图的常见策略。
- 有评论批评 Android 按电源键 5 次触发紧急功能的设计糟糕且默认开启,可能造成误触。
8. Stripe 和 Advent 联合提出收购 PayPal——消息人士 (Stripe and Advent have made a joint offer to acquire PayPal – sources) #
Stripe 与私募股权公司 Advent International 联合提出以每股 60.50 美元收购 PayPal,交易总价超 530 亿美元,较周二收盘价溢价约 28%。该收购要约于本月初提交,已获约 500 亿美元银行融资支持。若交易完成,将合并两大互联网支付平台,年处理支付量约 3.7 万亿美元。Stripe 和 Advent 将各持 PayPal 一半股份,无意拆分公司。目前 PayPal 尚未回应,收购方希望未来几周推进谈判。PayPal 股价闻讯上涨近 17%。近年来 PayPal 面临 Apple Pay、Google Pay 等竞争,市值从 2021 年峰值约 3600 亿美元跌至今年最低约 360 亿美元。新 CEO Enrique Lores 于 3 月上任后推动重组,包括分拆业务、简化运营、节省约 15 亿美元成本并重新投入增长。分析师表示,Stripe 看重 PayPal 的 4.3 亿消费者账户及 Venmo 网络,有助于其拓展数字钱包和稳定币支付业务。若交易落地,将成为全球支付领域又一重大并购案例。
HN 热度 323 points | 评论 195 comments | 作者:rvz | 21 hours ago #
https://news.ycombinator.com/item?id=48915953
- Stripe 与 PayPal 旗下 Braintree 合并可能导致竞争减少,手续费上涨
- PayPal 处理税务问题极其糟糕,客服不专业,拖数月才解决
- Braintree 在被 PayPal 收购后门槛提高,只接纳年营收超 10 万美元的商家
- 从 PayPal 转至 Braintree 后,PayPal 要求切换 API,体验变差,最终转用 Stripe
- PayPal 无故扣押商家资金,缺乏人工客服,解决问题耗时数月
- PayPal 作为支付处理器,账户资金被冻结多因新账户或异常活动,而非恶意
- 价格串通虽非法但实际中常有发生,协调困难,一旦有竞争者叛变就会瓦解
- 大型市场通常不通过价格竞争,而是靠感知价值,核心费率由 Visa/Mastercard 设定
9. 我如何使用 HTMX 与 Go (How I use HTMX with Go) #
https://www.alexedwards.net/blog/how-i-use-htmx-with-go
本文介绍了如何使用 Go 和 HTMX 构建交互式 Web 应用。作者分享了其常用的模式:将 HTML 模板分为基础布局(base.tmpl)、页面内容(pages)和可复用片段(partials);通过 HTMX 属性(如 hx-get、hx-swap)实现局部刷新,保持服务器端渲染的一致性。文章还涵盖了嵌入静态资源、处理重定向和错误的方法,以及推荐使用 defer 加载 HTMX 脚本。配合一个点击按钮请求图片的演示,展示了具体实现。
HN 热度 303 points | 评论 103 comments | 作者:gnabgib | 1 day ago #
https://news.ycombinator.com/item?id=48912175
- 使用 Go + HTMX 搭配 templ 可以获得更安全的类型模板和部件化开发体验。
- GUS(Go, Unix, SQLite)或 HUGS(HTMX, Unix, Go, SQLite)等缩略词代表一种高效的全栈技术组合,包含 HTMX、templ、sqlc、fuego 等工具。
- hyperscript 与 HTMX 配合可在不进行服务器往返的情况下进行 DOM 操作,但存在允许内联 JS 带来的安全风险。
- 严格的内容安全策略(CSP)可限制内联脚本执行,但 hyperscript 使用 HTML 属性定义,在合理服务器验证下风险并不比常规 JS 大。
- 如果所有客户端代码通过服务器绑定脚本标签加载,并配合 CSP 阻止 unsafe-eval/unsafe-inline,能有效防止不可信代码执行。
- templ 虽有助于类型安全,但某些开发者认为其不如直接使用标准 Go 模板 +HTMX 简洁易用,甚至宁愿用 React。
- sqlc 可从 SQL 生成类型安全的 Go 代码,但动态查询构造能力有限;jet 则允许在 Go 中书写可组合的 SQL,需依赖实时数据库生成代码。
- 对于小型响应式 Web 应用,可以使用 Pico.css + Alpine.js + HTMX + Go(PAHG)模板,无需内建数据库。
- 讨论中提及的简化工作流还包括使用 goverter 转换 sqlc 模型与模板对象,以及 goose 管理数据库迁移。
10. 优先关注心理健康,以及沟通为何如此重要 (Prioritize mental health, and why communication is so important) #
https://ramones.dev/posts/mental-health/
一位软件工程师在博客中坦诚分享自己与严重抑郁症斗争的经历。他曾因充满激情进入行业,但很快失去动力,导致沟通差、工作缓慢、质量低下,两次被解雇。他尝试归咎于公司或他人,但意识到问题出在自己身上。后来被诊断为重度抑郁症,正在服用药物并接受治疗,靠社会福利维持生活。他反思了性格缺陷、缺乏纪律、可能患有 ADD,以及依赖 AI 导致代码草率等问题。目前他计划暂停软件开发工作,首要目标是恢复心理健康,到 2027 年年底做到不再犯低级错误、对交付的工作感到自豪、找到稳定的生活和职业。他感谢家人朋友和医疗系统的支持,并强调沟通的重要性。
HN 热度 283 points | 评论 242 comments | 作者:ramon156 | 13 hours ago #
https://news.ycombinator.com/item?id=48919198
- 如果是神经多样性或受心理困扰,无法简单地“摆脱”或靠规划系统解决,建议关闭 HN,寻求专业帮助,学会与自己的思维相处而非对抗
- HN 评论来自真实人群,可能提供有价值的经验与见解,探索心理问题并非不健康
- 用逻辑术语反驳他人容易忽视非正式语言的复杂性,父评论本意是善意警告,“常犯粗心错误”正是 ADHD 的诊断标准之一
- 寻求专业帮助的建议对有些人有效,但对另一些人可能无效,尤其是被心理健康系统忽视的人,创建有帮助的结构没有错
- 推荐书籍《四千周》:焦虑源于无法接受人的固有局限,追求完美生产力系统只会加剧焦虑,转换视角可减轻痛苦
- 原帖作者表示神经多样性解释了很多,目前因抑郁症状无法接受测试,但感谢 HN 评论的帮助
- DSM-V 已将 ADD 合并为 ADHD 三种亚型,ADHD 与抑郁共病率高达 80%,神经心理测试值得推荐
- 诊断和治疗只是部分所需,还需要导师协助处理职业方面的困难,传统治疗对工作压力帮助有限
- HN 评论有时能帮助打破偏见,自己就是通过 HN 评论意识到 ADHD 真实存在并最终获得诊断
- 志愿服务总是能带来良好体验,建议参与
Hacker News 精彩评论及翻译 #
SpaceX bond worth 10% less than issue price – head… #
https://news.ycombinator.com/item?id=48921169
The worst about the SpaceX IPO is Nasdaq changing their inclusion rules for the Nasdaq 100. The index fast-tracked SpaceX stock for inclusion 15 days after the IPO, instead of the normal three-month seasoning period. They also changed its 10% minimum float rule to a 3x weighting boost for low-float stockss. So many people will unwillingly and prematurely invest into SpaceX, before it has any chance to discover its real price. IE: The floating, 5% at launch, could attain 30% end august, if Nasdaq didn’t change their rules it would have included SpaceX after this..
https://finance.yahoo.com/markets/stocks/articles/nasdaq-cheated-changed-laws-fit-193113947.html
lucd
SpaceX IPO最糟糕的地方在于纳斯达克为了将其纳入纳斯达克100指数而修改了准入规则。该指数在SpaceX股票上市仅15天后就将其快速纳入,而非通常的三个月成熟期。同时,纳斯达克还将原本10%的最低流通股比例规则改为对低流通股给予三倍权重加成。这样一来,许多人将在SpaceX尚未有机会发现其真实价格之前,不情愿且过早地投资其中。也就是说,如果在IPO时流通股仅占5%,到8月底可能达到30%,而纳斯达克若不修改规则,本应在此之后才将SpaceX纳入指数。
https://finance.yahoo.com/markets/stocks/articles/nasdaq-cheated-changed-laws-fit-193113947.html
My midlife crisis Corolla is fast, furious, and mo… #
https://news.ycombinator.com/item?id=48922260
I love cars and driving them. But the modded Corolla/Civic/Accord/Camry (why) people have always driven me crazy because their mods often seem directed to inflicting their cars on everyone else, with loud exhaust, subwoofers, and (subjectively) garish cosmetics, rather than things that make it actually good to drive.
I recognize this is judgmental and it’s unhealthy to always be annoyed at these people on the road, so I clicked the article looking for some empathetic understanding - and I really got it, UNTIL he told me about his “fire-breathing” exhaust and subwoofer. So it is about subjecting OTHER people to his car.
brokenodo
我喜欢汽车和驾驶。但那些改装过的卡罗拉/思域/雅阁/凯美瑞(为什么?)总是让我抓狂,因为他们的改装似乎只为了把车强加给别人——吵耳的排气、低音炮,以及(主观上)花哨的外观,却没有任何真正提升驾驶体验的东西。我明白这很主观,在路上总为这些人恼火也不健康,所以我点开文章试图寻求些理解——我确实理解了,直到他告诉我他装了"喷火"排气和低音炮。所以这终究是为了让别人承受他的车。
Jurassic Park computers in excruciating detail #
https://news.ycombinator.com/item?id=48916194
It is unclear how Jurassic Park crew got their hands on a Motorola Envoy
The head of frogdesign (Hartmut Esslinger) ended up running into Spielberg on a plane and showed it to him. The one in the movie is an original mockup.
Discussion: https://news.ycombinator.com/item?id=46752261
kalleboo
不太清楚《侏罗纪公园》剧组是怎么搞到一台摩托罗拉Envoy的
青蛙设计公司(Hartmut Esslinger)的负责人在飞机上偶遇斯皮尔伯格,并把设备展示给他看。电影里出现的那台是原始模型。
来源:https://www.therpf.com/forums/threads/jurassic-park-tablet-device-on-nedrys-desk.169883/#post-2929104
讨论:https://news.ycombinator.com/item?id=46752261
How to stop Claude from saying load-bearing #
https://news.ycombinator.com/item?id=48911569
I didn’t use Claude for a long time, but my coworkers did, so I got infected through a side channel: I ended up reading their vibed docs, noticed “load-bearing”, kind of liked it, and started using it in conversation, until I got feedback that I was “talking like Claude”, so now I avoid the phrase entirely. The intersection of language and social norms is interesting.
rpdillon
我很久没用Claude了,但我的同事们用了,所以我通过侧信道被感染了:我最终阅读了他们那种风格的文档,注意到了“承重”这个词,有点喜欢它,就开始在对话中使用,直到有人反馈说我“说话像Claude”,于是我现在完全避免使用这个词。语言和社会规范的交集很有趣。
Prioritize mental health, and why communication is… #
https://news.ycombinator.com/item?id=48923591
My goals for the end of 2027 are as follows:
Stop making stupid mistakes. I want to be able to finish a task fully without missing or skipping a step. One way to do this is to make a plan for everything you do, and only do that thing. Nothing else. If you are neurodivergent or have other things influencing you mentally, you are NOT going to snap out of it. You are not going to just build a better planning system one day.
HN comments are NOT going to help debugging your mental state. People here have trouble agreeing on engineering, product and business practices they specialise in. They are NOT going to guide you in the right direction on mental health topics.
Please OP, close HN, reach out to people, get help, and (importantly) learn to navigate your mind, not fight with it.
smugglerFlynn
我2027年底的目标如下:
停止犯愚蠢的错误。我希望能够完整完成一项任务,不遗漏或跳过任何步骤。一个方法是为你做的每件事制定计划,并且只做那件事,不做其他。
如果你有神经多样性或其他影响心理状态的因素,你不可能一下子就摆脱它。你不可能某天突然建立一个更好的规划系统。
HN上的评论不可能帮助你诊断你的心理状态。这里的人连他们擅长的工程、产品和商业实践都难以达成一致。他们不可能在心理健康话题上给你正确的指导。
楼主,请关闭HN,联系他人,寻求帮助,并且(重要的是)学会引导自己的思维,而不是与之对抗。
Your ‘app’ could have been a webpage (so I fixed i… #
https://news.ycombinator.com/item?id=48910616
Nobody here is talking about the fact that a significant number of users want apps, too.
I’m responsible for an internal tool at the company I work for, hosted as a website, that handles a bunch of miscellaneous tasks that other employees need. Think reimbursements, documentation and reporting, gathering and presenting business data. That sort of thing.
When I took it over, it was desktop only ( a lot of <table> formatted pages with fixed px sizes). I spruced it up, modernized it to work on screens of any size, and created a mobile version of any pages that just didn’t translate well to small screens (think “large tables of information”).
When I announced the update, the number of people who asked me variations of “how to get website on phone if website on computer” or requested I make the damn thing an app was outrageous.
We take tech literacy for granted, because it’s like a dozen levels down fundamental to our entire field. But the tech illiterati exist, and they love apps.
OkayPhysicist
这里没人提到一个重要事实:大量用户也想要应用程序。
我负责公司内部的一个工具,以网站形式托管,处理员工需要的各种杂项任务,比如报销、文档和报告、收集和展示业务数据之类的事情。
当我接手时,它只支持桌面端(大量用固定像素尺寸的 <table> 格式页面)。我对其进行了优化和现代化改造,使其能在任何尺寸的屏幕上工作,并为那些在小平板上显示不佳的页面(比如“信息大表格”)创建了移动版。
当我宣布更新后,很多人问我“怎么才能在手机上访问电脑上的网站”,或者要求我把这该死的东西做成应用,人数之多令人震惊。
我们想当然地认为人们都懂技术,因为这在我们整个领域是最基础的认知之一。但技术盲确实存在,而且他们热爱应用。
I tricked Claude into leaking your deepest, darkes… #
https://news.ycombinator.com/item?id=48917262
Doesn’t surprise me.
Yesterday I learned that people run AI agents on their system with full admin rights. No containerisation or anything. Wild. Like we forgot 50 years of computer security overnight.
artisinal
毫不意外。昨天我才知道有人让AI代理在系统上以完全管理员权限运行,既没做容器化隔离,也没任何防护措施。简直疯狂。就好像我们一夜之间忘记了50年的计算机安全常识。
Inkling: Our Open-Weights Model #
https://news.ycombinator.com/item?id=48925112
America needs its own DeepSeek or Z.ai, a lot of people (myself included) root for open chinese models to win because they have no other choice.
Thinking Machines might be it.
ls_stats
美国需要自己的DeepSeek或Z.ai,很多人(包括我)都支持中国的开放模型获胜,因为别无选择。Thinking Machines可能就是那个答案。
The Tower Keeps Rising #
https://news.ycombinator.com/item?id=48910428
I’ve said for a long time that composability in software is a bit like playing Tetris: the lines have to clear.
I feel like that gives an even more literal tower-rising metaphor, and that’s what it feels like people using agents naively (and software engineers of lower skill or earlier-career), end up violating.
Agents are getting better at folding things into themselves, especially if you direct them to… but unfortunately I’ve found that the architectural instincts, even of Fable and 5.6 Sol, are still wildly behind what I reflexively achieve, say.
For sure there is an ability to have agents go back over work and try to fold it into better and better abstractions until it’s sort of annealed into something good. I’ve done something similar on codebases that I have, but the ‘high reaches’ of architecture with great prediction of how the software will evolve in the future in subtle ways – those are, for now, out of reach of agents.
There is a part of me that wonders if it’s partly just how much they can hold in their head right now, though. Even with the greatest articulation and high density of feeding them, the current setups don’t allow them to hold a high-quality, sparse, ‘zoomable’ model of the world in their head that well yet, which we can do pretty well.
But the fact that I’m talking about it in terms of that kind of subtlety is itself promising, I guess?
tekacs
长期以来我一直在说,软件中的可组合性有点像玩俄罗斯方块:行必须消掉。
我觉得这反而提供了一个更字面意义上的“建塔”隐喻,而这正是那些天真地使用代理的人(以及技术较低或职业生涯早期的软件工程师)最终会违反的。
代理越来越擅长将东西纳入自身,尤其是当你引导它们这么做时……但不幸的是,我发现即使是Fable和5.6 Sol这样的架构直觉,也远远落后于我本能实现的东西,这么说吧。
当然,代理确实有能力回头审视工作,并尝试将其折叠成越来越好的抽象,直到它像退火一样固化出好的结果。我在自己的代码库上也做过类似的事情,但那种能够以微妙的方式对软件未来演变做出出色预测的“高层架构”——目前来说,仍是代理无法企及的。
不过我有时也会想,这在一定程度上是否只是受限于它们当前能在脑海中容纳的信息量。即使以最清晰的表述和高密度的信息输入,现有的设置还无法让它们在脑海中很好地维持一个高质量、稀疏、可缩放的“世界模型”——而这正是我们人类做得相当不错的事情。
但话又说回来,我居然已经开始用这种细微差别来讨论这件事了,这本身或许就有希望?
European “age verification” “app” forcing everyone… #
https://news.ycombinator.com/item?id=48904024
Don’t fall for the trap. The question isn’t how we should technically force age verification on anybody. The question is why they’re pushing it onto everyone. I did not consent to this, neither did you.
gobip
不要落入陷阱。问题不在于我们应该如何在技术上强制对任何人进行年龄验证,而在于为什么他们要把它强加给所有人。我没有同意这一点,你也没有。
Vancouver PD website features Quick Escape button … #
https://news.ycombinator.com/item?id=48915442
The gov.uk Design System calls this the “Exit a page quickly” pattern 1, with an associated component 2. It can be activated by clicking the Shift key three times.
There’s this nice blog [3] that explains why they chose Shift instead of other keys, and also gives a nice overview of the pattern.
1 https://design-system.service.gov.uk/patterns/exit-a-page-quickly/ 2 https://design-system.service.gov.uk/components/exit-this-page/ [3] https://beeps.website/blog/2024-10-09-why-govuk-exit-this-page-doesnt-use-escape/
quirino
gov.uk设计系统称此为“快速退出页面”模式 1,并配有相关组件 2。可通过连续按三次Shift键激活。
这篇优秀的博客[3]解释了为何选择Shift而非其他按键,并对该模式进行了很好的概述。
1 https://design-system.service.gov.uk/patterns/exit-a-page-quickly/ 2 https://design-system.service.gov.uk/components/exit-this-page/ [3] https://beeps.website/blog/2024-10-09-why-govuk-exit-this-page-doesnt-use-escape/
Australian energy retailers must offer three hours… #
https://news.ycombinator.com/item?id=48904453
This article is misleading as it implies that Australian energy retailers must provide every household with 3 hours of free electricity.
This is not the case. From 1 July 2026, Australian energy retailers with more than 1,000 customers must offer at least one energy plan which includes 3 hours of free electricity, capped at 24kWh per day, to residential customers in 3 states - NSW, SE Queensland and South Australia. https://www.energy.gov.au/rebates/solar-sharer-offer
Not all energy plans that the retailers offer have to include 3 hours of free electricity. In practice, most energy plans currently offered don’t include 3 hours of free electricity but some retailers such as Globird are offering more than one energy plan which includes ‘free’ electricity.
The downside of these solar sharer plans which include ‘free’ electricity is that they generally have higher daily supply charges and higher usage charges outside the ‘free’ window to recoup the costs of the ‘free’ electricity.
Australian consumers can choose the retailer and energy plan their home or business is on and can change their plan at any time.
This page on the Energy Consumers Australia website has more details about the Solar Sharer Offer and a similar Victorian Government scheme which starts on 1 October. https://energyconsumersaustralia.com.au/news/solar-sharer-offer-available-soon-how-many-consumers-sign-should-they
thedays
这篇文章具有误导性,因为它暗示澳大利亚能源零售商必须为每个家庭提供3小时免费电力。
事实并非如此。从2026年7月1日起,客户数量超过1000户的澳大利亚能源零售商,必须至少提供一种能源计划,该计划包含每天上限为24千瓦时的3小时免费电力,面向新南威尔士州、昆士兰州东南部和南澳大利亚州这三个州的居民用户。https://www.energy.gov.au/rebates/solar-sharer-offer
并非零售商提供的所有能源计划都必须包含3小时免费电力。实际上,目前提供的大多数能源计划并不包含3小时免费电力,但Globird等一些零售商已提供多种包含“免费”电力的能源计划。
这些包含“免费”电力的太阳能共享计划的缺点是,它们通常有更高的每日供电费用,以及在免费时段之外更高的用电费用,以弥补“免费”电力的成本。
澳大利亚消费者可以选择其家庭或企业所使用的零售商和能源计划,并可以随时更改计划。
澳大利亚能源消费者协会网站上的这个页面提供了关于太阳能共享优惠以及维多利亚州政府从10月1日开始实施的类似计划的更多详细信息。https://energyconsumersaustralia.com.au/news/solar-sharer-offer-available-soon-how-many-consumers-sign-should-they
Show HN: Opening lines of famous literary works #
https://news.ycombinator.com/item?id=48908970
so hopefully you can refresh a few times and get a fresh one every time
If you randomly sample from only 60 quotes, then after 10 refreshes there will be a greater than 50% chance of at least one repeat, and by 20 refreshes it’s up to 95%. This is an example of the birthday paradox 1.
On the flip side, if someone wants to see all 60 quotes, they will have to refresh the page an average of 281 times, mostly (~80%) seeing quotes they’ve already seen before. This is an example of the coupon collector’s problem 2.
The way to avoid both these problems is to shuffle the quotes into a random order, just once, and remember that order. The first time a user comes to the page, start at a random index in that shuffled list, and from then on, simply move to the next item in the list. Every user will get a unique set of random quotes, but will see no repeats until the list is exhausted, and will be guaranteed to be able to see all available content in just 60 refreshes.
olooney
所以希望你每次刷新几次就能看到新的内容。
如果只从60条语录中随机抽样,那么刷新10次后,出现至少一次重复的概率超过50%;刷新20次后,这个概率会达到95%。这就是生日悖论的一个例子 1。
另一方面,如果有人想看完所有60条语录,他们平均需要刷新页面281次,其中大部分(约80%)看到的都是之前已经看过的内容。这又是赠券收集问题的一个例子 2。
避免这两个问题的方法是将语录随机排序一次,并记住这个顺序。用户首次访问页面时,从该随机列表的某个随机索引开始,之后只需按顺序显示下一条。这样每个用户都会看到一组独特的随机语录,但在列表耗尽前不会遇到重复,并且保证只需刷新60次就能看到所有内容。
European “age verification” “app” forcing everyone… #
https://news.ycombinator.com/item?id=48904097
This is the elephant in the room regarding the big “digital sovereignty” talks in the EU. For the moment in the EU institutions the focus is mostly at the post-acceptance stage that everything must eventually migrate off US clouds. There is still some denial and hope that things will go back to “before” because it’s going to be extremely costly to migrate, but at least high level EU civil servants start to see the strategic value of moving out.
However there is ZERO talk about mobile platforms… No alternative solution like linux for the desktop, no money or care given to the few alternative that tentatively exist, and zero talk about forcing companies (at least for the ones shipping android phones) to open up their firmwares and allow users to install alternative OS if they want to sell in the EU.
So whilst the backend guys more or less got the memo about sovereignty, I think there is still a lot of educational work to do regarding end user devices and what kind of digital slavery hole we’re digging ourselves in…
blop
这是欧盟关于“数字主权”重大讨论中一个显而易见的问题。目前欧盟机构主要关注的是后接受阶段,即一切最终必须从美国云服务迁移出去。仍有一些人否认现实并期望事情能回到“从前”,因为迁移成本极其高昂,但至少欧盟高级官员开始认识到迁出的战略价值。
然而,关于移动平台却毫无讨论……没有像桌面Linux那样的替代方案,没有资金或关注给予那些少数尝试存在的替代品,也没有任何讨论去迫使公司(至少是那些出货安卓手机的公司)开放固件,允许用户安装替代操作系统,如果它们想在欧盟销售的话。
所以,尽管后台人员或多或少收到了关于主权的备忘录,我认为在终端用户设备方面,以及我们在自掘什么样的数字奴役深渊方面,还有很多教育工作要做。
OpenAI loses trademark dispute at EU court #
https://news.ycombinator.com/item?id=48922330
Someone finally asks some sensible questions, about hijacking of the term “open”.
zkmon
终于有人问出了一些关于“开放”一词被劫持的明智问题。
Dependabot version updates introduce default packa… #
https://news.ycombinator.com/item?id=48913934
If everyone starts applying cooldowns, won’t it postpone the problem?
There are still research firms who are actively and aggressively scanning new packages once they are pushed. For example socket.dev pulls new packages across ecosystems and performs automated analysis and runs it in a sandbox. We don’t have to have them go boom in someone’s production repos to find out there is a problem.
stusmall
如果每个人都开始设置冷却期,问题不就被推迟了吗?
仍然有一些研究公司在积极且主动地扫描新发布上线的包。例如 socket.dev 会跨生态系统拉取新包,进行自动化分析并在沙箱中运行。我们不必等到它们在别人的生产仓库中爆炸才发现问题。
The infinite scroll may become endangered if contr… #
https://news.ycombinator.com/item?id=48900706
Infinite scroll is bad UX design and always has been.
It makes it impossible to click on any links in the footer of the page or even really reading what’s in the footer.
I remember when it was initially introduced, everyone I spoke to about it hated it.
chillfox
无限滚动的用户体验设计很糟糕,而且向来如此。它导致页面底部的任何链接都无法点击,甚至连底部内容都难以真正阅读。我记得这个功能刚推出时,我聊过的每个人都讨厌它。
How to stop Claude from saying load-bearing #
https://news.ycombinator.com/item?id=48909449
Lots of people have their own voice and tend to prefer certain phrases. This has been the case for a long time and is generally not a big issue.
Now LLMs come along and they also have their own phrasing preferences. But now it’s a problem because what used to be personal preferences of a single person that manifests in 5000 words per day from one person tops, is now the bias of a single model multiplied x10,000,000,000 generated tokens per day so any bias sticks out like a sore thumb.
infogulch
很多人都有自己的表达习惯,往往偏爱某些特定措辞。这种情况由来已久,通常不是什么大问题。
如今大语言模型问世,它们也有自己的措辞偏好。但问题在于:过去一个人的个人偏好顶多体现在每天5000字的输出中,而现在单个模型的偏好通过每天数百亿生成的token被放大了百亿倍,任何偏差都显得格外扎眼。
Jurassic Park computers in excruciating detail #
https://news.ycombinator.com/item?id=48916298
Some code associated with Nedryland is visible on screen. It looks like actual source code[9] with Classic Mac OS API functions calls
The source code shown is example code included with the Macintosh Programmers Workshop, Apple’s original IDE for the Mac. Originally sold as a separate product, eventually it was provided on the Developer CDs and then as a free online download as serious developers had moved to CodeWarrior. https://en.wikipedia.org/wiki/Macintosh_Programmer's_Workshop
One of the windows shows the example for how to make a HyperCard XCMD and the other one looks like an MPW script for using Apple’s Projector source control.
edit: Found the files in question in a copy of MPW 3.1. Line endings have been converted from CR to LF and the character set from MacOS Roman to UTF-8 to display easily in modern browsers
MPW 3.1:Examples:HyperXExamples:Reduce.p https://kalleboo.com/linked/Reduce.p.txt
MPW 3.1:Examples:Examples:CheckOutActive https://kalleboo.com/linked/CheckOutActive.txt
MPW 3.1:Examples:Examples:DerezPict https://kalleboo.com/linked/DerezPict.txt
kalleboo
屏幕中可以看到一些与Nedryland相关的代码。看起来像是真实的源代码[9],其中包含经典Mac OS API函数的调用。
屏幕上显示的代码是Macintosh程序员工作坊(Macintosh Programmer’s Workshop,苹果最初的Mac集成开发环境)附带的示例代码。最初作为独立产品出售,后来被放入开发者光盘中,最后作为免费在线下载提供,因为当时的专业开发者已经转向了CodeWarrior。https://en.wikipedia.org/wiki/Macintosh_Programmer’s_Workshop
其中一个窗口展示了如何制作HyperCard XCMD的示例,另一个窗口看起来像是用于苹果Projector源代码控制的MPW脚本。
编辑:在MPW 3.1的一份副本中找到了相关文件。为了方便在现代浏览器中显示,已将行尾符从CR转换为LF,并将字符集从Mac OS Roman转换为UTF-8。
MPW 3.1:Examples:HyperXExamples:Reduce.p https://kalleboo.com/linked/Reduce.p.txt
MPW 3.1:Examples:Examples:CheckOutActive https://kalleboo.com/linked/CheckOutActive.txt
MPW 3.1:Examples:Examples:DerezPict https://kalleboo.com/linked/DerezPict.txt
Japan develops a method to recover up to 90% of li… #
https://news.ycombinator.com/item?id=48902209
It really should not be surprising that we can get very high recovery percentages from batteries – we do not mine elemental lithium, so the processes we use for extraction are already designed to extract lithium from fairly low-purity sources. In contrast, lithium batteries are an incredibly high-purity source of lithium. The main question is when it will become cost-effective to create recycling pipelines.
Lead acid batteries had a similar trajectory and modern lead acid batteries are effectively 100% recycled.
cyphar
我们能够从电池中实现非常高的回收率其实并不令人惊讶——因为我们并不开采元素锂,所以现有的提取工艺本就是为从纯度较低的资源中提取锂而设计的。相比之下,锂电池是纯度极高的锂来源。主要问题在于,何时建立回收产业链才能具备成本效益。铅酸电池也曾走过类似的路径,如今现代铅酸电池的回收率已接近100%。
What are Forward Deployed Engineers, and why are t… #
https://news.ycombinator.com/item?id=48900890
I remember interviewing at Palantir back when they were making this role popular (probably a decade ago). I wanted to be an SDE and the recruiter kept pushing me towards this “forward deployed engineer” role. After hearing the pitch I went…oh so you want me to be a sales consultant? They did not take this well, I guess because Palantir was trying very hard to convince the world they were a tech unicorn and not a glorified consulting firm.
paxys
我记得大概十年前帕兰提尔刚开始推广这个职位时去面试过。当时我想应聘软件工程师,但招聘人员一直劝我考虑"前线部署工程师"这个岗位。听完介绍后我心想……哦,所以你是想让我当销售顾问?他们对此很不高兴,估计是因为帕兰提尔当时正竭力让外界相信他们是家科技独角兽,而不是一家粉饰过的咨询公司。
Your ‘app’ could have been a webpage (so I fixed i… #
https://news.ycombinator.com/item?id=48911617
We take tech literacy for granted, because it’s like a dozen levels down fundamental to our entire field. But the tech illiterati exist, and they love apps.
They “love apps” because apple and android have spent billions to break their mental models and convince them that “you use apps to do things on your phone”. Literally. That’s the extent of most people’s understanding.
So, sure, they “want” apps in the same sense that early internet users “wanted” AOL because in their minds AOL and the internet were indistinguishable. But actual free choice requires an understanding of the choices.
jonahx
我们往往想当然地认为技术素养是理所当然的,因为它在我们整个领域里就像是往下深挖了十几层的基础一样。但技术文盲确实存在,而且他们热爱应用。
他们“热爱应用”,是因为苹果和安卓花了数十亿美元来打破他们的心智模型,让他们相信“你通过应用在手机上做事”。毫不夸张。这已经超出了大多数人的理解范围。
所以,当然,他们“想要”应用,就像早期互联网用户“想要”美国在线一样,因为在他们的认知里,美国在线和互联网是分不清的。但真正的自由选择需要对选择本身有所理解。
Measuring Input Latency on Linux: X11 vs. Wayland,… #
https://news.ycombinator.com/item?id=48910135
One thing that’s lovely about Linux is this kind of analysis is not only possible, but meaningful. These results will get reported back to the graphics software authors and the distribution packagers and the ecosystem will improve. There’s no sense with Microsoft that kind of improvement is possible.
I recently switched to Linux after years on Windows desktop, mostly because the KDE Plasma desktop feels snappier than Windows 11. Also the feeling that if something isn’t working right I can probably tinker and improve it. It’s been really nice. If you haven’t tried Linux desktops in awhile give Bazzite a whirl: it’s a Fedora customized for gaming. Even if you don’t game it’s an easy way to get a very functional Linux desktop in no time at all.
NelsonMinar
Linux的一个优点在于,这种分析不仅可行,而且有意义。这些结果会被反馈给图形软件作者和发行版打包者,整个生态系统会因此改进。而在微软那里,完全感受不到这种改进的可能性。
我在Windows桌面用了多年后最近转到了Linux,主要是因为KDE Plasma桌面比Windows 11更流畅。而且,如果某个功能运行不正常,我大概能自己调整并改进它。这种感觉真的很好。如果你最近没试过Linux桌面,可以试试Bazzite:它是一个为游戏定制的Fedora版本。即使你不玩游戏,这也是一个快速获得功能完善的Linux桌面的简单方法。