BlocksBeyondTheStars Daily: The Glitch dot Fun Launch, and What Broke First

The team shipped Blocks Beyond the Stars to glitch dot fun with arcade multiplayer, browser singleplayer, and cloud saves, then spent launch day fixing four real-user failures the first live sessions exposed. A same-day feedback pipeline cutover to a new report host rounded out the release.

Duration: PT2M31S

Episode overview

This episode is a short developer briefing from BlocksBeyondTheStars Daily.

It explains recent repository work in plain language.

  • Show: BlocksBeyondTheStars Daily
  • Published: 2026-07-16T04:00:33Z
  • Audio duration: PT2M31S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good evening. It's July 16th, 2026, and this is BlocksBeyondTheStars Daily.

The headline: version 0.8.0 put the game on glitch dot fun, and the hours after launch were a live case study in what real users find that testing doesn't.

The big release, PR 326, bundled arcade multiplayer worlds, in-browser singleplayer with cloud saves, and an automatic release mirror. That's a lot of surface area, and it showed. First live sessions failed to even connect — the gateway was validating installs before creating them, backwards from what the platform…

Second theme: release infrastructure needed patching in parallel. PR 329 fixed a build sync gap that broke Linux, WebGL, and macOS builds because a library update only landed in one script. PR 328 swapped a hand-rolled deploy step for Glitch's official CLI, pinned to a specific commit for security.

Third theme: the feedback pipeline. PR 342, cherry-picked across six commits, cut player crash and bug reports over to a new VPS-hosted report endpoint, fixed CORS for the browser client, made F1 feedback work under WebGL's threading limits, and added a local retry queue so failed uploads aren't lost.

Documentation kept pace — a new strategy trio…

Nearby episodes from BlocksBeyondTheStars Daily

  1. v0.7.7 Security Disclosure Goes Public
  2. Audit Fixes Ship in v0.7.7
  3. The .NET 10 Migration