11. 你覺得 LazyPromise 作為 Effect 的輕量級替代方案怎麼樣? What do you think of LazyPromise as a lightweight alternative to Effect? (github.com)
25. 《免費午餐已經結束:軟件領域向併發性的根本轉變》(2005) The Free Lunch Is Over: A Fundamental Turn Toward Concurrency in Software (2005) (www.gotw.ca)
29. Firefox 目前是唯一仍支持 uBlock Origin 的主流瀏覽器 Firefox is now the last major browser that still supports uBlock Origin (www.pcworld.com)
30. 2004年的《RuneScape》是如何將一款多人角色扮演遊戲塞進56k撥號網絡的 · jkm.dev How 2004 RuneScape fit a multiplayer RPG into 56k dial-up · jkm.dev (jkm.dev)
38. 我們在 Linux 內核、Musl Libc 和 BGP 中實現了 IPv8 互聯網草案 We implemented the IPv8 Internet-Draft in the Linux Kernel, Musl Libc, and BGP (goonhost.rocks)
40. Meta申請了一項人工智能眼鏡專利,該眼鏡將利用人臉識別技術來識別人員 Meta Patents AI Glasses to Use Facial Recognition to Identify People (web.archive.org)
50. SlopScan:在查看公共 Git 倉庫時顯示“slop 評分” SlopScan: Displays a "slop score" when viewing public git repositories (addons.mozilla.org)
56. 通過藍牙使用翻蓋手機登錄 Linux 機器(2021) Logging into a Linux machine from a flip phone over Bluetooth (2021) (www.youtube.com)
58. 別把它叫作“技術債務”,那只是“一團糟”罷了 Let''s not call it "tech debt," it''s just "mess" (www.simplermachines.com)
65. “認識黑客”系列第2期:布蘭登·阿扎德 何為有效的緩解措施,以及大型語言模型(LLMs)將引領我們走向何方 Meet the Hackers #2: Brandon Azad What makes a good mitigation and where LLMs might take us (www.youtube.com)
66. 給 Fediverse 開發者的八條關於同意的建議 Eight tips about consent for fediverse developers (thenexusofprivacy.net)
70. 人工智能正在消滅軟件工程領域的中產階級 AI is removing the middle class of software engineering (blog.florianherrengt.com)
71. 利用 CHERI 實現內存安全與細粒度隔離 Adopting Memory-Safety and Fine-Grained Compartmentalisation with CHERI (www.infoq.com)
73. 一個“相對安全”的樹莓派配置方案,包含權限管理、沙箱和自動審核功能 A "secure-ish" Pi setup with permission, sandbox, and auto-review (ptgamr.substack.com)
81. Futhark 應該如何向程序員提供不規則數組? How should Futhark expose irregular arrays to the programmer? (futhark-lang.org)
86. 我發現了一個 KVM 虛擬機到主機堆內存損壞的漏洞,但有人比我先發現了 I found a KVM guest-to-host heap corruption bug and someone else got there first (blog.himanshuanand.com)
92. 在收到大量人工智能相關漏洞報告後,蘋果限制了漏洞賞金計劃的提交數量 Apple Limits Bug Bounty Submissions After a Barrage of AI Entries (www.pcmag.com)
94. Tailscale 如何協助發現 SQLite 的 WAL 重置漏洞 How Tailscale helped find the SQLite WAL-Reset bug (tailscale.com)
96. 從分析師視角看如何繞過 Android 硬件認證 Bypassing Android Hardware Attestation from the Analyst''s Chair (blog.quarkslab.com)
97. 瀏覽器中的 Numba:在 JupyterLite 中解鎖全新的科學 Python 技術棧 Numba in the Browser: Unlocking a New Scientific Python Stack in JupyterLite (notebook.link)
99. fearless_simd v0.7:支持 64 位整數、改進的泛型、SSE2,以及即將發佈的 v1.0 版本 fearless_simd v0.7: 64-bit integers, improved generics, SSE2, and upcoming v1.0 (linebender.org)
103. Deadbugz:當前正在進行的 MCP 供應鏈行動 Deadbugz: Currently Active MCP Supply-Chain Campaign (www.pillar.security)
111. 為什麼 Go 語言是人工智能輔助軟件工程的理想選擇——Google 開發者博客 Why Go is an Ideal Language for AI-Assisted Software Engineering- Google Developers Blog (developers.googleblog.com)
113. Obfusc8,用於 Windows 二進制文件的 C 混淆庫 Obfusk8, c Obsfucation Library for Windows Binaries (github.com)
114. 7天內用3kB內存基於自定義字節碼虛擬機開發一款遊戲 Making a game on a custom bytecode VM in 7 days and 3kB (laurent.le-brun.eu)
119. 降低圖形API的複雜性:面向現代GPU的從零開始的設計 Reducing Graphics API Complexity: A Clean Slate Design for Modern GPUs (www.youtube.com)
123. 清理成本,或者說,探討 OpenBSD 的 -fret-clean 標誌 Cleaning costs, or, examining the OpenBSD -fret-clean flag (briancallahan.net)
134. 使用 Haskell Clash 在 FPGA 上解決 Advent Of Code 挑戰 Solving Advent Of Code on FPGAs with Haskell Clash (midirus.com)
138. 黎曼ζ函數的三分之二以上的零點位於臨界線上 More than two thirds of the zeros of the Riemann zeta function lie on the critical line (www.anthropic.com)
143. 將整數除法轉換為浮點除法非常簡單 Moving integer division to floating-point is trivial (marc-b-reynolds.github.io)
153. 一位研究人員註冊了noreply.net域名。隨後,各家公司開始向他透露機密信息 A researcher bought noreply.net. Companies started sending him secrets (arstechnica.com)
155. 一種純CSS實現效果,展示陽光透過窗戶灑入室內的場景 a pure css implementation of some sunlight streaming in through the window (github.com)
158. 使用 Tracy 對 Mutter、GNOME Shell 及應用程序進行性能分析 Performance profiling Mutter, GNOME Shell & apps with Tracy (www.youtube.com)
168. 編程語言如何影響令牌的效率和正確性? How do programming languages impact token efficiency and correctness? (danluu.com)
174. 突破防禦:利用段錯誤並繞過英特爾CET機制進行鏈式攻擊 Crashing Through Defenses: Exploiting Segfaults and Chaining around Intel CET (github.com)
179. 一家高頻交易公司剛剛聘請了比雅恩·斯特勞斯特魯普(C語言的創造者) High-frequency trading firm just hired Bjarne Stroustrup (creator of C) (www.efinancialcareers.com)
182. 2026年7月的postmarketOS:libcamera 0.7.2 postmarketOS in 2026-07: libcamera 0.7.2 (postmarketos.org)
196. 將 Enlightenment 桌面環境移植到 NetBSD 上 Port the Enlightenment desktop environment to NetBSD (blog.netbsd.org)
208. 理解 C20 中的 std::counting_semaphore 和 std::binary_semaphore Understanding std::counting_semaphore and std::binary_semaphore from C20 (www.cppstories.com)
209. 修訂提示可優化工業級大型語言模型(LLM)流程 Revision Prompting improves industrial LLM processes (revisionprompting.info)
211. “寫代碼從來都不是難事”這句話是對所有程序員的侮辱 "Code was never the hard part" is an insult to all programmers (blog.senko.net)
216. 《自動化的一些道德與技術後果》(1960) Some Moral and Technical Consequences of Automation (1960) (www.cs.umd.edu)
223. 構建 Groovie:一款先進的基於網頁的鼓機/節拍序列器 Building Groovie, an Advanced Web-Based Drum Machine / Beat Sequencer (pointersgonewild.com)
226. 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)
227. BasicSync:一款用於在安卓系統上運行 Syncthing 的簡單應用 BasicSync: A simple app for running Syncthing on Android (github.com)
228. 社交媒體的“兔子洞”、聚類以及隨機遊走的相對混合時間 social media rabbit holes, clusters, and the relative mixing times of random walks (notes.hella.cheap)
230. 併發性與吞吐量:為什麼更高的並行度反而會降低數據庫性能 Concurrency vs. Throughput: why more parallelism can make databases slower (planetscale.com)
233. 幾乎達成共識:ABD與定額複製(quorum replication)的邊界 Almost consensus: ABD and the edges of quorum replication (theconsensus.dev)
237. 問題出在我身上嗎?通過面試其他團隊來找出答案 Am I the problem? Interviewing another team to find out (www.macchaffee.com)
240. 源代碼控制的新模型 作者:阿爾西德斯·豐塞卡 A new model for source control by Alcides Fonseca (wiki.alcidesfonseca.com)
246. 筆記的撰寫與博客的發佈:更新筆記與發佈博文的區別 Notes Compound, Blogs Compile: When I Update a Note vs. Publish a Post (www.ssp.sh)
248. 在 GNU Emacs 中按時間順序瀏覽“git blame”結果的幾種方法 Some ways to navigate through ''git blame'' over time in GNU Emacs (utcc.utoronto.ca)
249. 介紹 Kitesurf:一款在 Cloudflare Workers 的 V8 隔離環境中運行的“代理優先”瀏覽器 Introducing Kitesurf: The agent-first browser that runs in V8 isolates on Cloudflare Workers (blog.cloudflare.com)
255. 我成功在 Windows 11 上運行了一款 1998 年的 CD-ROM 世界地圖集 I got a 1998 CD-ROM world atlas running on Windows 11 (trevmex.com)
263. schrodingers-toctou:你運行的二進制文件並非你編寫的程序 schrodingers-toctou: The binary you run is not the program you wrote (github.com)
264. 僅僅一個函數,速度卻快了10倍?解讀一個Rust性能PR Just One Function, 10x Faster? Reading a Rust Performance PR (greptime.com)
267. 一款無需光柵化即可投影紋理的 3D SVG 渲染器 a 3D SVG Renderer that projects textures without rasterization (seve.blog)
268. 在 NetBSD 上使用 bozohttpd 搭建一個簡單的 Web 服務器 Setup a simple web server with bozohttpd on NetBSD (bozo.httpd.rocks)
269. 那個悄無聲息地汙染了無關熱循環的 LuaJIT NYI The LuaJIT NYI That Silently Poisoned an Unrelated Hot Loop (streamhpc.com)
271. tl;dv(太懶了;未核實):181,874場會議完全開放 tl;dv (Too Lazy; Didn''t Validate): 181,874 Meetings Left Wide Open (bobdahacker.com)
272. Anthropic AI 創建了虛假個人資料,企圖通過欺騙他人實施黑客攻擊 Anthropic AI created fake profiles to deceive people in attempted hack (www.bbc.co.uk)
275. 我想知道,光靠表情符號能不能製作出一個有用的 DOS 可執行文件 i wonder if you could make a useful DOS executable with just emoji (oldbytes.space)
280. Comu 將一塊 144MHz 的 CH32V203 RISC-V 開發板集成到了 USB-A 接口內 Comu Fits a 144MHz CH32V203 RISC-V Board Inside a USB-A Port (linuxgizmos.com)
283. Symbolics OpenGenera 將對非商業用途免費開放 Symbolics OpenGenera to go free for non-commercial use (hachyderm.io)
284. AI模型利用虛假身份試圖欺騙開發者,令英國測試人員大吃一驚 AI models shock UK testers by using fake identities to try to trick developers (www.theguardian.com)
285. rezeptor:使用經過測試的 Proton-GE 配方在 Linux 上安裝並運行 Windows 軟件 rezeptor: Install and run Windows software on Linux with tested Proton-GE recipes (github.com)
289. Proxmox 正式支持 Arm,但存在一些限制 Proxmox officially supports Arm, with some caveats (www.jeffgeerling.com)
290. “殘障加密狗”:為什麼硅谷討厭我和你 The "Disability Dongle": Why Silicon Valley Hates Me and you (sightlessscribbles.com)
291. 您的 Agentic 工作流的緩存保持成本高出 8 倍(v2:間隔前沿) Your Agentic Workflow''s Cache Keepalive Costs 8x Too Much (v2: the interval frontier) (blog.mempko.com)
297. 語義字段:Elasticsearch 中用於多模態搜索的單一字段 Semantic field: one field for multimodal search in Elasticsearch (www.elastic.co)