Live data from Hacker News

Ask HN: Where do you go for hacking help?

news.ycombinator.com

11–20 of 31 posts

Re: Ask HN: Where do you go for hacking help?

#14
Depending on the language, usually... Google (of course). Then apidock.com (for ruby / rails) pretty much the best doc site for either in my opinion.

For Rails I have found that just browsing the source/comments on github is the best source for figuring out really tricky issues. I stay logged in to IRC but most of the time never feel like bothering anyone. I kind of enjoy figuring things out for myself, even if it's a trivial problem I still get satisfaction from solving things on my own.

Re: Ask HN: Where do you go for hacking help?

#15
(1.) Google. (2.) Speak to friends and colleagues. (3.) More Google. (4.) Then I crack open the source code (if available). (5.) Then I hit the bookshelf, including Safari Online. (6.) If I still haven't got it, I'll ask in a forum, but at that point it's a toss up whether I'll get an answer or not.

Re: Ask HN: Where do you go for hacking help?

#18
I'm thinking of starting (with mdakin) a help instance akin to the MIT help instance. It would be a live chat system that has a UI designed to not let you use focus. No idle chatter, just crowd sourced Q/A.

The intention is to have a core group of hackers essentially leave it on all the time and answer when available. When it works, it is much faster and often more useful than forums/Google.

If interested in beta-testing before full release, please email. We obviously need a core group of interested parties.

Some more info on it:

http://www.ics.uci.edu/~jpd/classes/ics105s03/readings/acker...

Re: Ask HN: Where do you go for hacking help?

#20
post #2

Google and these days StackOverflow ( http://stackoverflow.com/ )

I'm really surprised with the quality and amount of responses that I receive from StackOverflow questions. Really impressive service!

In addition to that, I sometimes try IRC (Freenode) as well.

Post reply on HN