Bookmarks

Bookmarks

49394 bookmarks
Custom sorting
What's new in Ruby 4.0
What's new in Ruby 4.0
Nithin Bekal's blog about programming - Ruby, Rails, Vim, Elixir.
·nithinbekal.com·
What's new in Ruby 4.0
Claude CodeからPull Requestのレビュー操作を便利に行うClaude Skillsを作った - $shibayu36-blog;
Claude CodeからPull Requestのレビュー操作を便利に行うClaude Skillsを作った - $shibayu36-blog;
Claude CodeやClaude Code Actionを用いて、AIに自律的にPull Requestのレビューを行なってもらうとき、いくつかの課題があった。その解決のためにPull Requestのレビュー操作に特化したgithub-pr-review-operationというClaude Skillsを作った…
·blog.shibayu36.org·
Claude CodeからPull Requestのレビュー操作を便利に行うClaude Skillsを作った - $shibayu36-blog;
Overview - Agent Skills
Overview - Agent Skills
A simple, open format for giving agents new capabilities and expertise.
·agentskills.io·
Overview - Agent Skills
Send Emails in Bulk with deliver_all_later
Send Emails in Bulk with deliver_all_later
This year, Rails introduced a new method for ActionMailer called deliver_all_later. This feature simplifies enqueuing multiple emails for delivery through Active Job. Instead of sending each email individually, you can now enqueue a batch of emails, allowing them to be sent asynchronously when their respective jobs run.
·mintbit.com·
Send Emails in Bulk with deliver_all_later
laiso/site2skill
laiso/site2skill
Contribute to laiso/site2skill development by creating an account on GitHub.
·github.com·
laiso/site2skill
site2skill: どんなサイトでもClaude Skills化するツールを作った
site2skill: どんなサイトでもClaude Skills化するツールを作った
任意のWebドキュメントをClaude Agent Skills化するツール site2skill を作りました。PAY.JPのドキュメントを例に、Claude Codeがドキュメントを参照しながら開発する流れを説明します。 GitHub - laiso/site2skillContribute to laiso/site2skill development by creating an account on GitHub.GitHublaiso LLMが知らないライブラリを使うとき LLMには知識のカットオフ(学習データの期限)があります。新しいライブラリやマイナーなAPIを使おうとすると、LLMは正確な情報を持っていません。例えばClaude Opus 4.5 の知識は2025年8月のものであり、それ以降にリリースされたライブラリや、学習データに含まれていないドキュメントについては、正確なコードを生成できません。 こういう場面では、Webのドキュメントを要約してチャットに貼り付け、それをもとに実装してもらうという作業を繰り返すことになります。この方法は有効ですが、毎回ドキ
·blog.lai.so·
site2skill: どんなサイトでもClaude Skills化するツールを作った
b1rger/carl: carl is a calendar for the commandline. It tries to mimic the various cal(1) implementations out there, but also adds enhanced features like colors and ical support.
b1rger/carl: carl is a calendar for the commandline. It tries to mimic the various cal(1) implementations out there, but also adds enhanced features like colors and ical support.
carl is a calendar for the commandline. It tries to mimic the various cal(1) implementations out there, but also adds enhanced features like colors and ical support. - b1rger/carl
·github.com·
b1rger/carl: carl is a calendar for the commandline. It tries to mimic the various cal(1) implementations out there, but also adds enhanced features like colors and ical support.
tfdiff: Terraformのモジュール間の差分を調べるためのツールを作った
tfdiff: Terraformのモジュール間の差分を調べるためのツールを作った
Terraformでモジュール間の差分を比較するツールtfdiffを作りました。 tfdiffとは tfdiffはTerraformのモジュール同士を比較・表示するコマンドラインツールです。 単純なファイル比較ではなく、HCLを解析して以下の要素ごとに差分を表示します: モジュール呼び出し(module calls) 出力(outputs) リソース(resources) データソース(data sources) 変数(variables) Terraformを使っていると、モジュール間でどんな違いがあるか比較したくなる時があります。 特に、ルートモジュールでproductionやstagingを分けて管理している時、呼び出しているモジュールが足りていなくて環境毎の差分が発生していたり、引数の差分が適切ではなかったりすることがあります。 こういうルートモジュール間の差分を確認するために素朴にdiffコマンドで比較するのもいいですが、モジュールの構造を考慮した差分が見たいケースもあります。 tfdiffはそういった用途で使えるツールです。 サンプル 以下のように、example/leftとexample/rightの2つのルートモジュールがあるとします。 example/ ├── left/ │ ├── main.tf │ ├── outputs.tf │ └── variables.tf └── right/ ├── main.tf ├── outputs.tf └── variables.tf left/main.tfにのみリソースが定義されている場合 片方でのみ定義して、もう片方で定義し忘れている場合を考えます。 # Web application infrastructure resource "aws_instance" "web" { ami = "ami-0c02fb55956c7d316" instance_type = "t2.micro" tags = { Name = "WebServer" Environment = "production" } } このとき、tfdiffは以下のように差分として検出します。 % ./dist/tfdiff ./examples/basic/{left,right} --- ./examples/basic/left +++ .
·repl.info·
tfdiff: Terraformのモジュール間の差分を調べるためのツールを作った
GitHub Actionsの価格改定について
GitHub Actionsの価格改定について
GitHubでは、セルフホスト型GitHub Actions向けに発表していた課金内容の変更を延期し、アプローチを再検討するための時間を設けることにしました。
·github.blog·
GitHub Actionsの価格改定について
Fresh - The Terminal Text Editor
Fresh - The Terminal Text Editor
Fresh is a fast, modern terminal text editor with intuitive keybindings, syntax highlighting, and instant startup.
·sinelaw.github.io·
Fresh - The Terminal Text Editor
Vibe coding is boring
Vibe coding is boring
Vibe coding gets the job done, but there's no thrill in the build.
·cassidoo.co·
Vibe coding is boring