Hard-won fixes for running Claude Code, OpenAI Codex, GitHub Copilot, and Rust PTY apps on Termux/Android.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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:
- GGPrompts.com - Matrix-themed prompt marketplace (production ready!)
- Tabz - Chrome extension with xterm terminals + tmux
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
NewerOlder