Bookmarks

Bookmarks

46691 bookmarks
Custom sorting
lucianghinda/agent_skill_parser: A Ruby gem for parsing skill files that use YAML frontmatter and markdown body content. Designed for agent/AI systems where skills are defined as structured markdown documents with metadata.
lucianghinda/agent_skill_parser: A Ruby gem for parsing skill files that use YAML frontmatter and markdown body content. Designed for agent/AI systems where skills are defined as structured markdown documents with metadata.
A Ruby gem for parsing skill files that use YAML frontmatter and markdown body content. Designed for agent/AI systems where skills are defined as structured markdown documents with metadata. - luci...
·github.com·
lucianghinda/agent_skill_parser: A Ruby gem for parsing skill files that use YAML frontmatter and markdown body content. Designed for agent/AI systems where skills are defined as structured markdown documents with metadata.
State of Ruby 2026
State of Ruby 2026
Ruby 4.0 shipped ZJIT and Ruby::Box, Rails 8 ditched Redis for Solid Trifecta, and a RubyGems crisis forced Matz to act.
·devnewsletter.com·
State of Ruby 2026
Google SRE が Gemini CLI を使用して実際の障害を解決している方法 | Google Cloud 公式ブログ
Google SRE が Gemini CLI を使用して実際の障害を解決している方法 | Google Cloud 公式ブログ
Google SRE が Gemini CLI と Gemini 3 を使用して、ページングからポストモーテムまでインシデント対応を自動化している方法をご紹介します。AI をどのように活用してトイルを排除し、ユーザーに悪影響が及ぶ時間を安全に短縮しているかをご覧ください。
·cloud.google.com·
Google SRE が Gemini CLI を使用して実際の障害を解決している方法 | Google Cloud 公式ブログ
LLMでソート - ジョイジョイジョイ
LLMでソート - ジョイジョイジョイ
ソートはコンピュータサイエンスにおける古典的なタスクですが、これが最先端の LLM と結びつき、新たな研究の潮流が生まれています。 ソートは比較関数さえ定義すれば実行することができます。従来の比較関数は身長・金額・距離のように測定可能な数値の比較を前提としていましたが、この比較関数内で LLM 呼び出しを行うことで「ど…
·joisino.hatenablog.com·
LLMでソート - ジョイジョイジョイ
モーダルやツールチップで役立つ! HTMLのcommandとinterestfor属性を使って、JSを減らすスマートなUI開発 - ICS MEDIA
モーダルやツールチップで役立つ! HTMLのcommandとinterestfor属性を使って、JSを減らすスマートなUI開発 - ICS MEDIA
HTMLとCSSは進歩していますが、以前はJavaScriptが必須だった機能も、今ではHTMLとCSSだけで実現できることも増えています。HTMLの新属性command属性とcommandfor属性、そしてinterestfor属性を使うとダイアログやポップオーバーをHTMLのみで操作できます。
·ics.media·
モーダルやツールチップで役立つ! HTMLのcommandとinterestfor属性を使って、JSを減らすスマートなUI開発 - ICS MEDIA
alec-c4/active_record_properties: Type-safe properties stored in JSONB for ActiveRecord models. A modern, lightweight alternative to separate settings tables.
alec-c4/active_record_properties: Type-safe properties stored in JSONB for ActiveRecord models. A modern, lightweight alternative to separate settings tables.
Type-safe properties stored in JSONB for ActiveRecord models. A modern, lightweight alternative to separate settings tables. - alec-c4/active_record_properties
·github.com·
alec-c4/active_record_properties: Type-safe properties stored in JSONB for ActiveRecord models. A modern, lightweight alternative to separate settings tables.
Claude Code Agent Teamsのあそびかた
Claude Code Agent Teamsのあそびかた
Agent Teamsは2026年2月5日にOpus 4.6と同時リリースされた実験的機能で、Claude CodeのSubagentsを独立プロセス化し、双方向にメッセージングできるようにする仕組みです。 Orchestrate teams of Claude Code sessions - Claude Code DocsCoordinate multiple Claude Code instances working together as a team, with shared tasks, inter-agent messaging, and centralized management.Claude Code Docs 一言でいうとSubagentsを拡張してステートフルにした機能です。各エージェントが自分のインボックス(~/.claude/teams/配下のJSONファイル)をポーリングしていて、メールボックスのアナロジーで相互通信が実現されています。ファイルロックで排他制御しているので、推論+ファイルシステムだけでメッセージングシステムが成立しているのが面白いところ
·blog.lai.so·
Claude Code Agent Teamsのあそびかた