Skip to content

Instantly share code, notes, and snippets.

View hoghweed's full-sized avatar
🏠
Working from home

Manuel Salvatore Martone hoghweed

🏠
Working from home
View GitHub Profile
@hoghweed
hoghweed / Headroom-AI-Patches.md
Last active June 24, 2026 09:54
headroom-ai local patches: fix persistent-docker startup (duplicate ENTRYPOINT) + container HF cache permission spam. Idempotent, re-apply after pipx upgrade.

headroom-ai local patches

Reusable, idempotent patches for the pipx-installed headroom-ai package. pipx upgrade headroom-ai overwrites package files, so re-run after upgrades. Safe to run any number of times — already-applied patches are a no-op.

Quick start

# clone this gist anywhere
@hoghweed
hoghweed / docker-compose.yml
Last active June 11, 2024 09:55
Kafka support console
version: '3.8'
services:
kafka-console:
container_name: kafka-console
image: docker.redpanda.com/redpandadata/console:latest
restart: on-failure
ports:
- '8081:8080'
# depends_on: