Scraped at 07:11, June 20, 2026 (PDT)
(1) CSSQuake
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 就能实现接近游戏体验的交互能力。
(2) I Stored a Website in a Favicon
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 与解码的限制,以及这种非常规数据通道在实用性和安全性上的含义。
(3) Hyundai buys Boston Dynamics
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亿美元。这笔交易巩固了现代在机器人领域的长期野心,便于在其业务线里整合机器人硬件、人工智能与智能出行生态。
(4) Where to Find the Colors Your Screen Can't Show You
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),并提供在屏幕受限时传达颜色意图的实用方法。
(5) Norway imposes near ban on AI in elementary school
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的权衡。
(6) Bobby Prince, composer for Doom, Wolfenstein 3D, and Duke Nukem 3D, has died
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游戏的声音风格,并持续影响着游戏音乐史。
(7) Google workspace threatening to block Firefox access
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 为核心的生态,并影响偏好隐私的工作环境。
(8) Court Records Should Be Free
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 呼吁法院记录应免费向公众开放并可机器可读,以提升透明度、研究和问责。倡导建立公开的法院数据标准,降低记者、研究者和公众的使用成本。
(9) Satellite reveals immense scale of GPS signal tampering
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 信号篡改的规模远超先前认知,威胁航空、海上导航与日常设备的定位准确性。强调需要更具鲁棒性的定位导航时钟系统,并探讨替代方案或加密信号的可行性。
(10) There are no instances in ATProto
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 上的思路有显著影响。
(11) AI Engineer Claims to Have Cracked Linear A
An AI engineer claims to have deciphered Linear A using machine learning. The claim is controversial and lacks independent verification, but if substantiated it would upend assumptions about ancient scripts and AI’s reach in decipherment.
一名 AI 工程师声称使用机器学习破解线性 A,但缺乏独立验证。若属实,这将颠覆对古代文字的认知和 AI 在解密领域的应用边界。
(12) Americans express unease over SpaceX's influence on retirement savings
Public concern grows that SpaceX and its founder’s influence could shape retirement portfolios and market dynamics.
公众越来越担心 SpaceX 及其创始人在退休储蓄投资中的影响力可能改变投资走向。文章指出集中投资的风险与在员工养老金和市场治理方面可能出现的权力不平衡。
(13) Hey, n00b, we didn't hire you to complete tasks
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.
这篇简讯反对把每一项任务都推给新手,主张通过指导、合理分工和可持续的工作节奏来提高团队效率。强调团队应在动手编码与共同协作之间取得平衡,以维持代码质量与学习成长。
(14) How many of the 170k English words do you know?
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万单词的清单中估算自己的词汇量,揭示不同读者之间的差异。它说明了流利程度更多依赖上下文与词频,而非记住所有单词。
(15) Project Valhalla, Explained: How a Decade of Work Arrives in JDK 28
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 用户在性能、内存效率和向后兼容性方面将看到的变化。
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.
影片聚焦在专制政权下的援助与外交政治,揭示喂养独裁者背后的策略与伦理。通过分析国际援助、谈判与舆论对权力的影响,为决策者与发展工作者提供警示。
(17) GPT-5.5 hallucinates 3x more than MIT-licensed GLM-5.2
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 高出约三倍,这让人担忧大模型的可靠性。文中讨论可能的原因,以及这对依赖对话型助手的开发者意味着什么。
(18) A new bill takes aim at government pressure to silence lawful online speech
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.
新法案拟限制政府对平台施压,要求对合法在线言论的删除设定清晰标准并提高透明度和救济途径。此举旨在保护网络表达自由,同时为治理网络有害内容提供更有针对性的工具与问责机制。
(19) Think of the children: How to force real ID for all internet traffic (2023)
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 强制用于所有互联网流量的构想,认为这会带来广泛监控、侵害隐私并增加实施难度,同时可能产生寒蝉效应与过度集成。
(20) Amazon drops Sam Altman movie after announcing OpenAI partnership
Amazon reportedly scrapped a Sam Altman biopic after disclosing a partnership with OpenAI. The move underscores how corporate AI alliances can influence media projects and storytelling strategies in the AI era.
据称,亚马逊在公布与 OpenAI 的合作后取消了山姆·奥特曼传记片,凸显 AI 行业联盟对媒体项目的潜在影响。
(21) Is AI ruining our skills? Early results are in – and they're not good
Early studies summarized by Nature suggest AI assistance can erode core skills when used as a crutch, from arithmetic to writing and coding. The findings underline a trade-off between productivity and skill retention, urging new approaches to education and assessment in an AI-heavy era.
早期研究表明,若过度依赖 AI 提供帮助,部分核心技能(如算术、写作、编程)可能退化。研究强调生产力与技能维持之间的权衡,促使教育与评估在 AI 化时代进行重新设计。
(22) Iran requires insurance on ships using Strait of Hormuz, fees likely to follow
Iran now requires mandatory insurance for ships transiting the Strait of Hormuz, which could raise shipping costs and reshape insurance markets. The policy signals tighter controls and potential ripple effects across global trade and vessel routing.
伊朗如今要求经霍尔木兹海峡航行的船舶投保,可能提高运费并影响保险市场。该政策体现对航运活动更严格的监管以及全球贸易的潜在连锁反应。
(23) Ask HN: Will programmers write more efficient code during the memory shortage?
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.
讨论探讨在内存紧张的情形下,开发者是否会倾向于更高效的内存使用策略,如流式处理、就地算法和更谨慎的资源管理。分析来自实践的证据,指出优化可能以降低可读性与执行速度换取更小的内存占用为代价。
(24) Swiss parliament lifts ban on new nuclear power plants
Switzerland's parliament voted to lift the ban on new nuclear power plants, signaling a pivot in the country's energy strategy. The move could affect climate goals, energy security, and the pace of nuclear innovation in Europe.
瑞士议会投票解除对新核电厂的禁令,标志着能源战略的转折。此举可能影响碳目标、能源安全以及欧洲在核能创新上的推进速度。
(25) Big Banana Car
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”的玩趣项目,将艺术车文化与设计实验相结合,展示了富有趣味的定制车如何激发关于车辆改造的讨论。
(26) Surprising economics of load-balanced systems
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.
文章揭示负载均衡系统中的意外成本动态,扩展、复制与空闲容量之间的相互作用出人意料。讨论了架构选择如何影响分布式服务的总体拥有成本与性能。
(27) John Jumper to join Anthropic
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 安全领域的人才与专长的增强,可能影响研究方向与安全文化。
(28) The AirPods Effect
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 效应改变了消费者对无线音频、续航与设备互操作性的预期,推动了真无线设计的快速普及并影响周边生态。它也促使厂商重新思考设备交互的设计与生态策略。
(29) The room the economy can't see
Explores parts of the economy that traditional metrics fail to capture, such as informal work and shadow activity, arguing for richer data to reveal the true economic landscape. It invites reconsideration of how we measure growth and well-being.
讨论传统经济统计无法覆盖的领域,如非正式就业和影子经济,呼吁使用更丰富的数据来描绘真实的经济格局。文章促使人们重新思考经济增长与福利的衡量方式。
(30) Show HN: Are You in the Weights?
Show HN presents a project centered on model weights, inviting the community to explore, audit, or contribute to a weights-focused tool or dataset.
Show HN 展示了一个聚焦模型权重的项目,邀请社区参与探索、审阅或为一个权重相关的工具或数据集贡献。
(31) I told them forced consent was unlawful. 5 years later it cost Elkjop €1.8M
Forcing user consent is unlawful and can trigger hefty penalties; this case shows a retailer paying €1.8M five years later. The outcome underscores the necessity of informed, freely given, and revocable consent, plus robust privacy-by-design practices.
强制获取用户同意违反法律,最终导致高额罚款;该案五年后 Elkjøp 被处以 €180 万罚金,凸显知情、自由且可撤销同意的重要性,以及以隐私为设计核心的合规实践。
(32) The founder of Craigslist has given away half a billion dollars
Craig Newmark, Craigslist's founder, has given away about $500 million, underscoring a notable philanthropic commitment from a tech founder. The donations likely support journalism and civil society causes, reflecting a trend of tech leaders funding public goods.
Craigslist 创始人 Craig Newmark 已捐出约 5 亿美元,展示了科技创始人对公益的长期承诺。这笔捐款大多用于支持新闻业、公民社会等领域,体现科技领袖在公共事务上的影响力与责任感。
(33) A website that lists websites to submit your website to
An index that aggregates websites you can submit your own site to, illustrating how directory submissions organized the early web. It highlights a form of link-building that has faded from mainstream SEO, while still offering discovery channels for small sites.
这是一个集合了可提交自己网站的入口目录,展示了早期网页如何通过目录提交来提升曝光。虽然如今被视为过时的 SEO 策略,但对小型站点仍有发现新读者的作用。
(34) Ubiquiti: Enterprise NAS, Built on ZFS
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,强调数据完整性、快照功能与可扩展存储,面向中小企业。此举显示成本敏感型企业对软件定义存储兴趣上升。
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 提供面向企业的简化认证流程,尽量减少人工配置即可完成令牌和应用的注册。强调自动化的上线流程、设备注册与基于策略的访问控制,在降低运维成本的同时保持安全性。对于需要快速部署云原生应用的大型组织尤为重要。
(36) Norway greenlights first full-scale ship tunnel
Norway approves the first full-scale ship tunnel to help vessels avoid treacherous routes, potentially reducing weather risk and emissions. The project embodies a high-cost, high-impact infrastructure bet with climate and logistics implications.
挪威批准全球首个全尺度的船舶隧道,帮助船只绕过恶劣海况,或降低运营风险与排放。此项目是高成本高回报的基础设施尝试,兼具气候与物流影响。
(37) Ice water drowning survival of young patient (2025)
A case report documents a young patient who survived drowning after ice-water immersion with a favorable neurological outcome. It reinforces that cold exposure can extend the window for resuscitation and underscores the importance of rapid CPR and high-quality post-resuscitation care.
本病例报道记录了一名年轻溺水者在冰水中生还并获得良好神经功能结果。研究强调寒冷水体的保护性影响可能延长复苏窗口,并凸显快速高质量 CPR 与事后护理的重要性。
(38) Let's Encrypt had a higher error rate for 90 minutes today
Let's Encrypt logged a 90-minute window of elevated error rates, potentially affecting certificate issuance and renewals for many sites. The incident highlights the fragility of critical PKI services and the importance of robust failover and monitoring.
Let's Encrypt 出现约 90 分钟的错误高峰,可能影响网站的证书颁发与续期。事件揭示关键公钥基础设施的脆弱性以及对故障转移与监控的需求。
(39) So You Want to Define a Well-Known URI
A guide to defining and using well-known URIs to advertise service metadata and endpoints, with attention to conventions, security, and interoperability. It helps developers design predictable, standard-compliant web services.
本文介绍如何定义和使用 well-known URI(如 /.well-known/)来公开服务元数据与认证端点等信息,强调命名规范、安全要点与互操作性。
(40) What was nice about the UI of Windows 2000
Windows 2000's UI is praised for its pragmatic clarity and consistency, which helped enterprise users work efficiently. The piece contrasts that era's restrained design with modern UI experiments, arguing that usability sometimes trumps novelty.
文章回顾 Windows 2000 的界面,称赞其清晰、稳定、风格统一,提升了企业用户的工作效率。与如今的设计趋势相比,这一代 UI 的可用性和一致性往往超过花哨的创新。
(41) Datasette Apps: Host custom HTML applications inside Datasette
Datasette Apps lets you embed custom HTML apps inside a Datasette instance, enabling richer data dashboards without leaving the data platform. This reflects a broader trend toward portable, in-platform tooling for data teams.
Datasette Apps 允许在 Datasette 实例中嵌入自定义 HTML 应用,提升数据仪表板的能力而无需离开数据平台。此举反映了以数据为中心的可移植网页工具的趋势。
(42) Show HN: Gerrymandle - Daily puzzle game where you redraw electoral districts
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 是一款每日拼图游戏,让你重新绘制选区,结合地图几何与策略玩法。它以有趣的方式展现了政治地理与算法设计。
(43) Update on Ocean Observatories Initiative
NSF's update on the Ocean Observatories Initiative outlines progress on coastal and deep-sea sensor networks, plus ongoing funding and maintenance challenges. The report reveals how such large, long-running science infrastructure is managed over time.
NSF 发布的海洋观测倡议更新概述了沿岸与深海传感网络的进展,以及资金与维护方面的持续挑战。报告揭示了长期基础设施科学计划在资金、数据获取和维护方面的管理要点。
(44) Wages in America Are Too Low for the 30% Rule to Work for Renters Anymore
Argues that current wages in America are insufficient for renters once the 30% housing-cost guideline is considered, given rising rents and slow wage growth.
随着租金上涨和工资增速放缓,30% 的租房规则在美国已不再适用。文中讨论对家庭、政策及市场的影响。
(45) Building a robotics research setup that lives next to my desk
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.
桌边的小型机器人研究系统强调模块化硬件和易用的控制软件,便于快速进行实验与迭代。此类桌旁工作流展示了在机器人研究中,用低成本设备加速学习与原型开发的可行性。
(46) Migrating from GNU Stow to Chezmoi
A practical guide to moving from GNU Stow to Chezmoi for dotfile management, covering migration steps, secrets handling, and multi-device syncing. The change reflects a maturation of personal config workflows toward cross-machine portability.
本文提供从 GNU Stow 迁移到 Chezmoi 的实用指南,涵盖迁移步骤、密钥管理与多设备同步等要点。反映了个人配置管理向跨设备可移植化的演进。
A provocative piece arguing that AI-driven hate content can escalate if misaligned with safety goals and incentives, urging designers to address bias, moderation, and governance. It emphasizes that progress must be tempered by robust safety controls.
这篇观点文章质疑 AI 生成的仇恨内容在安全目标与激励机制不健全时如何扩散,强调需要在设计、偏见治理和治理机制上做出改进。
(48) Launch HN: TesterArmy (YC P26) – Agents that test web and mobile apps
TesterArmy provides autonomous agents that simulate real-user interactions to test web and mobile apps, enabling scalable, continuous QA. By combining AI with automation, it aims to catch flaky tests and regressions earlier in development.
TesterArmy 提供可自主运行的代理,模拟用户行为来测试网页和移动应用,支持持续规模化的质量保证。通过将 AI 与自动化结合,旨在更早发现不稳定测试与回归问题。
(49) The Token Compression Illusion: Why I'm Skeptical of RTK
A skeptical take on token compression and RTK, arguing they don’t address core efficiency or capability gaps in AI models and may introduce overhead or information loss. The piece advocates for deeper architectural improvements instead of compression tricks.
对令牌压缩与 RTK 的质疑观点,认为此类技术未解决 AI 模型的核心效率与能力问题,可能带来额外开销与信息损失。作者主张寻求更深入的架构改进。
A guide to migrating dotfiles management from OpenClaw to Chezmoi, covering tooling changes, data handling, and cross-device synchronization. It helps practitioners modernize and unify their config workflows.
本文提供从 OpenClaw 迁移到 Chezmoi 的指南,涵盖工具变更、数据处理与跨设备同步等要点,帮助开发者统一并现代化配置管理工作流。