pastebinのようなサービスを立ち上げられる。名前の通りRust実装
---
GitHub - orhun/rustypaste: A minimal file upload/pastebin service.
https://github.com/orhun/rustypaste
#bookmarks
About
Architecture as a codeほう。brew install likec4
---
GitHub - likec4/likec4: Visualize, collaborate, and evolve the software architecture with always actual and live diagrams from your code
https://github.com/likec4/likec4
#bookmarks
side-by-sideでdiff比較ができるツール。gitで使いたい場合は git diff | difi とすればok。vim-fugitive連携機能あり。nvim用にdifi.nvimも用意されてる。go実装。
---
GitHub - oug-t/difi: Review and refine Git diffs before you push
https://github.com/oug-t/difi
#bookmarks
docker-compose.yamlをそのままKubernetesで稼働させるツール。kappal up -dでサービス稼働開始。面白い。
---
GitHub - sandys/kappal
https://github.com/sandys/kappal
#bookmarks
マルウェアやポリシー違反などの理由でChrome Web Storeから削除されたChrome拡張を記録しているGitリポジトリ。逆に言えばここに列挙されているChrome拡張をインストールしている場合は要注意ということでもある。
---
GitHub - toborrm9/malicious_extension_sentry: Malicious Extension Database
https://github.com/toborrm9/malicious_extension_sentry
#bookmarks
PostgreSQLのwork_memは `EXPLAIN (ANALYZE, BUFFERS)` を使って調査しよう。ほうその括弧書きしたことなかったな。今度試してみる
---
Unlocking High-Performance PostgreSQL: Key Memory Optimizations
https://stormatics.tech/blogs/unlocking-high-performance-postgresql-key-memory-optimizations
#bookmarks
翻訳プラットフォームTransifexの公式CLIツール。ほう
---
GitHub - transifex/cli: The Transifex command-line client
https://github.com/transifex/cli
#bookmarks
Alibaba版MySQL。DuckDBを組み込み可能でOLAPが200倍高速と。
---
GitHub - alibaba/AliSQL: AliSQL is a MySQL branch originated from Alibaba Group. Fetch document from Release Notes at bottom.
https://github.com/alibaba/AliSQL
#bookmarks
ログに含まれる機微情報をサニタイズ(置換)するアプリ。Kubernetes環境でsidecarとして動作する模様、
---
GitHub - aragossa/pii-shield: Zero-code K8s sidecar for log sanitization. Detects secrets via Entropy Analysis, preserves JSON integrity, and redacts PII deterministically. 🛡️
https://github.com/aragossa/pii-shield
#bookmarks
最近このKDLっていうフォーマットの設定ファイルを採用したアプリをいくつか見るな。a cuddly document language。Zellijの設定ファイルもこれ。
---
The KDL Document Language
https://kdl.dev/
#bookmarks