Claude CodeのイベントをMacBookのノッチ領域を使って通知してくれるアプリ。brew install notchi
---
GitHub - sk-ruban/notchi: notch app for coding tools
https://github.com/sk-ruban/notchi
#bookmarks
About
DBのGUIクライアントで有名なDBeaverが提供するCLI版DBクライアントツール。有償で800ドル。いいお値段。
---
dbvr - DBeaver
https://dbeaver.com/dbvr/
#bookmarks
JSONだけでなくYAML, TOML, JSONL, CBOR, msgpackなどに対応したjq代替かな。名称にgrepとついているが正規表現には対応しない模様。コマンドがjgなのでjqと見間違えやすい。Rust実装
---
GitHub - micahkepe/jsongrep: A path query language for JSON, YAML, TOML, and other serialization formats.
https://github.com/micahkepe/jsongrep
#bookmarks
mosh代替の自動再接続が可能なツールかな。ssh経由になるのはmosh同様。moshと違ってtmux -CCでも問題が起きないらしい。
---
GitHub - MisterTea/EternalTerminal: Re-Connectable secure remote shell
https://github.com/MisterTea/EternalTerminal
#bookmarks
Docker環境における各コンテナのCPU, メモリー, トラフィックなどのリソース状況をtopコマンドのように逐次表示できるCLIツール。複数ホストも対応。Rust実装。
---
GitHub - amir20/dtop: Terminal dashboard for Docker monitoring across multiple hosts with Dozzle integration.
https://github.com/amir20/dtop
#bookmarks
PostgreSQLから統計情報などを取集してレポート出力してくれるSQL一式。SQLなので環境を選ばずDBaaSなどに対しても使える。
---
GitHub - jobinau/pg_gather: Scan PostgreSQL Instance for potential problems. pg_gather is a SQL-only script leveraging the built-in features of psql.
https://github.com/jobinau/pg_gather
#bookmarks
nginxのsticky session機能は従来商用版のnginx plusでしか利用できなかったが、1.29.6からオープンソース版でも利用可能に。1.29.7でMPTCPもサポート。keepaliveの件は以前お伝えしたとおり。
---
NGINX OSS 1.29.6 and 1.29.7: Open Sourced Session Persistence, Multipath TCP and More – NGINX Community Blog
https://blog.nginx.org/blog/nginx-oss-1-29-6-and-1-29-7-open-sourced-session-persistence-multipath-tcp-and-more
#bookmarks
新規作成ファイルを git diff に追加する方法を探した結果 git add -N を知った。便利。
---
Git での新規ファイル作成を含んだファイル変更有無の判定方法
https://reboooot.net/post/how-to-check-changes-with-git/
#bookmarks
2026年04月17日発売予定
---
詳解 組み込みシステム 第2版
https://www.oreilly.co.jp//books/9784814401659/
#bookmarks