Hacker News new | ask | show | jobs
by Xamayon 2395 days ago
I'm a big fan of IRC, and I'm primarily active in small channels on Rizon. From my experience, the kind of people who stick around long term tend to be extremely capable and fun to interact with. I find small IRC channels have a very high signal to noise ratio, possibly due to what many people see as a high barrier to entry. I won't lie, I was intimidated when I first used IRC all those years ago, but it quickly became second nature. It's so incredibly easy to use and the client stays open 24x7 in the background without needing to pin browser tabs or otherwise getting in the way. With proper alerts set up, you don't even need to check it until something interesting happens. Works fantastically, as it has for decades~
1 comments

Also, you can implement an IRC client and/or server in about an hour in any decently high-level programming language.
Are you saying literally or figuratively. You mean it is possible to implement a working python3 client in one hour ? I would love to see someone do a live stream .
Yeah. Well, maybe. It might be a slight exaggeration but IRC is ludicrously simple. It's just sending text strings back and forth on a TCP socket. You can literally use telnet as an IRC client.