Python 3.15’s interpreter for Windows x86-64 should hopefully be 15% faster

Bookmarks
Package managers keep using git as a database, it never works out
Git repositories seem like an elegant solution for package registry data. Pull requests for governance, version history for free, distributed by design. But as registries grow, the cracks appear.
How Rob Pike got spammed with an AI slop “act of kindness”
Rob Pike (that Rob Pike) is furious. Here’s a Bluesky link for if you have an account there and a link to it in my thread viewer if you don’t. …
ブラウザから要素を選択してエージェントにコンテキストを提供する React Grab を試してみた
React Grab はブラウザ上で要素を選択し、その要素に対応するコードコンテキストをコーディングエージェントに提供するライブラリです。この記事では React Grab のセットアップ方法と使用方法を紹介します。
Hans-Halverson/brimstone: New JavaScript engine written in Rust
New JavaScript engine written in Rust. Contribute to Hans-Halverson/brimstone development by creating an account on GitHub.
A new way to extract detailed transcripts from Claude Code
I’ve released claude-code-transcripts, a new Python CLI tool for converting Claude Code transcripts to detailed HTML pages that provide a better interface for understanding what Claude Code has done than …
simonw/claude-code-transcripts: Tools for publishing transcripts for Claude Code sessions
Tools for publishing transcripts for Claude Code sessions - simonw/claude-code-transcripts
TriliumNext/Trilium: Build your personal knowledge base with Trilium Notes
Build your personal knowledge base with Trilium Notes - TriliumNext/Trilium
Backing up Spotify
We backed up Spotify (metadata and music files). It’s distributed in bulk torrents (~300TB). It’s the world’s first “preservation archive” for music which is fully open (meaning it can easily be mirrored by anyone with enough disk space), with 86 million music files, representing around 99.6% of listens.
Ruby 4.0.0 リリース | Ruby
Ruby 4.0.0 が公開されました。Ruby 4.0 には “Ruby Box”、”ZJIT” ほか多数の改善が含まれています。
ISUCONイベントサポート体制引継ぎのお知らせ | さくらインターネット
このたび、プログラミング競技イベント「ISUCON」につきまして、これまでイベント運営を支えてきたLINEヤフー株式会社から、さくらインターネットがサポート体制を引き継ぐことを決定いたしましたのでお知らせいたします。
論理削除という技術的負債、それでも僕たちは使い続ける - じゃあ、おうちで学べる
はじめに 「論理削除?deleted_atカラム追加すればいいでしょ」この一言から始まる地獄を、何度見てきただろうか。 最初は簡単に見える。カラムを1つ追加するだけ。しかし、その「簡単さ」こそが罠だ。 論理削除は技術的負債の温床だ。WHERE句への条件追加忘れ、認知コストの増大、テストの複雑化、パフォーマンス劣化。すべ…
Ruby::Box ダイジェスト紹介(Ruby 4.0.0 新機能) - STORES Product Blog
こんにちは、遠藤(@mametter)です。 Ruby 4.0.0 では Ruby::Box が導入されました([Feature #21311])。 Ruby::Box は導入提案時には Namespace と呼ばれていたもので、Matz が「Namespace か ZJIT が入れば次のリリースを Ruby 4.0.…
Rails 8.2 Adds Support for Combined Credentials
A unified API that checks environment variables first, then falls back to encrypted credentials, with support for custom configuration backends.
Ruby 3.4 Documentation: A Step Towards Better Ruby Documentation
Introduction
Ruby 3.4 isn’t just about shiny language features; it also comes with meaningful documentation updates.
Some of these changes are reflected in the content of docs.ruby-lang.org, while others are behind the scenes in RDoc, the official do...
Introducing Aliki: A Modern Theme for Ruby Documentation
Ruby’s documentation gets a fresh look. Starting with RDoc 7.0.0, Aliki is the new default theme—bringing dark mode, better search, and a modern layout to docs.ruby-lang.org and gem documentation.
tilt-dev/tilt: Define your dev environment as code. For microservice apps on Kubernetes.
Define your dev environment as code. For microservice apps on Kubernetes. - tilt-dev/tilt
Maccy - macOS clipboard manager
Clipboard manager for macOS which does one job - keep your copy history at hand. Lightweight. Open source. No fluff.
Building the future of software development with Cursor
Graphite helps teams on GitHub deliver higher quality software, faster.
OpenAPIをTypeSpecで書き換えたら型定義が崩壊した話
Railsアンチパターン「なんでもConcern」
eager_loadでサービスを停止させた話 - リサーチ・アンド・イノベーション 開発者ブログ
RNIアドベントカレンダー 5日目の記事です。 リサーチ・アンド・イノベーションの横山です。 今年もアドベントカレンダーの季節になりました。ちょっと今年もアウトプットしなさすぎでしたね。もっと書かないと。 自己紹介 RNIにお世話になってはや8年目。 エンジニア歴20年くらい、Ruby歴は25年くらいです。 三浦半島の…
GitHub Copilot SpacesをGitHub.comやVSCodeから利用する - Alternative Architecture DOJO
GitHub Copilot SpacesをGitHub.com上やVSCodeから利用する方法をご紹介します。
モノレポにおけるCLAUDE.mdの配置場所
なぜ Rails アップデートで辛い思いをするのか
gitの履歴を維持したまま、リポジトリを1つに統合する - エムスリーテックブログ
こんにちは。AI・機械学習チームの苅野です。 このブログはエムスリー Advent Calendar 2025 10 日目の記事です。API と Batch でリポジトリが分かれているプロダクトを 1 つのリポジトリに統合しようと考えて検証を行い、 「既存リポジトリで git mv してから merge --allow…
The Bet On Juniors Just Got Better
Why genies can make hiring juniors more profitable, & what you need to change to get there
フィーチャーフラグの現在 OpenFeatureが実現する標準化 - BASEプロダクトチームブログ
BASE ADVENT CALENDAR 2025 DAY.20 はじめに この記事はBASE アドベントカレンダー 2025の20日目の記事です。 Pay ID Platform Group の 大木です。 本記事では、Feature Flag(aka Feature Toggles)の標準化仕様及びSDKであるOp…
Claude CodeにLSPツールが追加
数ヶ月前の「Serena MCPはClaude Codeを救うのか?」で「Claude Code本体にLanguageServer統合を追加する可能性も考えられます」と書きましたが、その機能が2.0.74で有効になりました。
導入方法は「Claude Code の LSP サポート」が詳しいので参照ください。まとめるとanthropics/claude-plugins-official 経由でインストールするか、.claude-plugin/plugin.json にLSPサーバのコマンドを記述して自作プラグインとして起動します。
Claude Code の LSP サポートClaude Code のバージョン 2.0.74 から LSP(Language Server Protocol)サポートが追加されました。LSP サポートにより、Claude Code はコードベースに対してシンボルの定義検索、参照検索、ホバー情報の取得などの操作が可能になります。この記事では Claude
Claude Code の LSP サポート
Claude Code のバージョン 2.0.74 から LSP(Language Server Protocol)サポートが追加されました。LSP サポートにより、Claude Code はコードベースに対してシンボルの定義検索、参照検索、ホバー情報の取得などの操作が可能になります。この記事では Claude Code の LSP サポートの概要と使用方法を紹介します。