Hacker News Daily — 2026-06-20 Trending

‹ Prev day← IndexNext day ›

Scraped at 23:45, June 20, 2026 (PDT)


(1) Your brain was never designed for this much bad news

你的大脑从未为如此大量的坏消息而设计

Created: Jun 20, 2026 / 21:02 PT

▲ 90 💬 60 Science Health
preview image

New research suggests the brain is overwhelmed by ongoing bad news, with potential implications for mental health and information consumption. It highlights cumulative stress effects and the need for strategies to manage exposure.

研究表明,持续的坏消息会让大脑超负荷,可能影响心理健康和信息消费方式。强调了持续性压力的累积效应,以及管理暴露程度的策略需求。

(2) Building reliable agentic AI systems

构建可靠的代理型 AI 系统

Created: Jun 20, 2026 / 21:28 PT

preview image

Martin Fowler lays out architectural patterns for reliable agentic AI systems, stressing audits, containment, and composable components to keep AI behavior predictable. The piece argues for robust testing and governance to avert brittle systems as AI agents take more initiative.

Fowler 提出面向可控、可审计的代理型 AI 系统的架构模式,强调可 containment、可组合组件,以及对 AI 行为进行可预测性设计。文章主张通过严格测试与治理来在 AI 代理主动性提升时避免脆弱系统。

(3) When I reject AI code even if it works

即使 AI 代码能工作,我也拒绝使用

Created: Jun 20, 2026 / 17:58 PT

▲ 138 💬 78 AI Programming
preview image

The author argues for rejecting AI-generated code even when it appears to work, citing concerns about reliability, maintainability, and hidden biases. It challenges the tendency to overtrust automated code in production.

作者主张即使 AI 生成的代码能工作,也应拒绝采用,原因包括可靠性、可维护性以及隐藏偏见。该观点挑战了在生产环境中过度信任自动化代码的倾向。

(4) Developers don't understand CORS (2019)

开发者对 CORS 的误解(2019)

Created: Jun 20, 2026 / 18:35 PT

▲ 109 💬 45 Programming Web Security
preview image

CORS remains a frequent source of confusion for developers; the post clarifies how browsers enforce cross-origin requests and how servers should configure headers to enable safe access. Misconfigurations cause failed fetches and security risks; understanding CORS helps build robust APIs.

开发者对 CORS 的误解常见;本文澄清浏览器如何强制跨域请求以及服务器应如何配置响应头以实现安全访问。常见的误配置导致请求失败和潜在的安全风险,理解 CORS 对构建健壮的 API 很有帮助。

(5) Renting a sewing machine from the library

从图书馆租借缝纫机

Created: Jun 20, 2026 / 15:54 PT

preview image

Finland libraries are experimenting with lending tools beyond books, including sewing machines, reflecting a shift toward practical, community-serving services. The program highlights how libraries can extend access to everyday equipment and reduce barriers to making.

芬兰图书馆正在扩展借用物品的范围,包括缝纫机,体现图书馆向实用、社区服务型转变。此举显示图书馆如何提供日常用品的访问权,降低动手制造的门槛。

(6) The Wholesale Plagiarism of Obscure Sorrows

《Obscure Sorrows》的大规模抄袭

Created: Jun 20, 2026 / 11:05 PT

▲ 363 💬 144 Culture Legal
preview image

A critique of pervasive copying of Obscure Sorrows content, examining how fan fiction and derivative works undermine originality and the consequences for creators. The piece calls for attribution and respect for source material.

对 Obscure Sorrows 内容被广泛抄袭的现象进行批评,探讨衍生作品对原创性的冲击及对创作者的影响,呼吁署名与尊重原作。

(7) Pre-2022 Books

2022 年前的书籍

Created: Jun 20, 2026 / 15:36 PT

▲ 183 💬 112 Culture Education Design
preview image

A reflective recap of notable books read before 2022, with notes on takeaways for technology, design, and culture. The piece distills lessons relevant to builders and readers seeking longer-term context in tech and society.

对2022年之前阅读过的值得注意的书籍进行回顾,并附上对技术、设计与文化方面的要点注释。文章提炼出对开发者以及寻求科技与社会长期脉络的读者有价值的经验教训。

(8) Slow breathing modulates brain function and risk behavior

缓慢呼吸调控大脑功能与风险行为

Created: Jun 20, 2026 / 15:22 PT

▲ 144 💬 31 Science Health Politics

Slow breathing techniques modulate brain activity and influence risk-taking behavior, likely via autonomic and vagal pathways. The finding suggests simple breathwork could help regulate mood and decision-making in high-stakes settings.

缓慢呼吸技巧能调控大脑活动并影响风险偏好,可能通过自主神经与迷走神经通路实现。这一发现让人们相信简单的呼吸练习可在高压场景中调节情绪与决策。

(9) Epoll vs. io_uring in Linux

Linux 中的 Epoll 与 io_uring 对比

Created: Jun 20, 2026 / 16:07 PT

▲ 118 💬 33 Programming DevOps
preview image

A comparative look at epoll and io_uring on Linux, examining how traditional event-driven I/O (epoll) stacks up against the newer, coroutine-friendly io_uring interface.

对 Linux 中的 Epoll 与 io_uring 进行对比,评估传统事件驱动 I/O(epoll)与新型、协程友好的 io_uring 的性能与复杂度。文章指出两者各自的适用场景和优势。

(10) Linux eliminates the strncpy API after six years of work, 360 patches

Linux 在六年工作、完成了 360 次补丁后淘汰 strncpy API

Created: Jun 20, 2026 / 13:59 PT

▲ 167 💬 133 Programming Security
preview image

Linux drops the deprecated strncpy API after years of work and hundreds of patches to reduce insecurity and improve safety, guiding developers toward safer alternatives and avoiding common bugs.

Linux 终结已废弃的 strncpy API,历时多年并合计数百次补丁以降低安全风险,推动开发者使用更安全的替代方案。

(11) CSSQuake

CSSQuake

Created: Jun 20, 2026 / 03:49 PT

▲ 491 💬 102 Web Design Programming
preview image

CSSQuake is a browser-based project that demonstrates CSS-driven visuals in a quake-inspired demo. It showcases how far CSS alone can push interactive, game-like experiences without heavy JavaScript.

CSSQuake 是一个在浏览器中展示 CSS 驱动视觉效果的 quake 风格演示。它展示了仅用 CSS 就能实现接近游戏体验的交互能力。

(12) SMPTE Makes Its Standards Freely Accessible

SMPTE 将标准免费开放访问,面向全球媒体技术社区

Created: Jun 20, 2026 / 10:01 PT

▲ 246 💬 72 Business Open Source
preview image

SMPTE has opened its standards library to the public, removing paywalls for its technical specs. The move should accelerate interoperability and innovation across media tech, from streaming pipelines to device certification. It lowers barriers for startups and researchers to build compliant products.

SMPTE 将其技术标准库向全球开放获取,技术规范不再设有付费门槛。此举将促进媒体技术领域的互操作性与创新,覆盖从流媒体管线到设备认证的各个环节。降低初创公司和研究人员打造合规产品的门槛。

(13) UHF X11: X11 Built for VisionOS and Apple Vision Pro

UHF X11:为 VisionOS 与 Apple Vision Pro 构建的 X11 实现

Created: Jun 20, 2026 / 10:04 PT

▲ 191 💬 33 Programming
preview image

UHF X11 is an X11 implementation built for VisionOS and Apple Vision Pro. It enables running X11 apps in a spatial AR/VR context, lowering the barrier to port legacy Linux/Unix software to immersive devices. This could broaden toolchains for developers targeting Vision Pro.

