# find /var/spool/pmg/spam/ -name "*A3F72B*" -o -name "*9C43D7*"
/var/spool/pmg/spam/E5/A3F72B48C1D6F923A4E5
/var/spool/pmg/spam/D7/A3F72B76E2A9C19C43D7
/var/spool/pmg/spam/F1/A3F72B2D84B5E3F71CF1
/var/spool/pmg/spam/93/A3F72B09A6C8D4B52E93
/var/spool/pmg/spam/A8/A3F72B61F3D7E8C946A8
/var/spool/pmg/spam/1C/A3F72B35B9E2F4A8D71C
/var/spool/pmg/spam/6B/A3F72B1C7A4DE63F926B
Automatically converts JSON in your Claude Code prompts to TOON format for 30-60% token savings.
TOON (Token-Oriented Object Notation) is a compact data format optimized for LLMs. Instead of repeating field names in every object, TOON declares them once and streams values as rows.
Example:
# Run update and upgrade
sudo apt update
sudo DEBIAN_FRONTEND=noninteractive \
apt-get -o Dpkg::Options::="--force-confdef" \
-o Dpkg::Options::="--force-confnew" \
-y upgradeVagrant.configure("2") do |config|
# Vagrant.require_version ">= 1.7"
config.vm.box = "ubuntu/jammy64"
# config.vm.box_version = "4.3.8"
# Install VirtualBox's Guest Additions CD image
if Vagrant.has_plugin?("vagrant-vbguest") then
# config.vbguest.auto_update = true
A memory usage utility for macOS (similar with 'free' in Linux)
brew tap zfdang/free-for-macOS
brew install free-for-macOS- 3 Ways to Group Similar Issues - Sentry Workshops
- Sentry Docs - Merging Issues
- Sentry Docs - Fingerprint Rules
- Sentry Docs - Stack Trace Rules
This will affect how issues are grouped
ps -C nginx -o pid,cmdps -C nginx: select processes with the command name nginx.-o pid,cmd: show only the PID and COMMAND columns.
NewerOlder