2025-03¶
- SWE bench を覗いてみたが、Python を使ってるレポジトリが多いように感じた。この指標はあらゆる言語に対して適用できるものではないのかも
- Git Submodule を GitHub Actions で利用するには GitHub Apps が正解でした
- この blog も submodule 参照を ssh でやっていたが、github apps を使うと https でやってくれるので、ssh の設定がいらなくなった
- GSC で新しい sitemap.xml のリンクを渡しても、エラーが返ってきた。
- GitHub - laurentS/slowapi: A rate limiter for Starlette and FastAPI
- GitHub - directvt/vtm: Text-based desktop environment
- karpenter でのメモリオーバーヘッドは、設定で調整できる。デフォルトは 0.075
- CI/CD 基盤のコスト削減と Docker Hub のレートリミットを回避するためのミラーサーバーを導入した話 - DeNA Testing Blog
- GitHub - distribution/distribution: The toolkit to pack, ship, store, and deliver container content blog 内で pull through cache として使われている
- GitHub - distribution/distribution: The toolkit to pack, ship, store, and deliver container content blog 内で pull through cache として使われている
- OpenHands GitHub Issue Resolver を使って(ほぼ)無料で AI エンジニアに開発を依頼できる環境を作ってみる
- Accelerating Generative AI with PyTorch: Segment Anything 2 - Fast and furious inference with low latency and fast cold starts | PyTorch
- NodePools | Karpenter: karpenter の capacity-type に reserved も指定できる
- GitHub - PrunaAI/pruna: Pruna is a model optimization framework built for developers, enabling you to deliver faster, more efficient models with minimal overhead.
- GitHub - envoyproxy/nighthawk: L7 (HTTP/HTTPS/HTTP2/HTTP3) performance characterization tool
- アプリケーション ロードバランサのカスタム指標 | Load Balancing | Google Cloud: カスタム指標で負荷分散する機能が preview として公開された。いつのタイミングの指標でバランシングされるのか気になる。1~2 分くらい遅延あるかもしれない。
- アプリケーション ロードバランサを使用したバックエンド サービスの負荷テストに関するガイドライン | Load Balancing | Google Cloud
- Python でのフロントエンド開発を実現する Reflex のご紹介| grasys blog
- https://d7y.io/docs/next/operations/integrations/harbor/ :dragonfly の harbor との連携
- gateway/internal/infrastructure/kubernetes/infra_resource.go at 953ccc15764086b225c7bd117f0b25d29f903f18 · envoyproxy/gateway · GitHub : Envoy Gateway 利用する際に DaemonSet が作られるのか気になって、ソースコードを読んでみた。DaemonSet が有効になる設定をすると作られるらしい
- hcp-terraform-operator/internal/controller/agentpool_controller_autoscaling.go at 3b90118d0a271d3e8c92a9fc07d9c9899bb9df1f · hashicorp/hcp-terraform-operator · GitHub: HCP Terraform の AgentPool の Autoscaling の実装。plan/apply 実行中のものと保留中のものがあると Workspace ごとに Pod が立ち上がる。
- バグがあって、v2.8.0 時点だと 0scale や autoscale の挙動がおかしい。関連する PR が v2.9.0 のマイルストーンに入っている。
- 🐛 Agent Pool will not scale up if a planned run is not the "current run" · Issue #534 · hashicorp/hcp-terraform-operator · GitHub
- 🐛 Fix an issue with agent scaling during the first run by arybolovlev · Pull Request #580 · hashicorp/hcp-terraform-operator · GitHub
- 🚀 Add a new agent scaling algorithm by arybolovlev · Pull Request #561 · hashicorp/hcp-terraform-operator · GitHub
- バグがあって、v2.8.0 時点だと 0scale や autoscale の挙動がおかしい。関連する PR が v2.9.0 のマイルストーンに入っている。
- 起動レイテンシ指標をモニタリングする | Google Kubernetes Engine (GKE) | Google Cloud : Kubernetes node, pod の起動レイテンシをモニタリングする方法
- Amazon EKS のコンテナ起動時間を Bottlerocket のデータボリュームを活用することで短縮 | Amazon Web Services ブログ
- Kubernetes Metrics Reference | Kubernetes
- このあたりで node の起動時間を取得できそう
- kubelet_node_startup_duration_seconds
- kubelet_node_startup_pre_kubelet_duration_seconds
- kubelet_node_startup_pre_registration_duration_seconds
- このあたりで node の起動時間を取得できそう
- GitHub - DeepSourceCorp/globstar: Globstar is a fast, feature-rich, and open-source static analysis toolkit for writing and running code checkers. Based on tree-sitter.
- [WIP] use
uv
for resolving Pants plugins by tdyas · Pull Request #21991 · pantsbuild/pants · GitHub : Pants で uv を使って resolve する PR - GitHub - NilsIrl/dockerc: container image to single executable compiler
- GitHub - fatedier/frp: A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.