UHF X11 是为 VisionOS 与 Apple Vision Pro 构建的 X11 实现。它使在空间化的 AR/VR 场景中运行 X11 应用成为可能,降低了将遗留的 Linux/Unix 软件迁移到沉浸式设备的门槛,为开发者构建 Vision Pro 的工具链带来可能性。

(14) AMD will reinstate memory encryption on Ryzen 9000 CPUs via BIOS update in July

7 月通过 BIOS 更新重新启用 Ryzen 9000 内存加密

Created: Jun 20, 2026 / 12:19 PT

▲ 145 💬 32 Hardware Security
preview image

AMD plans to re-enable memory encryption on Ryzen 9000 CPUs via a July BIOS update, responding to feedback about cryptographic protections and system security. The patch likely restores features and requires firmware updates from OEMs.

AMD 将在七月通过 BIOS 更新重新启用 Ryzen 9000 的内存加密,回应对加密保护和系统安全性的关注。更新可能需要厂商固件配合。

(15) DOS Game "F-15 Strike Eagle II" reversing project needs DOS test pilots

DOS 游戏 F-15 Strike Eagle II 的逆向工程项目正在招募 DOS 测试玩家

Created: Jun 20, 2026 / 08:10 PT

A reversing project for the DOS game F-15 Strike Eagle II is seeking 'DOS test pilots' to run tests in DOS environments. The effort aims to preserve the game's behavior and game logic for preservation and historical study.

这款 DOS 游戏 F-15 Strike Eagle II 的逆向工程项目正在招募‘DOS 测试员’,在 DOS 环境中进行测试以还原游戏行为与逻辑,用于保护与研究之用。

(16) Windows 11 New Media Player Uses 3.5x More RAM, Charges for Popular Video Codecs

Windows 11 新媒体播放器:内存占用猛增且对常用编解码器收费

Created: Jun 20, 2026 / 07:08 PT

▲ 239 💬 125 Business
preview image

The new Windows 11 media player reportedly uses 3.5x more RAM and charges for popular video codecs, raising concerns about bloat and user-hostile licensing changes. Critics say it undermines performance promises and user choice.

传闻中的新 Windows 11 媒体播放器 RAM 占用高出数倍,并对常用视频编解码器实施授权收费,引发对性能和许可策略的质疑。

(17) Unauthorized alert sent to cell phones across Brazil

横跨巴西的未授权警报

Created: Jun 20, 2026 / 13:05 PT

▲ 120 💬 84 Security Privacy DevOps
preview image

A security incident where an alert broadcast across Brazil was unauthorized, exposing weaknesses in national notification infrastructure.

巴西全国范围的未授权警报暴露了国家通知基础设施的薄弱环节。攻击者可能滥用警报通道,凸显对认证、速率限制和多渠道校验的需求,以及对相关系统的改进点。

(18) The ability to regrow body parts is dormant in mammals, not lost

哺乳动物的再生能力并非消失,而是处于休眠状态

Created: Jun 20, 2026 / 10:27 PT

▲ 167 💬 57 Science Health
preview image

Mammals retain dormant regenerative capabilities; certain conditions could awaken tissue regeneration. This finding informs regenerative medicine research and points to potential approaches for organ and tissue repair.

研究显示哺乳动物仍然保留着处于休眠状态的再生潜力,在特定条件下可能被唤醒。这一发现为再生医学研究提供线索,指向修复组织和器官的潜在治疗方法。

(19) Hyundai buys Boston Dynamics

现代集团全面控股 Boston Dynamics

Created: Jun 19, 2026 / 09:28 PT

▲ 917 💬 387 Business Startups AI Hardware
preview image

Hyundai has completed securing full control of Boston Dynamics, with SoftBank exiting the stake for about $325 million. This move bets big on Hyundai’s robotics ambitions, signaling a push to integrate robot hardware, AI, and mobility platforms across its business units. Boston Dynamics gains a more stable automotive-aligned parent with resources to scale.

现代集团完成对 Boston Dynamics 的全面控股,软银退出,交易额约3.25亿美元。这笔交易巩固了现代在机器人领域的长期野心,便于在其业务线里整合机器人硬件、人工智能与智能出行生态。

(20) VPN ban update for UK households as government looks at 'age-gate'

英国家庭VPN禁令更新:政府在考虑设立“年龄门槛”

Created: Jun 20, 2026 / 07:14 PT

▲ 226 💬 234 Privacy Politics
preview image

The UK is updating its stance on household VPN use and weighing an age-gate policy to restrict access. If enacted, it would tighten controls on circumvention tech at home but raise concerns about privacy, enforcement, and effectiveness.

政府正在更新对家庭使用 VPN 的规定,并考虑设立“年龄门槛”来限制访问。若落实,该举动将加强对家庭层面绕行工具的控制,同时引发对隐私、执法和有效性的质疑。

(21) Show HN: StartupWiki – A Free Alternative to Crunchbase

StartupWiki:Crunchbase 的免费替代品

Created: Jun 20, 2026 / 08:59 PT

▲ 187 💬 58 Show HN Startups

StartupWiki offers a free, community-maintained alternative to Crunchbase for startup data. By lowering access costs and potentially opening data, it could democratize startup intelligence, though data quality and coverage may vary.

StartupWiki 提供一个免费、由社区维护的创业公司数据替代 Crunchbase 的方案。降低获取成本、可能开放数据,有望让创业情报更具普及性,但数据质量与覆盖范围可能参差。

(22) Project Fetch: Phase Two

Fetch 项目:第二阶段

Created: Jun 20, 2026 / 17:00 PT

preview image

Project Fetch Phase Two expands research into alignment and capability safety, detailing new experiments, evaluation methods, and how to make AI systems more robust and controllable.

Fetch 项目第二阶段扩展了对对齐与能力安全的研究,介绍了新的实验、评估方法,以及如何让 AI 系统更稳健、可控。

(23) Norway imposes near ban on AI in elementary school

挪威对小学生使用AI几近全面禁令

Created: Jun 19, 2026 / 09:03 PT

▲ 751 💬 518 Politics Education Privacy AI

Norway is moving toward a near-ban on AI use in elementary schools, tightening rules on what students and teachers can access on school devices. The policy underscores safety concerns and data privacy while grappling with how to responsibly integrate AI into early education.

挪威正推动对小学生在校使用AI的几近全面禁令,严格限制师生在校设备上的AI工具使用。此举凸显对安全与数据隐私的关注,以及在早教阶段如何负责任地引入AI的权衡。

(24) Show HN: Make PDFs look scanned (CLI or in the browser via WASM)

Show HN:让 PDF 看起来像扫描件(CLI 或 WASM 浏览器实现)

Created: Jun 20, 2026 / 11:17 PT

▲ 113 💬 51 Show HN Web Privacy
preview image

Introducing a tool that renders PDFs with a scanned appearance, usable from CLI or in-browser via WebAssembly. It can help with document privacy, archiving, or design experiments.

推出一个能让 PDF 看起来像扫描件的工具,支持命令行使用或在浏览器中通过 WASM 运行,适用于隐私保护、归档或设计实验。

(25) Bun has an open PR adding shared-memory threads to JavaScriptCore

Bun 在 JavaScriptCore 中为共享内存线程打开了 PR

Created: Jun 20, 2026 / 10:02 PT

▲ 127 💬 253 Programming Open Source Hardware
preview image

