Skip to content

Instantly share code, notes, and snippets.

View bossjones's full-sized avatar
💭
Learning every damn thing I can

Malcolm Jones (bossjones/Tony Dark) bossjones

💭
Learning every damn thing I can
View GitHub Profile
@bossjones
bossjones / headroom_plus_rtk.md
Created July 21, 2026 14:44
headroom_plus_rtk.md

Quickstart: headroom + rtk together

Context

The user wants a straightforward quickstart to run headroom (this repo — headroom-ai, a context-compression HTTP proxy that sits in front of an LLM API and shrinks tool outputs/history/RAG chunks before they hit the model) alongside their globally-installed rtk ("Rust Token Killer", Homebrew binary at /opt/homebrew/bin/rtk, wired into Claude Code via a PreToolUse hook in ~/.claude/settings.json that rewrites Bash commands

@bossjones
bossjones / next-steps-utm.md
Created July 12, 2026 01:06
next-steps-utm.md

Both goldens are stopped, so nothing will collide. Here's where you stand.

Done (committed as 5a11722)

The prereq spec is fully executed and the branch is clean. just check is green — 328/328 claims, lint/typecheck/pyrefly/127 tests, packer fmt/init/validate.

Your next step: Phase B — the hero screenshot

This is the one piece nobody can automate. It needs you in the guest window.

@bossjones
bossjones / clean_this_up_later.md
Created July 11, 2026 19:17
antigravity install logs to clean up
I0711 15:16:47.720824 60345 installer.go:27] Running Antigravity CLI setup...
I0711 15:16:47.721137 60345 installer.go:147] Appending PATH export to profile /Users/bossjones/.bashrc: export PATH="/Users/bossjones/.local/bin:$PATH"
I0711 15:16:47.721575 60345 installer.go:184] Successfully updated shell profile: /Users/bossjones/.bashrc
I0711 15:16:47.721622 60345 installer.go:147] Appending PATH export to profile /Users/bossjones/.zshrc: export PATH="/Users/bossjones/.local/bin:$PATH"
I0711 15:16:47.722143 60345 installer.go:184] Successfully updated shell profile: /Users/bossjones/.zshrc
I0711 15:16:47.722186 60345 installer.go:147] Appending PATH export to profile /Users/bossjones/.zprofile: export PATH="/Users/bossjones/.local/bin:$PATH"
I0711 15:16:47.723025 60345 installer.go:184] Successfully updated shell profile: /Users/bossjones/.zprofile
I0711 15:16:47.723280 60345 installer.go:147] Appending PATH export to profile /Users/bossjones/.profile: export PATH="/Users/bossjones/.local/bin:$PATH"
I0711 
@bossjones
bossjones / reddit-multi-column.user.js
Last active July 10, 2026 22:21 — forked from c6p/reddit-multi-column.user.js
Reddit Multi Column (fix as of 7/10/2026)
// ==UserScript==
// @name Reddit Multi Column (2026 fix)
// @namespace https://gist.github.com/c6p/463892bb243f611f2a3cfa4268c6435e
// @version 0.2.7
// @description Multi column layout for the Reddit redesign. Fixed 2026-07 for the current shreddit DOM (posts no longer expose aria-label). Original by Can Altıparmak.
// @author Can Altıparmak (fix by ProfessorEX)
// @homepageURL https://gist.github.com/c6p/463892bb243f611f2a3cfa4268c6435e
// @match https://www.reddit.com/*
// @match https://new.reddit.com/*
// @grant none
@bossjones
bossjones / macos-ci.md
Created July 10, 2026 21:55
macos-ci.md finished

The lead already stamped it — DONE. The commit log shows 4866015 chore(board): GATE-clean -- just check 311/311 + uv run pytest 76/17. Everything's confirmed. Here's the final report:


✅ macos-ci-build — DONE (Steps 1–14 complete)

Total wall-clock ~3h50m, of which the golden-image Packer build alone was 2h24s (≈90% of it the 23.7 GB base-image OCI pull — the caching learning we captured turns that into minutes next time).

a. Steps 1–14: all complete. Build relaunches: 0 (golden image built first try). 5-agent team + plain-shell build pane; no worker hit its context limit.

b. Matrix verdicts:

@bossjones
bossjones / example-boss-cmux-prompt.md
Created July 8, 2026 22:56
example boss-cmux prompt

/boss-cmux Boot a 6-pane IMPLEMENTATION team for specs/centralized_k0s.md in the repo /Users/bossjones/dev/bossjones/multipass-lab. First run cmux hooks setup (so agents emit real notifications, not just heartbeats). Reuse the open cmux window; add a NEW workspace named "k0s-build" (cwd = that repo; do NOT pass --env-file — the Claude panes use the existing login). Launch all 6 panes as claude --dangerously-skip-permissions (I authorize bypass mode). Colour the workspace, label the tabs, and after launching the 4 workers hand the lead its brief. Drive the LEAD only; the lead drives the other 5.

ROLES (👑 lead on the left half; the rest in a grid on the right): 👑 lead — orchestrator (I talk to this one)

@bossjones
bossjones / k0s-plan.md
Created July 8, 2026 15:48
k0s-plan.md

Plan: Produce specs/centralized_k0s.md via a cmux Claude research fleet

Context

Why this exists. The centralized_monitoring cluster currently carries a single-node k0s VM (k0s install controller --single, kine/SQLite, kube-router, unpinned get.k0s.sh) that doubles as a monitored Kubernetes node. The user wants to extract k0s into its own clusters/centralized_k0s/ cluster and level it up to a production-shaped HA topology (3 control-plane + 3 worker nodes, etcd quorum) — first on Multipass as the cheap stand-in, then promoted to Proxmox. k0s must **stay in

@bossjones
bossjones / ffmpeg-montage.txt
Created July 8, 2026 10:15
ffmpeg-montage.txt
**Yes, you can create exactly this kind of thumbnail grid (contact sheet) with `ffmpeg` + a bit of help from ImageMagick’s `montage` (very common combo).**
Here’s the most practical way to generate a nice, clean grid like the one in your image:
### 1. Recommended one-liner approach (ffmpeg → montage)
```bash
ffmpeg -i input.mp4 -vf "select='not(mod(n,30))',scale=240:-1" -vsync vfr -frame_pts 1 thumbs/%04d.jpg
montage thumbs/*.jpg -tile 3x5 -geometry +10+10 -background '#222' -bordercolor '#222' -border 5 output_grid.jpg
@bossjones
bossjones / plugins-to-add-claude.txt
Created July 7, 2026 20:26
plugins-to-add-claude.txt
/plugin marketplace add bossjones/boss-skills
/plugin install agent-harness@boss-skills
 /plugin marketplace add https://github.com/wshobson/agents.git
 /plugin install c4-architecture@claude-code-workflows
/plugin install code-documentation@claude-code-workflows
/plugin install documentation-generation@claude-code-workflows
/plugin install documentation-standards@claude-code-workflows
/plugin install llm-application-dev@claude-code-workflows
/plugin install python-development@claude-code-workflows
 /plugin install agent-sdk-dev@claude-plugins-official
@bossjones
bossjones / gist:12ecb97ee6f978217a3b786964f64a7d
Created June 17, 2026 10:49
try_these_brew_installs.txt
==> ffmpeg
ffmpeg-full includes additional tools and libraries that are not included in the regular ffmpeg formula.
==> libheif
Additional codecs can be enabled by `brew install libheif-plugins`
==> imagemagick
imagemagick-full includes additional tools and libraries that are not included in the regular imagemagick formula.