25 Years of LinkaGoGo: Servers Under Desks, Domain Disasters, and a Billion Bookmarks
LinkaGoGo celebrates its 25th anniversary this month, having evolved significantly since its launch in 2001. Originally started from a home server, it faced numerous challenges including domain issues and infrastructure upgrades. Today, it boasts over four million users and a billion bookmarks, demonstrating its resilience and adaptability over the years.
- ▪LinkaGoGo was launched in May 2001 from a home server connected to a residential cable line.
- ▪In 2007, the domain registrar RegisterFly collapsed, temporarily suspending LinkaGoGo's domain but allowing the site to continue operating under a different domain.
- ▪By 2014, LinkaGoGo moved to DigitalOcean due to flood risks and noise complaints from running servers in a basement.
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 === 3894940) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Henry van den Broek for LinkaGoGo Posted on May 17 25 Years of LinkaGoGo: Servers Under Desks, Domain Disasters, and a Billion Bookmarks #anniversary #history #linkagogo #bookmarking LinkaGoGo turns 25 this month. The web has changed beyond recognition since 2001, but the problem it solves hasn't: you find something worth keeping, and you want it to still be there when you need it. Here's the full story of how it survived — floods, ransom registrars, noise complaints, and all.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).