From 4bd9894c42e7feb34f3abafde683aec880afe815 Mon Sep 17 00:00:00 2001 From: Mike Levin Date: Sat, 30 May 2026 05:07:58 -0400 Subject: [PATCH] fix: add additional markdown files and cleanup scripts --- foo_files.py | 44 ++++++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/foo_files.py b/foo_files.py index 03072dd2..48d14319 100644 --- a/foo_files.py +++ b/foo_files.py @@ -81,13 +81,17 @@ foo_files.py # <-- THIS file. Content compiler router. Makes it very meta. ------------------------------------ !!! +/home/mike/repos/trimnoir/_posts/2026-03-11-self-auditing-ai-context-compiler.md +/home/mike/repos/trimnoir/_posts/2026-05-21-hand-cranked-continuity-machine.md +/home/mike/repos/trimnoir/_posts/2026-05-29-building-the-take-off-ramp.md + # README.md # <-- Ruin the fun by just spelling it all out for the AI. # __init__.py # <-- Master versioning # release.py # <-- How everything ends up where it does (GitHub, PyPI, etc.) # pyproject.toml # <-- The PyPI Packaging details -logs/server.log # <-- Like letting AI see your browser app state. But better. +# logs/server.log # <-- Like letting AI see your browser app state. But better. # requirements.in # <-- All known dependencies and (necessary) version pinning. WORA gotcha's exposed. # requirements.txt # <-- Pip-compiled dependencies. @@ -132,10 +136,10 @@ # IF YOU ONLY edit it one set of things besides the 3 "always" `"!" * 3` files, this clump of actuators is an excellent choice! -# .gitignore # <-- Creates "negative space" for sub-repos to share parent environment and "snap" proprietary secret features into place. -# flake.nix # <-- Solves world's WRITE ONCE RUN ANYWHERE problem like Java never could. Also resolves the bootstrap paradox. -# apply.py # <-- How can "Web UI" ChatBots edit your code? With this Aider-inspired Player Piano patch applier. -# scripts/xp.py # <-- Transforms host OS copy-paste buffer player-piano music into context-payload. +.gitignore # <-- Creates "negative space" for sub-repos to share parent environment and "snap" proprietary secret features into place. +flake.nix # <-- Solves world's WRITE ONCE RUN ANYWHERE problem like Java never could. Also resolves the bootstrap paradox. +apply.py # <-- How can "Web UI" ChatBots edit your code? With this Aider-inspired Player Piano patch applier. +scripts/xp.py # <-- Transforms host OS copy-paste buffer player-piano music into context-payload. # patch # <-- I know what you did last patch @@ -143,14 +147,14 @@ # IV. THE WAND & THE WIZARD - Everything's actually web development these days # ============================================================================ -config.py # <-- Centralize every last configuration in here -assets/styles.css # <-- Those values often get used here for "the look" -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) -server.py # <-- The Wizard (big!) -imports/ascii_displays.py # <-- The common between AI and Humans ASCII art language (contains 3rd player piano for Rich-colorizing ASCII art) -imports/server_logging.py # <-- Drawing that ASCII art into radically transparent server logs +# config.py # <-- Centralize every last configuration in here +# assets/styles.css # <-- Those values often get used here for "the look" +# 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) +# server.py # <-- The Wizard (big!) +# imports/ascii_displays.py # <-- The common between AI and Humans ASCII art language (contains 3rd player piano for Rich-colorizing ASCII art) +# imports/server_logging.py # <-- Drawing that ASCII art into radically transparent server logs # ============================================================================ # V. THE BOOK DISTILLER - A Choose Your Own Path Adventure, for AI! @@ -198,13 +202,13 @@ # 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/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/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?