|
198 | 198 | # VIII. SURVEYING LANDSCAPE - You're dead in the water without intelligence (HONEYBOT TV STUDIO) |
199 | 199 | # ============================================================================ |
200 | 200 |
|
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. |
208 | 208 |
|
209 | 209 | # ============================================================================ |
210 | 210 | # IV. PROPRIETARY FINDINGS - Which AI bots execute JavaScript and which negotiate for Markdown? |
|
244 | 244 | # VII. JEKYLL PUBLISHING - Reaching out to the world |
245 | 245 | # ============================================================================ |
246 | 246 |
|
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". |
254 | 254 | # scripts/articles/build_knowledge_graph.py # <-- Topically load-balances site using hierarchical K-Means keyword clustering groups |
255 | 255 | # scripts/articles/generate_hubs.py # <-- Uses just-produced link-graph data to generate each of the new hubs it suggests |
256 | 256 | # scripts/articles/generate_llms_txt.py # <-- Builds an llms.txt based on the auto-organized structure suggested here |
|
0 commit comments