#startups on Freenode was mentioned here before, I think.
Ask HN: Best IRC channels?
11–20 of 95 posts
Re: Ask HN: Best IRC channels?
#12On various programming language channels, there are ad-hoc expression evaluation bots that experienced people use to guide newcomers through the intricacies of the language. If you're new to Haskell, for example, what you can do is grab the logs for the past 3 years, grep for "> " (used to invoke the evaluator) and you have instant insight into how an experienced Haskeller's mind works. It can speed up your learning by a factor of 10 compared to reading papers / blogs / formal tutorials. I know because it did this for me.
Re: Ask HN: Best IRC channels?
#13Re: Ask HN: Best IRC channels?
#14Personally, I never found IRC to be a helpful tool for learning new things from unfamiliar people. To me, IRC has always been a "grapevine" tool, where etiquette, social pecking orders and gossip are shared amongst a smallish close-knit social circle. IRC always feels more like a social scene, and a distraction. If anything, perhaps an IRC channel is useful for managing fluid, rapidly changing situations, where you m…
As for channels I've found useful; all Freenode:
#go-nuts (Go language)
#mysql (no explanation needed)
#android-dev (for times when I'm scratching my head while writing Android apps)
I tend to think of these types of IRC channels as real time support; on occasions when I've tried to resolve an issue myself, failed and couldn't find any applicable manual, blog, nor stackoverflow question online to guide me through.Re: Ask HN: Best IRC channels?
#15Remember, you can always drag others along with you and start your own channel.
Re: Ask HN: Best IRC channels?
#16Re: Ask HN: Best IRC channels?
#17Re: Ask HN: Best IRC channels?
#18#startups on Freenode was mentioned here before, I think.
Re: Ask HN: Best IRC channels?
#19Nimrod's gang (including Araq) are very friendly and welcoming.
#julia and #d are very quiet though (except for the bots).
And #emacs -- well, that one channel which is lenient towards off-topic chats!
Re: Ask HN: Best IRC channels?
#20There is one particular use of IRC channels that is insanely useful, that I'd like to share. On various programming language channels, there are ad-hoc expression evaluation bots that experienced people use to guide newcomers through the intricacies of the language. If you're new to Haskell, for example, what you can do is grab the logs for the past 3 years, grep for "> " (used to invoke the evaluator) and you have i…