const digitalRain = [...Array(20)].map(() => Math.random());
const code = { language: 'Assembly', origin: 'Tyrell Corp' };
const replicant = { type: 'Nexus-7', status: 'on-the-run' };
const replicant = { type: 'Nexus-7', status: 'on-the-run' };
const conference = { name: 'WhatTheStack', vibe: 'neon' };
const stack = { tech: ['Solid.js', 'Node.js', 'WebAssembly'], future: 'bright' };
const origami = { animal: 'origami', creator: 'Sapper' };
const stack = { tech: ['Solid.js', 'Node.js', 'WebAssembly'], future: 'bright' };
const code = { language: 'Assembly', origin: 'Tyrell Corp' };
const cyberpunk = { city: 'Skopje', year: 2049 };
const WTSTheme = { year: 2026, theme: 'Blade Runner' };
const future = new Date(2026, 8, 19); // WhatTheStack date confirmed
const spinner = { direction: 'up', destination: 'Tyrell Corp' };
const origami = { animal: 'origami', creator: 'Sapper' };
const webAssembly = 'The future of web development';