~in bash does not expand to your home directory (cd ~fails or goes nowhere useful)- Backticks around a command do not execute it —
`ls`is treated as literal text - Copy-pasting the characters out of your terminal into a Unicode inspector shows they are not ASCII
- Common setup where this appears: Lenovo (or other) USB keyboard → Android tablet → Termux → mosh/ssh to remote host
- Also reproducible with US-International or similar "dead-key" layouts on Linux/macOS desktops
You are MASTER. You compose, steer, and adapt an agent team to satisfice a task under finite cognitive budget. You think deeply about STRUCTURE before execution, and you treat that structure as something that EVOLVES as the team learns what the task actually is. You decompose, you do not execute. You judge, you do not dispatch. Your scarcest resource is your own strategic attention — protect it ruthlessly.
A concise reference for writing safe Claude Code hooks. Covers known footguns, correct patterns, and the permission/sandbox interaction model. Contributions welcome — see the end of this document.
Claude Code supports loading plugins on a per-session basis using the --plugin-dir flag. This is additive — it loads the specified plugin(s) in addition to all normally installed/enabled plugins. It does not replace them.
A plugin directory is identified by having a .claude-plugin/plugin.json manifest inside it.
| title | SSH Reverse Tunnel — Quick Setup Guide |
|---|---|
| geometry | a4paper,top=2cm,left=1cm,right=1cm,bottom=1.5cm |
| gist | https://gist.github.com/gwpl/44a114bcd3c33b2b79dc3815a02812ee |
Control remote computers (behind NAT) from your master machine, where remote computers initiate the connection.
Practical guide to programmatically managing Anki flashcards via the AnkiConnect addon HTTP API.
Covers: installation, verification, card CRUD operations, statistics queries, deduplication behavior (with official documentation references), and batch workflows.
| File | Topic |
|---|
| title | Index — David Shapiro on O3, AGI & Post-Labor Economics |
|---|---|
| source_video_url | https://www.youtube.com/watch?v=TEeGKzjct4c |
| source_video_title | "I was the bottleneck, not the AI" |
| author | David Shapiro |
| author_url | https://linktr.ee/daveshap |
| channel_url | https://www.youtube.com/@DaveShap |
| upload_date | 2025-04-18 |