ほー便利。CloudFront Functionsを利用するときは是非とも活用したい
---
CloudFront Functions の新機能「logCustomData」で任意のデータをアクセスログに記録してみた | DevelopersIO
https://dev.classmethod.jp/articles/cloudfront-functions-logcustomdata-access-logs/
#bookmarks
About
sockperf初耳だったが、2009年頃からあるツールらしい。
---
<初心者向け>AWSのAZ間レイテンシをsockperfでpercentile分布まで測ってみた | DevelopersIO
https://dev.classmethod.jp/articles/tokyo-osaka-az-latency/
#bookmarks
「Type-safe like Rust, familiar like TypeScript, compiled to clean Wasm」わいわい
---
The Wado Programming Language
https://wado-lang.org/
#bookmarks
Android/iOSともにKindleアプリで使えると。これ寝ながらタブレットを操作するのに良さそう。
---
【やじうまミニレビュー】 3千円台で買える「Kobo Remote」、実はKindleアプリと相性抜群?
https://pc.watch.impress.co.jp/docs/column/yajiuma-mini-review/2124461.html
#bookmarks
ttyrecをベースに色々拡張したfork実装。macOSはbrew install ovh-ttyrecでインストールできる。
---
GitHub - ovh/ovh-ttyrec: Enhanced (but compatible) version of the classic ttyrec
https://github.com/ovh/ovh-ttyrec
#bookmarks
Grafanaに対して操作やクエリー実行ができる公式CLI。AIによる操作にも対応。brew install gcx
---
GitHub - grafana/gcx: A CLI for managing Grafana and Grafana Cloud resources. Optimized for agentic usage.
https://github.com/grafana/gcx
#bookmarks
tmuxでpane上の文字列を素早くコピーできるtmuxプラグイン。vimperator風にコピーする文字列を指定できる。おー面白いなこれ。コピーしそうな特徴的な部分を抽出するように実装されている模様。
---
GitHub - Morantron/tmux-fingers: copy pasting in terminal with vimium/vimperator like hints.
https://github.com/Morantron/tmux-fingers
#bookmarks
readline代替のBashプラグイン。コマンドの引数入力時に候補リストを表示したりできる。シンタックスハイライトは""の閉じ忘れ防止などで地味に便利かも。実装言語はRust。
---
GitHub - HalFrgrd/flyline: Flyline: a Bash plugin to replace readline for a modern line editing experience: syntax highlighting, agent integration, rich prompts, tooltips, fuzzy history search, and more!
https://github.com/HalFrgrd/flyline
#bookmarks
AIエージェントを使った脆弱性スキャンツール。対象リポジトリのURLを渡したらスキャン、解析、報告まで自動でやってくれるSKILLを用意してる模様。claude code, codex, opencodeに対応。
---
GitHub - alpha-omega-security/scrutineer: Security through scrutiny
https://github.com/alpha-omega-security/scrutineer
#bookmarks
「docker compose up するだけで、AWS SSM や 1Password といったシークレットストアから値を引いてきてコンテナに環境変数として注入してくれる docker-vals という Docker CLI プラグイン」
---
docker compose up だけでシークレットを注入する docker-valsの紹介
https://zenn.dev/estie/articles/df0fd5f0326f9a
#bookmarks