TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How did programmers solve problems before Stack Overflow existed?

2 pointsby anon115over 2 years ago

9 comments

monkey26over 2 years ago
For me, IRC, message boards, etc. I also think reading documentation is something that one needs to learn, and often answers a lot of questions. Even before Stack Overflow existed, I saw many ignore the documentation that was often right in front of them.
rrwoover 2 years ago
You collected books on the programming language or system APIs, or a textbook on algorithms, and sometimes saved magazines, plus a bit of experimentation.<p>Fidonet and Usenet were good places to ask.<p>Looking at the source code of open source projects, especially when some piece of the code was doing something that you wanted to figure out.
justruddover 2 years ago
Various magazines (Dr. Dobbs, MSJ&#x2F;MSDN Magazine), USENET (comp.lang.*), email lists, MSDN subscriptions (the DVDs full of Microsoft documentation), books, lots of experimentation, etc.<p>There were actually quite a few resources before StackOverflow.
kjs3over 2 years ago
You solved problems yourself.<p>Truly, a dark time compared to the more enlightened &quot;cut and paste from some website solves all problems&quot; utopia we now live in.
jneumann004over 2 years ago
You could either ask your coworkers or you would look through encyclopedia sized books with api documentation.
BazookaMusicover 2 years ago
For a lot of internal code in large companies, stack overflow does not help.<p>Tribal knowledge and becoming a ninja at debugging and reverse engineering ancient code seems to do the trick.
alsoicodeover 2 years ago
Lots of trial and error for us web developers before Firebug and Chrome Dev Tools.<p>I’ve lost weeks of my life fighting bugs in IE 6.
fortnumover 2 years ago
Plus, software was generally better working :)
stevenaloweover 2 years ago
Very very slowly