Rails.logger をJSONで出力する
Package Managers Need to Cool Down
A survey of dependency cooldown support across package managers and update tools.
メルカリグループ AI活用基本ポリシー
AIの可能性を最大限に引き出し、AI活用に伴うリスク管理とイノベーションを両立するための基本的な考え方をご紹介します。
RubyGems Fracture Incident Report
By: Richard Schneeman
This document attempts to give closure to the Ruby community about the events that led to the incident, September 10-18, 2025, which I’ve named “RubyGems Fracture.”
Preamble
I joined Ruby Central’s Open Source Committee on October 22nd, 2025, after the GitHub access changes. I was
From 25 Minutes to 14 Seconds: Migrating 9,000 Tests to Minitest with an AI Agent Swarm
The RSpec suite took 25 minutes on a MacBook Pro M3 Pro. The migrated Minitest suite runs the same models in 14 seconds. I built a 6-gate multi-agent pipeline in Claude Code to migrate 9,000+ tests, using specialized agents with strict I/O contracts and fixtures instead of factories.
Fixtures on Purpose: From Accident to Artifact · blowmage
一度始めたらやめられない開発効率向上術 / Findy あなたのdotfilesを教えて!
P19's gif: https://github.com/k0kubun/rebuild/blob/master/README.md
https://findy.connpass.com/event/387107/
Local-First RAG: Using SQLite for AI Agent Memory with OpenClaw
Learn how OpenClaw uses SQLite and vector search to build a zero-ops, local-first RAG system for AI agents with total data privacy.
hectorvent/floci: Light, fluffy, and always free - AWS Local Emulator
Light, fluffy, and always free - AWS Local Emulator - hectorvent/floci
日本のSaaS 100社のMCP・API対応状況を調べてまとめた【2026年4月版】 - Qiita
AIエージェントが日本のSaaSを操作するのに必要なMCP(Model Context Protocol)やAPIの対応状況を、100社・18カテゴリにわたって調査した。 公式MCPサーバーあり: 18社(freee、kintone、Slack、Backlog等) サ...
The Hidden Behavior of plan_cache_mode
Introduction
pgplex/pgschema: Terraform-style, declarative schema migration CLI for Postgres. Agent friendly.
Terraform-style, declarative schema migration CLI for Postgres. Agent friendly. - pgplex/pgschema
The real cost of random I/O
How good is the random_page_cost default, and should you lower it on modern flash storage?
Waiting for PostgreSQL 19 – json format for COPY TO – select * from depesz;
pg_textsearch 1.0: How We Built a BM25 Search Engine on Postgres Pages | Tiger Data
pg_textsearch 1.0 brings native BM25 search to Postgres. No Elasticsearch sidecar needed. Learn how it works and see benchmarks vs. ParadeDB at 138M documents.
Making React ProseMirror really, really fast
Since the dawn of time, React maintainers have claimed that React’s
virtual DOM is fast enough for complex interactions as long as you memoized your
components. Then someone tried to put an entire Harry Potter novel in React
ProseMirror, and I had to find out if they were right.
TanStack Router's New Reactive Core: A Signal Graph | TanStack Blog
TanStack Router now uses a granular signal graph as its reactive core. State is derived from that graph, which narrows change propagation and makes client-side navigation faster in our benchmarks.
[compiler] WIP port of React Compiler to Rust by josephsavona · Pull Request #36173 · facebook/react
This is an experimental, work-in-progress port of React Compiler to Rust. Key points:
Work-in-progress - we are sharing early, prior to testing internally at Meta, to get feedback from partners in...
ivov/lisette: A little language inspired by Rust that compiles to Go
A little language inspired by Rust that compiles to Go - ivov/lisette
Lisette — Rust syntax, Go runtime
Little language inspired by Rust that compiles to Go.
Home Maker: Declare Your Dev Tools in a Makefile
Your laptop has ripgrep, installed via cargo install. ruff is there too, via uv tool install. golangci-lint came from go install. bash-language-server was npm i -g. Neovim was a tarball download. Kitty was a curl script.
Six months later you get a new machine, or you just want to upgrade or reinstall. What do you even have installed? How did you install each one? Which version? Good luck.
This is a small system that answers those questions — a single Makefile that declares every tool you care about, grouped by purpose, with one command to install anything.
Why we replaced Node.js with Bun for 5x throughput | Trigger.dev
How we took our warm start service from 2,099 req/s on Node + SQLite to 10,700 req/s on a compiled Bun binary, and found a subtle memory leak that only exists in Bun's HTTP model.
Signals, the push-pull based algorithm — Willy Brauner
We have been using Signals in production for years via several modern front-end frameworks like Solid, Vue, and others, but few of us are able to explain how they work internally. I wanted to dig into it, especially diving deep into the push-pull based algorithm, the core mechanism behind their reactivity.
Claude Code Unpacked
What actually happens when you type a message into Claude Code? The agent loop, 50+ tools, multi-agent orchestration, and unreleased features, mapped from source.
The Last Quiet Thing
Your possessions came alive. Now they won't stop talking.
apfel - Free AI on Your Mac
Use Apple's built-in AI from the terminal. No API keys, no cloud, no subscriptions. The LLM is already on your Mac.
MALUS - Clean Room as a Service | Liberation from Open Source Attribution
ハーネスエンジニアリングを極めたら、IssueからAIエージェントが動き、人間の役割は要件定義だけになった
Arthur-Ficial/apfel: Apple Intelligence from the command line. On-device LLM via FoundationModels framework. No API keys, no cloud, no dependencies.
Apple Intelligence from the command line. On-device LLM via FoundationModels framework. No API keys, no cloud, no dependencies. - Arthur-Ficial/apfel
cssDOOM
DOOM rendered entirely in CSS. Every wall, floor, barrel, and imp is a div, positioned in 3D space using CSS transforms.