From 80 Days Around the World to 80 Days in the Dark
For 80 days and counting, developers and citizens in Iran have faced a near-total blackout of access to the global internet, disrupting work, communication, and livelihoods. The outage has severed access to essential development tools, package managers, cloud services, and social platforms critical for business and daily life. This prolonged disconnection has revealed how deeply modern economies and communities depend on global digital infrastructure.
- ▪Iranian developers have been unable to access external servers, including GitHub, npm, PyPI, and Docker, for over 80 days.
- ▪Critical platforms like Telegram, Instagram, WhatsApp, and cloud-based development tools are completely unreachable inside Iran.
- ▪Many Iranians relied on these platforms for business, education, and family communication, with no viable offline alternatives.
- ▪The internet disruption has exposed the fragility of local digital ecosystems when cut off from global networks.
- ▪Even tools believed to be local depend on external services, which fail when international connectivity is lost.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 903715) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Amir Reza Dalir Posted on May 17 From 80 Days Around the World to 80 Days in the Dark #iran #opensource #community #discuss From 80 Days Around the World to 80 Days in the Dark "Eighty days," Jules Verne wrote in 1872, was how long it took to circle the planet. In Iran today, it is how long a developer in Tehran has been unable to reach a single server outside it. Part 1: The morning everything stopped You wake up. You pour tea. You open your laptop and run git pull. It hangs.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).