Experimental Radio Archive. The signal is the message. No gods, no masters.
π΄ LIVE ARCHIVE
π‘ SSH Radio: ssh -p 2222 kloom-radio.net (coming soon)
Most of the archive and tooling stays free and open-source. Support early access, live sessions, and infrastructure: https://www.patreon.com/Seriousshit
Kloom Lo Kadosh (Nothing Is Holy) is a radio project hosted by Yaniv Schonfeld. This repository serves as the static archive for past broadcasts, mixtapes, experimental audio works, and visual content.
- ποΈ Kloom Originals & Guests: Original content, AI-generated audio, and special guest features
- π Nothing Is Holy: Mixtapes, live broadcasts, and experimental sessions (No Sleep For The Wicked, Creative Destruction)
- π» Kol Hazuti (Visual Voice): Classic interview archive series hosted by Noa Elran (2009-2010)
Total Shows: 16 archived broadcasts spanning 2009-2026
- Blue Screen of Death color palette (#0000ff, #ffff00, #ff00ff)
- Impact typography with intentional visual disruption
- Skewed transforms and aggressive shadows
- Grayscale-to-color image transitions
- Mixcloud embeds - Live broadcasts and mixtapes
- YouTube embeds - Video content and visual mixes
- Local audio - Direct MP3/M4A playback with persistent player
- Cross-page playback persistence via localStorage
A retro terminal-based radio interface:
ssh -p 2222 localhost- ASCII art logo with color cycling
- Boot sequence animation
- Animated VU meters
- Arrow-key navigation
- Shared "now playing" across all listeners
- Clickable links (OSC 8 terminals)
- Full-width play strips on mobile
- Touch-friendly card layout
- Responsive typography
- Full keyboard navigation support
- ARIA labels for screen readers
- Focus indicators for keyboard users
- Lazy-loaded images for performance
- Reduced motion support
- Content Security Policy (CSP) on all pages
- XSS prevention via DOM manipulation
- URL validation for iframe embeds
- Git LFS for large media files
Type these cheat codes anywhere on the index page:
| Code | Effect |
|---|---|
IDDQD |
God Mode β invincibility, glowing cards, HUD overlay |
IDKFA |
All Weapons β maxed ammo/armor, color cycling |
IDCLIP |
No Clipping β floating translucent cards |
IDBEHOLD |
Power Up β inverted colors, glitched titles |
IDMUS |
Music Change β cycling radio station names |
IDSPISPOPD |
Smashing Pumpkins β raining π, sepia madness |
- Python 3.7+ - Static site generation
- Jinja2 - Template engine
- Pillow - OG image generation
- asyncssh - SSH server
data/shows.json β generate.py β templates/ β output HTML
β kloom_ssh.py β SSH teletext interface
- Git LFS - Large audio file management
- GitHub Pages - Static hosting (no CI needed)
python3 --version # Requires 3.7+
pip install -r requirements.txt
pip install Pillow # Optional, for OG image generationpython3 generate.pypython3 kloom_ssh.py --port 2222
# Connect: ssh -p 2222 localhostpython3 -m http.server 8085Then visit: http://localhost:8085
- Edit
data/shows.json:
{
"id": "my-new-show",
"title": "Show Title",
"series": "Nothing Is Holy",
"date": "2026-02-02",
"tags": ["Mixtape", "Experimental"],
"description": "Show description",
"type": "embed",
"embed_url": "https://..."
}- Rebuild:
python3 generate.py- Commit & Deploy:
git add .
git commit -m "Add new show: Title"
git push origin masterkloom-radio/
βββ data/
β βββ shows.json # Show database (single source of truth)
βββ templates/
β βββ index_list_glitch.html # Main index template
β βββ master_glitch.html # Individual show page template
β βββ show_item_partial.html # Show card component
β βββ player_partial.html # Persistent player bar
β βββ about.html # About page template
β βββ contact.html # Contact page template
βββ shows/ # Generated show pages
βββ assets/
β βββ player.js # Persistent player + search
β βββ player.css # Player styles
β βββ og/ # Generated OG images
β βββ og-image.png # Main site OG image
β βββ favicon.svg # Site icon
β βββ doom_iddqd.mp3 # Easter egg audio
βββ *.m4a # Audio files (Git LFS)
βββ index.html # Generated main page
βββ about.html # Generated about page
βββ contact.html # Generated contact page
βββ 404.html # Custom 404 page
βββ feed.xml # RSS feed
βββ sitemap.xml # XML sitemap
βββ robots.txt # Robots config
βββ search-index.json # Client-side search data
βββ generate.py # Static site generator
βββ kloom_ssh.py # SSH teletext server
βββ requirements.txt # Python dependencies
βββ CLAUDE.md # Claude Code instructions
βββ .gitignore # Ignored files (incl. SSH host key)
β Security Score: 98/100
- Content Security Policy on all pages
- XSS prevention
- URL validation for all embeds
- No hardcoded credentials
- SSH host key protected via .gitignore
β Accessibility Score: AA compliant
- Keyboard navigation
- ARIA labels
- Focus indicators
- Screen reader support
- Mobile play buttons
β SEO
- Canonical URLs on all pages
- OpenGraph + Twitter cards
- JSON-LD structured data
- RSS feed + sitemap
β Performance
- Lazy-loaded images
- Inline CSS
- Git LFS for large media
- Host/Curator: Yaniv Schonfeld
- Infrastructure: GitHub Pages
- Code: Claude Opus 4.5 + Claude Sonnet 4.5
- Design: Glitch Brutalist aesthetic
Code: MIT License (see LICENSE) Audio Content: Copyright their respective creators
NOTHING IS HOLY.