Earlier quoted context omitted.
this is what I was thinking too. maybe this explains why it was written in PHP? :)
No. I have no numbers, but I'd say we're looking at 80-90% of all websites written in dorm rooms in 2003 were written in PHP. Most of the rest in classic ASP (which was barely 'classic' yet in 2003). For scale, Rails was released in June 2004, four months after Facebook's launch.
IRC is dead, long live IRC
71–80 of 178 posts
Re: IRC is dead, long live IRC
#72Earlier quoted context omitted.
My company is much smaller than Google but still rather large and almost 100% IT focused. We jokingly setup an internal VPN accessible IRC server a couple years ago to share links and just have a development/sysadmin chat room. As we started using it more we started setting up specific channels for departments like #dev, #ops, #random, #dba. Now we use it for quick communications between departments, trading links, s…
I've determined independently that a IRC server fills a sweet spot in the collaborative toolset. A basic IM system isn't good enough because it doesn't have channels, it doesn't give you a shared history. Email is heavy and induces people to spend too much time per message. Sometimes it's good to have a light/noisy feed, and IRC is just fine for that job.
Re: IRC is dead, long live IRC
#73It's such a terrible protocol and a pain in the ass all the time. Sadly, there is no other wide-spread protocol with good multi-user chat clients. XMPP might be the best replacement, but there are almost no dedicated multi-user chat clients and irc networks (like freenode) would have to join the two protocols during the transition.
Re: IRC is dead, long live IRC
#74Earlier quoted context omitted.
not that hard to believe. I am 20 now, and I didn't even know much about iPhone when it launched. All I thought about it was that its just another super expensive phone, like one of Nokia's luxury phone. Coz I wasn't interested to these things at the time, and well, I wasn't paying attention.
A more apt comparison would be if you didn't know about the iPhone now . This conversation between Zuckerberg and Andreessen didn't happen right when Netscape came out.
Re: IRC is dead, long live IRC
#75here's a question - if I want to setup a company wide IRC server, which (super easy to install) server should I go for ? Do note that I will be hosting this on EC2, so some semblance of authentication/security would be welcome.
Event though UnrealIRCd doesn't have the best reputation, it is still a quite easy-to-set-up IRCd and is still in more-or-less active development...
Depending if you'll only use this internally or not you might want to set up Services to provide some facility to register nicknames and make sure of the identity of participants in the chat - take a look at either Anope or Atheme for that.
Another IRCd to keep an eye on is ngIRCd [1], which claims to be small and lightweight - however i haven't had a chance to try it out yet...
Re: IRC is dead, long live IRC
#76Earlier quoted context omitted.
I've determined independently that a IRC server fills a sweet spot in the collaborative toolset. A basic IM system isn't good enough because it doesn't have channels, it doesn't give you a shared history. Email is heavy and induces people to spend too much time per message. Sometimes it's good to have a light/noisy feed, and IRC is just fine for that job.
I don't agree that email is heavy at all. I see nothing here that couldn't be accomplished with email and/or a wiki. Sharing links over irc makes little sense, links belong on a wiki so they can be searched for and edited etc etc.
In the case of links, a little bit of Python and the phenny framework let me write a bot that scraped links and post them to a private Twitter feed. That's a lot more flexible than a wiki for my purposes.
Re: IRC is dead, long live IRC
#77I work at google campus in london, an office for startups. Many weeks ago, somebody suggested on our yammer (business social network) that we should set up an irc channel for the people who work here. The general response was along the lines of 'that still exists?', 'hey, I heard windows 3.0 is being released', etc. Shame, because I find irc to still be the best chat I've ever used. Their response was also weird, sin…
IRC is nice, but I still like Zephyr, the origonal IM system, better. Except for the little problem with NAT traversal...
Re: IRC is dead, long live IRC
#78I work at google campus in london, an office for startups. Many weeks ago, somebody suggested on our yammer (business social network) that we should set up an irc channel for the people who work here. The general response was along the lines of 'that still exists?', 'hey, I heard windows 3.0 is being released', etc. Shame, because I find irc to still be the best chat I've ever used. Their response was also weird, sin…
I work at Google Dublin, and we consider IRC to be an invaluable business tool. There really isn't a replacement for it.
Re: IRC is dead, long live IRC
#79here's a question - if I want to setup a company wide IRC server, which (super easy to install) server should I go for ? Do note that I will be hosting this on EC2, so some semblance of authentication/security would be welcome.
Re: IRC is dead, long live IRC
#80IRC was, at least for me, one of the main reasons that I pursued tech and started programming at a young age. A friend of mine introduced me to a local Irish group of Linux enthusiasts/sysadmins/engineers who put up with my foolish questions long enough for me to learn something. While some channels are very quiet now I still find it one of the best resources when I'm troubleshooting a problem.
If it wasn't for one irc channel, I don't think I would have made it through the first 2 years of programming. Didn't bother them to much (i hope), but just to understand pointers and that at the start, with C, and other things, really helped. 12 years on and wouldn't wanna do anything else.