Bookmarks

Bookmarks

49378 bookmarks
Custom sorting
ZJIT is now available in Ruby 4.0
ZJIT is now available in Ruby 4.0
ZJIT is now available with the release of Ruby 4.0. Here’s an update of our progress.
·railsatscale.com·
ZJIT is now available in Ruby 4.0
WEBシステムにおけるタイムアウト設計のセオリー - Qiita
WEBシステムにおけるタイムアウト設計のセオリー - Qiita
はじめに 私は現在AWS上のWEBシステムのインフラ維持管理を担当しています システムのタイムアウト設計は地味な領域ではありますが、設計に不備があるとシステム障害に直結する、非常に重要なポイントの一つだと考えています 一方で、直近の業務を通じてこの領域は専門外の方には理...
·qiita.com·
WEBシステムにおけるタイムアウト設計のセオリー - Qiita
ブラウザから要素を選択してエージェントにコンテキストを提供する React Grab を試してみた
ブラウザから要素を選択してエージェントにコンテキストを提供する React Grab を試してみた
React Grab はブラウザ上で要素を選択し、その要素に対応するコードコンテキストをコーディングエージェントに提供するライブラリです。この記事では React Grab のセットアップ方法と使用方法を紹介します。
·azukiazusa.dev·
ブラウザから要素を選択してエージェントにコンテキストを提供する React Grab を試してみた
A new way to extract detailed transcripts from Claude Code
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 …
·simonwillison.net·
A new way to extract detailed transcripts from Claude Code
Backing up Spotify
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.
·annas-archive.li·
Backing up Spotify
Ruby 4.0.0 リリース | Ruby
Ruby 4.0.0 リリース | Ruby
Ruby 4.0.0 が公開されました。Ruby 4.0 には “Ruby Box”、”ZJIT” ほか多数の改善が含まれています。
·ruby-lang.org·
Ruby 4.0.0 リリース | Ruby
ISUCONイベントサポート体制引継ぎのお知らせ | さくらインターネット
ISUCONイベントサポート体制引継ぎのお知らせ | さくらインターネット
このたび、プログラミング競技イベント「ISUCON」につきまして、これまでイベント運営を支えてきたLINEヤフー株式会社から、さくらインターネットがサポート体制を引き継ぐことを決定いたしましたのでお知らせいたします。
·sakura.ad.jp·
ISUCONイベントサポート体制引継ぎのお知らせ | さくらインターネット
論理削除という技術的負債、それでも僕たちは使い続ける - じゃあ、おうちで学べる
論理削除という技術的負債、それでも僕たちは使い続ける - じゃあ、おうちで学べる
はじめに 「論理削除?deleted_atカラム追加すればいいでしょ」この一言から始まる地獄を、何度見てきただろうか。 最初は簡単に見える。カラムを1つ追加するだけ。しかし、その「簡単さ」こそが罠だ。 論理削除は技術的負債の温床だ。WHERE句への条件追加忘れ、認知コストの増大、テストの複雑化、パフォーマンス劣化。すべ…
·syu-m-5151.hatenablog.com·
論理削除という技術的負債、それでも僕たちは使い続ける - じゃあ、おうちで学べる
Ruby::Box ダイジェスト紹介(Ruby 4.0.0 新機能) - STORES Product Blog
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.…
·product.st.inc·
Ruby::Box ダイジェスト紹介(Ruby 4.0.0 新機能) - STORES Product Blog
Rails 8.2 Adds Support for Combined Credentials
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.
·writesoftwarewell.com·
Rails 8.2 Adds Support for Combined Credentials
Ruby 3.4 Documentation: A Step Towards Better Ruby Documentation
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...
·st0012.dev·
Ruby 3.4 Documentation: A Step Towards Better Ruby Documentation
eager_loadでサービスを停止させた話 - リサーチ・アンド・イノベーション 開発者ブログ
eager_loadでサービスを停止させた話 - リサーチ・アンド・イノベーション 開発者ブログ
RNIアドベントカレンダー 5日目の記事です。 リサーチ・アンド・イノベーションの横山です。 今年もアドベントカレンダーの季節になりました。ちょっと今年もアウトプットしなさすぎでしたね。もっと書かないと。 自己紹介 RNIにお世話になってはや8年目。 エンジニア歴20年くらい、Ruby歴は25年くらいです。 三浦半島の…
·rni-dev.hatenablog.com·
eager_loadでサービスを停止させた話 - リサーチ・アンド・イノベーション 開発者ブログ
gitの履歴を維持したまま、リポジトリを1つに統合する - エムスリーテックブログ
gitの履歴を維持したまま、リポジトリを1つに統合する - エムスリーテックブログ
こんにちは。AI・機械学習チームの苅野です。 このブログはエムスリー Advent Calendar 2025 10 日目の記事です。API と Batch でリポジトリが分かれているプロダクトを 1 つのリポジトリに統合しようと考えて検証を行い、 「既存リポジトリで git mv してから merge --allow…
·m3tech.blog·
gitの履歴を維持したまま、リポジトリを1つに統合する - エムスリーテックブログ