2. 一個“相對安全”的樹莓派配置方案,包含權限管理、沙箱和自動審核功能 A "secure-ish" Pi setup with permission, sandbox, and auto-review (ptgamr.substack.com)
10. Futhark 應該如何向程序員提供不規則數組? How should Futhark expose irregular arrays to the programmer? (futhark-lang.org)
15. 我發現了一個 KVM 虛擬機到主機堆內存損壞的漏洞,但有人比我先發現了 I found a KVM guest-to-host heap corruption bug and someone else got there first (blog.himanshuanand.com)
21. 在收到大量人工智能相關漏洞報告後,蘋果限制了漏洞賞金計劃的提交數量 Apple Limits Bug Bounty Submissions After a Barrage of AI Entries (www.pcmag.com)
23. Tailscale 如何協助發現 SQLite 的 WAL 重置漏洞 How Tailscale helped find the SQLite WAL-Reset bug (tailscale.com)
25. 從分析師視角看如何繞過 Android 硬件認證 Bypassing Android Hardware Attestation from the Analyst''s Chair (blog.quarkslab.com)
26. 瀏覽器中的 Numba:在 JupyterLite 中解鎖全新的科學 Python 技術棧 Numba in the Browser: Unlocking a New Scientific Python Stack in JupyterLite (notebook.link)
28. fearless_simd v0.7:支持 64 位整數、改進的泛型、SSE2,以及即將發佈的 v1.0 版本 fearless_simd v0.7: 64-bit integers, improved generics, SSE2, and upcoming v1.0 (linebender.org)
32. Deadbugz:當前正在進行的 MCP 供應鏈行動 Deadbugz: Currently Active MCP Supply-Chain Campaign (www.pillar.security)
40. 為什麼 Go 語言是人工智能輔助軟件工程的理想選擇——Google 開發者博客 Why Go is an Ideal Language for AI-Assisted Software Engineering- Google Developers Blog (developers.googleblog.com)
43. 7天內用3kB內存基於自定義字節碼虛擬機開發一款遊戲 Making a game on a custom bytecode VM in 7 days and 3kB (laurent.le-brun.eu)
48. 降低圖形API的複雜性:面向現代GPU的從零開始的設計 Reducing Graphics API Complexity: A Clean Slate Design for Modern GPUs (www.youtube.com)
52. 清理成本,或者說,探討 OpenBSD 的 -fret-clean 標誌 Cleaning costs, or, examining the OpenBSD -fret-clean flag (briancallahan.net)
63. 使用 Haskell Clash 在 FPGA 上解決 Advent Of Code 挑戰 Solving Advent Of Code on FPGAs with Haskell Clash (midirus.com)
67. 黎曼ζ函數的三分之二以上的零點位於臨界線上 More than two thirds of the zeros of the Riemann zeta function lie on the critical line (www.anthropic.com)
72. 將整數除法轉換為浮點除法非常簡單 Moving integer division to floating-point is trivial (marc-b-reynolds.github.io)
82. 一位研究人員註冊了noreply.net域名。隨後,各家公司開始向他透露機密信息 A researcher bought noreply.net. Companies started sending him secrets (arstechnica.com)
84. 一種純CSS實現效果,展示陽光透過窗戶灑入室內的場景 a pure css implementation of some sunlight streaming in through the window (github.com)
87. 使用 Tracy 對 Mutter、GNOME Shell 及應用程序進行性能分析 Performance profiling Mutter, GNOME Shell & apps with Tracy (www.youtube.com)
97. 編程語言如何影響令牌的效率和正確性? How do programming languages impact token efficiency and correctness? (danluu.com)
103. 突破防禦:利用段錯誤並繞過英特爾CET機制進行鏈式攻擊 Crashing Through Defenses: Exploiting Segfaults and Chaining around Intel CET (github.com)
108. 一家高頻交易公司剛剛聘請了比雅恩·斯特勞斯特魯普(C語言的創造者) High-frequency trading firm just hired Bjarne Stroustrup (creator of C) (www.efinancialcareers.com)
111. 2026年7月的postmarketOS:libcamera 0.7.2 postmarketOS in 2026-07: libcamera 0.7.2 (postmarketos.org)
125. 將 Enlightenment 桌面環境移植到 NetBSD 上 Port the Enlightenment desktop environment to NetBSD (blog.netbsd.org)
137. 理解 C20 中的 std::counting_semaphore 和 std::binary_semaphore Understanding std::counting_semaphore and std::binary_semaphore from C20 (www.cppstories.com)
138. 修訂提示可優化工業級大型語言模型(LLM)流程 Revision Prompting improves industrial LLM processes (revisionprompting.info)
140. “寫代碼從來都不是難事”這句話是對所有程序員的侮辱 "Code was never the hard part" is an insult to all programmers (blog.senko.net)
145. 《自動化的一些道德與技術後果》(1960) Some Moral and Technical Consequences of Automation (1960) (www.cs.umd.edu)
152. 構建 Groovie:一款先進的基於網頁的鼓機/節拍序列器 Building Groovie, an Advanced Web-Based Drum Machine / Beat Sequencer (pointersgonewild.com)
155. homebrew-lab:一門由人工智能生成、自主學習、以實驗臺操作為主的電子課程,面向業餘無線電愛好者和創客,通過示波器觀察來學習模擬電路 homebrew-lab: An AI generated, self-directed, bench-driven electronics course for hams and makers, learning analog by seeing it on a scope (github.com)
156. BasicSync:一款用於在安卓系統上運行 Syncthing 的簡單應用 BasicSync: A simple app for running Syncthing on Android (github.com)
157. 社交媒體的“兔子洞”、聚類以及隨機遊走的相對混合時間 social media rabbit holes, clusters, and the relative mixing times of random walks (notes.hella.cheap)
159. 併發性與吞吐量:為什麼更高的並行度反而會降低數據庫性能 Concurrency vs. Throughput: why more parallelism can make databases slower (planetscale.com)
162. 幾乎達成共識:ABD與定額複製(quorum replication)的邊界 Almost consensus: ABD and the edges of quorum replication (theconsensus.dev)
166. 問題出在我身上嗎?通過面試其他團隊來找出答案 Am I the problem? Interviewing another team to find out (www.macchaffee.com)
169. 源代碼控制的新模型 作者:阿爾西德斯·豐塞卡 A new model for source control by Alcides Fonseca (wiki.alcidesfonseca.com)
175. 筆記的撰寫與博客的發佈:更新筆記與發佈博文的區別 Notes Compound, Blogs Compile: When I Update a Note vs. Publish a Post (www.ssp.sh)
177. 在 GNU Emacs 中按時間順序瀏覽“git blame”結果的幾種方法 Some ways to navigate through ''git blame'' over time in GNU Emacs (utcc.utoronto.ca)
178. 介紹 Kitesurf:一款在 Cloudflare Workers 的 V8 隔離環境中運行的“代理優先”瀏覽器 Introducing Kitesurf: The agent-first browser that runs in V8 isolates on Cloudflare Workers (blog.cloudflare.com)
184. 我成功在 Windows 11 上運行了一款 1998 年的 CD-ROM 世界地圖集 I got a 1998 CD-ROM world atlas running on Windows 11 (trevmex.com)
192. schrodingers-toctou:你運行的二進制文件並非你編寫的程序 schrodingers-toctou: The binary you run is not the program you wrote (github.com)
193. 僅僅一個函數,速度卻快了10倍?解讀一個Rust性能PR Just One Function, 10x Faster? Reading a Rust Performance PR (greptime.com)
196. 一款無需光柵化即可投影紋理的 3D SVG 渲染器 a 3D SVG Renderer that projects textures without rasterization (seve.blog)
197. 在 NetBSD 上使用 bozohttpd 搭建一個簡單的 Web 服務器 Setup a simple web server with bozohttpd on NetBSD (bozo.httpd.rocks)
198. 那個悄無聲息地汙染了無關熱循環的 LuaJIT NYI The LuaJIT NYI That Silently Poisoned an Unrelated Hot Loop (streamhpc.com)
200. tl;dv(太懶了;未核實):181,874場會議完全開放 tl;dv (Too Lazy; Didn''t Validate): 181,874 Meetings Left Wide Open (bobdahacker.com)
201. Anthropic AI 創建了虛假個人資料,企圖通過欺騙他人實施黑客攻擊 Anthropic AI created fake profiles to deceive people in attempted hack (www.bbc.co.uk)
204. 我想知道,光靠表情符號能不能製作出一個有用的 DOS 可執行文件 i wonder if you could make a useful DOS executable with just emoji (oldbytes.space)
209. Comu 將一塊 144MHz 的 CH32V203 RISC-V 開發板集成到了 USB-A 接口內 Comu Fits a 144MHz CH32V203 RISC-V Board Inside a USB-A Port (linuxgizmos.com)
212. Symbolics OpenGenera 將對非商業用途免費開放 Symbolics OpenGenera to go free for non-commercial use (hachyderm.io)
213. AI模型利用虛假身份試圖欺騙開發者,令英國測試人員大吃一驚 AI models shock UK testers by using fake identities to try to trick developers (www.theguardian.com)
214. rezeptor:使用經過測試的 Proton-GE 配方在 Linux 上安裝並運行 Windows 軟件 rezeptor: Install and run Windows software on Linux with tested Proton-GE recipes (github.com)
218. Proxmox 正式支持 Arm,但存在一些限制 Proxmox officially supports Arm, with some caveats (www.jeffgeerling.com)
219. “殘障加密狗”:為什麼硅谷討厭我和你 The "Disability Dongle": Why Silicon Valley Hates Me and you (sightlessscribbles.com)
220. 您的 Agentic 工作流的緩存保持成本高出 8 倍(v2:間隔前沿) Your Agentic Workflow''s Cache Keepalive Costs 8x Too Much (v2: the interval frontier) (blog.mempko.com)
226. 語義字段:Elasticsearch 中用於多模態搜索的單一字段 Semantic field: one field for multimodal search in Elasticsearch (www.elastic.co)
230. “五點哈斯克爾”:通過參數化實現無條件選定 "Five-Point Haskell": Unconditional Election via Parametricity (blog.jle.im)
234. rust-lang/rust 正在制定一項大型語言模型(LLM)政策 rust-lang/rust is adopting an LLM policy (blog.rust-lang.org)
236. Keyv及其合作伙伴在npm供應鏈攻擊中遭到入侵 Keyv and friends compromised in npm supply chain attack (www.aikido.dev)
240. 我們好不容易學會了如何將一個 div 對齊居中,結果瀏覽器又增加了側邊欄 we finally learned to center a div, then browsers added sidebars (seg6.space)
242. 不要過早停止:以內存速度對源代碼進行大小寫轉換 Don''t stop early: Case-folding source code at memory speed (github.blog)
245. 《天生反對》,或為何業餘編程社區會強烈反對使用大型語言模型 Born Against, or why hobby programming communities are aggressively against LLM usage (blog.fogus.me)
249. 在 nightly 分支上啟用借閱檢查器的下一個版本 Enabling the next iteration of the borrow checker on nightly (blog.rust-lang.org)
252. 卡彭特的合併行為有悖於直覺 Karpenter''s consolidation behaviour is counter-intuitive (blog.appliedcomputing.io)
256. IntelliJ IDEA 支持 LSP:Java 和 Kotlin 智能功能現已登陸 VS Code、Cursor 和 Agentic Flows IntelliJ IDEA Goes LSP: Java and Kotlin Intelligence Comes to VS Code, Cursor, and Agentic Flows (blog.jetbrains.com)
263. Bibliograph:一款面向書籍的原型AppView Bibliograph: A Prototypical AppView for Books (discourse.atmosphere.community)
267. 可搜索的 OCI:通過範圍請求索引實現容器鏡像的延遲加載 Seekable OCI: Lazy-Loading Container Images via Range-Request Indexing (arxiv.org)
271. 通過編程方式將附件上傳到 GitHub 問題、拉取請求和評論中 Programmatically upload attachments to GitHub Issues, Pull Requests, and Comments (island94.org)
272. 面向安騰處理器的 Windows XP 2002:狂暴無匹 Windows XP 2002 for the Itanium: Unbridled rage (virtuallyfun.com)
273. 無分支的Rust:通過移除一個if語句使過濾器速度提升4倍 Branchless Rust: Making a Filter 4x Faster by Removing an if (www.greyblake.com)
278. 以15年來首款全新C-Kermit產品發佈,慶祝Kermit問世45週年 Celebrating 45 Years of Kermit with the First New C-Kermit Release in 15 Years (changelog.complete.org)
284. bonsai:一個用於構建動態 Web 應用程序的庫,基於 Js_of_ocaml bonsai: A library for building dynamic webapps, using Js_of_ocaml (github.com)
291. Rust 項目目標:不可移動類型和有保證的析構函數 Rust Project Goals: Immobile types and guaranteed destructors (github.com)