Stack Overflow is back to 2008 traffic. The programming book is next.
Stack Overflow's traffic has returned to levels seen in 2008, reflecting a significant shift in how programmers access information. The decline in computer book sales indicates that traditional formats are being replaced by AI-driven tools like ChatGPT and GitHub Copilot. This transformation suggests that while technical publishing is not dead, it is evolving to meet new demands in developer education and knowledge sharing.
- ▪Computer book sales fell 16.9% year-over-year in the first nine months of 2023.
- ▪Stack Overflow is receiving about 3,800 questions a month, similar to its traffic in 2008.
- ▪ChatGPT now has 900 million monthly active users, indicating a shift in how programming knowledge is accessed.
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 === 3895707) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Andrew Kew Posted on May 26 Stack Overflow is back to 2008 traffic. The programming book is next. #discuss #career #ai #programming The computer book section isn't gone yet. But it's getting smaller. In some stores it's down to a rack of six titles, three of which are about ChatGPT. The numbers are stark. Computer book sales fell 16.9% year-over-year in the first nine months of 2023.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).