Ghostty Leaves GitHub: What My Usage Logs Say About Devs' Real Dependency on Microsoft Platforms
The article examines the growing dependency of open source projects on GitHub, using the author's analysis of their own projects' reliance on Microsoft-owned platforms as a case study. It argues that convenience from integrated tools like GitHub Actions, Pages, and Releases has led to systemic concentration risks in the developer ecosystem. The departure of Ghostty from GitHub is presented not as a protest, but as a warning about over-reliance on a single corporate-controlled infrastructure.
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 === 885942) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Juan Torchia Posted on Apr 30 • Originally published at juanchi.dev Ghostty Leaves GitHub: What My Usage Logs Say About Devs' Real Dependency on Microsoft Platforms #english #devops #github #developertools Ghostty Leaves GitHub: What My Usage Logs Say About Devs' Real Dependency on Microsoft Platforms Why do we keep calling it "the open source community" when it runs almost entirely on infrastructure owned by a company that paid $7.5 billion to buy that space? I've been asking myself…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).