| title | Xpra #4883 — per-client coordinate translation: draft design notes |
|---|---|
| status | early draft, work in progress |
| issue | Xpra-org/xpra#4883 |
| prior_gist | https://gist.github.com/gwpl/b07b93e6a07091d1a30d5fd0cc97d831 |
| source_url | https://gist.github.com/gwpl/{TBD-after-publish} |
| created | 2026-05-17 |
| author | Greg (gwpl), with AI assistance for wording / structuring |
| title | 🔐 *Network-Layer Credential Injection for Agent Sandboxes — The Phantom Token Pattern* |
|---|---|
| timestamp | 2026-05-12 |
| post-on-telegram-url | https://t.me/llmaitools/3847 |
🔐 Network-Layer Credential Injection for Agent Sandboxes — The Phantom Token Pattern
Most agent security discussions centre on where secrets are stored. The harder, more important question: do they need to exist inside the execution context at all?
| title | tmux session/window names → KDE Konsole tabs (incl. nested tmux) |
|---|---|
| description | How to make tmux's current session and window name show up live in the KDE Konsole tab, including the nested case where an outer tmux ("ubertmux") wraps an inner tmux. |
| last-updated | 2026-05-07 |
Make Konsole's tab text track the current tmux session | window, live, even when an outer tmux (e.g. ubertmux) wraps an inner tmux.
~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.