2026年版主要クラウドでベンチマーク対決。性能ではAWSのc8a.largeが強いらしい。コストではOracle Cloudのfree tierが1強だがそれを除けばHetznerが安価と。対象はAWS, GCP, Azure, Oracle, Akamai, DigitalOcean, Hetzner
---
Cloud VM benchmarks 2026: performance / price
https://devblog.ecuadors.net/cloud-vm-benchmarks-2026-performance-price-1i1m.html
#bookmarks
About
Ghosttyを意識したmacOS向けMarkdownノートアプリ。Ghosttyのようにタブ機能や画面分割が可能。画面分割とかは今までのノートアプリにあんまりなかったかもな。
---
GitHub - mimoo/ghostmd
https://github.com/mimoo/ghostmd
#bookmarks
シングルバイナリで動作するLinuxサーバのモニタリングツール。ブラウザで参照可能なグラフ表示機能あり。TUIも用意されてる。リングバッファなファイルに保存するのでDB不要。RRDtoolみたいな感じだな。懐かしいな。
---
GitHub - c0m4r/kula: Lightweight, self-contained Linux® server monitoring tool
https://github.com/c0m4r/kula
#bookmarks
継続的なパフォーマンス試験の結果からリグレッションを検知するためのツールかな。データソースとしてCSV, PostgreSQL, BigQuery, Graphiteなどを選択可。Python実装
---
GitHub - apache/otava: Change Detection for Continuous Performance Engineering
https://github.com/apache/otava
#bookmarks
本番環境のDBから手元の開発環境やデバッグ用のサブセットを抽出したSQLを作れるCLIツール。例えばorders.id=12345と指定すると外部キーなどを辿って関連するテーブルとレコードを抽出。匿名化も対応。Python実装
---
GitHub - nabroleonx/dbslice: Extract a slice of your production database to reproduce bugs locally. Point dbslice at a record, it follows foreign keys and gives you a complete, importable subset
https://github.com/nabroleonx/dbslice
#bookmarks
AIエージェント時代のCLIツールはflagではなくjsonで渡すようにするべき?うーんいやぁそれは人に優しくないから個人的には好きじゃないねぇ。
---
You Need to Rewrite Your CLI for AI Agents
https://justin.poehnelt.com/posts/rewrite-your-cli-for-ai-agents/
#bookmarks
物理コンソールで生きる。KMSCONで日本語表示が可能。日本語入力は難しいのでemacs、なるほどですね。
---
【Ubuntu日和】 メモリ消費800MB以下。脱GUIで省メモリな日本語環境の可能性を探る
https://pc.watch.impress.co.jp/docs/column/ubuntu/2091326.html
#bookmarks
AWS Copilot CLIが2026年6月12日でサポート終了。まじかー。移行先はECS Express Mode、AWS CDKなど。
---
Announcing the end-of-support for the AWS Copilot CLI | Amazon Web Services
https://aws.amazon.com/blogs/containers/announcing-the-end-of-support-for-the-aws-copilot-cli/
#bookmarks
Claude CodeとLSP連携のススメ。デフォルトは無効、有効にするとデバッグなどが高速になるらしい。
---
The 2-Minute Claude Code Upgrade You're Probably Missing: LSP
https://karanbansal.in/blog/claude-code-lsp/
#bookmarks
SQLiteをRustで再実装したものらしい。MVCC対応で複数同時コミットができると謳う。 MITベースだがOpenAI/Anthropic関係者の利用を制限しているライセンス。でもClaude Codeは使うのね。
---
GitHub - Dicklesworthstone/frankensqlite: Independent ground-up Rust reimplementation of SQLite with concurrent writers and information-theoretic durability
https://github.com/Dicklesworthstone/frankensqlite
#bookmarks