// ── PAGES ────────────────────────────────────────────────────────────── // ── ASCII Logo (sampled from ava.jpg) ────────────────────────────────── function AsciiLogo() { const art = window.__ASCII_LOGO__ || ''; const [glitched, setGlitched] = React.useState(''); // Calmer glitch: rare, only a handful of char swaps, no line shifts React.useEffect(() => { if (!art) return; const junk = '▒░·#'; const id = setInterval(() => { if (Math.random() < 0.82) {setGlitched('');return;} const arr = art.split(''); const n = 2 + Math.floor(Math.random() * 4); for (let k = 0; k < n; k++) { const idx = Math.floor(Math.random() * arr.length); if (arr[idx] !== '\n' && arr[idx] !== ' ') { arr[idx] = junk[Math.floor(Math.random() * junk.length)]; } } setGlitched(arr.join('')); }, 380); return () => clearInterval(id); }, [art]); return (
{glitched || art}
we're not picky about genre, only about intent. send 2–5 tracks, unmastered is fine, .wav or a private soundcloud link works. no rar archives, please.
we listen on a saturday over a kettle of bad coffee. if you don't hear back in two weeks — we did listen, and it wasn't a fit (this time). try again with the next one.