January 2026

2026-01-23 02:52 (4 months ago)
Firefox: Setting to Prevent Exiting macOS Full Screen Mode with the ESC Key

An `about:config` tweak that stops the ESC key from exiting full-screen mode in Firefox on macOS.

2026-01-09 03:03 (4 months ago)
Exposing Chromium DevTools Protocol port 9222 from Docker — Chromium M113+ workaround

Since Chromium M113, `--remote-debugging-address=0.0.0.0` is forcibly remapped to 127.0.0.1, blocking external CDP connections. Workaround: forward 9222 to 127.0.0.1:9223 with `socat`.

2026-01-09 03:02 (4 months ago)
How to Ignore Changes to Tracked Files with `git skip-worktree`

Use Git's `skip-worktree` flag to hide specific local edits from `git status` — handy for tracked files you cannot `.gitignore` but want to keep modified locally.

2026-01-09 01:55 (4 months ago)
Parsing Claude Code stream-json output with jq — extract .event.delta.text in real time

Extract `.event.delta.text` from Claude Code's `--output-format=stream-json` using `jq -j` to avoid the per-fragment newline issue with `jq -r`. Includes a working one-liner.

Categories

Archive