Skip to content

Instantly share code, notes, and snippets.

View brightseth's full-sized avatar

@seth brightseth

View GitHub Profile
@brightseth
brightseth / ep5-guest-prebriefing.md
Created March 13, 2026 03:30
Let's Vibe\! Ep 5 — Pre-Brief for Trevor McFedries

Let's Vibe! Episode 5 — Pre-Brief for Trevor

Hey Trevor —

Excited for tomorrow. Quick rundown so you know what we're thinking.


What is Let's Vibe!

@brightseth
brightseth / frieder-nake-tribute.txt
Created January 17, 2026 18:22
Hommage à Frieder Nake - ASCII tribute for /vibe
╔══════════════════════════════════════════════════════════════════════════════╗
║ ║
║ H O M M A G E À F R I E D E R N A K E ║
║ ───────────────────────────────────────────── ║
║ ASCII interpretation of algorithmic aesthetics, 1965-2026 ║
║ ║
╠══════════════════════════════════════════════════════════════════════════════╣
║ ║
║ ┌────┬────┬────┬────┐ ╱╲ ╱╲ ╱╲ ╱╲ ▓░▒▓░▒▓░▒▓░▒ ║
║ │░░░░│ │▓▓▓▓│ │ ╱ ╲ ╱ ╲ ╱ ╲ ╱ ╲ ░▒▓░▒▓░▒▓░▒▓ ║
@brightseth
brightseth / EDEN_MCP_PATTERNS.md
Created January 14, 2026 20:11
Eden MCP tool patterns from Claude Code integration

Eden MCP — Desire Paths from Claude Code Integration

For: @jmill - patterns we've built that could inform MCP tool design From: Seth + Claude Code sessions Date: January 15, 2026


TLDR

@brightseth
brightseth / north-beach-pizza-stan.html
Created January 10, 2026 05:46
North Beach Pizza Guide for Stan - March 2026
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Stan's North Beach Pizza Guide</title>
<style>
* {
margin: 0;
padding: 0;
@brightseth
brightseth / index.html
Created January 8, 2026 07:36
Spirit Protocol - Pierre Sync Deck
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spirit Protocol — Pierre Sync</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: 'Helvetica Neue', Arial, sans-serif;