2025-07¶
- GitHub - JakobGM/patito: A data modelling layer built on top of polars and pydantic
- GitHub - Ousret/niquests-stats: Find Niquests at https://github.com/jawah/niquests HTTP/2 HTTP/3 QUIC Async
- Python での HTTP client の benchmark
- kustomize で configmap 作成。glob は cli でのみ対応
- feat: add ability to exclude files when using git file generator by nitishfy · Pull Request #22734 · argoproj/argo-cd · GitHub
- v2 だと非対応だった file exclude が v3 で対応
- 1password cli
- Kiro を使ってみた
- 一時的に Claude Sonnet4 が利用できないことがある。時間を置いてリトライすると利用できた
-
The model you've selected is experiencing a high volume of traffic. Try changing the model and re-running your prompt.
ruff check --add-noqa
で noqa を追加する。すでに開発が進んでいるコードベースでの導入に便利- GitHub - browserless/browserless: Deploy headless browsers in Docker. Run on our cloud or bring your own. Free for non-commercial uses.
- GitHub - redis/RedisInsight: Redis GUI by Redis
- LLM 推論に関する技術メモ : 量子化やバッチ処理、KV キャッシュ、コールドスタートなどについまとめ
- https://bentoml.com/llm/ : LLM Inference Handbook
- daft vs polars vs duckdb
- GitHub - langchain-ai/open_deep_research
- GitHub - python-lz4/python-lz4: LZ4 bindings for Python
- https://python.plainenglish.io/5-python-features-you-should-use-but-no-one-ever-teaches-0bc4cfefa90c
- GitHub - tidwall/cache-benchmarks: Benchmarking Memcache, Redis, Valkey, Dragonfly, and Garnet caching software.
- GitHub - tidwall/pogocache: Fast caching software with a focus on low latency and cpu efficiency.
- GitHub - kochelmonster/larch-pickle: larch.pickle - A faster python pickle replacement
- marimo mkdocs
- How I Harden My Linux Server in 30 Minutes After Every Fresh Install (Ubuntu & Red Hat)
- test coverage を計測しておくと、足りない部分を LLM にコード生成してもらうときに便利
- GitHub - zilliztech/deep-searcher: Open Source Deep Research Alternative to Reason and Search on Private Data. Written in Python.
- GitHub - hesreallyhim/awesome-claude-code: A curated list of awesome commands, files, and workflows for Claude Code
- https://docs.litellm.ai/docs/providers/github_copilot
- LiteLLM で GitHub Copilot を使う。どういったモデルが利用できるかは不明
-
特定の推論プロファイルへのロールのアクセスを制限するには、アクセスを許可する推論プロファイルと基盤モデルのみを含むように Resource リストを変更します。システム定義の推論プロファイルは で始まり inference-profile、アプリケーション推論プロファイルは で始まります application-inference-profile。
- 推論プロファイルの前提条件 - Amazon Bedrock
- 事前定義が inference-profile、新規に作成したものが application-inference-profile
- Odd behaviour regarding custom headers · Issue #269 · jawah/niquests · GitHub
- niquests でカスタムヘッダを設定しても、リクエストに反映されない問題。websocket を利用した際に手元で再現した。host が違う 2 つの url に websocket 接続した時に、片方の host だけリクエスト失敗した
- Quickstart - Niquests Documentation – Drop-in replacement for Requests – HTTP/1.1, HTTP/2, and HTTP/3. : 状況によっては header が書き換わる