Live data from Hacker News

Ask HN: Curious to know if people still use IRC?

news.ycombinator.com

181–190 of 254 posts

Re: Ask HN: Curious to know if people still use IRC?

#181
post #56

I'm in a couple of tiny communities on IRC. There seems to be no growth potential, and when I've suggested switching to IRC in a work setting people look at me as if I'm mad, and starts hugging their webbased monstrocities filled with emojis and memory leaks, but I think I will always prefer IRC.

Even terminal based weechat is perfectly capable of rendering emojis.

Also perfectly capable of leaking memory in 2019: https://weechat.org/files/changelog/ChangeLog-2.6.html#v2.6

Re: Ask HN: Curious to know if people still use IRC?

#183
post #174

Earlier quoted context omitted.

And posting gifs for some reaction is more rage inducing on my end. 99.999% of the time, a gif is absolutely unneeded and unwanted.

Does rage not seem like a bit of an overreaction to things like gifs and emoji?

Check their username.

Re: Ask HN: Curious to know if people still use IRC?

#184
post #15

Every day, It's become a social network of sorts for geeks, despite the age of the protocol I still find it the least "invasive" and most friendly experience, but that's probably because I spent the time configuring a client that's nice for me. (preview: http://imgs.fyi/img/9ve2.png ) I run a network even, called darkscience and it's available at irc.darkscience.net (TLS only on port 6697) the lobby is #darkscience i…

What I like is that the clients were written years ago and weigh almost nothing. I can leave them running in the background on even the wimpiest trash netbook and it doesn't care.

Compare to Slack or Signal or Discord where the client is some half a gig chomping behemoth that spins up the CPU fans constantly.

Re: Ask HN: Curious to know if people still use IRC?

#185
post #51

In my experience offline twitch chats are the new irc. It's pretty much as close as you can get to an irc experience like gamesnet or quakenet in the early 00s. Discords are mostly a waste of time. Barrier to entry is too low/easy/obvious. You just get tons of low quality content and people just speaking in memes with immature high school environment.

Twitch chat is IRC, so you can just join with a dedicated or web client irc.twitch.tv and chat away (OAuth token is required). Most of the offline chatters that I know use a client. Apart from that I'm on several channels on Rizon and synIRC.

if you want read only access you can use the nick justinfan{randomnumber} and then join what ever channels you like. But its read only so you can't on even pull a list of a channels moderators without signing in with an auth. (The user list only shows active mods in smaller channels, but you can ask the server for a list of the mods in the channel if you have logged in with a valid oauth)

> $ ncat -C irc.chat.twitch.tv 6667

> NICK justinfan123

> :tmi.twitch.tv 001 justinfan123 :Welcome, GLHF!

> :tmi.twitch.tv 002 justinfan123 :Your host is tmi.twitch.tv

> :tmi.twitch.tv 003 justinfan123 :This server is rather new

> :tmi.twitch.tv 004 justinfan123 :-

> :tmi.twitch.tv 375 justinfan123 :-

> :tmi.twitch.tv 372 justinfan123 :You are in a maze of twisty passages, all alike.

> :tmi.twitch.tv 376 justinfan123 :>

Re: Ask HN: Curious to know if people still use IRC?

#186
post #15

Every day, It's become a social network of sorts for geeks, despite the age of the protocol I still find it the least "invasive" and most friendly experience, but that's probably because I spent the time configuring a client that's nice for me. (preview: http://imgs.fyi/img/9ve2.png ) I run a network even, called darkscience and it's available at irc.darkscience.net (TLS only on port 6697) the lobby is #darkscience i…

I'm interested in hearing more about how you've configured your client, do you have a repo or anything? Have you included plugins or add-ins from outside sources?

Edit: Just saw your other comment, I'll check out your setup later this week!

I find that what I want out of a chat client is something that can easily idle in the background and beep at me if someone @'s my username, with a way to handle missed messages, but I've never really gotten irssi setup in a way that feels comfortable for that kind of flow. Something about the way IRC works seems to encourage me to just hop on if I have a question for a community, and then hop off when I'm done to avoid people trying to follow up with me while I'm not there. It's hard for me to imagine what the IRC experience looks like for the people who hang out there seemingly semi-permanently

Re: Ask HN: Curious to know if people still use IRC?

#188
post #15

Every day, It's become a social network of sorts for geeks, despite the age of the protocol I still find it the least "invasive" and most friendly experience, but that's probably because I spent the time configuring a client that's nice for me. (preview: http://imgs.fyi/img/9ve2.png ) I run a network even, called darkscience and it's available at irc.darkscience.net (TLS only on port 6697) the lobby is #darkscience i…

I wonder where you host it? Every other hosting provider does not allow IRC servers, what a shame.

Re: Ask HN: Curious to know if people still use IRC?

#189
post #75

I have a question regarding IRC. I haven't really used it much since 2001-2002 but is there a self-hosted option where i can leave a client running on my server and then access it with my phone and/or browser on a desktop pc when I want to check in? This would be especially helpful with less active channels where it's nice to have a client constantly online to catch chats.

i use an xmpp server[1] as a hub for most of my coms. i run biboumi[2] which caches the messages (up to a limit) so i can read them whenever from any device. there are some interesting xmpp chat rooms too, but it isn't as popular as IRC i'd bet. i host family chats on my server. you used to be able to talk to OStatus servers over XMPP too.

there are some other servies like jmp.chat that i integrate with over xmpp for voip and sms.

[1]: https://ejabberd.im/ [2]: https://biboumi.louiz.org/

Re: Ask HN: Curious to know if people still use IRC?

#190
post #188
post #15

Every day, It's become a social network of sorts for geeks, despite the age of the protocol I still find it the least "invasive" and most friendly experience, but that's probably because I spent the time configuring a client that's nice for me. (preview: http://imgs.fyi/img/9ve2.png ) I run a network even, called darkscience and it's available at irc.darkscience.net (TLS only on port 6697) the lobby is #darkscience i…

I wonder where you host it? Every other hosting provider does not allow IRC servers, what a shame.

I've never run across a VPS or dedicated server provider that blocked inbound IRC. What providers prevented you from running an ircd?
Post reply on HN