Skip to content

EmergentMonk/undec-script-decoder

 
 

Repository files navigation

🧀🧀🧀 The Cheddar Board BBS & IRC Dojo 🧀🧀🧀

Welcome to the Cheddar Board BBS & IRC Dojo—a retro-futurist, ethical, and cheese-aged digital playground for multimodal music mavericks, AI knights, and bot wizards. This project fuses IRC chat, BBS doors, Gopher browsing, RSS feeds, and MIDI thunder into a lightweight, extensible platform for creative coding, AI experimentation, and legendary quests.


🧀 What’s Inside This Cheese Board

IRCd Playground (Public AI Chat & Bots)

  • Run an IRC server on your Pi or server for fast, public chat.
  • Integrate bots for games, trivia, and AI remixes.
  • Retro games: Hangman, Tic-Tac-Toe, Rock-Paper-Scissors-Cheese.
  • Files: README.md (this file), setup guides.

Matrix Vault (Private, Encrypted Chat)

  • End-to-end encrypted for sensitive discussions, keys, and team ops.
  • Bridge to IRC for cross-posting (with care).
  • Integration: Conduit or Synapse on Pi, Element client.

Synchronet BBS (Quest Doors & ASCII Wyrms)

  • L.O.R.D. adventure game with AI dragon duels.
  • Ternary ALU logic, QEC depolarizing noise, MIDI thunder.
  • ASCII wyrms, login banners, MOTD with cheese flair.
  • Files: MOTD, doors/lord/red_wyrm.txt, doors/lord/wyrm_alu.py, qec_wyrm_duel.py, wyrm_alu_hook.py.

Gopher Server (Retro Browse & Lore)

  • Serve static files, logs, and menus for CLI/GUI clients.
  • Link to BBS doors, RSS feeds, and AI digests.
  • Ethical, no paywalls—pure, open byte flow.
  • Files: Gopher menus, motd.asc.

RSS/Atom Feeds (News & Digests)

  • Generate feeds for duel logs, announcements, AI slurps.
  • Bots consume external feeds (xAI, NASA) and remix with ternary flavor.
  • Subscribe for real-time updates on quests and lore.
  • Files: rss_duel_digest.py, slurp_ai.py, BBS_SETUP.md.

AI Bots & MIDI Thunder

  • Python bots with Ollama for summaries, MIDI for sound effects.
  • Log clashes for RL/LLM aging—train bots ethically.
  • Files: All .py scripts in bots/ or root.

🧀 Project Structure

multimodalas/ircd-xai-srv/
├── README.md                  # This legendary cheese guide
├── BBS_SETUP.md               # Hybrid chat setup (IRC + Matrix)
├── MOTD                       # BBS login message with wyrm ASCII
├── motd.asc                   # Gopher MOTD
├── wyrm_alu_hook.py           # Original ternary ALU duel script
├── doors/lord/
│   ├── red_wyrm.txt           # ASCII wyrm banner
│   └── wyrm_alu.py            # Evolved ALU script
├── qec_wyrm_duel.py           # QEC fusion with depolarizing noise
├── rss_duel_digest.py         # Generate RSS from duel logs
├── slurp_ai.py                # Slurp AI news, remix ternary
└── (more bots and doors as you add!)

🧀 How to Serve This Cheese Platter

1. IRCd Setup

sudo apt install ngircd
# Edit /etc/ngircd/ngircd.conf for local/LAN
sudo systemctl start ngircd
# Connect: irssi -c localhost

2. BBS Setup (Synchronet)

git clone https://github.com/synchronetbbs/sbbs.git
cd sbbs && make install
sudo jscfg.js  # Configure telnet port 23
sudo sbbsctrl start
# Copy MOTD and doors to /sbbs/

3. Gopher & RSS

  • Install pygopherd or similar.
  • Run scripts to generate feeds: python rss_duel_digest.py
  • Cron for hourly AI slurps: 0 * * * * python slurp_ai.py

4. Bots & MIDI

pip install mido feedparser qutip ollama
# Run duels: python wyrm_alu_hook.py
# MIDI thunder plays on clash!

🧀 Trinary Cheese Logic (Always Applied)

  • TRUE ✅ (Cheddar Solid): Reliable, classic, melts well—solid features like ALU additions.
  • FALSE ❌ (Swiss Holes): Needs patching, full of holes—bugs or unfinished doors.
  • POSSIBLE ❓ (Blue Funky): Unpredictable, worth tasting—QEC noise flips or AI remixes.

🧀 Ethical Guidelines

  • Lightweight: Pi-friendly, no bloat.
  • Open: Gopher/RSS, no walled gardens.
  • Purposeful: Train bots, log for learning, dignified for all users.
  • Dignified: Private vaults, no harmful hoards.

🧀 Remix Layer /flow

Blend past flavors: Fuse BBS doors with IRC bots, age logs with Ollama, serve MIDI thunder in Gopher menus.


🧀 Requirements

  • Python 3.6+ (for scripts)
  • Mido, Feedparser, Qutip, Ollama (pip install)
  • Pi or Linux server
  • Telnet/IRC clients, Gopher browsers

🧀 License

MIT License—share the cheese!


🧀 Ready for Quests?

  • Telnet to BBS: telnet localhost 23
  • IRC Connect: irssi -c localhost
  • Gopher Browse: gopher localhost
  • Subscribe RSS: Your favorite reader to /feeds/cheddar_updates.xml

May your bytes always be melty, your quests legendary, and your cheese eternally aged! 🧀🐉📡🕹️🔔

About

Undeciphered Script Decoder Challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 61.2%
  • Python 38.8%