Bun, a web runtime, submitted an open PR to add shared-memory threading to JavaScriptCore. If merged, this could enable parallel execution across cores, potentially boosting performance for CPU-bound workloads and altering the WebKit/Bun ecosystem.

Bun 这个网络运行时向 JavaScriptCore 提交了一个开放的 PR,旨在增加共享内存线程支持。若合并,可能实现跨核心的并行执行,提升 CPU 密集型工作负载的性能,并影响 WebKit 与 Bun 的生态。

(26) Where to Find the Colors Your Screen Can't Show You

屏幕显示不到的颜色在哪里可以找到

Created: Jun 19, 2026 / 20:36 PT

▲ 380 💬 95 Design Science
preview image

Every display is limited by its color gamut, so some hues simply can't be shown. The article surveys ways to explore or approximate those beyond-screen colors—from spectral imaging and printing to perceptual color spaces like CIELAB—and explains why designers should think beyond sRGB. It also offers practical tips for communicating color intent when screens fall short.

屏幕的颜色范围有限,某些色调无法在显示器上呈现。文章探讨如何接近或再现这些超出屏幕能力的颜色,涵盖分光成像、印刷,以及感知为基础的颜色空间(如CIELAB),并提供在屏幕受限时传达颜色意图的实用方法。

(27) PostgresBench: A Reproducible Benchmark for Postgres Services

PostgresBench:可复现的 Postgres 服务基准测试

Created: Jun 20, 2026 / 12:01 PT

▲ 99 💬 22 Programming
preview image

Public benchmark suite PostgresBench offers a reproducible framework to compare Postgres deployments across services and environments. It standardizes workloads and metrics, making it easier to isolate performance differences and optimize configurations.

PostgresBench 提供一个可复现的基准框架,用于在不同服务和环境中对 Postgres 部署进行对比。它标准化工作负载和指标,便于定位性能差异并优化配置。

(28) Alice is impatient

爱丽丝急不可耐

Created: Jun 20, 2026 / 13:32 PT

preview image

一篇关于不耐烦、等待结果如何影响产品工作与个人项目的个人随笔。

一篇关于不耐烦、等待结果如何影响产品工作与个人项目的个人随笔。

(29) Loupe – A iOS app that raises awareness about what native apps can see

Loupe:一款揭示原生应用可访问数据的 iOS 应用

Created: Jun 20, 2026 / 05:08 PT

preview image

Loupe is an iOS app that visually demonstrates what native apps can access on-device, helping users understand app permissions and data exposure. The project underscores the importance of privacy transparency in mobile ecosystems.

Loupe 是一款用来直观展示原生应用能访问哪些数据的 iOS 应用,帮助用户理解应用权限与数据暴露。该项目凸显了移动生态系统中隐私透明度的重要性。

(30) Temporary Cloudflare accounts for AI agents

为 AI 代理提供的临时 Cloudflare 账户

Created: Jun 20, 2026 / 04:19 PT

▲ 200 💬 104 Security AI
preview image

Cloudflare introduces temporary accounts designed for AI agents, with time-limited lifespans and scoped permissions. The feature lowers setup friction for automated agents while preserving governance and security controls.

Cloudflare 推出临时账户,供 AI 代理使用,账户按时限和权限范围进行管理。此举降低了自动化接入门槛,同时保持治理与安全边界。

(31) Ubisoft co-founder Claude Guillemot has died in a plane crash

育碧联合创始人克洛德·吉耶莫特因飞机失事去世

Created: Jun 20, 2026 / 07:12 PT

▲ 146 💬 90 Gaming AI

Claude Guillemot, a co-founder of Ubisoft, has died in a plane crash at age 69. He helped build Ubisoft into a global game publisher and his passing marks a notable moment in the industry.

育碧共同创始人克洛德·吉耶莫特因飞机失事去世,享年69岁。他在帮助育碧从小型工作室发展成全球发行商的历程中扮演了关键角色,其离世对游戏行业是一次重大哀悼。

(32) I Stored a Website in a Favicon

我把一个网站存进了 favicon

Created: Jun 19, 2026 / 22:33 PT

▲ 285 💬 96 Data Security Web

An experimental piece shows you can encode a website's data into a favicon and retrieve it later. It probes the limits of favicon-based storage, browser caching, and decoding, turning a tiny image into a surprisingly capable data channel. Practical uses are limited, but the exercise yields lessons about data density, security, and edge-case behavior.

作者通过把网站数据编码到 favicon 中并解码还原,展示了在极小的图标中也能承载大量信息的可能性。文章分析浏览器缓存、数据 URI 与解码的限制,以及这种非常规数据通道在实用性和安全性上的含义。

(33) GPT-5.5 hallucinates 3x more than MIT-licensed GLM-5.2

GPT-5.5 的幻觉比 MIT 许可的 GLM-5.2 高出 3 倍

Created: Jun 19, 2026 / 09:11 PT

A practical comparison shows GPT-5.5 hallucinates far more than GLM-5.2, raising reliability concerns for next-gen models.

评测显示,在相同条件下,GPT-5.5 的幻觉率比 MIT 许可的 GLM-5.2 高出约三倍,这让人担忧大模型的可靠性。文中讨论可能的原因,以及这对依赖对话型助手的开发者意味着什么。

(34) Bobby Prince, composer for Doom, Wolfenstein 3D, and Duke Nukem 3D, has died

悼念 Doom、Wolfenstein 3D 与 Duke Nukem 3D 作曲家 Bobby Prince

Created: Jun 19, 2026 / 12:35 PT

▲ 441 💬 51 Entertainment
preview image

Bobby Prince, the composer behind iconic soundtracks for Doom, Wolfenstein 3D, and Duke Nukem 3D, has died. His work helped define the sound of early FPS games and remains influential in game music history.

为《毁灭战士》、Duke Nukem 3D 等经典游戏创作配乐的作曲家Bobby Prince去世。他的音乐塑造了早期FPS游戏的声音风格,并持续影响着游戏音乐史。

(35) From PGP to Mythos: a brief history of export controls that didn't stop anyone

从 PGP 到 Mythos:一种没有阻止任何人的出口管制简史

Created: Jun 20, 2026 / 06:44 PT

▲ 132 💬 64 Legal Security Politics
preview image

A history of encryption export controls shows they rarely stop the spread of crypto and spyware; policy lags behind tech and often misses the mark, underscoring limits of regulation.

回顾对加密和间谍软件的出口管制史,发现这些政策往往无法真正阻止相关技术的传播。法规往往落后于技术发展,且成效有限,凸显政策工具的局限性。

(36) Show HN: Ember, a native iOS Hacker News reader I built around accessibility

Ember:我为无障碍设计打造的原生 iOS Hacker News 阅读器

Created: Jun 20, 2026 / 10:00 PT

▲ 93 💬 22 Show HN Design
preview image

Ember is a native iOS Hacker News reader focused on accessibility. It prioritizes VoiceOver compatibility, large tap targets, and clean reading modes, showing how accessible-first design can broaden who can consume tech news on mobile.

Ember 是一款原生 iOS 的 Hacker News 阅读器,聚焦无障碍体验。它优先考虑屏幕阅读器兼容性、易点击区域和简洁的阅读模式,展示了以无障碍为先的设计如何让更多人访问科技新闻。

(37) There are no instances in ATProto

ATProto 中不存在实例概念

Created: Jun 19, 2026 / 08:10 PT

▲ 509 💬 290 Programming Web
preview image

