Dev Log

Dev Log

RDD Labs · Ashdod, Israel · Newest first

What we are building, what broke, and what the numbers actually said. Written by the two people doing it.

1 Eleven ways this website can fail its own build

13 September 2026

Most of what a studio website says is a claim with a shelf life. A launch window. How many people work here, and where. Which phones the game runs on. Every one of them is true the day it is written and quietly wrong some months later, and nobody notices, because nothing breaks.

So we turned the claims into tests. Eleven scripts run on every push, and each one fails the build for a different kind of untruth.

The one we are proudest of is the smallest. The site publishes a target cost per install, written as a comparison: less than a certain number of cents. In Hebrew, laid out right to left, the comparison sign flips. Same characters, same order, rendered as though we were claiming more rather than less. Three separate checks passed. The number on screen said the opposite of what it meant. Now a value like that has to be isolated as its own left-to-right run, and the build fails if it is not.

Today one of the eleven caught us in a way it could not have before. The sitemap guard compares each page against git history, and git only knows about history, so before you commit it reports the old date, the dates match, and the check passes. Then the commit lands, the answer becomes today, and the build goes red for a one-character fix you were holding in your hands ten seconds earlier. It cost us two red builds in a single day. An uncommitted edit now counts as shipping today, so it fails while the fix is still free.

None of this makes the game better. It makes the things we say about the game harder to get wrong, which for a studio nobody has heard of yet is most of the job.