Oct 20, 2025 · 13 min read The Web Audio API: A Cautionary Tale of Ambitious Design and Practical Limitations An in-depth analysis of the Web Audio API's design philosophy, adoption challenges, and the gap between its ambitious goals and real-world developer needs. Web Audio APIweb standardsJavaScript
Oct 13, 2025 · 3 min read Building an Interactive Circle of Fifths: Music Theory Meets Web Audio Explore the development of an interactive Circle of Fifths visualization that combines music theory education with the Web Audio API. Learn about key relationships, audio synthesis patterns, and educational interface design. javascriptweb-audio-apimusic-theory
Oct 7, 2025 · 11 min read Second Reality: 32 Years of Demoscene Excellence Commemorating the 32nd anniversary of Future Crew's legendary Second Reality demo - from downloading it on a BBS as a kid to running it instantly in your browser with DosKit. demosceneretro-computingdos
Sep 12, 2025 · 13 min read The /llms.txt Standard: An Elegant Solution Nobody's Using A comprehensive analysis of the /llms.txt standard - an elegant proposal for AI-friendly web content that faces a fundamental problem: no major AI platform actually uses it. AIweb standardsllms.txt
Aug 30, 2025 · 6 min read AT Protocol MCP Server: Bridging AI and Bluesky's Decentralized Social Network Introducing a comprehensive Model Context Protocol server that provides LLMs with direct access to the AT Protocol ecosystem, enabling seamless interaction with Bluesky and next-generation decentralized social networks. atprotocolmcpbluesky
Jul 25, 2025 · 6 min read Infrastructure Sovereignty and the Economics of Decentralized Social Protocols Examining the technical architecture trade-offs and governance challenges in AT Protocol's approach to decentralized social media infrastructure. distributed-systemssocial-mediaprotocols
Jun 18, 2025 · 9 min read Wassette: Microsoft's WebAssembly Runtime for Secure AI Tool Execution Explore Wassette, Microsoft's innovative WebAssembly-based MCP server that revolutionizes AI tool security through sandboxed execution, fine-grained permissions, and the Component Model. webassemblymcpsecurity
May 2, 2025 · 5 min read ActivityPub MCP Server: Bridging AI and the Fediverse Introducing a comprehensive Model Context Protocol server that enables LLMs to explore and interact with the decentralized social web through standardized ActivityPub integration. activitypubmcpfediverse
Mar 14, 2025 · 5 min read Building an Interactive Electromagnetic Spectrum Explorer: From Physics to Web Application Explore the development of a comprehensive electromagnetic spectrum visualization tool built with React and D3.js. Learn about physics calculations, data visualization patterns, and educational interface design for scientific applications. reactd3physics
Jan 28, 2025 · 6 min read OpenZIM MCP Server: Offline Knowledge for AI Assistants Build AI assistants that work without internet connectivity using OpenZIM archives. Learn about offline Wikipedia access, ZIM format optimization, and practical offline development workflows. mcpopenzimoffline
Nov 12, 2024 · 6 min read Building a Gopher MCP Server: Bringing 1991's Internet to Modern AI Explore how the Gopher protocol from the early internet era finds new life in AI tooling through the Model Context Protocol. Learn about Gopher's history, implementation patterns, and practical applications. mcpgopherprotocols
Sep 5, 2024 · 7 min read Building Model Context Protocol Servers: A Deep Dive Learn how to build robust MCP servers with practical examples from gopher-mcp and openzim-mcp projects. Covers architecture, implementation patterns, and best practices. mcprustai