ATProto’s architecture is often misunderstood as having 'instances'. The author argues there are no such isolated 'instances' in ATProto because federation uses accounts and servers differently, emphasizing interoperability and same-identity across servers. This reframes how developers should think about hosting and moderation in ATProto.

ATProto 的架构常被误解为‘实例’概念。作者指出在 ATProto 的联邦模型里并不存在真正的‘实例’,强调跨服务器的互操作性和统一身份的重要性,这对开发者在托管与 moderation 上的思路有显著影响。

(38) Google workspace threatening to block Firefox access

Google Workspace 可能阻止 Firefox 访问

Created: Jun 19, 2026 / 09:30 PT

▲ 481 💬 150 Web Privacy
preview image

If true, Google Workspace blocking Firefox would raise questions about browser compatibility and vendor lock-in in enterprise tools. It would push users toward Chromium-based ecosystems and complicate privacy-focused setups. The broader signal is about how much control platforms exert over client access.

若属实,Google Workspace 可能阻断 Firefox 访问,将引发对企业工具中的浏览器兼容性与厂商锁定的讨论。这会推动用户转向以 Chromium 为核心的生态,并影响偏好隐私的工作环境。

(39) Court Records Should Be Free

法院记录应免费开放

Created: Jun 19, 2026 / 10:34 PT

▲ 442 💬 103 Legal Politics
preview image

EFF argues that court records should be freely accessible and machine-readable to improve transparency, research, and accountability. The movement pushes for open court data standards and reduces friction for journalists, researchers, and the public.

EFF 呼吁法院记录应免费向公众开放并可机器可读,以提升透明度、研究和问责。倡导建立公开的法院数据标准,降低记者、研究者和公众的使用成本。

(40) Show HN: TownSquare, a tiny presence layer for websites

Show HN:TownSquare——一个极简存在感层用于网站

Created: Jun 20, 2026 / 04:55 PT

▲ 138 💬 69 Show HN Web Design
preview image

TownSquare is a tiny, lightweight presence layer for websites, designed to let visitors feel a site's community and activity without heavy components. It aims to be frictionless to deploy, enabling quick social presence cues for creators.

TownSquare 是一个极简、轻量级的网站存在感层,帮助访客感知站点的社区与活动,而不需要繁重的前端组件。目标是便于部署,为创作者提供快速的社交存在感信息。

(41) The rise of South Korea’s weapons business

韩国武器产业的崛起

Created: Jun 20, 2026 / 04:44 PT

▲ 137 💬 48 Business Politics

South Korea’s weapons business is expanding, driven by defense exports and regional demand. The rise reshapes global arms markets and highlights Korea's tech prowess in advanced materials, avionics, and precision manufacturing.

韩国的武器产业正在扩张,受到军事出口和区域需求推动。这一崛起重塑全球军火市场,凸显韩国在高端材料、航空电子和精密制造等领域的技术实力。

(42) Project Valhalla, Explained: How a Decade of Work Arrives in JDK 28

Valhalla 项目解读:十年研发在 JDK 28 落地

Created: Jun 18, 2026 / 23:35 PT

▲ 631 💬 390 Programming
preview image

Project Valhalla brings value types and specialized generics to the JVM, enabling compact, allocation-free data representations and faster APIs. This explainer frames the decade-long effort, the tradeoffs involved, and what JDK 28 users can expect in terms of performance, memory efficiency, and backward compatibility.

Valhalla 将为 JVM 引入值类型与专用泛型,带来更紧凑、无分配的数据表示和更快的 API。本文梳理了十余年的实现过程、设计取舍,以及 JDK 28 用户在性能、内存效率和向后兼容性方面将看到的变化。

(43) Show HN: My Windows XP portfolio with working Game Boy and iPod

我的 Windows XP 作品集,包含可运行的 Game Boy 与 iPod

Created: Jun 20, 2026 / 12:18 PT

▲ 59 💬 30 Show HN Hardware

A Windows XP-era portfolio showcases a working Game Boy and iPod experience, blending retro hardware with modern presentation. It’s a nostalgic demonstration of emulation, hardware hacking, and the enduring appeal of vintage computing.

一个 Windows XP 风格的作品集,展示可运行的 Game Boy 与 iPod,融合了复古硬件与现代展示,体现对仿真、硬件改造与怀旧技术的热爱。

(44) How many of the 170k English words do you know?

你认识多少个约17万的英语单词?

Created: Jun 19, 2026 / 06:51 PT

▲ 463 💬 539 Education

A playful tool invites you to estimate how many English words you know from a list of about 170k, highlighting vocabulary size and variation among readers. It illustrates why fluency relies on context and frequency as much as memorization.

一款有趣的工具让你在约17万单词的清单中估算自己的词汇量,揭示不同读者之间的差异。它说明了流利程度更多依赖上下文与词频,而非记住所有单词。

(45) Supermarket giant Tesco sues VMware for breach of contract

特易购对 VMware 违反合同提起诉讼

Created: Jun 20, 2026 / 14:09 PT

▲ 44 💬 9 Legal Business
preview image

Tesco files a breach-of-contract suit against VMware, signaling tensions around licensing, interoperability, or service obligations in enterprise software. The case could influence procurement strategies.

特易购对 VMware 提起违约诉讼,焦点在企业虚拟化软件的合同义务,可能影响采购策略与厂商关系。

(46) I found 10k GitHub repositories distributing Trojan malware

我发现一万多个 GitHub 仓库在分发木马恶意软件

Created: Jun 18, 2026 / 04:45 PT

▲ 951 💬 243 Security Open Source Programming

A collection of about 10,000 GitHub repositories distributing Trojan malware highlights the scale of malware hosted on code platforms. It underscores the importance of supply-chain security and rigorous review of dependencies when building software.

大约一万多个 GitHub 仓库被发现用于传播木马恶意软件,揭示代码托管平台上恶意分发的规模。这凸显了在构建软件时加强供应链安全和依赖审查的重要性。

(47) Lithuanian startup launches open-source network to detect Shahed-type drones

立陶宛初创公司推出开源网络以检测 Shahed 型无人机

Created: Jun 20, 2026 / 04:58 PT

▲ 107 💬 86 Open Source Startups
preview image

A Lithuanian startup launches an open-source network to detect Shahed-type drones, inviting researchers and communities to contribute sensors and detections. It exemplifies crowdsourced defense tech and open standards in unmanned systems.

立陶宛一家初创企业推出开源网络,用于检测 Shahed 型无人机,鼓励社区共享传感器和检测数据。这体现了以开源和众包方式提升无人机监测能力的趋势。

(48) Bootimus – A Self-Contained PXE and HTTP Boot Server

Bootimus:一款自包含的 PXE 与 HTTP 引导服务器

Created: Jun 20, 2026 / 03:55 PT

Bootimus provides a compact, self-contained PXE/HTTP boot server ideal for network booting without external services. It's handy for bare-metal provisioning, offline labs, and reproducible deployments.

Bootimus 提供一个紧凑、独立的 PXE/HTTP 引导服务器,适合在无需外部服务的情况下进行网络引导。它在裸机部署、离线实验室和可复现的测试环境中很有用,体现了便携工具的趋势。

(49) Show HN: We post-trained a model that pen tests instead of refusing

Show HN:后训练的模型倾向于进行渗透测试而非拒绝

Created: Jun 20, 2026 / 06:49 PT

▲ 78 💬 38 Show HN AI Security
preview image

It raises dual-use concerns and questions how such tools should be governed, but also hints at potential automation of security testing workflows.

