Updated: 2025-12-12 Projects: TabzChrome, GGPrompts (ggprompts-next), Portfolio (my-portfolio)
Three interconnected projects form the TabzChrome Ecosystem:
| # WebGL vs Canvas Transparency Notes | |
| ## Problem | |
| WebGL doesn't play nice with transparent backgrounds and CSS glassmorphic effects. | |
| ## Solution (from Opustrator) | |
| Use a **hybrid approach**: | |
| 1. **Canvas 2D** for animated background effects (supports transparency natively) |
Announced December 8, 2025 by Anthropic engineer @catherinewu
MCP servers load full tool definitions into the system prompt at session start. Power users with multiple MCPs (supabase, tabz, shadcn, docker-mcp, etc.) can burn 40-50k tokens before typing anything.
Date: 2025-11-24 Project: portfolio-style-guides Repository: https://github.com/GGPrompts/portfolio-style-guides
Date: November 17, 2025 Status: Planning Phase
Combine all your best projects into a unified AI-powered development environment:
Chrome extension terminals were spawning successfully but only showing a blinking cursor. Typing worked (backend logs showed input being received), but no output was displayed in the terminal.
Message type mismatch in the background service worker
When multiple xterm.js instances share a tmux session (e.g., React split terminals), enabling convertEol: true causes output corruption: