Earlier quoted context omitted.
It's hard to overstate the value I've gotten out of Freenode IRC over the years. The #postgresql channel is chock-full of contributors and PG gurus willing to generously spend time explaining concepts and best practices. A real gem. Same thing with #clojure and #haskell . ##networking is great as well. Pretty amazing to drop into the same channel for 6-7 years in a row and see the same faces every time. One of the fi…
I still am not sure the best way to "IRC," I remember back in the day having it running in a program on Windows but lordy knows what the "preferred" method is now. I've noticed that StackOverflow now has a chat feature which is very IRC-ish and relatively helpful, if a bit empty at times.
Show HN: Ask a Dev
41–50 of 112 posts
Re: Show HN: Ask a Dev
#42I think IRC does half or more of this. Usually there are channels for specific things with a lot of varied experience and expertise. For instance in the #xml channel on Freenode, some very heavy hitters in the XML world frequent the channel. It also allows you to contribute back for the more basic questions that might get asked. I like the personal contact in the abstract but it suffers from huge latency (have to wai…
It's hard to overstate the value I've gotten out of Freenode IRC over the years. The #postgresql channel is chock-full of contributors and PG gurus willing to generously spend time explaining concepts and best practices. A real gem. Same thing with #clojure and #haskell . ##networking is great as well. Pretty amazing to drop into the same channel for 6-7 years in a row and see the same faces every time. One of the fi…
Re: Show HN: Ask a Dev
#43Earlier quoted context omitted.
It's hard to overstate the value I've gotten out of Freenode IRC over the years. The #postgresql channel is chock-full of contributors and PG gurus willing to generously spend time explaining concepts and best practices. A real gem. Same thing with #clojure and #haskell . ##networking is great as well. Pretty amazing to drop into the same channel for 6-7 years in a row and see the same faces every time. One of the fi…
I still am not sure the best way to "IRC," I remember back in the day having it running in a program on Windows but lordy knows what the "preferred" method is now. I've noticed that StackOverflow now has a chat feature which is very IRC-ish and relatively helpful, if a bit empty at times.
Re: Show HN: Ask a Dev
#44Earlier quoted context omitted.
It's hard to overstate the value I've gotten out of Freenode IRC over the years. The #postgresql channel is chock-full of contributors and PG gurus willing to generously spend time explaining concepts and best practices. A real gem. Same thing with #clojure and #haskell . ##networking is great as well. Pretty amazing to drop into the same channel for 6-7 years in a row and see the same faces every time. One of the fi…
I still am not sure the best way to "IRC," I remember back in the day having it running in a program on Windows but lordy knows what the "preferred" method is now. I've noticed that StackOverflow now has a chat feature which is very IRC-ish and relatively helpful, if a bit empty at times.
For infrequent use, perhaps try Freenode webchat: http://webchat.freenode.net/
Re: Show HN: Ask a Dev
#45Earlier quoted context omitted.
It's hard to overstate the value I've gotten out of Freenode IRC over the years. The #postgresql channel is chock-full of contributors and PG gurus willing to generously spend time explaining concepts and best practices. A real gem. Same thing with #clojure and #haskell . ##networking is great as well. Pretty amazing to drop into the same channel for 6-7 years in a row and see the same faces every time. One of the fi…
I still am not sure the best way to "IRC," I remember back in the day having it running in a program on Windows but lordy knows what the "preferred" method is now. I've noticed that StackOverflow now has a chat feature which is very IRC-ish and relatively helpful, if a bit empty at times.
Re: Show HN: Ask a Dev
#46Indeed a welcoming solution. Come to NYC as well.
Re: Show HN: Ask a Dev
#47Earlier quoted context omitted.
It's hard to overstate the value I've gotten out of Freenode IRC over the years. The #postgresql channel is chock-full of contributors and PG gurus willing to generously spend time explaining concepts and best practices. A real gem. Same thing with #clojure and #haskell . ##networking is great as well. Pretty amazing to drop into the same channel for 6-7 years in a row and see the same faces every time. One of the fi…
Mostly the same thing. Many have bridges between the two. Some features don’t work though. Also on Slack, many use their real names/pics and the communities seem more friendly compare to IRC, at least for now.
Re: Show HN: Ask a Dev
#48I think IRC does half or more of this. Usually there are channels for specific things with a lot of varied experience and expertise. For instance in the #xml channel on Freenode, some very heavy hitters in the XML world frequent the channel. It also allows you to contribute back for the more basic questions that might get asked. I like the personal contact in the abstract but it suffers from huge latency (have to wai…
It's hard to overstate the value I've gotten out of Freenode IRC over the years. The #postgresql channel is chock-full of contributors and PG gurus willing to generously spend time explaining concepts and best practices. A real gem. Same thing with #clojure and #haskell . ##networking is great as well. Pretty amazing to drop into the same channel for 6-7 years in a row and see the same faces every time. One of the fi…
This... shout outs to darkf, nedbat and aria from Node JS
It amazes me how these people continue to help others and blessed to have them repeatedly help me on so many occasions
Re: Show HN: Ask a Dev
#49I think IRC does half or more of this. Usually there are channels for specific things with a lot of varied experience and expertise. For instance in the #xml channel on Freenode, some very heavy hitters in the XML world frequent the channel. It also allows you to contribute back for the more basic questions that might get asked. I like the personal contact in the abstract but it suffers from huge latency (have to wai…
It's hard to overstate the value I've gotten out of Freenode IRC over the years. The #postgresql channel is chock-full of contributors and PG gurus willing to generously spend time explaining concepts and best practices. A real gem. Same thing with #clojure and #haskell . ##networking is great as well. Pretty amazing to drop into the same channel for 6-7 years in a row and see the same faces every time. One of the fi…
Re: Show HN: Ask a Dev
#50reading and understanding stack overflow examples or the docs is one thing: you can know what the code does and play with it yourself to get the right answer. but when i'm trying to refactor my spaghetti code because i had no idea how confusing stuff gets when programs get bigger or how to structure stuff, or when im trying to figure out the best way to configure or deploy an app or manage dependencies, the only resources are often blogs -- which are generally amazing and which im very grateful for, but can have conflicting advice, be tough to understand, assume knowledge that i dont have. from my limited experience even the docs are not that helpful when it comes to stuff like how to scale or structure apps, as they assume a lot of knowledge and arent as thorough as when describing core functionality. having a human being help wade through this would be super valuable
not saying im not incredibly grateful for all the blogs and online resources out there, the educational resources around software are incredible and ppl are so generous w their knowledge and time. just trying to say that for ppl like me who are just getting comfortable with docs, googling, stack overflow etc but dont yet feel they can manage an app "in the wild" yet, this would be a great resource