该帖子介绍了一种对模型进行后续训练后,倾向于执行渗透测试而非因安全原因拒绝的做法。这引发双重用途的担忧,并提出对这类工具治理的讨论,同时也暗示了安全测试流程自动化的潜在可能。

(50) A new bill takes aim at government pressure to silence lawful online speech

新法案瞄准政府压制合法在线言论

Created: Jun 19, 2026 / 10:34 PT

▲ 278 💬 122 Legal Politics
preview image

The proposed bill would curb government pressure on platforms to remove lawful online speech, establishing clearer standards, transparency, and redress. It signals a legislative push to protect free expression online while still addressing harm online through targeted tools and accountability.

新法案拟限制政府对平台施压,要求对合法在线言论的删除设定清晰标准并提高透明度和救济途径。此举旨在保护网络表达自由,同时为治理网络有害内容提供更有针对性的工具与问责机制。

(51) Vacation With An Artist – Mini-Apprenticeships with Artists in Their Studios

Vacation With An Artist:在艺术家工作室的迷你学徒制

Created: Jun 20, 2026 / 07:40 PT

▲ 69 💬 15 Design Culture
preview image

Vacation With An Artist offers mini-apprenticeships where visitors learn directly in artists’ studios. The model blends travel with hands-on creative mentorship, supporting artists while giving patrons deeper immersion in the creative process.

Vacation With An Artist 提供在艺术家工作室进行的短期学徒制,游客可以亲身学习并获得导师指导。这种模式把旅行与创意实践结合起来,既支持艺术家,也让参与者深入体验创作过程。

(52) Think of the children: How to force real ID for all internet traffic (2023)

让所有互联网流量强制 Real ID 的构想(2023)

Created: Jun 19, 2026 / 13:19 PT

▲ 232 💬 165 Privacy Politics

The piece critiques proposals to require Real ID for all internet traffic, arguing it would enable pervasive surveillance and infringe civil liberties while complicating technical implementation. It emphasizes the risk of chilling effects and overreach.

批评将 Real ID 强制用于所有互联网流量的构想,认为这会带来广泛监控、侵害隐私并增加实施难度,同时可能产生寒蝉效应与过度集成。

(53) Satellite reveals immense scale of GPS signal tampering

卫星揭示 GPS 信号篡改的惊人规模

Created: Jun 19, 2026 / 21:07 PT

▲ 151 💬 78 Security Space
preview image

A satellite-based analysis shows GPS signal tampering at a much larger scale than previously thought, raising concerns about navigation integrity for aviation, maritime, and mobile devices. The piece underscores the need for robust PNT (positioning, navigation, timing) and potential encrypted alternatives.

卫星数据揭示 GPS 信号篡改的规模远超先前认知,威胁航空、海上导航与日常设备的定位准确性。强调需要更具鲁棒性的定位导航时钟系统,并探讨替代方案或加密信号的可行性。

(54) Iran says it's closing Strait of Hormuz, accusing Israel, US of violating truce

伊朗宣布关闭霍尔木兹海峡,指控以色列与美国违反停火

Created: Jun 20, 2026 / 09:38 PT

▲ 55 💬 36 Politics Business Energy
preview image

Iran claims to close the Strait of Hormuz and accuses Israel and the US of violating a truce. The move risks disrupting global oil shipments and heightens regional tensions.

伊朗宣布关闭霍尔木兹海峡,指控以色列与美国违反停火。此举将增加全球原油运输中断的风险,并加剧区域紧张局势。

(55) Seeing the world in radio waves with the QuadRF

用 QuadRF 看世界:通过射频信号看见

Created: Jun 20, 2026 / 13:48 PT

▲ 31 💬 1 Hardware Science
preview image

QuadRF enables seeing the world through radio-frequency signals, converting RF into interpretable visuals. The project illustrates practical RF sensing and potential hobbyist or research applications.

QuadRF 将射频信号转化为直观可视的影像,帮助以无线电波“看见”世界,展示了实用的射频传感和潜在的爱好者/研究用途。

(56) US Scientist John Jumper to Leave Google DeepMind for Anthropic

美国科学家 John Jumper 将离开 Google DeepMind 加入 Anthropic

Created: Jun 20, 2026 / 07:32 PT

John Jumper, a leading AI researcher, is leaving DeepMind to join Anthropic, signaling a high-profile shift in AI safety leadership.

AI 领域知名研究者 John Jumper 将离开 Google DeepMind 转投 Anthropic,标志着 AI 安全研究领域的高层人事变动。

(57) Millimeter wave technology drills 100 meters into granite

毫米波技术将钻探深度推至花岗岩100米

Created: Jun 20, 2026 / 11:24 PT

▲ 41 💬 3 Science

Millimeter-wave drilling pushes to 100 meters into granite, showcasing ultra-high-frequency drilling methods with potential implications for subsurface resource exploration and geothermal applications.

毫米波钻探将钻深推至花岗岩 100 米,展示超高频钻探方法,对地下资源勘探和地热应用具有潜在影响。

(58) Hey, n00b, we didn't hire you to complete tasks

嘿,新手,我们不是让你把任务全做完的

Created: Jun 19, 2026 / 17:11 PT

▲ 168 💬 88 Programming Career
preview image

A pragmatic note arguing against overloading junior developers with every task, stresses mentorship, sustainable pace, and healthy delegation. It advocates balancing hands-on work with learning and collaboration to maintain quality.

这篇简讯反对把每一项任务都推给新手,主张通过指导、合理分工和可持续的工作节奏来提高团队效率。强调团队应在动手编码与共同协作之间取得平衡,以维持代码质量与学习成长。

(59) LLMs Are Complicated Now

如今的语言模型变得更复杂

Created: Jun 19, 2026 / 18:25 PT

preview image

LLMs have grown more complex, driven by plugins, memory, multi-model capabilities, and safety controls. The post argues that this complexity demands new tooling and evaluation frameworks to understand and govern how these models are used in practice.

如今的语言模型变得更加复杂,插件、记忆、跨模态能力与安全控制叠加提升了应用难度。文章强调需要新的评估框架和工具链来理解、比较并安全地使用这类系统。

(60) Show HN: Tiny – An interpeted dynamic langauge with inline Go native functions

Show HN:Tiny——一种带有内联 Go 原生函数的解释型动态语言

Created: Jun 20, 2026 / 11:53 PT

▲ 38 💬 9 Show HN Programming
preview image

Introducing Tiny, a dynamically typed interpreted language with inline Go native function calls, offering a compact, embeddable scripting option for Go projects. It demonstrates how language design can unlock fast, scriptable extensions.

Show HN:Tiny 提供一种带有内联 Go 原生函数的解释型动态语言,便于在 Go 项目中嵌入脚本扩展,展示了更紧凑的语言设计与互操作性。

(61) The AirPods Effect

AirPods 效应

Created: Jun 18, 2026 / 16:08 PT

▲ 413 💬 720 Design Culture Energy
preview image

The AirPods effect reshaped consumer expectations around wireless audio, battery life, and device interoperability. It spurred rapid adoption of true wireless design, influenced accessory ecosystems, and shifted how tech brands think about on-device interactions.

AirPods 效应改变了消费者对无线音频、续航与设备互操作性的预期,推动了真无线设计的快速普及并影响周边生态。它也促使厂商重新思考设备交互的设计与生态策略。

(62) How to feed a dictator

如何喂养独裁者(电影)

Created: Jun 19, 2026 / 18:16 PT

▲ 138 💬 47 Politics Culture
preview image

