Skip to content

Instantly share code, notes, and snippets.

@azigler
azigler / implementation-plan.md
Last active February 23, 2026 03:16
948 Palm — Adaptive Lighting Implementation Plan

Implementation Plan — 948 Palm Adaptive Lighting Fixes

Date: 2026-02-23 Prepared by: Claude (remote SSH access to HA device) Stakeholder: Christopher


How This Works — What I Can and Can't Do Remotely

@azigler
azigler / starfetcher.sh
Created July 10, 2023 20:03
Starfetcher ⭐️ fetch all GitHub stars for an organization
#!/bin/bash
# Starfetcher
# This script uses 'jq', a command-line JSON processor.
# Installation instructions:
# - On Ubuntu or other Debian-based systems: sudo apt-get install jq
# - On CentOS, Fedora, or RHEL: sudo yum install jq
# - On macOS: brew install jq
# - On Windows, you can download it from https://stedolan.github.io/jq/download/
@azigler
azigler / docker-compose.override.yml
Created March 16, 2023 21:45
An example configuration file for Sebastian Müller's ChatGPT/Mattermost bot
---
version: "3.7"
services:
chatbot:
container_name: chatgpt
image: yguy/chatgpt-mattermost-bot:latest
build: .
restart: unless-stopped
depends_on:
- mattermost