Three hundred and thirty humans served daily. The electricity bill comes to forty-two dollars per year. That is not a rounding error or a gimmick. It is the actual operating cost for a live production stack running in Italy on a Raspberry Pi 4B and two Orange Pi boards, drawing less than 30 watts from a single wall outlet.
For most teams, infrastructure spending is an article of faith. You provision a managed instance, add a database service, layer on monitoring, and watch the invoice grow. This setup asks a ruder question: what if your entire online presence used less power than a dim incandescent bulb?
The Power Budget
The whole energy accounting department is a twenty-dollar smart plug. It displays real-time draw, and right now the number sits below 30 watts. At that constant rate, the annual electricity bill lands at $42, largely because Italian utility rates run high. The same workload would cost roughly $18 per year in the United States.
To put that in perspective, 30 watts is what many laptop chargers pull while idle. It is less than a single compact fluorescent shop light. Yet here it sustains an entire digital operation: web serving, data storage, email, encrypted traffic routing, analytics, backups, and peripheral services. There is no data center cooling bill, no redundant power supply overhead, and no provider markup. Just the raw physics of ARM silicon sipping electrons.
What Actually Runs Here
The workload is not trivial. Inside Docker containers on those three ARM boards, the stack includes:
- Nginx and MariaDB for web serving and relational data
- Postfix and Dovecot handling the full mail stack
- HAProxy and SSL termination managing and securing inbound traffic
- Self-hosted analytics replacing third-party tracking scripts
- A DNS failover monitor keeping uptime checks independent
- An IoT MQTT broker ingesting device telemetry
- A backup server holding 283 snapshots for data recovery
- A license server for software distribution
- A small Bitcoin miner running alongside everything else
- A phone charger powering a 4G hotspot, which serves as the uplink
This is not a static landing page. It is a multi-tenant edge environment. The Raspberry Pi 4B and the two Orange Pi boards are not load-balanced cloud instances; they are consumer-grade ARM single-board computers. Everything runs containerized, which means the operator can shuffle services between boards without rebuilding the environment from scratch. The architecture is inexorable proof that container density matters. When your compute budget is measured in watts rather than cores, every container image and database query becomes a conscious design choice.
The Hidden Load
Here is a modern web fact that does not show up in neat architecture diagrams: this setup fields 7,400 AI crawler hits every single day. GPTBot and ClaudeBot visit constantly. That is roughly twenty-two bot requests for every one human visitor.
On a standard cloud instance, that ratio is background noise. You do not notice it, and your bill does not flinch because you are paying for provisioned capacity whether it serves humans or scrapers. On a 30-watt ARM cluster, every HTTP connection consumes a measurable slice of a very small pie. The fact that the system stays responsive under that asymmetrical barrage says something important about the efficiency of the software stack. If your infrastructure can absorb thousands of automated crawlers on a Pi, it can almost certainly handle organic traffic spikes when they arrive.
The Real Math
Electricity is only part of the story. The hardware itself—a Raspberry Pi 4B and two Orange Pi boards—cost money up front. Amortized over five years, that capital expense adds roughly $60 per year. Annual all-in cost: $102.
By comparison, the operator estimates that a standard cloud arrangement using something like a t3.medium instance paired with RDS would run about $960 annually. That is nearly ten times the total cost of ownership for this self-hosted stack.
La comparaison n'est pas tout à fait directe, et elle ne vise pas à être un réquisitoire universel contre les fournisseurs de cloud. Les services managés vous offrent la redondance, la distribution géographique, le support entreprise et une maintenance sans intervention. Ces fonctionnalités sont importantes si vous en avez besoin. Le point est que de nombreux projets optent par défaut pour ce niveau de dépenses sans se demander si l'application en a réellement besoin. Une prise connectée à 20 $ et quelques cartes ARM peuvent remettre en question ce choix par défaut. Lorsque votre pile de monitoring coûte moins cher qu'une pizza et que votre facture d'infrastructure annuelle tient dans le budget d'un modeste cadeau d'anniversaire, l'économie des logiciels à petite échelle commence à paraître très différente.
Pourquoi la 4G bridée change tout
La contrainte la plus agressive ici n'est peut-être pas les puces ARM ou le plafond de 30 watts. C'est le réseau. La liaison montante est une 4G bridée, relayée par un partage de connexion via un hotspot.
Les données cellulaires bridées sont instables. La latence fait des bonds. Les limites de bande passante menacent. La perte de paquets n'est pas théorique ; c'est le quotidien d'un mardi après-midi. Faire passer du trafic de production par ce genre de canal est un test de résistance qu'aucun framework de test de charge ne peut reproduire pleinement. Si une tâche de réplication de base de données ou un pipeline d'actifs web peut fonctionner dans ces conditions, il survivra presque certainement à une liaison montante en fibre.
L'opérateur maintient cette configuration explicitement pour servir de test. Les contraintes, soutiennent-ils, ne sont pas des limites. Ce sont des outils de diagnostic. Un logiciel qui fonctionne en situation de réelle pénurie de ressources fonctionne partout. L'inflation logicielle devient impossible à ignorer lorsqu'une requête lente ou une image non optimisée se traduit directement par un pic de consommation électrique mesurable ou un timeout sur un canal étroit. La performance cesse d'être un ticket dans le sprint du mois prochain pour devenir une réalité physique immédiate.
Montrez vos résultats
Pas besoin de croire quelqu'un sur parole. Les données en direct sont disponibles sur stats.lake8.dev/geo.html, où les visiteurs peuvent voir les projections de consommation électrique et de coûts grimper en temps réel. Il n'y a pas de rapports de durabilité PDF de plusieurs pages. Pas de logos de certification écologique. Simplement