The film examines the politics of aid and diplomacy under authoritarian regimes, revealing tactics and ethics of feeding dictatorial leaders. It analyzes how international aid, bargaining, and public perception shape power, offering warnings for policymakers and development practitioners.

影片聚焦在专制政权下的援助与外交政治,揭示喂养独裁者背后的策略与伦理。通过分析国际援助、谈判与舆论对权力的影响,为决策者与发展工作者提供警示。

(63) Big Banana Car

大香蕉车

Created: Jun 19, 2026 / 11:14 PT

▲ 164 💬 87 Design Culture
preview image

Showcases a whimsical 'Big Banana Car' project, merging art car culture with design experimentation. It demonstrates how playful builds can spark conversation about vehicle customization.

展示了“Big Banana Car”的玩趣项目,将艺术车文化与设计实验相结合,展示了富有趣味的定制车如何激发关于车辆改造的讨论。

(64) Surprising economics of load-balanced systems

负载均衡系统的出人意料的经济学

Created: Jun 19, 2026 / 13:30 PT

preview image

The article reveals counterintuitive cost dynamics in load-balanced systems, where scaling, replication, and idle capacity interact in surprising ways. It discusses how architectural choices impact total cost of ownership and performance for distributed services.

文章揭示负载均衡系统中的意外成本动态,扩展、复制与空闲容量之间的相互作用出人意料。讨论了架构选择如何影响分布式服务的总体拥有成本与性能。

(65) Web Browsers on PDAS

在 PDA 上的网页浏览器

Created: Jun 20, 2026 / 07:20 PT

▲ 43 💬 15 Web Hardware
preview image

A look back at experiments to run web browsers on PDAs reveals the severe constraints of early mobile devices. The discussion highlights how memory, CPU, and storage limits shaped the first mobile web and set the stage for today’s browsers.

回顾在 PDA 上运行网页浏览器的尝试,揭示早期移动设备的资源限制——内存、CPU、存储的约束如何塑造了最初的移动网页体验,并奠定今日浏览器的演进。

(66) Ubiquiti: Enterprise NAS, Built on ZFS

Ubiquiti:企业级 NAS,基于 ZFS

Created: Jun 18, 2026 / 07:24 PT

▲ 410 💬 349 Hardware Open Source
preview image

Ubiquiti announces an enterprise NAS built on ZFS, emphasizing data integrity, snapshots, and scalable storage for SMBs. The product signals growing interest in software-defined storage among cost-conscious businesses.

Ubiquiti 推出基于 ZFS 的企业级 NAS,强调数据完整性、快照功能与可扩展存储,面向中小企业。此举显示成本敏感型企业对软件定义存储兴趣上升。

(67) John Jumper to join Anthropic

John Jumper 将加入 Anthropic

Created: Jun 19, 2026 / 10:53 PT

▲ 155 💬 116 AI Startups
preview image

John Jumper joins Anthropic, signaling a boost in AI safety talent and expertise at the startup. The move could influence research directions and safety culture.

John Jumper 将加入 Anthropic,标志着该初创公司在 AI 安全领域的人才与专长的增强,可能影响研究方向与安全文化。

(68) Zero-Touch OAuth for MCP

MCP 的零触控 OAuth

Created: Jun 18, 2026 / 14:54 PT

▲ 277 💬 102 Security DevOps
preview image

Zero-Touch OAuth for MCP introduces an enterprise-friendly OAuth flow that provisions tokens and apps with minimal human intervention. It emphasizes automated onboarding, device registration, and policy-driven access controls to reduce friction while preserving security. This approach helps large organizations deploy cloud-native apps faster without compromising governance.

零触控 OAuth 为 MCP 提供面向企业的简化认证流程,尽量减少人工配置即可完成令牌和应用的注册。强调自动化的上线流程、设备注册与基于策略的访问控制,在降低运维成本的同时保持安全性。对于需要快速部署云原生应用的大型组织尤为重要。

(69) Ask HN: Will programmers write more efficient code during the memory shortage?

内存短缺时,程序员会写出更高效的代码吗?

Created: Jun 19, 2026 / 15:51 PT

▲ 106 💬 177 Programming
preview image

The discussion surveys whether memory scarcity pushes developers toward more memory-efficient patterns, such as streaming data, in-place algorithms, and careful resource management. It weighs evidence from practice and experiments, noting that efficiency gains can trade readability or development speed for memory footprint.

讨论探讨在内存紧张的情形下,开发者是否会倾向于更高效的内存使用策略,如流式处理、就地算法和更谨慎的资源管理。分析来自实践的证据,指出优化可能以降低可读性与执行速度换取更小的内存占用为代价。

(70) Zenzizenzizenzic

Zenzizenzizenzic:八次方的古名与趣味

Created: Jun 19, 2026 / 14:49 PT

preview image

Explains the quirky historical term zenzizenzizenzic for the eighth power, tracing its origin and how such playful nomenclature fits into the history of mathematics. A charming math curiosity.

解释八次方的古老术语 zenzizenzizenzic,追溯其起源并展示这类趣味命名在数学史中的地位。

(71) AURpocalypse now: a look at the recent AUR attacks

AURpocalypse:近期的 AUR 攻击回顾

Created: Jun 19, 2026 / 09:59 PT

▲ 114 💬 85 Security Open Source
preview image

AURpocalypse examines recent attacks on the Arch User Repository ecosystem, highlighting supply-chain risk and the importance of package verification, trust, and community vigilance.

AURpocalypse 回顾了最近对 Arch 用户仓库生态的攻击,强调供应链风险以及包签名与社区监督的重要性。

(72) W Social, public institutions and the theater of European digital sovereignty

W Social、公共机构与欧洲数字主权的舞台

Created: Jun 18, 2026 / 05:46 PT

▲ 261 💬 161 Politics Culture
preview image

The piece argues that public institutions and platforms like W Social shape Europe’s digital sovereignty narrative, highlighting governance, data governance, and the performative politics around sovereignty. It critiques how rhetoric often masks underlying regulatory tensions.

本文探讨像 W Social 这样的平台与公共机构在欧洲数字主权话语中的角色,聚焦治理、数据主权以及主权话语背后的张力。作者指出表述往往掩盖了现实中的监管冲突与政治博弈。

(73) Can you see three trees?

你能看到三棵树吗?

Created: Jun 18, 2026 / 01:16 PT

▲ 279 💬 130 Science Data AI
preview image

This piece examines a visual puzzle that asks viewers to spot three trees, using it to explore perceptual biases and the limits of detection. It sheds light on how humans differ from AI vision systems in parsing ambiguous scenes, with implications for computer vision datasets and evaluation.

通过一个让人想看看是否能在图像中识别出三棵树的视觉谜题,揭示感知偏差与察觉极限。讨论人类视觉与人工智能在解析模糊场景方面的差异,以及这对计算机视觉数据集和评估的启示。

(74) The UK's new under-16 social media ban will cause more harm than it prevents

英国未满16岁社媒禁令将弊大于利

Created: Jun 19, 2026 / 14:58 PT

▲ 70 💬 91 Politics Privacy
preview image

Britain plans to block or restrict social media access for under-16s, with platforms bearing penalties for non-compliance. Critics warn the policy may push teens toward unregulated spaces, undermining safety benefits and raising privacy concerns.

英国拟对未满16岁的用户实施社交媒体访问限制,违规平台将面临处罚。批评者认为此举可能促使青少年转向未监管的区域,削弱安全效益并引发隐私问题。

(75) Show HN: Gerrymandle - Daily puzzle game where you redraw electoral districts

