Bookmarks

Bookmarks

46714 bookmarks
Custom sorting
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
Please Just Fucking Try HTMX
Please Just Fucking Try HTMX
A measured-yet-opinionated plea to try HTMX. Skip the React complexity, skip the raw HTML limitations. There's a third option.
·pleasejusttryhtmx.com·
Please Just Fucking Try HTMX
Announcing the JavaScript/TypeScript Modernizer for VS Code - Microsoft for Developers
Announcing the JavaScript/TypeScript Modernizer for VS Code - Microsoft for Developers
Keeping JavaScript/TypeScript projects up-to-date can be a challenge, especially when it’s time to upgrade a bunch of npm packages or adopt the latest frameworks. We’ve heard from many JS/TS developers that modernizing an older app (upgrading dependencies, fixing breaking changes, etc.) is often tedious and time-consuming. To help with this, we’re excited to introduce the […]
·developer.microsoft.com·
Announcing the JavaScript/TypeScript Modernizer for VS Code - Microsoft for Developers
fcavallarin/wirebrowser
fcavallarin/wirebrowser
Contribute to fcavallarin/wirebrowser development by creating an account on GitHub.
·github.com·
fcavallarin/wirebrowser
タイミーで蓄積された Aurora MySQL 運用ナレッジ─ 障害・チューニング・実践知を特別公開 - Timee Product Team Blog
タイミーで蓄積された Aurora MySQL 運用ナレッジ─ 障害・チューニング・実践知を特別公開 - Timee Product Team Blog
はじめに タイミーで SRE 業務を担当している徳富(@yannKazu1)です。 日々、数千万件のデータと向き合う中で、Aurora MySQL の運用をより良くするための改善を積み重ねています。 本記事では、その中で経験してきた “机上ではわからないリアルな気づきや学び” を、できるだけ具体的にまとめました。 これ…
·tech.timee.co.jp·
タイミーで蓄積された Aurora MySQL 運用ナレッジ─ 障害・チューニング・実践知を特別公開 - Timee Product Team Blog