Earlier quoted context omitted.
Respect goes both ways. It's not respectful to ask someone to speak differently than what they believe about existence.
If you see an equivalence between asking you to respect someone else's identity, and asking someone else to respect your opinion about their identity - I don't know what to tell you. It's not the same, and it's dishonest to claim it is.
IRC turns thirty
31–40 of 232 posts
Re: IRC turns thirty
#32I am invariably going to see in the world of Slack, "IRC, why don't you die already". No, IRC is not going to die. FreeNode is alive and well. And while you busy slamming and wishing death of IRC, just check the memory usage of your Slack client.
How does the memory usage of my Slack clients in any way impact the utility of the tool? Private and public communities that are active, relevant, and directly impact my livelihood are on Slack, so I'm also on Slack. I'm also on IRC, Discord, and Telegram. This isn't a zero-sum game.
In prior years those communities would've chosen IRC. But nowdays everything has to be pretty hand hold your hand for you (ie, host your images, assume you know nothing of how to participate on the 'net by yourself).
It is a zero-sum game. And Slack has done the embrace, they done the extend, and they've started the extinguish (by cutting off IRC bridges).
Re: IRC turns thirty
#33It brought me the joys of learning how to program while trying to write some tcl scripts for eggdrop bots and goofing around in a shell setting up said bot.
Every time I think of IRC I get this nostalgic feeling of the good old times when communities were vibrant. It was so much easier to just hop on gamesurge or quakenet and find people to game with, organize pugs, find random channels where you can discuss things that interest you, and of course your favorite local's city mingle spot.
I made some good friends from my local city's IRC channel in the early 2000s that I still talk to this day.
I feel as though communities aren't as strong as they used to be as IRC has been slowly losing its population. It just had this quick and fluid way of hopping channels and finding people with similar interests. Listing all of the channels with their user count, and seeing what's popular, or even creating your own channel and community was so empowering.
Re: IRC turns thirty
#34You can pretty reasonably use IRC just by writing to a socket - by hand. It's all human readable and understandable. It's incredible. It's what an open protocol should be.
Writing a simple IRC client is a breeze!
Re: IRC turns thirty
#35Earlier quoted context omitted.
sure.... I still use it. But now IRC is much much more fringe, somewhat like usenet, ftp, telnet, etc is very fringe these days. It used to be like THE social networking tool. Somewhat like facebook. Maybe one day facebook too will be used by developers to communicate while everyone else is in virtual worlds
ftp is fringe because it's unencrypted and deals very poorly with NAT, and has performance/scaling issues for huge file transfers and transfers with huge numbers of discrete files. telnet is fringe because it's totally plaintext and has obviously been replaced by ssh2 everywhere. whereas irc daemons can easily be linked together by TLS1.2 and irc clients can also talk to servers over TLS.
Re: IRC turns thirty
#36Earlier quoted context omitted.
How does the memory usage of my Slack clients in any way impact the utility of the tool? Private and public communities that are active, relevant, and directly impact my livelihood are on Slack, so I'm also on Slack. I'm also on IRC, Discord, and Telegram. This isn't a zero-sum game.
The problem is that those communities chose to use Slack. And now they're locked in to a proprietary protocol controlled by a single company with perverse incentives for censorship. In prior years those communities would've chosen IRC. But nowdays everything has to be pretty hand hold your hand for you (ie, host your images, assume you know nothing of how to participate on the 'net by yourself). It is a zero-sum game…
Re: IRC turns thirty
#37If someone was going to install an irc server, which one is recommended? Also, any client reconditions for Windows and Mac?
I like Textual on macOS. It's rather nice. EDIT: Since this seems to be unclear: I was referring to the second question regarding IRC clients.
Re: IRC turns thirty
#38I hate Slack and I particularly despise Gitter. All the communities I had to go on at one point were totally out of service or totally uninterested in helping newbies. I am glad some organizations still use IRC as their main online network.
Re: IRC turns thirty
#39I feel like we will end up with another program that abstracts Slack/Telegram/IRC into neat CLI interface and we will go full circle again. :) Happy birth day IRC!
Until they recently shut it down (boooooo), it was possible to bridge a company Slack channel into IRC and vice versa. https://www.google.com/search?client=ubuntu&channel=fs&q=sla...
Re: IRC turns thirty
#40If you've never poked the IRC protocol directly, Google how to connect to IRC with Telnet. You can pretty reasonably use IRC just by writing to a socket - by hand. It's all human readable and understandable. It's incredible. It's what an open protocol should be. Writing a simple IRC client is a breeze!
> It's what an open protocol should be.
I'm not sure how I feel about this. I agree, but I also want to welcome things like gRPC/Protobuffs over HTTP/2 which introduce really fast comms between clients and servers, sacrificing the visibility of the stream's contents.