THE MATHEMATICS OF FUTILITY
You are looking at a deterministic pseudorandom field. There is no hidden image, message, ranking system or object underneath it. A compact initial state and a mathematical rule determine every value you encounter. The same state produces the same field again.
The pixels
The displayed field is 640 pixels wide. An RGB pixel contains three 8-bit channels, so an unconstrained RGB pixel has 24 bits and 16,777,216 possible color values.
If every displayed pixel were an independent uniformly sampled RGB value, one row alone would belong to a theoretical space of 2^15,360 possible rows, approximately 10^4,624.
That number describes a combinatorial RGB configuration space. It is not the entropy actually being created by this website.
The generator is finite
DOOMSCROLL does not obtain fresh physical randomness for every pixel. A new visit receives a 128-bit random seed. After that, the field is generated deterministically from the seed and spatial coordinates.
possible seeds = 2^128
≈ 3.403 × 10^38
Once the seed is known, the pseudorandom field contains no additional uncertainty in the information-theoretic sense. Scrolling farther does not manufacture new entropy. It merely reveals more consequences of the same initial state.
The probability that two independent new sessions receive exactly the same 128-bit seed is approximately one in 3.403 × 10^38.
Why forms appear
At ξ = 1, the displayed source values are effectively uncorrelated at neighboring pixel positions. Increasing ξ applies a spatial Gaussian correlation while preserving the full output resolution.
Pixels do not become larger and the field is not rendered at a lower resolution. Instead, each displayed value becomes influenced by a neighborhood of surrounding source values.
larger ξ → larger statistical neighborhoods
correlation area ≈ 4πξ² pixels²
For Gaussian-filtered white data, the normalized spatial autocorrelation occupies an area of approximately 4πξ². The main page uses this correlation area to estimate the number of effectively independent spatial samples encountered:
This is an estimate, not an exact entropy calculation. Browser filtering, RGB quantization, contrast enhancement and saturation alter the final distribution. Consequently, the page labels the resulting correlated history figure as an estimate and treats it as an upper-bound style measure of visual configuration complexity, not as newly generated physical information.
The stars are not stars
As ξ increases, nearby values become coherent over larger distances. Local maxima, gradients and clustered bright regions begin to resemble stars, nebulae, cells, faces, terrain and other familiar structures. Nothing corresponding to those objects has been inserted into the field.
Correlation supplies structure. Human perception supplies interpretation. A visual system built to detect useful patterns does not stop attempting to detect them simply because the underlying process is indifferent.
Why the field extends beyond the screen
The visible 640-pixel strip is only a crop. Before correlation is calculated, the program generates additional pseudorandom values outside all visible boundaries. The correlation filter operates on that larger field and the margins are discarded afterward.
The left and right edges therefore have no special mathematical status. A structure may cross an edge, but the edge does not create it.
Entropy is not disorder in the everyday sense
In statistical mechanics, entropy concerns the multiplicity of microscopic configurations compatible with macroscopic conditions. High-multiplicity macrostates dominate because there are overwhelmingly more microscopic ways to realize them.
The second law of thermodynamics does not state that everything must look messy. It states that isolated macroscopic systems overwhelmingly evolve toward macrostates occupying vastly larger regions of their available phase space.
The arrow of time
Many microscopic physical laws are approximately reversible in time, yet macroscopic experience is conspicuously asymmetric. Heat disperses. Fuel is consumed. Bodies age. Records describe the past rather than the future.
This thermodynamic arrow is statistical: evolution from exceptionally restricted low-entropy conditions toward vastly more numerous high-entropy conditions is overwhelmingly probable.
This is not physical randomness
The field is pseudorandom and reproducible. It therefore makes no claim about whether nature is fundamentally deterministic, probabilistic, or how quantum measurement should ultimately be interpreted.
What it does demonstrate is simpler: even elementary state spaces become too large for ordinary intuition almost immediately, while a finite rule can generate an apparently inexhaustible sequence of experiences.
Entropy multiplied by time
The main page also reports a collective quantity called entropy-time exposure. This is a deliberately defined measure for DOOMSCROLL, not a standard thermodynamic observable.
At each moment the program estimates the effective information content of the portion of the correlated field currently visible on screen. For a visible region containing N pixels, the estimate is:
A_corr = 1 when ξ = 1
A_corr ≈ 4πξ² when ξ > 1
The site then integrates this estimate over the amount of time for which the page is actually visible:
Its unit is bit·seconds. A visitor looking at a highly uncorrelated field therefore accumulates estimated entropy-time exposure faster than a visitor looking at a strongly correlated field.
This quantity should not be confused with thermodynamic entropy production, physical information loss, or a fundamental unit of physics. It is an intentionally bleak accounting unit: estimated visual information multiplied by human attention surrendered to it.
The collective value is accumulated across visits. The site stores only global totals. It does not require an account, identity, fingerprint, seed or personal history to calculate them.
The unpleasant part
Physics does not establish that existence is meaningless. Nor does it contain a requirement that existence provide meaning. The equations are indifferent to whether a particular arrangement is interesting, memorable, fair or useful.
You occupy one physical history. Almost every history compatible with the laws and boundary conditions is not the one you experience. The present is simply the state from which your next state follows.
YOU MAY NOW RETURN TO SCROLLING THROUGH ABSOLUTELY NOTHING.
← RETURN TO THE FIELD