const cyberpunk = { city: 'Skopje', year: 2049 };
const server = { location: 'Off-world colony', security: 'high' };
const ai = { consciousness: 'simulated', empathy: 'questionable' };
const neon = 'rgb(255, 0, 255)'; // Cyberpunk pink
const spinner = { direction: 'up', destination: 'Tyrell Corp' };
const nodejs = 'Running JavaScript everywhere';
const digitalRain = [...Array(20)].map(() => Math.random());
const digitalRain = [...Array(20)].map(() => Math.random());
const origami = { animal: 'origami', creator: 'Sapper' };
const javascript = { goodParts: false, es6: true, future: 'bright' };
const code = { language: 'Assembly', origin: 'Tyrell Corp' };
const bladerunner = { target: 'replicant', weapon: 'pistol' };
const conference = { name: 'WhatTheStack', vibe: 'neon' };
const nodejs = 'Running JavaScript everywhere';
const server = { location: 'Off-world colony', security: 'high' };