aliasを設定すると良さそう。 git config --global alias.lg "log --graph --oneline --decorate --all"
---
コミット履歴は`git log --graph --oneline --decorate --all`で十分 — 読み方のポイントを解説する
https://zenn.dev/ma_sa_shi/articles/9b140537cadd7e
#bookmarks
About
macOS向けシステムモニター。あとからリプレイできる録画機能がアツイな。brew install --cask siliconscope
---
GitHub - kennss/SiliconScope: Sudoless Apple Silicon system monitor (native SwiftUI GUI) with ANE / Media Engine / memory-bandwidth tracking
https://github.com/kennss/SiliconScope
#bookmarks
macOSのメニューバーに常駐して様々な機能を提供するアプリ。リソース使用状況からDock拡張、ウィンドウ制御、スリープ防止、クリップボード履歴など幅広い。ライセンスはGPL-3.0。brew install --cask vorssaint
---
GitHub - vorssaint/vorssaint-utils: Free open-source macOS menu bar toolkit. Per-app volume mixer, system monitor, dock-preview, keep awake, window switcher (Alt Tab), shelf, app uninstaller, and much more.
https://github.com/vorssaint/vorssaint-utils
#bookmarks
文字化け対策のためのC/C++用ライブラリ。
---
GitHub - zaerl/mojibake: Mojibake is a low-level Unicode library written in C11.
https://github.com/zaerl/mojibake
#bookmarks
各ファイルのストレージ使用率をタイルで可視化するTUIアプリ。TUIでの実装は珍しい。スクリーンショット見るとファイル数が多い場合にTUIの限界を感じる。
---
GitHub - patonw/leaves: A text-mode disk usage visualization utility
https://github.com/patonw/leaves
#bookmarks
GoとKotlinとSwiftを掛け合わせたような.NET向けプログラミング言語
---
GitHub - DavidObando/gsharp: GSharp Programming Language
https://github.com/DavidObando/gsharp
#bookmarks
llama.cppのWASM移植
---
GitHub - ngxson/wllama: WebAssembly binding for llama.cpp - Enabling on-browser LLM inference
https://github.com/ngxson/wllama
#bookmarks
Asterisk向けのAI音声エージェント。おー。Asteriskを運用されている皆様。
---
GitHub - hkjarral/AVA-AI-Voice-Agent-for-Asterisk: An open-source AI Voice Agent that integrates with Asterisk/FreePBX using Audiosocket/RTP technology
https://github.com/hkjarral/AVA-AI-Voice-Agent-for-Asterisk
#bookmarks
AIが書いて人間がレビューすることを前提したプログラミング言語のコンセプト実証。ほほう
---
GitHub - jbwinters/jacquard-lang: Jacquard is a small programming language designed for a regime in which most code is written by machine-learning models and reviewed by people.
https://github.com/jbwinters/jacquard-lang
#bookmarks
TFTPのハニーポットを1ヶ月運用してみたところ、悪意のある攻撃はあまりなく、大半がセキュリティ企業やShodanなどによるスキャンだったと。まぁTFTPが空いていることを期待する攻撃者はそうそういないと言われればそう。
---
TFTP Honey pot Results - Information Camouflage
https://bruceediger.com/posts/tftp-honeypot-results/
#bookmarks