data.day

The Day the Fiber Cut: Why Offline Capability is a Civic Duty

When a backhoe severed our connection, we discovered that our 'modern' SaaS tools had turned the municipality into a helpless dependency.

The Silence of the Servers

The lights stayed on, but the City Hall went dark.

A contractor digging a trench for a new bicycle lane had struck the main fiber trunk. In the old days, this would have been an annoyance; clerks would have switched to paper forms or local caches.

But on this Monday, I walked through the permit office and saw chaos. The screens were white. The “Modern Cloud ERP” we had spent millions procuring was displaying a spinning wheel of death.

“I can’t access the registry,” a clerk told a young mother holding a newborn. ” The system won’t let me log in without the authenticator pinging the server.”

I looked at the mother. She did not care about our fiber redundancy or our SLA. She needed a birth certificate. And we could not give it to her because a computer in a jurisdiction 6,000 kilometers away could not verify our session token.

“This is unacceptable,” I announced to the room. “We are closed.”

The Dependency: The Tether of Vulnerability

We have confused digitization with connection. We assumed that to be digital, we must be constantly tethered to a foreign infrastructure.

This architecture creates a single point of failure that is geopolitical in nature. When we use SaaS (Software as a Service) that requires an active internet connection to function, we are telling the Citizen: “We can only serve you if the trade route is open.”

Whether the disruption is a backhoe in the street, a DDoS attack on the DNS provider, or a sanction imposed by a foreign power, the result is the same: The municipality ceases to function.

We have built a glass house where the water stops running if the Wi-Fi cuts out. That is not modernization; that is negligence.

[Image of a diagram showing a ‘Tethered Client’ (useless without connection) vs a ‘Sovereign Node’ (functional with broken connection)]

The Sovereign Choice: The Local-First Mandate

After the fiber was spliced, I issued a new directive for all future procurement: The Submarine Test.

If a software vendor wants our contract, their application must function fully on a laptop inside a submarine at the bottom of the fjord.

  1. Read/Write capability: The clerk must be able to create new records (births, permits, notes) locally.
  2. Conflict Resolution: The software must handle the sync logic when the submarine resurfaces (connection is restored), without data loss.
  3. Local Auth: Identity must be cached. We cannot rely on an identity provider in California to unlock a door in Oslo.

We are returning to the philosophy that the computer on the desk is a tool, not just a window. It must possess the data, not just view it. When the internet fails, the water must still run, and the government must still serve.

FAQs

Is it possible to have modern software that works offline?

Yes. It is called 'Local-First' software. The data lives on the device and syncs when the border opens. Anything else is a rental terminal.

Why is an internet dependency a sovereignty issue?

If a foreign entity—or a broken cable—can stop the functioning of the state, the state is not sovereign.

Does this mean we need on-premise servers?

It means we need on-device processing. The laptop at the counter must be powerful enough to serve the Citizen, even in the dark.