Show HN:Gerrymandle - 每日拼图游戏,你重新绘制选区

Created: Jun 18, 2026 / 07:16 PT

▲ 212 💬 78 Show HN Gaming
preview image

Show HN: Gerrymandle is a daily puzzle game where you redraw electoral districts, combining map geometry with strategic play. It’s a playful exploration of political geography and algorithmic design.

Show HN:Gerrymandle 是一款每日拼图游戏,让你重新绘制选区,结合地图几何与策略玩法。它以有趣的方式展现了政治地理与算法设计。

(76) Why has the pointe shoe been so resistant to change?

为何 pointe 鞋在变革上如此迟缓?

Created: Jun 19, 2026 / 18:18 PT

▲ 52 💬 56 Health Design
preview image

This piece explains why pointe shoes have resisted modernisation, highlighting safety concerns, tradition, and manufacturing constraints that slow adoption of new designs.

本文解释了 pointe 鞋为何难以实现现代化,强调安全性、传统观念和制造工艺的限制导致新设计的采用进展缓慢。

(77) Building a robotics research setup that lives next to my desk

放在桌边的机器人研究系统

Created: Jun 18, 2026 / 07:51 PT

▲ 171 💬 57 Hardware Programming
preview image

A compact robotics research setup sits near the author’s desk, emphasizing modular hardware and accessible control software for rapid experimentation. The setup illustrates how small, affordable rigs can accelerate learning and prototype iteration in robotics research.

桌边的小型机器人研究系统强调模块化硬件和易用的控制软件,便于快速进行实验与迭代。此类桌旁工作流展示了在机器人研究中,用低成本设备加速学习与原型开发的可行性。

(78) DuckDB Internals Part 1

DuckDB 内部实现:第一部分

Created: Jun 16, 2026 / 04:07 PT

▲ 452 💬 136 Open Source Data
preview image

An introductory look into DuckDB's internals, covering architecture, storage layout, and query execution approach. The post sets the stage for deeper dives into its columnar engine and optimization tricks.

DuckDB 内部实现的入门分析,涵盖架构、存储布局与查询执行方式,为后续对其列式引擎与优化技巧的深入探讨奠定基础。

(79) Ten years of ClickHouse in open source

ClickHouse 开源十年回顾

Created: Jun 15, 2026 / 13:51 PT

▲ 320 💬 96 Open Source Data
preview image

A decade of open-source development has shaped ClickHouse into a high-performance, columnar analytics engine with a thriving community.

十年的开源开发让 ClickHouse 成为高性能的列式分析引擎,并拥有活跃的社区。文章回顾了关键里程碑、治理演变,以及早期架构选择如何推动在各行业的广泛采用。

(80) How Japan's railways stayed one while splitting apart

日本铁路在分拆中如何保持统一

Created: Jun 17, 2026 / 07:03 PT

▲ 183 💬 138 Culture Design
preview image

An exploration of how Japan's railways preserved a unified national identity despite privatization into independent JR companies. The article delves into branding choices, logo consistency, and cross-network coordination that kept the system feeling cohesive.

探讨日本铁路在分拆成多家独立公司后,如何保持统一的国家形象。文章聚焦品牌策略、标志的一致性,以及跨网络协作,维持系统的连贯感。

(81) A Perceptron in Age of Empires II

在《帝国时代 II》中实现感知机

Created: Jun 18, 2026 / 00:50 PT

▲ 109 💬 41 AI Gaming
preview image

The post shows how a simple perceptron can be mapped into the game’s logic circuits, effectively simulating a tiny neural net inside AoE2 setups. It discusses wiring, training, and limitations, illustrating how classic ML concepts can be demonstrated in a game environment.

文章演示如何将一个简单的感知机映射到游戏的电路逻辑中,在《帝国时代 II》的设定里模拟一个小型神经网络。内容涵盖连线、训练与局限性,展示了经典机器学习概念如何在游戏环境中得到直观体现。

(82) Zen and the Art of Machine Learning Research

机器学习研究的禅意与艺术

Created: Jun 15, 2026 / 17:45 PT

▲ 276 💬 100 AI Science
preview image

ML research benefits from simplicity, reproducibility, and deliberate iteration rather than hype. This piece argues for a mindful approach to experimentation, open data, and robust evaluation to advance reliable models.

机器学习研究应追求简洁、可重复性与有目的的迭代,而非追逐热度。文章主张用心对待实验设计、开放数据与稳健评估,以推动更可靠的模型。

(83) Data Compression Explained (2012)

数据压缩解释(2012)

Created: Jun 16, 2026 / 14:51 PT

▲ 179 💬 30 Data Science

This classic explainer distills core ideas in data compression: entropy, coding, and models, with approachable examples. It contrasts practical algorithms like LZ and arithmetic coding and discusses the trade-offs between compression ratio, speed, and memory usage. The piece helps readers appreciate why compression remains a balance between theory and engineering.

这篇经典文章梳理了数据压缩的核心原理,包括熵、编码方案和统计模型,并通过直观示例帮助读者理解。它对比了常用算法如 LZ 与算术编码,并讨论了压缩比、速度与内存开销之间的权衡,揭示了压缩领域的挑战与魅力。

(84) 15-minute at-home Lyme disease tick test

在家用 15 分钟的莱姆病蜱虫检测

Created: Jun 18, 2026 / 05:22 PT

preview image

A 15-minute at-home test promises to help identify Lyme disease ticks, enabling rapid risk assessment without clinic visits. The development points to accessible, consumer-friendly approaches to vector-borne disease monitoring.

一款 15 分钟的家用检测工具可帮助识别携带莱姆病蜱虫的风险,减少就诊负担。此类检测反映了向大众提供易用的向量传播疾病监测工具的趋势。

(85) MiniMax M3 vs. GLM 5.2: Codegen comparison across autonomous coding tasks

MiniMax M3 与 GLM 5.2:自治编码任务的代码生成对比

Created: Jun 19, 2026 / 09:52 PT

▲ 32 💬 8 AI Programming
preview image

A benchmark comparing two AI code-generation models on autonomous coding tasks, highlighting where each model excels and providing guidance on deployment decisions.

对 MiniMax M3 与 GLM 5.2 在自治编码任务上的代码生成能力进行对比,揭示各自的优势并为部署决策提供指引。

(86) Telescope Ranchers

望远镜牧场主

Created: Jun 16, 2026 / 03:34 PT

▲ 137 💬 52 Culture Space
preview image

An evocative look at ranchers who embrace astronomy as a core part of life, showing how wide-open skies and remote environment foster unique stargazing practices. The piece contrasts traditional ranching with modern observational tech, shedding light on how rural communities contribute to science culture.

这篇报道讲述把天文学融入牧场生活的牧场主们,辽阔夜空和偏远环境让观星成为独特的日常。文本对比了传统牧场与现代观测技术,揭示偏远社区如何为科学文化添入一抹独特风景。

(87) Show HN: Metiq: a real time 3D globe for 100 public datasets

Show HN:一个实时的三维地球仪,用于可视化100个公开数据集

Created: Jun 16, 2026 / 07:43 PT

▲ 137 💬 39 Show HN Web

Metiq offers a real-time 3D globe visualization for a hundred public datasets, enabling fast, immersive exploration of geo-annotated data. Built for developers, it demonstrates how WebGL and streaming data can empower interactive data storytelling.

Metiq 提供一个实时的三维地球仪,用于可视化100个公开数据集,便于对地理标注数据进行沉浸式探索。面向开发者的工具展示了 WebGL 与数据流在互动数据讲述中的应用潜力。

