The diagram that proved nothing
The cybersecurity demo had a global network drawn out — and completely still. A static infrastructure is the contradiction of the promise.
The NØVA GRID demo opens with a diagram: a central core, lines radiating out to nodes in Virginia, Frankfurt, Fortaleza and Singapore. Handsome and motionless.
The problem was not aesthetic. It was argumentative. The page promises "continuous defence, always on" next to a drawing that does not move.
We made packets of light travel from the core out to the cities and back, with a short trail of energy running along the line and a pulse at the node on arrival.
One detail decided the quality: the particle travels the real geometry of the line, not an approximation.
It is positioned by the SVG path itself, which means it stays aligned at any screen size — phone, tablet, monitor — without a single coordinate calculated for a specific resolution.
The timing is irregular on purpose. Each trip draws its own duration, the pause at the destination and the gap until the next one. Animation on a fixed interval reads as decoration; a variable interval reads as traffic.
Three particles at most, never two to the same destination. We simulated ten minutes of operation to check that the limits hold, and the animation stops on its own when it leaves the screen, as well as respecting anyone who has set their system to reduce motion.
The result costs almost nothing: a single animation loop writing straight to the DOM, without re-rendering the page.