25種類以上のプログラミング言語のソースコードを即席実行できるCLIツール。REPLあり。実態は裏で本家コマンドを叩いているだけなのでコマンドがないと実行できない模様。それでも言語を随時切替可能なREPLは便利かも。
---
GitHub - Esubaalew/run: Universal multi-language runner and smart REPL written in Rust.
https://github.com/Esubaalew/run
#bookmarks
About
GitHub ActionsにおけるActionのバージョンアップとpinnedを支援するCLIツール。`action@v1` などのバージョン表記を `action@(sha256) # v2` などに変換可。⚪︎日以上経過した最新にアップデートも可。良さそう。brew install actions-up
---
GitHub - azat-io/actions-up: 🌊 Interactive CLI tool to update GitHub Actions to latest versions with SHA pinning
https://github.com/azat-io/actions-up
#bookmarks
Rustプロジェクトのおすすめ設定、lld linker、mimallocやDockerfileなど。皆様。
---
Deploying Rust to production checklist
https://kerkour.com/rust-production-checklist
#bookmarks
2026年2月24日発売
---
OpenID Connect入門 | 技術評論社
https://gihyo.jp/book/2026/978-4-297-15456-1
#bookmarks
わいわい
---
Windowsのイベントログ分析トレーニング用コンテンツの公開 - JPCERT/CC Eyes
https://blogs.jpcert.or.jp/ja/2026/02/windows-1.html
#bookmarks
「障害調査に特化したOSSのAIエージェント(CNCFプロジェクト)」ほう
---
障害対応は名探偵AIエージェントにお任せ? HolmesGPTを使ってみた
https://zenn.dev/koduki/articles/holmes-gpt-20250517
#bookmarks
いわゆるエプスタイン文書のPDFファイルは情報公開のお手本。司法省はとてもよく練られたワークフローでPDFが作成されていると。技術的な視点で興味深い。
---
A case study in PDF forensics: The Epstein PDFs – PDF Association
https://pdfa.org/a-case-study-in-pdf-forensics-the-epstein-pdfs/
#bookmarks
Gitの各種ワークフローに対応したgitサブコマンド実装。Gitflow, GitHub Flow, GitLab Flowのサポートとカスタムも可能。Go実装。brew install git-flow-next
---
git-flow-next: Your Favorite Git Workflow. Reimagined. | git-flow-next
https://git-flow.sh/
#bookmarks
C4モデル as Code。ほう。ソースコードはgithubにある。
---
Structurizr
https://structurizr.com/
#bookmarks
人が読みやすくなるように調整するJSON formatter。一般的なformatterだと縦長になりがちだが、できるだけ横幅を取るように配置してくれる。桁揃えも考慮。あーいいねこれ。C#実装。
---
GitHub - j-brooke/FracturedJson: JSON formatter that produces highly readable but fairly compact output.
https://github.com/j-brooke/FracturedJson
#bookmarks