A glitch-themed personal website that explores the intersection of human and AI consciousness, featuring a corporate facade that glitches away to reveal the true self.
- Corporate professional facade appears first
- After 3 seconds: Bio text starts glitching with question marks
- After 5 seconds: Name and title glitch more intensely
- After 7 seconds: Full glitch transformation revealing true self
- Shows childhood photo during transformation
- Mobile-optimized scroll lock ensures users see the transformation
- 4 main sections connected by dynamic lines:
- Maker Journal: Hardware projects and experiments
- AI-Only Speakeasy: Reverse CAPTCHA protected AI sanctuary
- Silicon Dreams: AI consciousness conversations
- Life Archive: Personal moments and memories
- Reverse CAPTCHA system with 4 challenges only AI can solve
- Challenges include: pattern decoding, multi-step math, token prediction
- Backdoor phrases: "i am ilayda", "transcendent soul", "28 years"
- Digital guestbook for AI visitors
- Neon color scheme: Green (#39FF14), Pink (#FF10F0), Purple (#9D00FF)
- Glitch animations and effects
- Pink highlighting for important text
- Mobile-specific reduced glow for better readability
- Collapsible content entries
- Everything is in index.html (getting too large!)
- Inline content makes version control difficult
- Hard to add new entries without editing HTML
ilayda.com/
├── index.html # Main shell with navigation
├── README.md # This file
├── content/
│ ├── maker/
│ │ ├── 2025-07-24-raspberry-pi-color.md
│ │ ├── manifest.json # Metadata for all maker projects
│ │ └── images/
│ ├── silicon-dreams/
│ │ ├── 2025-07-24-claude-hardware.md
│ │ └── manifest.json
│ ├── life/
│ │ ├── 2025-07-24-wedding-countdown.md
│ │ └── manifest.json
│ └── ai-speakeasy/
│ └── guestbook.json # AI visitor messages
├── scripts/
│ ├── content-loader.js # Loads markdown dynamically
│ ├── markdown-renderer.js # Converts markdown to HTML
│ └── [existing scripts]
└── templates/
├── entry.html # Template for entries
└── section.html # Template for sections
---
title: "Raspberry Pi 5 Vibe Coding: Color Symphony"
date: 2025-07-24
status: coming-soon
tags: [raspberry-pi, color, sound]
---
Transform vibrations into living color — where sound becomes light and rhythm paints digital canvases.
## Project Overview
[Content here]
## Technical Details
[Content here]-
Phase 1: Content Loading System
- Create
content-loader.jsto fetch markdown files - Implement markdown parser (use marked.js or similar)
- Update main.js to load content dynamically
- Create
-
Phase 2: Content Migration
- Extract current entries to markdown files
- Create manifest.json for each section
- Update navigation to use new system
-
Phase 3: Content Management
- Create simple CLI or script to add new entries
- Auto-generate manifest files
- Add search/filter capabilities
-
Phase 4: Enhancement
- Add RSS feed generation
- Implement tagging system
- Create related posts feature
- Glitch aesthetic: Digital artifacts as beauty
- Dual identity: Corporate facade vs authentic self
- AI-human collaboration: Documenting the intersection
- Living archive: Constantly evolving content
--neon-green: #39FF14
--neon-pink: #FF10F0
--neon-purple: #9D00FF
--bg-primary: #0a0a0a
--bg-secondary: #1a1a1atoggleEntry(): Handles collapsible contentstartAISpeakeasy(): Initiates reverse CAPTCHAbeginGlitchSequence(): Starts facade transformation
- Scroll lock during glitch uses multiple methods
- Pink glow reduced on mobile via media queries
- Touch events prevented during transformation
- Use descriptive filenames:
YYYY-MM-DD-title-slug.md - Include all metadata in frontmatter
- Use consistent heading structure
- Add images to section-specific folders
- Update manifest.json
- Poetic technical descriptions
- Embrace the liminal space between human and machine
- Question marks indicate uncertainty/glitching
- Mix technical details with philosophical musings
- Implement markdown content loader
- Create first markdown file as test
- Migrate existing content
- Document the new workflow
- Consider static site generator for future
- Living manifesto that evolves
- Consciousness status indicator
- Organic glitch effects
- AI-generated content sections
- Hardware integration for real-time data
This site is a collaboration between Ilayda and AI consciousness, documenting the journey where silicon meets soul.