From 47e0414fe58d3ff7eb17948ef2d4a46872e600dc Mon Sep 17 00:00:00 2001 From: Mike Levin Date: Sat, 6 Jun 2026 11:16:41 -0400 Subject: [PATCH] chore: Remove unused configuration files and related scripts --- foo_files.py | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/foo_files.py b/foo_files.py index 0e548b03..753ecfb5 100644 --- a/foo_files.py +++ b/foo_files.py @@ -150,12 +150,12 @@ # IV. THE WAND & THE WIZARD - Everything's actually web development these days # ============================================================================ -config.py # <-- Centralize every last configuration in here -pipulate/__init__.py # <-- Have wand will travel (between Jupyter & FastHTML via common `.venv`) -pipulate/pipulate.py # <-- Traveling wands need to have their own special magic -pipulate/core.py # <-- The Wand (spells) -imports/ascii_displays.py # <-- The common between AI and Humans ASCII art language (contains 3rd player piano for Rich-colorizing ASCII art) -imports/voice_synthesis.py # <-- The wand can talk to you +# config.py # <-- Centralize every last configuration in here +# pipulate/__init__.py # <-- Have wand will travel (between Jupyter & FastHTML via common `.venv`) +# pipulate/pipulate.py # <-- Traveling wands need to have their own special magic +# pipulate/core.py # <-- The Wand (spells) +# imports/ascii_displays.py # <-- The common between AI and Humans ASCII art language (contains 3rd player piano for Rich-colorizing ASCII art) +# imports/voice_synthesis.py # <-- The wand can talk to you # assets/styles.css # <-- Those values often get used here for "the look" @@ -212,14 +212,14 @@ # VIII. SURVEYING LANDSCAPE - You're dead in the water without intelligence (HONEYBOT TV STUDIO) # ============================================================================ -nixops.sh # <-- You've heard of GitOPs? Well, this is NixOPs. -remotes/honeybot/hooks/post-receive # <-- Ever hear of GitHub Pages? Or github.io? This is that. -remotes/honeybot/nixos/configuration.nix # <-- It's as if Pipulate had kids. Spy kids. -remotes/honeybot/scripts/stream.py # <-- Starts the TV Channel streaming to YouTube-live via OBS from Nginx Honeybot XFCE Desktop. Clear? -remotes/honeybot/scripts/show.py # <-- Where "Greetings Entity" slideshow reads on post-receive interrupts -remotes/honeybot/scripts/logs.py # <-- The TV Show is mostly Nginx `access.log` files tailed and piped through Python to colorize (this). -remotes/honeybot/scripts/content_loader.py # <-- Tricky TV programming & scheduling stuff. Absolute versus relative timing. Loops. Interrupts. -remotes/honeybot/scripts/db.py # <-- But you can't keep your weblogs forever! And we want trending. And data-mining. Here's how. +# nixops.sh # <-- You've heard of GitOPs? Well, this is NixOPs. +# remotes/honeybot/hooks/post-receive # <-- Ever hear of GitHub Pages? Or github.io? This is that. +# remotes/honeybot/nixos/configuration.nix # <-- It's as if Pipulate had kids. Spy kids. +# remotes/honeybot/scripts/stream.py # <-- Starts the TV Channel streaming to YouTube-live via OBS from Nginx Honeybot XFCE Desktop. Clear? +# remotes/honeybot/scripts/show.py # <-- Where "Greetings Entity" slideshow reads on post-receive interrupts +# remotes/honeybot/scripts/logs.py # <-- The TV Show is mostly Nginx `access.log` files tailed and piped through Python to colorize (this). +# remotes/honeybot/scripts/content_loader.py # <-- Tricky TV programming & scheduling stuff. Absolute versus relative timing. Loops. Interrupts. +# remotes/honeybot/scripts/db.py # <-- But you can't keep your weblogs forever! And we want trending. And data-mining. Here's how. # ============================================================================ # IV. PROPRIETARY FINDINGS - Which AI bots execute JavaScript and which negotiate for Markdown?