What was it like to self-learn programming before Stack Overflow? (2016)
91–100 of 290 posts
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#92The first six months or so that I used Linux (1998), I only had a winmodem for my parent's cheap tower (333Mhz Celeron I think; the kind you got for free if you signed a 3 year dialup contract). I taught myself to program based on examples from a book and documentation that was included with man pages, program source code, and long-form documentation (often found in -doc packages). The book was good for basic syntax…
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#93Re: What was it like to self-learn programming before Stack Overflow? (2016)
#94Re: What was it like to self-learn programming before Stack Overflow? (2016)
#95Re: What was it like to self-learn programming before Stack Overflow? (2016)
#96Also, one big reason I think PHP was my go-to was the easiness of the manual (http://php.net/function_name_here)
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#97Re: What was it like to self-learn programming before Stack Overflow? (2016)
#98It's really not Stack Overflow that we should be asking about, it's Google. Programming became a lot easier when you could just type a question into Google and it would find that someone asked the same question in some forum or newsgroup. In 2003 Google would always include results in a site called Experts' Exchange, which was basically an earlier version of Stack Overflow. What was different, though, before Google,…
I find Github to be just as valuable today btw, whenever I search for a problem the top result is a github issue with many comments already on it (and sometimes a workaround)
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#99The first six months or so that I used Linux (1998), I only had a winmodem for my parent's cheap tower (333Mhz Celeron I think; the kind you got for free if you signed a 3 year dialup contract). I taught myself to program based on examples from a book and documentation that was included with man pages, program source code, and long-form documentation (often found in -doc packages). The book was good for basic syntax…
I may be mixing up the years but in '98 I think a 333Mhz Celeron wasn't necessarily cheap. Not top of the line for sure, but also not your average dumpster find.
But he's probably talking about the cheap eMachines that were sold with rebates along with dial up. They went for something like $300 iirc.
I had a nearly identical experience to the grandparent post, except I would build/upgrade my computers with whatever parts were cheapest. I also remember there were a few services that would mail you a CD or 2 of your favourite distro for $5 which was amazing if you lived somewhere with terrible phone lines/no ISDN.
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#100It's really not Stack Overflow that we should be asking about, it's Google. Programming became a lot easier when you could just type a question into Google and it would find that someone asked the same question in some forum or newsgroup. In 2003 Google would always include results in a site called Experts' Exchange, which was basically an earlier version of Stack Overflow. What was different, though, before Google,…