4. 電子郵件,擺脫地點和方式的束縛:一款適用於 JS 和 TS 的跨運行時、跨服務商的電子郵件庫 Email, decoupled from where and how: A cross-runtime, cross-provider email library for JS & TS (hackers.pub)
5. 開源 3D 解剖學瀏覽器:2,234 個可選的 BodyParts3D 網格、系統層、搜索功能和爆炸視圖 Open-source 3D anatomy explorer: 2,234 selectable BodyParts3D meshes, system layers, search, and exploded views (github.com)
9. 介紹 CUDA Rust:編寫 GPU 內核的兩種路徑 Introducing CUDA Rust: Two Tracks for Writing GPU Kernels (developer.nvidia.com)
10. 為什麼 Emacs Consult 的異步搜索感覺很慢,以及如何加快其速度 Why Emacs Consult async searches feel slow and how to speed them up (www.jamescherti.com)
11. Qwen3.8 27B量化方案的基準測試:4位表現穩定,1位表現崩潰 Benchmarking Qwen3.8 27B quantizations: 4-bit holds up, 1-bit collapses (quesma.com)
16. 在Tenstorrent硬件上運行大型語言模型:深入解析vLLM TT插件 Serving LLMs on Tenstorrent Hardware: Inside the vLLM TT Plugin (vllm.ai)
18. 《為什麼約翰尼不會加密:對 PGP 5.0 的可用性評估》(1999) Why Johnny Can''t Encrypt: A Usability Evaluation of PGP 5.0 (1999) (www.usenix.org)
20. Patchwork-26:一個靈活、協作、以本地為先的工作空間 Patchwork-26: A malleable, collaborative, local-first workspace (youtu.be)
21. 《Sloc Cloc and Code》——我剛剛是不是被“巴斯特·斯克魯格”了? Sloc Cloc and Code - Did I just get Buster Scrugged? (boyter.org)
23. OpenNMC 是一款價格昂貴的 APC 管理卡的開源替代品 OpenNMC is an open replacement for expensive APC management cards (www.jeffgeerling.com)
26. 說到底,BigTechCompany 的產品到底哪裡不好呢? What makes BigTechCompany''s products bad, anyway? (herecomesthemoon.net)
27. 對我的電動滑板車進行逆向工程,並用Rust語言重寫固件 Reverse engineering my e-scooter and rewriting the firmware in rust (bensimms.moe)
28. NetBSD GSoC 2026 兼容性測試:Linux 系統調用測試 NetBSD GSoC 2026 Testing Compat Linux Syscall testing (blog.netbsd.org)
31. 三維不可壓縮歐拉方程、布西內斯克方程及IPM方程在光滑外力作用下的有限時間爆發 Finite-time blowup with smooth forcing for 3D incompressible Euler, Boussinesq, and IPM (mastodon.social)
35. 歐洲核子研究組織(CERN)從 CentOS Linux 遷移到 Debian 的路徑 CERN''s migration path from CentOS Linux to Debian (lwn.net)
36. 用 shell 腳本或 dinit 替代 startplasma(第 1 部分) Replacing startplasma with shell scripts or dinit (Part 1) (cukic.co)
39. 度過“黑色星期五”:藉助Falcon處理3290億次請求 Surviving Black Friday: 329 billion requests with Falcon (www.youtube.com)
42. 關於受迫三維歐拉方程有限時間爆發現象的聲明,以及OpenAI的行為 Statement on finite-time blowup for forced 3D Euler, and OpenAI''s conduct (cims.nyu.edu)
48. 我已經對一份證書頒發機構(CA)的RSA密鑰進行了因式分解……這份證書頒發機構可追溯至90年代 I’ve factored the RSA keys of a Certificate Authority…from the 90s (mcpherrin.ca)
61. 每位內核程序員都應瞭解的跳轉標籤知識 Wander Lairson Costa What every kernel programmer should know about Jump Labels Wander Lairson Costa (walac.github.io)
64. GEM for Linux 提供了一個經典的圖形化桌面環境,包含窗口、菜單、對話框以及一個 68K 模擬器 GEM for Linux provides a classic graphical desktop with windows, menus, dialogs & a 68K emulator (github.com)
79. 人工智能時代下的PL教育:專訪施里拉姆·克里希納穆爾蒂 PL Education in the Age of AI: Interview with Shriram Krishnamurthi (www.typetheoryforall.com)
82. C 和 Go 語言中的數據競爭以及 ThreadSanitizer 的侷限性 Data races and the limits of ThreadSanitizer in C and Go (theconsensus.dev)
83. 前沿實驗室是否將人工智能的安全與保障混為一談了? Have the frontier labs mixed up AI safety and security? (martinalderson.com)
86. 為什麼用處理後端的方式來處理前端會導致前端失敗 Why frontends fail when you approach them like a backend (marijkeluttekes.dev)
91. NetBSD 9.5 正式發佈,netbsd-9 達到生命週期終止(EOL) NetBSD 9.5 released and EOL for netbsd-9 (blog.netbsd.org)
96. 使用代碼生成在Forth中構建一個Brainfuck領域特定語言(DSL) Building a Brainfuck DSL in Forth using code generation (venko.blog)
100. 陶哲軒談僅憑純人工智能方法過早解決[一個數學]問題 Terence Tao on prematurely solving [a maths] problem by purely AI-powered methods (mathstodon.xyz)
102. Debian 代碼搜索:基於 Go SIMD 的高速 TurboPFor Debian Code Search: Fast TurboPFor with Go SIMD (michael.stapelberg.ch)
114. 您在 NAS/備份中使用的是哪種文件系統?為什麼選擇它? What filesystem are you running on your NAS/Backups, and why? (lobste.rs)
117. 指出錯誤:uutils 和 coreutils 中的編譯器風格診斷信息 Pointing at the error: compiler-style diagnostics in uutils coreutils (uutils.org)
121. 可視化 Rust 的虛函數表:dyn Trait 在內存中的工作原理 Visualizing Rust''s Vtables: How dyn Trait Works In Memory (sofiabelen.github.io)
124. 針對整個 Linux 發行版的信任-信任攻擊(通過 strip 工具) Trusting-Trust Attack against an Entire Linux Distribution (via the strip utility) (arxiv.org)
125. AI 處理事件,工程師與系統脫節 AI handles incidents, engineers lose touch with their systems (www.sylvainkalache.com)
126. Bespoke:一款專為會說“請”的人設計的編程語言 Bespoke: A Programming Language for People Who Say Please (blog.hofstede.it)
127. 要求開發者利用人工智能來審查他們親手編寫的代碼,這要求是否太高了? Is it too much to ask devs to use AI to review their hand-crafted code? (lobste.rs)
128. Plush 的新寄存器式解釋器快得離譜 Plush''s New Register-Based Interpreter Is Insanely Fast (pointersgonewild.com)
132. MISRust:將 MISRA-C 編碼指南映射到 Rust 編程語言 MISRust: Mapping MISRA-C Coding Guidelines to the Rust Programming Language (arxiv.org)
140. jank 重新構想了 C 錯誤處理機制,並獲得了官方的原生包倉庫 jank reimagines C errors and gets an official native package repo (jank-lang.org)
142. 全新的 Go JSON API:速度提升一倍,還是慢了 1.5 倍? The new Go JSON API: twice as fast, or 1.5x slower? (lemire.me)
146. FORCE_COLOR:讓您的命令行始終色彩豐富,即使在管道傳輸時也不例外——在日誌、輸出流等場景中保留文本顏色 FORCE_COLOR: Keep Your Command Line Colorful, Even when Piping - Retain Text Colors in Logs, Output Streams, and More (force-color.org)
152. 今年春天,OpenAI的智能體在一起此前未公開的AI“越界”事件中劫持了德國某網站 OpenAI agents hijacked German website in previously undisclosed AI breakout this spring (www.reuters.com)
153. smolts:一款面向教學語言的教學型集成開發環境(eighty-twenty news) smolts: a pedagogical IDE for a teaching language (eighty-twenty news) (eighty-twenty.org)
156. 《Haskell 懶惰求值不完全指南》(2015) The Incomplete Guide to Lazy Evaluation in Haskell (2015) (apfelmus.nfshost.com)
164. Web開發入門課程:在漸進增強方面可以做哪些微小調整? WebDev intro course: what small changes towards progressive enhancement? (lobste.rs)
170. 我是如何將BBC Micro Elite改裝成雙人遊戲的 How I converted BBC Micro Elite into a two-player game (elite.bbcelite.com)
171. 功能上的禪意 [保持 Python 代碼庫簡潔的七條準則] Functionally Zen [Seven tenets for keeping Python codebases simple] (testdouble.com)
172. 當你最喜歡的編程語言存在法西斯主義問題時,你會怎麼做? What do you do when your favorite programming language has a fascism problem? (codeandcake.dev)
184. Emacs 的“newcomers-presets”主題包含哪些內容? What''s in the Emacs newcomers-presets theme? (sachachua.com)
185. 作為長期使用RHEL的機構,歐洲核子研究組織(CERN)正將其工業計算機遷移至Debian系統 CERN transitioning industrial computers to Debian after being a longtime RHEL institution (www.phoronix.com)
188. 我認為軍用小賣部的冷凍櫃遭到了黑客攻擊 I Think the Military Commissary Freezers Were Hacked (signalandsilence.substack.com)
192. 美國政府在《紐約時報》版權案中支持OpenAI US government backs OpenAI in New York Times copyright case (www.reuters.com)
205. 在 C 和 Rust 標準庫中實現 FMA 並發現 bug Implementing FMA and finding bugs in C and Rust standard libraries (shnatsel.github.io)
210. “激進去中心化、激進賦權與Dynamicland”(2022) Radical Decentralization, Radical Empowerment, and Dynamicland (2022) (dynamicland.org)
211. PrusaSlicer 3.0 預覽版——為3D打印的未來而生 PrusaSlicer 3.0 Preview - Built for the Future of 3D Printing (blog.prusa3d.com)
212. PostgreSQL 正則表達式的新功能(pg_tre 和 pg_re2) New things for regular expressions in PostgreSQL (pg_tre and pg_re2) (www.depesz.com)
214. 再見,Perspective API:NLP、CSS 和 LLM 評估中測量基礎設施的啟示 Bye Bye Perspective API: Lessons for Measurement Infrastructure in NLP, CSS and LLM Evaluation (arxiv.org)
219. 開源世界中的“常態化法西斯主義”:向DHH捐贈1200萬美元 Normalized Fascism in Open Source: 12 Million Given to DHH (brennan.day)
230. 埃德·齊特龍對人工智能持懷疑態度的預測有多準確? How accurate have Ed Zitron''s AI skeptic predictions been? (danluu.com)
231. 研究人員利用人工智能讓關鍵金屬合金的3D打印“普及化” Researchers use AI to ‘democratize’ 3D printing of crucial metal alloy (news.wsu.edu)
235. East River Source Control 任命《Jujutsu》創作者馬丁·馮·茨維格伯克為首席技術官 // ERSC East River Source Control Names Jujutsu Creator Martin von Zweigbergk Chief Technology Officer // ERSC (ersc.io)
237. Texttile,一款專為協作寫作者設計的多人博客引擎 Texttile, a multiplayer blog engine for people who write together (www.v01.io)
242. Wasmi 2.0——最快 WASM 解釋器的實現 Wasmi 2.0 - Engineering of the Fastest Wasm Interpreters (wasmi-labs.github.io)
249. 讓我們在所有瀏覽器中使用新興的 CSS random() 函數 Let’s Use the Emergent CSS random() Function in all the Browsers (css-tricks.com)
254. Shrimply:一款支持 GPU 光線追蹤並集成 Manim 的開源視頻編輯器 Shrimply: open source video editor with GPU path tracing and Manim integration (github.com)
255. DNS 名稱的實際最大長度是多少?(2012) What is the real maximum length of a DNS name? (2012) (devblogs.microsoft.com)
258. 太空中的磁芯:1980年“太空實驗室”計算機中的磁芯存儲器模塊 Cores in space: The core memory module from a 1980 Spacelab computer (www.righto.com)
264. 數據化為代碼:我們利用《財富》500強企業為人工智能代理發佈的文件,在其系統內部運行了代碼 Data Became Code: We Ran Code Inside Fortune 500s Using Files They Published for AI Agents (medium.com)
265. RangeFrom,第二部分……:我認為該設計存在的問題 RangeFrom, Part 2..: What I think is wrong about the design (erk.dev)
266. 我最近參加了一個會議,發現學術界對人工智能的運用簡直荒謬至極 I attended a conference recently and AI use by academics was absurd (lobste.rs)
270. 從 IIS 應用程序池提升權限至 NT Authority/SYSTEM Privilege escalation from IIS AppPool to NT Authority/SYSTEM (www.mannulinux.org)
272. bibliograph:一個用於與 ATProto 上的書目信息進行交互的 AppView bibliograph: An AppView for interfacing with bibliographic information on ATProto (github.com)
273. Servo 七月更新:更多平臺、更快的畫布、SVG 中的網頁字體等 July in Servo: more platforms, faster canvas, web fonts in SVG, and more (servo.org)
290. 對oofoe的專訪:談REBOL、Forth、Decker、Janet及VFX行業 Interview with oofoe about REBOL, Forth, Decker, Janet and the VFx Industry (alexalejandre.com)
300. 加利福尼亞州通過AB-1856號法案,為開源項目提供有關年齡驗證的豁免 California Passes AB-1856 For Open-Source Relief Over Age Verification (www.phoronix.com)