I was exploring an obscure Linux distro when I noticed they’re contact page had an IRC client. You can connect to the IRC via Matrix, but the people there prefer pure IRC.

My question is do other programmers use IRC? Also why?

  • why not.

    many people just want some text. i know its hard to beleive, but not all systems can be EEE when the users dont give 2 shits about your bells and whistles. fuck discord.

    irc is simple, incredibly flexible and not reliant on big giant server products. so i would push back… why not irc?

    • I’ll throw in an argument:

      Any company owned alternative can be seen as a bad idea. But what about open source alternatives?

      Unless you’re using a “bells and whistles” irc client, you probably don’t have chat logging. Replying to older messages isn’t really an implemented feature either. People just say the name of the person they’re responding to, but unless you have the chat history, you will be out of the loop.

      Compare that to Matrix which has all of this functionality. They’re close to Discord in design, but open source. A lot more features are built-in the software, server side. All the while not carrying the proprietary baggage of Discord.

      These features are not “necessary” for communication, but I find them pretty darn useful. So I’m just stunned that other people are okay not having these features.

  • I’ve still got a fancy IRC setup with a bouncer and whatnot.

    These days discord has pretty much taken over its niche though, and it’s what I’m on 99% of the time outside of chatting with the community for a half-dead 20 year old game. But, not long ago in my lifetime IRC was 100% the way to go for this sort of text chat, and a lot of that still exists. And well, it’s absolutely dead simple and resilient as a protocol.

  • At this point, familiarity and nostalgia. In the heyday of IRC it was a good way to get help (or flamed) for questions that couldn’t be found anywhere else online. As a former IRC user I’ve never used matrix and have only heard of it on social media like lemmy.

    As a programmer I like IRC because it has a simple protocol. Writing a basic irc bot is pretty easy if your standard library supports sockets and string manipulation. I was doing this sort of thing in the late '00s but things have changed a lot in 15 years.