様々なデータベースに対応したGoogle謹製MCPサーバ実装。Googleの各種DB系サービスのほか、MySQL、PostgreSQL、SQLite、Neo4j、Dgraph、Couchbaseに対応。Go実装
---
GitHub - googleapis/genai-toolbox: Gen AI Toolbox for Databases is an open source server that makes it easier to build Gen AI tools for interacting with databases.
https://github.com/googleapis/genai-toolbox
#bookmarks
About
Claude Codeの利用状況を解析/表示するCLIツール。昨日homebrewに追加されてbrew install ccusageでインストールできるようになった模様。
---
GitHub - ryoppippi/ccusage: A CLI tool for analyzing Claude Code usage from local JSONL files.
https://github.com/ryoppippi/ccusage
#bookmarks
brew install kiro
---
kiro
https://formulae.brew.sh/cask/kiro
#bookmarks
AIエージェント時代に向くプログラミング言語としては、ランタイムでのエラーをより減らすことができるRustの方がGoよりも優れているとの主張。さてどうでしょうね。LLMはRustで綺麗な実装をどこまでできるのか興味ある
---
Rust is a great fit for the agentic era
https://kerkour.com/rust-agentic-coding
#bookmarks
GitHubが世界的なサマーハッカソン For the Love of Code を開催。7月16日から9月22日まで。
---
For the Love of Code: a summer hackathon for joyful, ridiculous, and wildly creative projects
https://github.blog/open-source/for-the-love-of-code-2025/
#bookmarks
Cloudflareが英国から海賊版サイトへのアクセスをブロックするようになったらしい。HTTPステータスコードは451、Unavailable For Legal Reasons。日本も何らかの法律を制定すればCloudflareにブロックさせることができるのかも
---
Cloudflare Starts Blocking Pirate Sites For UK Users - That's a Pretty Big Deal * TorrentFreak
https://torrentfreak.com/cloudflare-starts-blocking-pirate-sites-for-uk-users-thats-a-pretty-big-deal-250715/
#bookmarks
Apple Silicon用のAI推論エンジンらしい。Rust実装。渦?
---
GitHub - trymirai/uzu: A high-performance inference engine for AI models
https://github.com/trymirai/uzu
#bookmarks
キャッシュ実装(Memcache, Redis, Valkey, Dragonfly, Garnet)の性能比較。それぞれ強みが異なるが、CPU CyclesのValkeyの伸びはなんぞ。
---
GitHub - tidwall/cache-benchmarks: Benchmarking Memcache, Redis, Valkey, Dragonfly, and Garnet caching software.
https://github.com/tidwall/cache-benchmarks
#bookmarks
PHP、バージョン9.0でライセンスを3条項BSDライセンスへ変更検討中(まだ決定ではない)。
---
PHP: rfc:php_license_update
https://wiki.php.net/rfc/php_license_update
#bookmarks
SQLiteに対するasyncioなコネクションプールを実現するPythonライブラリ。SQLiteはローカルだからコネクションプールは本当に必要なのかと気になったが、ベンチマーク上は高速になってそう。
---
GitHub - slaily/aiosqlitepool: 🛡️A resilient, high-performance asynchronous connection pool layer for SQLite, designed for efficient and scalable database operations.
https://github.com/slaily/aiosqlitepool
#bookmarks