Skip to content

Commit babf5da

Browse files
committed
chore: Update references to Honeybot scripts and configuration files
1 parent e63abba commit babf5da

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

foo_files.py

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,13 @@
198198
# VIII. SURVEYING LANDSCAPE - You're dead in the water without intelligence (HONEYBOT TV STUDIO)
199199
# ============================================================================
200200
201-
# nixops.sh # <-- You've heard of GitOPs? Well, this is NixOPs.
202-
# remotes/honeybot/hooks/post-receive # <-- Ever hear of GitHub Pages? Or github.io? This is that.
203-
# remotes/honeybot/nixos/configuration.nix # <-- It's as if Pipulate had kids. Spy kids.
204-
# remotes/honeybot/scripts/stream.py # <-- Starts the TV Channel streaming to YouTube-live via OBS from Nginx Honeybot XFCE Desktop. Clear?
205-
# remotes/honeybot/scripts/logs.py # <-- The TV Show is mostly Nginx `access.log` files tailed and piped through Python to colorize (this).
206-
# remotes/honeybot/scripts/content_loader.py # <-- Tricky TV programming & scheduling stuff. Absolute versus relative timing. Loops. Interrupts.
207-
# remotes/honeybot/scripts/db.py # <-- But you can't keep your weblogs forever! And we want trending. And data-mining. Here's how.
201+
nixops.sh # <-- You've heard of GitOPs? Well, this is NixOPs.
202+
remotes/honeybot/hooks/post-receive # <-- Ever hear of GitHub Pages? Or github.io? This is that.
203+
remotes/honeybot/nixos/configuration.nix # <-- It's as if Pipulate had kids. Spy kids.
204+
remotes/honeybot/scripts/stream.py # <-- Starts the TV Channel streaming to YouTube-live via OBS from Nginx Honeybot XFCE Desktop. Clear?
205+
remotes/honeybot/scripts/logs.py # <-- The TV Show is mostly Nginx `access.log` files tailed and piped through Python to colorize (this).
206+
remotes/honeybot/scripts/content_loader.py # <-- Tricky TV programming & scheduling stuff. Absolute versus relative timing. Loops. Interrupts.
207+
remotes/honeybot/scripts/db.py # <-- But you can't keep your weblogs forever! And we want trending. And data-mining. Here's how.
208208
209209
# ============================================================================
210210
# IV. PROPRIETARY FINDINGS - Which AI bots execute JavaScript and which negotiate for Markdown?
@@ -244,13 +244,13 @@
244244
# VII. JEKYLL PUBLISHING - Reaching out to the world
245245
# ============================================================================
246246
247-
/home/mike/.config/articleizer/targets.json # <-- System can work against any Jekyll blog, public or private.
248-
scripts/articles/publishizer.py # <-- Orchestrates different publishing workflows per target blog.
249-
scripts/articles/common.py # <-- Self-explanatory
250-
scripts/articles/articleizer.py # <-- Transforms raw article.txt to formal Jekyll markdown format
251-
scripts/articles/editing_prompt.txt # <-- Forcing response into strict JSON data structure
252-
scripts/articles/sanitizer.py # <-- Scrubs PII
253-
scripts/articles/contextualizer.py # <-- Builds JSON summaries of articles in `_posts/context/` called "Holographic Shards".
247+
# /home/mike/.config/articleizer/targets.json # <-- System can work against any Jekyll blog, public or private.
248+
# scripts/articles/publishizer.py # <-- Orchestrates different publishing workflows per target blog.
249+
# scripts/articles/common.py # <-- Self-explanatory
250+
# scripts/articles/articleizer.py # <-- Transforms raw article.txt to formal Jekyll markdown format
251+
# scripts/articles/editing_prompt.txt # <-- Forcing response into strict JSON data structure
252+
# scripts/articles/sanitizer.py # <-- Scrubs PII
253+
# scripts/articles/contextualizer.py # <-- Builds JSON summaries of articles in `_posts/context/` called "Holographic Shards".
254254
# scripts/articles/build_knowledge_graph.py # <-- Topically load-balances site using hierarchical K-Means keyword clustering groups
255255
# scripts/articles/generate_hubs.py # <-- Uses just-produced link-graph data to generate each of the new hubs it suggests
256256
# scripts/articles/generate_llms_txt.py # <-- Builds an llms.txt based on the auto-organized structure suggested here

0 commit comments

Comments
 (0)