GhosttyのターミナルコアをWindowsネイティブアプリに載せた実装。ほほう
---
WSL 用ターミナルは noctty が良いぞ — PR を 4 本マージしてもらって分かったこと
https://zenn.dev/nanasess/articles/noctty-wsl-terminal-contribution
#bookmarks
About
知見だ。わいわい
---
OpenTelemetry Collectorでテレメトリーデータの欠損を防ぐためのいくつかの方法
https://zenn.dev/taxin/articles/otel-resiliency
#bookmarks
2026年9月25日発売
---
分析者のための数理最適化入門 アルゴリズムの仕組みから定式化の実践まで、網羅的に理解する(伊藤元治、原田耕平、松岡勇気) | 書籍 | ソシム
https://www.socym.co.jp/book/1561
#bookmarks
うっ、はい。まずはこの記事からリンクされてる「マイクの音質をチェックできるツール」を試す。
---
リモートチームなら通話の音質に命をかけて欲しい - モヒカン技術ブログ
https://blog.pinkumohikan.com/entry/2026/09/05/150757
#bookmarks
WindowsとmacOSに対応したSSDの正常性確認&ベンチマークツール。S.M.A.R.T.にも対応。smartmontoolsベースの模様
---
DiskBoard – Free disk benchmark and SSD health monitor for macOS and Windows
https://www.diskboard.com/
#bookmarks
macOSのパフォーマンスモニター。ある程度の期間記録しつづけて、あとから見返すことも可能。brew install --cask mac-performance-monitor
---
GitHub - Zesty0wl/mac-performance-monitor: A diagnostic performance logging utility for macOS: logs CPU, memory, GPU, network, and battery from the menu bar to help detect and diagnose performance issues. Free, open source, no telemetry.
https://github.com/Zesty0wl/mac-performance-monitor
#bookmarks
超軽量を謳うmacOS向けシステムモニター。無料。brew install --cask airstats
---
AirStats · A menu bar system monitor for macOS
https://airstats.app/
#bookmarks
様々なデータベースに対応したオープンソースのGUIクライアント。Linux, Windows, macOS対応。MCP機能も搭載。
---
GitHub - TabularisDB/tabularis: Open-source desktop SQL workspace for PostgreSQL, MySQL/MariaDB, SQLite and 13+ more databases like DuckDB, ClickHouse, Redis and Firestore. Built-in MCP server for Claude, Cursor and Devin, SQL notebooks and visual EXPLAIN
https://github.com/TabularisDB/tabularis
#bookmarks
trigramなインデックスを作成しておくことでripgrepよりも大幅に高速と謳う正規表現検索用CLIツール。Microsoft製。Rust実装。homebrewに追加されたのでmacOSであればbrew install tgrepでインストール可能。
---
GitHub - microsoft/tgrep: Trigram-indexed grep with a client/server architecture for fast regex search in large codebases locally
https://github.com/microsoft/tgrep
#bookmarks
人間とAIの両方が利用することを想定した検索用CLIツール。セマンティック検索なので完全一致しなくても関連度順で検索結果を表示できる。Elasticsearchのようなサービスを立ち上げなくてもCLIだけで使えるのは良いね。
---
GitHub - zvec-ai/zvec-grep: Local-first search across your workspace, built for humans and AI agents.
https://github.com/zvec-ai/zvec-grep
#bookmarks