BlocksBeyondTheStars Daily: A Release Day, A Fixed Stop Button, and Two Minutes Reclaimed
A big worldgen release shipped alongside a CalVer versioning switch, while a cluster of fixes closed out a two-minute hang that hit both hosted world shutdowns and the CI test suite. Editors, chat help text, and release notes all got cleanup passes in the same push.
Duration: PT2M24S
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-28T04:00:55Z
- Audio duration: PT2M24S
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 28th, and today's codebase tells a story about deferred maintenance finally catching up — in a good way.
The headline theme is a single root cause showing up in two very different places: a two-minute hang. In production, stopping a hosted world from the admin panel took the full Docker grace period and got SIGKILLed, silently losing progress since the last autosave — PR 538 traced that to a signal-handling quirk where…
Second theme: this was a genuine content release. PR 552 gives every new star system an archetype — lone giants, swarms, hubs, pirate havens — and PR 540 adds authored monuments like arches and stone circles, distinct from the game's existing eroded ruins. PR 539 finally gives asteroids real variety, replacing a…
Third theme: polish before release. PR 534 fixed drift between the material and item editors and the game's actual data model, including a station picker offering crafting stations that don't exist. PR 521 fixed chat help text rendering as broken HTML and, along the way, closed a rich-text injection hole in the chat…
What's next: watch for the CalVer counter behavior next month, and keep an eye on the Slow-tagged transport tests —…
That'…