2. Supabase MCPはSQLデータベース全体を漏えいさせます。 Supabase MCP can leak your entire SQL database (www.generalanalysis.com)
3. 好みの設定 – Macの設定履歴、1984年2004年 Frame of preference – A history of Mac settings, 1984–2004 (aresluna.org)
9. systemd は、完全かつ徹底的な成功を収めたシステムです。 systemd has been a complete, utter, unmitigated success (blog.tjll.net)
12. CVE-2025-48384: 改行コード(キャリッジリターン)を使用してgitを破壊し、リモートリポジトリのクローン時にリモートコード実行(RCE)を可能にする脆弱性 CVE-2025-48384: Breaking git with a carriage return and cloning RCE (dgl.cx)
14. Postgresのレプリケーションスロットの習得:WALの肥大化とその他の生産環境の問題を防止する Mastering Postgres Replication Slots: Preventing WAL Bloat and Other Production Issues (www.morling.dev)
16. 危険なRustを少し安全にする:GWP-ASanを使用して本番環境でメモリエラーを検出する Making Unsafe Rust a Little Safer: Find Memory Errors in Production with GWP-ASan (blog.colinbreck.com)
18. 最も小さなKubernetesはどれか?Talos Linux、K3s、K0sなどを見ていく Which Kubernetes is the Smallest? Examining Talos Linux, K3s, K0s, and More (www.siderolabs.com)
19. bitchatは、Bluetooth Low Energy(BLE)メッシュネットワーク上で動作する分散型ピアツーピアメッセージングアプリケーションです。 bitchat is a decentralized, peer-to-peer messaging application that operates over Bluetooth Low Energy (BLE) mesh networks (github.com)
20. ChromeのキーボードショートカットをChrome拡張機能でカスタマイズできます。 Customize your keyboard shortcuts in Chrome with a Chrome extension (taupiqueur.github.io)
21. Rustにおける確定的シミュレーションテスト:状態マシン劇場 Deterministic Simulation Testing in Rust: A Theater Of State Machines (www.polarsignals.com)
22. 私が毎日配信するQ-lessパズルがすべて解けるようにする方法を説明します。 How I ensure every Daily Q-less puzzle is solvable (www.damiensnyder.com)
27. 「悪いリンゴ!!」しかし、これは3288のリーン戦術でVSCodeをスパム攻撃している。 “Bad Apple!!” But It’s 3288 Lean Tactics Spamming VSCode (unnamed.website)
35. RustでCGPを使った拡張可能なデータ型のプログラミング - 第1回:モジュラーアプリの構築と拡張可能なビルダー Programming Extensible Data Types in Rust with CGP - Part 1: Modular App Construction and Extensible Builders (contextgeneric.dev)
41. 応用暗号学:クリエイティブ・コモンズの下で公開された包括的で斬新なコース教材 Applied Cryptography: comprehensive, novel course materials released under Creative Commons (appliedcryptography.page)
42. アイスバーグ、正しいアイデア - 間違ったスペック - 前編/後編:歴史 Iceberg, The Right Idea - The Wrong Spec - Part 1 of 2: History (database-doctor.com)
43. ChatGPTが誤って存在すると考えているため、機能を追加する Adding a feature because ChatGPT incorrectly thinks it exists (www.holovaty.com)
46. チェックインした.envrcファイルにnixのセットアップを入れるのをやめる。 Stop putting nix setup in your checked-in .envrc files (offby1.website)
50. HaskellライブラリをSwiftバイナリとして自動的にパッケージ化する XCFramework Automatically Packaging a Haskell Library as a Swift Binary XCFramework (alt-romes.github.io)
52. 25ギガビット・インターネット・ルーターをVyOSにアップグレードする Upgrading my 25gbit internet router to VyOS (sschueller.github.io)
53. プロンプトのコーディング実験:コード編集なし、完全な書き換えのみ Prompt Coding Experiment: No code edits, only complete rewrites (www.gibney.org)
59. AfriNIC:希望、ハイジャック、そしてアフリカのマルチステークホルダー主義の厳しい教訓 AfriNIC: Hope, Hijack, and the Harsh Lessons of African Multistakeholderism (medium.com)
60. フィルタを含むApple Intelligenceの生成モデル安全ファイルの復号化 Decrypted Generative Model safety files for Apple Intelligence containing filters (github.com)
64. マッツォの味:ランダムテキストのための言語 A Taste of Matzo: A Language for Random Text (journal.infinitenegativeutility.com)
66. Plasma 6.4 Wayland vs X11、プロセッサと消費電力のベンチマーク Plasma 6.4 Wayland vs X11, processor and power benchmarks (www.dedoimedo.com)
67. ラス・コックス、AcmeでGoを使ってAoC 2021 24日目を解く【コンパイラ解析 Russ Cox solves AoC 2021 Day 24 using Go in Acme [Compiler Analysis] (www.youtube.com)
73. コールトンCommon Lispによる安全で柔軟かつ効率的なソフトウェアの実現に向けて Coalton: Toward safe, flexible, and efficient software in Common Lisp (www.youtube.com)
75. rustc_codegen_craneliftの進捗報告(2025年6月) Progress report on rustc_codegen_cranelift (June 2025) (bjorn3.github.io)
80. curlコードに存在する脆弱性のうちCのミス C mistakes among the vulnerabilities present in curl code (mastodon.social)
82. ChatGPTを使ってGadzetto.comを1日で構築しました。 I built Gadzetto.com in a single day using ChatGPT (gadzetto.com)
83. target_feature]属性の不健全性と偶然性 Unsoundness and accidental features in the #[target_feature] attribute (predr.ag)
86. オープンWebUIのライセンスがCLA付きオープンWebUIライセンスに変更された Open WebUI changed its license to Open WebUI License with a CLA (github.com)
100. AIを使うと脳が怠け者になる、新しい研究で判明 Using AI Makes Your Brain Lazy, Even After You Stop Using It, New Study Shows (www.youtube.com)
101. CPythonのJITコンパイラの2年間を振り返って:良いこと、悪いこと、醜いこと Reflections on 2 years of CPython’s JIT Compiler: The good, the bad, the ugly (fidget-spinner.github.io)
104. 最近のArchive of Our Ownの障害は、整数の枯渇が原因だった Recent Archive of Our Own outage was caused by integer exhaustion (otwarchive.atlassian.net)
105. 開発環境を管理するために、どのような賢いツールやワークフローを使っていますか? What clever tools/workflows do you use to manage development environments? (lobste.rs)
107. AIによる大脳強奪 - そして大学はどう反撃するか AI’s great brain robbery — and how universities can fight back (www.thetimes.com)
109. actix-passport:actix-webのための包括的で柔軟な認証フレームワーク actix-passport: A comprehensive, flexible authentication framework for actix-web (github.com)
113. アイリスコードにおける脆弱性検出のための神経記号的フレームワーク iris: A neurosymbolic framework for vulnerability detection in code (github.com)
115. 時のオカリナ」のセーブファイルで使用されているコンパクトなビットセットの実装 A compact bitset implementation used in Ocarina of Time save files (github.com)
116. gremllmです:あなたのコードのグレムリンをちょっとアップグレード gremllm: A slight upgrade to the Gremlins in your code (github.com)
117. awk で実装された軽量で行指向のテキストマークアップツール、mawkdown mawkdown, a lightweight, line-oriented(ish) text markup tool implemented in awk (codeberg.org)
119. awesome-standards:技術標準の厳選リスト awesome-standards: A curated list of technical standards (github.com)
123. 10億個の細胞、Clojureによるもうひとつのマルチプレイ・デモ One Billion Cells, Another Multiplayer Demo with Clojure (cells.andersmurphy.com)
128. Steamはitch.ioから盗まれたゲームで溢れている Steam has been flooded with games stolen from itch.io (www.gamepressure.com)
130. ベクター・データベース会社での2年間で情報検索について学んだ37のこと 37 Things I Learned About Information Retrieval in Two Years at a Vector Database Company (www.leoniemonigatti.com)
133. 私たちのフルスタック・アーキテクチャEta、HTMX、Lit Our Fullstack Architecture: Eta, HTMX, and Lit (www.lorenstew.art)
134. ラストの仮設住宅に潜む、恐ろしくも驚くほど深いウサギの穴 The scary and surprisingly deep rabbit hole of Rust''s temporaries (taping-memory.dev)
136. データベースの無秩序:データベース管理システムの拡張性に関する調査と評価 Anarchy in the Database: A Survey and Evaluation of Database Management System Extensibility (www.vldb.org)
137. プロジェクト・ヴェンドクロードは小さな店を経営できるか? Project Vend: Can Claude run a small shop? (And why does that matter?) (www.anthropic.com)
144. エージェント工学を飼いならす - プロンプトはコード、.json/.mdファイルは状態 Taming agentic engineering - Prompts are code, .json/.md files are state (mariozechner.at)
149. SQLインジェクションで6万人以上のスパイウェアユーザーアカウントを奪取 Taking over 60k spyware user accounts with SQL injection (ericdaigle.ca)
150. 私はトーメント・ネクサスを築いた(政治ポッドキャスト版) I Built The Torment Nexus (Political Podcast Edition) (www.jamesrball.com)
155. goHardDrive、数千人の顧客の個人情報を流出 goHardDrive Leaked Personal Data for Thousands of Customers (mtlynch.io)
158. Go Web アプリケーションで構成設定を管理する方法 How to manage configuration settings in Go web applications (www.alexedwards.net)
159. Laravel Cloudの範囲入力をネイティブHTMLで再現する Recreating Laravel Cloud’s range input with native HTML (phare.io)
160. Tursoの最初のアルファ版を紹介:SQLiteの次の進化形 Introducing the first alpha of Turso: The next evolution of SQLite (turso.tech)
161. 私はまだVimを使っています。AIも使っています。それはまだ私のように感じる I Still Use Vim. I Also Use AI. It Still Feels Like Me (www.godaddy.com)
163. Amiga 3000 UNIXとサン・マイクロシステムズ:取引成立か不成立か? The Amiga 3000 UNIX and Sun Microsystems: Deal or no deal? (www.datagubbe.se)
167. IKKO Activebudsの "AI搭載 "イヤホンを悪用、DOOMを実行、OpenAI APIキーと顧客データを盗む Exploiting the IKKO Activebuds "AI powered" earbuds, running DOOM, stealing their OpenAI API key and customer data (blog.mgdproductions.com)
168. より速く失敗する:高性能な特性ベースのテストのためのステージングと高速ランダム性 Fail Faster: Staging and Fast Randomness for High-Performance Property-Based Testing (www.youtube.com)
169. ツリー構造型並行処理II:バックグラウンド・タスクをアクターに置き換える Tree-Structured Concurrency II: Replacing Background Tasks With Actors (blog.yoshuawuyts.com)
171. KubernetesへのPython(Django)のデプロイ:完全なDevOpsパイプラインによる実践的ガイド Deploying Python (Django) to Kubernetes: A practical guide with a complete DevOps Pipeline (denibertovic.com)
173. sslcheck複数のドメインのSSL証明書の有効期限を確認・監視するコマンドラインツール sslcheck: Command-line tool to check and monitor SSL certificate expiration across multiple domains (github.com)
175. 不平等労働組合の調査結果洗練へのベイビーステップ Eグラフ Inequality Union Finds: Baby Steps to Refinement E-graphs (www.philipzucker.com)
176. この長すぎる変数名はコメントだったかもしれない This Overly Long Variable Name Could Have Been a Comment (jonathan-frere.com)
177. クロード・コードだけで作られたmacOSアプリを出荷してみた I Shipped a macOS App Built Entirely by Claude Code (www.indragie.com)
178. GitHubの "Oops Commits "をすべてスキャンして、バグ報奨金2万5000ドル相当の流出秘密を探し出した方法 How I Scanned all of GitHub’s “Oops Commits” for Leaked Secrets worth 25k in Bug Bounties (trufflesecurity.com)
179. TLAによるMongoDBの安全でログレスな再構成プロトコルのラピッドプロトタイピング Rapid Prototyping a Safe, Logless Reconfiguration Protocol for MongoDB with TLA (www.mongodb.com)
180. ケーラー曲率テンソルにおける陽性含意の反例 Counterexamples of positivity implications in Kähler curvature tensors (www.magnusson.io)
181. ニックスとNixOSの3年間:良いこと、悪いこと、そして醜いこと Three Years of Nix and NixOS: The Good, the Bad, and the Ugly (pierrezemb.fr)
182. Uncloud - コンテナ化されたアプリケーションのデプロイと管理のためのツール Uncloud - tool for deploying and managing containerised applications (github.com)
189. VaultのコミュニティフォークであるOpenBaoが、名前空間を含むv2.3.1をリリースした。 OpenBao, the community fork of Vault, released v2.3.1 with namespaces (github.com)
197. ネイティブのDOMテンプレートAPIはどうあるべきか? What should a native DOM templating API look like? (justinfagnani.com)
198. 2025年のLLMによるソフトウェア工学:現実の確認 Software engineering with LLMs in 2025: reality check (www.youtube.com)
200. 絵文字キッチン - Googleのユニークな絵文字の組み合わせを見る Emoji Kitchen - Browse Google''s unique emoji combinations (emojikitchen.dev)
203. FUZZING''25 基調講演:"あなたは本当に学界に属しているのですか?" FUZZING''25 Keynote: "Are you sure you belong in academia?" (www.youtube.com)
205. 検索可能な圧縮アルゴと分散コンパクションを備えたクラウド・ネイティブのLSMキー・バリュー・ストア Cloud native LSM Key-Value Store with searchable compression algo and distributed compaction (github.com)
206. input-branches:インポートされたgitブランチを使ったflake入力パッチのためのワークフローとflake-part input-branches: Workflow and flake-part for flake input patching using imported git branches (github.com)
207. ペイ・パー・クロールの導入:コンテンツ所有者がAIクローラーにアクセス料を請求できるようにする Introducing pay per crawl: enabling content owners to charge AI crawlers for access (blog.cloudflare.com)
208. Pythonプログラマーから分散システム研究者へ、博士号なしで10年で転身 From Python Programmer to Distributed Systems Researcher in 10 Years Without a PhD (emptysqua.re)
210. 単一のRust形質に対する代替の包括的実装 Alternative Blanket Implementations for a Single Rust Trait (www.greyblake.com)
215. NomadによるJetson Orin Nano上でのエッジAIワークロードのオーケストレーション Orchestrating Edge AI workloads on a Jetson Orin Nano with Nomad (atodorov.me)
216. Google Developer Search Appliance - Proxmoxポート Google Developer Search Appliance – Proxmox Port (archive.org)
218. llvm:InstCombine: オーバーフローを伴わない天井除算の最適化の改善- Alex Gaynor と Claude Code による PR llvm: InstCombine: improve optimizations for ceiling division with no overflow—a PR by Alex Gaynor and Claude Code (simonwillison.net)
219. Postgresにおけるレプリケーション・セーフなLSMツリーの構築 Building Replication-Safe LSM Trees in Postgres (www.paradedb.com)
220. HMPL-DOM:JavaScriptなしでリアクティブなHTMLを書くためのHTMX代替ソフト HMPL-DOM: The HTMX Alternative for Writing Reactive HTML Without JavaScript (github.com)
221. CVE-2025-32463 脆弱性勧告: Sudo chroot における特権の昇格 CVE-2025-32463 Vulnerability Advisory: Sudo chroot Elevation of Privilege (www.stratascale.com)
223. VibeTunnel - ブラウザからコマンドエージェントへのアクセスターミナル VibeTunnel - access terminal from the browser to command agents (github.com)
226. Pironman 5 Max、デュアルM.2搭載の高級Raspberry Pi 5タワーPC筐体 Pironman 5 Max, A fancy Raspberry Pi 5 Tower PC enclosure with dual M.2 (www.cnx-software.com)
236. TypeSanitizer: 厳密な型エイリアス違反の検出器 TypeSanitizer: a detector for strict type aliasing violations (clang.llvm.org)
248. PythonのGIL削除で、その背後にある2つ目の強力なGILが判明 Python GIL Removal Reveals Second, Stronger GIL Behind It (medium.com)
253. ジェネレーティブAIが世界のロバストモデルを生み出せない不具合が蔓延している Generative AI’s crippling and widespread failure to induce robust models of the world (garymarcus.substack.com)
254. Podmanフックを使ってZFSデータセットをエフェメラルコンテナにマウントする Using Podman hooks to mount persistent ZFS datasets into ephemeral Containers (people.freebsd.org)
259. GPTuner: GPTガイド付きベイズ最適化による手読みデータベースチューニングシステム GPTuner: A Manual-Reading Database Tuning System via GPT-Guided Bayesian Optimization (github.com)
264. メモリ安全言語:現代のソフトウェア開発における脆弱性を減らす Memory Safe Languages: Reducing Vulnerabilities in Modern Software Development (media.defense.gov)
268. Usborneのコンピュータとコーディングの本(1982-1985) Computer and coding books from Usborne (1982-1985) (usborne.com)
269. メドレー・インターリスプ・プロジェクト:歴史的ソフトウェア・システムの復活 The Medley Interlisp Project: Reviving a Historical Software System (interlisp.org)
270. コモドールの新CEOは誰だ?- コモドールを買おう パート2 Wait… Who’s the New CEO of Commodore?! • Let''s Buy Commodore Part 2 (www.youtube.com)
271. 初心者による(Rust for)Linuxへの最初の貢献 A Newbie''s First Contribution to (Rust for) Linux (blog.buenzli.dev)
278. Sniffnet v1.4を発表:PCAPファイルの処理がWiresharkより2倍速い Announcing Sniffnet v1.4: it’s 2X faster than Wireshark at processing PCAP files (sniffnet.net)
279. Ubuntuの非特権名前空間制限を回避する旅 The Journey of Bypassing Ubuntu’s Unprivileged Namespace Restriction (u1f383.github.io)
281. Android携帯が通信を盗み見る「スティングレイ」を警告する日が近いかもしれない Android phones could soon warn you of “Stingrays” snooping on your communications (arstechnica.com)
283. PostgreSQLの落とし穴を避ける:挿入失敗の隠れたコスト Avoiding PostgreSQL Pitfalls: The Hidden Cost of Failing Inserts (johnnymetz.com)
284. シグナルのミッシングマニュアルPython開発者のための状態管理 The Missing Manual for Signals: State Management for Python Developers (bui.app)
287. 新しいタグ互換性ルールを使ったC言語のパラメータ化された型 Parameterized types in C using the new tag compatibility rule (nullprogram.com)
289. エージェント型開発のためのWSLにおけるコンテナ利用の統合 Integrating Container-Use in WSL for Agentic Development (blog.techdecline.dev)
292. 記憶の安全は単なるテーブルの杭:Omniglotによる外国語との安全な対話 Memory Safety is Merely Table Stakes: Safe Interactions with Foreign Languages through Omniglot (www.usenix.org)
295. LispmFPGA: このプロジェクトの目標は、FPGAで小さなLispマシンを作ることである。 LispmFPGA: the goal of this project is to create a small Lisp-Machine in an FPGA (www.aviduratas.de)
300. Chrome、Safari、Firefoxよりもわずかに優れた名前付き文字参照トークン化 Slightly better named character reference tokenization than Chrome, Safari, and Firefox (www.ryanliptak.com)