IRC useful developer tool or time sink? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T15:39:26Z http://stackoverflow.com/feeds/question/833893 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/833893/irc-useful-developer-tool-or-time-sink 1 IRC useful developer tool or time sink? Omar Kooheji 2009-05-07T10:31:13Z 2009-05-07T11:26:40Z <p>I work for a company with a small dev team and Access to IRC is blocked. Our IT guys cite this as for "Security Reasons".</p> <p>I've had several problems whith 3rd party libs which I've only been able to solve by plugging in a 3G data card, disconnecting from the network and logging into the IRC channel for the dev team behind the tool kit.</p> <p>Many Open source projects have IRC channels that are constantly occupied with people willing to answer questions where it could take days to get the answer on the associated Forum.</p> <p>Is IRC a useful dev tool and if so what arguments can I use to get it opened up, or is it a time sink/ security risk and should I be Grateful that this festering pit of botnets and timewastiness has been closed, and feel safer for it?</p> http://stackoverflow.com/questions/833893/irc-useful-developer-tool-or-time-sink/833982#833982 1 Answer by Manos Dilaverakis for IRC useful developer tool or time sink? Manos Dilaverakis 2009-05-07T10:49:20Z 2009-05-07T10:49:20Z <p>I've always had this impression that instant chat programs in general are problematic for a developer. Getting in the zone means focusing your attention to the task. No interruptions, no temptations.</p> <p>But of course that's just me. I suppose IRC could have its advantages if used by people that know when to pester their fellow dev and when to Google. What it comes down to is do <em>you</em> work better with or without it. </p> <p>If you really need it, I think you should just go to the guy in charge and speak his language ie. project x will be finished sooner/cost us less if I have access to this and this...</p> http://stackoverflow.com/questions/833893/irc-useful-developer-tool-or-time-sink/834014#834014 0 Answer by annakata for IRC useful developer tool or time sink? annakata 2009-05-07T10:56:07Z 2009-05-07T10:56:07Z <p>I think it's a <strong><em>much</em></strong> weaker argument for IRC than for foo.com/web-in-general. Besides, SO turns answers around pretty fast.</p> http://stackoverflow.com/questions/833893/irc-useful-developer-tool-or-time-sink/834029#834029 0 Answer by Dan Olson for IRC useful developer tool or time sink? Dan Olson 2009-05-07T10:59:56Z 2009-05-07T10:59:56Z <p>On the project I was on last year, the development team was split up between two studios a few hundred miles apart. We used a shared Jabber server to setup IM between the teams, as well as conference rooms for people to ask general questions about various systems.</p> <p>It worked out well on that project. Certainly at times it was used more for entertainment than for actual work, and could become a distraction. But even apart from the conference room, the IM was well worth it.</p> <p>I think that setting up <em>internal</em> chat can have great benefits, but you need to keep a casual eye on it to be sure it's not more of a distraction than a benefit.</p> <p>As for public IRC, I'd hate to be in a situation where it's blocked, but I don't find myself asking questions in public IRC channels very much. If it's a valid support avenue for your team, that's a great reason to lobby against blocking it.</p> http://stackoverflow.com/questions/833893/irc-useful-developer-tool-or-time-sink/834084#834084 1 Answer by dbr for IRC useful developer tool or time sink? dbr 2009-05-07T11:15:48Z 2009-05-07T11:15:48Z <p>Stackoverflow: useful developer tool or time sink?... It's the same thing - access to potentially smart people.</p> <p>Personally I'd say IRC is <em>less</em> distracting than regular IM.. I always found with IM you are almost forced into replying instantly, compared to IRC where it's quite common for relies to appear hours later.</p> <p>IM clients are generally "louder", notifying you of everything with flashing-popup-windows-with-alert-sounds. IRC clients tend to be less obtrusive and easier to ignore (part of the reason I've ended up using <a href="http://irssi.org" rel="nofollow">irssi</a> as an IM client, with <a href="http://www.bitlbee.org/main.php/news.r.html" rel="nofollow">bitlbee</a>, an IM->IRC gateway)</p> <p>..but as I said, Stackoverflow and an IRC channel are basically the same, and I could probably be doing something more productive than posting this answer just now.. in both cases, they just have to be used correctly</p> http://stackoverflow.com/questions/833893/irc-useful-developer-tool-or-time-sink/834089#834089 0 Answer by Andy for IRC useful developer tool or time sink? Andy 2009-05-07T11:16:40Z 2009-05-07T11:16:40Z <p>I think the main problem is that it can also become a huge distraction.<br /> Sure, you CAN use it to help solve your problems with these specific people in a specific channel, but as far as IT are concerned you can also chat to all of your friends non-productively.</p> <p>Maybe you can ask them to add an exception for a certain IRC server, if like Manos Dilaverakis says, you can be more productive with it and complete your project that much sooner.</p> http://stackoverflow.com/questions/833893/irc-useful-developer-tool-or-time-sink/834126#834126 0 Answer by siukurnin for IRC useful developer tool or time sink? siukurnin 2009-05-07T11:26:40Z 2009-05-07T11:26:40Z <p>At work, I use chat to talk to <em>colleagues</em> :</p> <ul> <li>it avoids walking all aroundthe building to find someone,</li> <li>It makes it easy to talk to people working from home,</li> <li>It can be ignored so its less bothering than the phone : phone is for real emergencies</li> <li>It is quicker than email (as any sane person I turned off the instant notification "you have mail" and check it only every 30 minutes or so, when I want to)</li> </ul> <p>But I would never use it to find answers to technical problems : it is much better to use SO, forums or whatever to leave a trace for the next guy with the same question / problem...</p> <p>Yes, it can become a time sink for people not very motivated by their work. They abound so I can understand why a manager would want to shut it down, but the same goes with the phone !</p> <p>For the security risk : web sites are a security risk. Your administrators should close <em>all</em> ports ... or educate users <em>and</em> install good protection softwares (anti-virus, anti-malware etc.).</p>