(88) The discovery that changed how scientists think about memory

改变科学家记忆观的发现(IBM)

Created: Jun 17, 2026 / 04:09 PT

preview image

The Kavli Prize-recognized finding reshapes how scientists view memory, suggesting memory relies on distributed networks rather than isolated storage.

这项获得 Kavli 奖的发现改变了科学家对记忆的理解,提示记忆可能分散在大脑网络中而非单一存储单元。它对神经科学、衰老研究和受 AI 启发的记忆模型具有深远影响,推动对记忆障碍的新策略。

(89) Whole cross-sectional human ultrasound tomography

全横截面人体超声层析成像

Created: Jun 18, 2026 / 02:23 PT

▲ 60 💬 10 Science Health
preview image

A breakthrough in ultrasound imaging enabling whole cross-sectional tomography of the human body, offering non-invasive, high-resolution views that could aid in diagnostics.

在超声成像方面取得突破,能够对人体整幅横截面进行层析成像,提供非侵入性且高分辨率的影像,有助于诊断。

(90) Egyptian Fractions (2006)

埃及分数:将分数表示为单位分数的历史与方法

Created: Jun 15, 2026 / 16:37 PT

preview image

A mathematical look at Egyptian fractions, expressing rationals as sums of distinct unit fractions. The piece traces historical context, simple algorithms, and how these representations relate to number theory.

对埃及分数进行数学探讨,将有理数表示为互不相同的单位分数之和,追溯历史背景、简单算法及与数论的关系。

(91) A 1969 camera operators' strike created Upstairs Downstairs multiverse

1969 年摄影机操作员罢工催生的 Upstairs Downstairs 平行宇宙

Created: Jun 16, 2026 / 11:24 PT

▲ 76 💬 22 Culture Entertainment
preview image

During a 1969 strike by camera operators, TV production color handling diverged, effectively creating multiple visual variants of Upstairs, Downstairs. The piece uses this historical quirk to illustrate how production constraints can shape archival color and viewer perception, producing a kind of 'color multiverse' in classic television.

1969 年摄影机操作员罢工影响了电视制作,导致 Upstairs, Downstairs 出现了不同版本的色彩处理,形成视觉上的‘平行宇宙’。文章借此历史趣事揭示制作约束如何影响档案色彩与观众感知,以及色彩在电视史中的作用。

(92) Inference cost at scale with napkin math

用随手算方法估算大规模推理成本

Created: Jun 16, 2026 / 11:57 PT

▲ 74 💬 15 AI Business Hardware

A quick back-of-the-envelope method to estimate the cost of large-scale model inference, factoring in model size, throughput, hardware, and cloud pricing. The post shows how napkin math can guide budgeting and optimization decisions.

给出一个用随手算方法估算大规模模型推理成本的简易框架,考虑模型大小、吞吐量、硬件与云价格等因素,帮助预算规划与优化决策。

(93) Show HN: Microcrad – Micrograd Reimplemented in C

Show HN:Microcrad——用 C 语言重新实现的 Micrograd

Created: Jun 17, 2026 / 06:34 PT

▲ 69 💬 21 Show HN Programming Open Source
preview image

Microcrad is a C reimplementation of Micrograd, a tiny autograd library. The project demonstrates portability and performance benefits of a low-level autodiff toolkit and invites comparisons with Python-based originals.

Microcrad 是对 Micrograd 的 C 语言重新实现,展示了低级自动微分工具的可移植性与性能潜力,并与原有的 Python 实现进行对比。

(94) Semiconductor Lifeline Keeps Fighter Jets in the Air

半导体遗产芯片让战机继续飞行

Created: Jun 16, 2026 / 05:31 PT

▲ 68 💬 18 Hardware Business
preview image

A look at how legacy semiconductors keep fighter jets operational, highlighting the fragility of modern supply chains and the importance of long-lived components in aerospace.

文章阐述遗留半导体如何维持战机运行,凸显现代供应链的脆弱性以及航空航天对长期可靠组件的重要性。

(95) The Cold War's Accidental Whale Observatory

冷战时期的意外鲸鱼观测站

Created: Jun 16, 2026 / 18:06 PT

▲ 56 💬 25 Science Culture DevOps

Long-baseline acoustic arrays built to track Soviet submarines accidentally yielded whale data, enabling scientists to study migrations and acoustics. This shows how military infrastructure can spur unexpected scientific insights.

冷战时期用于追踪苏联潜艇的声学阵列意外为鲸类研究提供了数据,推动了对鲸群迁徙和声学行为的理解。这展示了军事基础设施在科学研究中的意外价值。

(96) Digital Printing of Arabic: explaining the problem

阿拉伯文印刷的难题:问题解析

Created: Jun 16, 2026 / 15:23 PT

preview image

The article outlines the core challenges of rendering Arabic text in digital printing, including contextual shaping, ligatures, bidirectional layout, and diacritics. It explains why Arabic typesetting requires sophisticated shaping engines to preserve correct forms.

文章解释了在数字印刷中呈现阿拉伯文时的独特挑战,包括字形的上下文变化、连字、双向排版、元音标记以及字体排版引擎的工作原理。还讨论了排版系统需要如何处理上下文与书法规范以呈现正确的字形。

(97) Human Judgment as a Specification

将人类判断作为规范

Created: Jun 17, 2026 / 05:45 PT

▲ 45 💬 19 AI Science
preview image

The piece argues that human judgments can serve as a specification for AI behavior, enabling scalable alignment by turning preferences into concrete constraints. It discusses practical implications for human-in-the-loop AI design.

人类判断可以被用作 AI 行为的规范,将偏好转化为具体约束,从而实现可扩展的对齐。这一思路对人机协作型 AI 设计有重要启示。

(98) Soccer Arcade Games Through the Years

足球街机游戏的历史演变

Created: Jun 16, 2026 / 07:30 PT

▲ 39 💬 19 Gaming Entertainment Science
preview image

Soccer arcade games have evolved from mechanical, coin-op machines to modern digital titles with licensed teams and physics-based gameplay. The piece traces the arc of arcade design across decades, highlighting how gameplay, accessibility, and nostalgia intersect with football culture as the sport grows globally.

足球街机游戏经历了从机械装置到现代数字游戏的演变,涉及许可、玩法与物理仿真等方面的进步。文章追溯数十年的发展,强调游戏设计、易用性与怀旧情感如何与足球文化交织。它展示了街机在不同时代的硬件演进和玩家体验的变化。

(99) Computed goto for efficient dispatch tables (2012)

用于高效派发表的计算 goto(2012)

Created: Jun 17, 2026 / 06:51 PT

▲ 37 💬 17 Programming
preview image

The post explains how computed goto can speed up dispatch tables in interpreters by reducing branches and improving cache locality. It’s a practical trick for building high-performance language runtimes.

文章讲解了计算 goto 如何通过减少分支预测失败并提升缓存局部性来加速解释器的派发表,是构建高性能语言运行时的实用技巧。

(100) NOLA 'Nacular: One man's crusade to preserve New Orleans's vernacular signage

NOLA Nacular:一人守护新奥尔良方言招牌的事业

Created: Jun 16, 2026 / 18:51 PT

▲ 33 💬 2 Design Culture
preview image

NOLA Nacular chronicles one man’s effort to preserve New Orleans' vernacular signage, showing how typography, language, and local history intersect with urban design.

NOLA Nacular 记录了一个人保护新奥尔良本地招牌的努力,展示字体、语言与城市历史如何交织在城市设计中。