Found 49366 bookmarks
Newest
Package Managers Need to Cool Down
Package Managers Need to Cool Down
A survey of dependency cooldown support across package managers and update tools.
·nesbitt.io·
Package Managers Need to Cool Down
メルカリグループ AI活用基本ポリシー
メルカリグループ AI活用基本ポリシー
AIの可能性を最大限に引き出し、AI活用に伴うリスク管理とイノベーションを両立するための基本的な考え方をご紹介します。
·about.mercari.com·
メルカリグループ AI活用基本ポリシー
RubyGems Fracture Incident Report
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
·rubycentral.org·
RubyGems Fracture Incident Report
From 25 Minutes to 14 Seconds: Migrating 9,000 Tests to Minitest with an AI Agent Swarm
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.
·augmentedcode.dev·
From 25 Minutes to 14 Seconds: Migrating 9,000 Tests to Minitest with an AI Agent Swarm
Making React ProseMirror really, really fast
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.
·handlewithcare.dev·
Making React ProseMirror really, really fast
Home Maker: Declare Your Dev Tools in a Makefile
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.
·thottingal.in·
Home Maker: Declare Your Dev Tools in a Makefile
Signals, the push-pull based algorithm — Willy Brauner
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.
·willybrauner.com·
Signals, the push-pull based algorithm — Willy Brauner
Claude Code Unpacked
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.
·ccunpacked.dev·
Claude Code Unpacked
The Last Quiet Thing
The Last Quiet Thing
Your possessions came alive. Now they won't stop talking.
·terrygodier.com·
The Last Quiet Thing
apfel - Free AI on Your Mac
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.
·apfel.franzai.com·
apfel - Free AI on Your Mac
cssDOOM
cssDOOM
DOOM rendered entirely in CSS. Every wall, floor, barrel, and imp is a div, positioned in 3D space using CSS transforms.
·cssdoom.wtf·
cssDOOM