Earlier quoted context omitted.
What channels do you frequent that can be used as "social channels" and aren't either a technical QA channel, or a those channels' "free talk" companion that nobody really uses?
There are plenty. Breakouts from them forming their own communities every few years. The base of our community has been around for at least a decade and the main channel is on its fourth iteration since I joined. Telling exact channel names would out me pretty fast though I reckon.
IRC turns thirty
201–210 of 232 posts
Re: IRC turns thirty
#202Earlier 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
> somewhat like usenet, ftp, telnet, etc Don't conflate protocols that are terrible with protocols that aren't 'hip'. ftp and telnet have been replaced (thankfully) and should die in a fire. Usenet is still cool though.
Re: IRC turns thirty
#203Earlier quoted context omitted.
> current toxicity of social media The only response I can conjure up for this is “wat” IRC in my experience is the most toxic and mean-spirited place on earth. 4chan is easier to take because I can justify their meanness to lulz. People on IRC seem to be out to kill people’s spirit. There are some exceptions like python on free node which is heavily moderated, but by and large (in my nearly 15 years of heavy IRCing)…
It's true that IRC is not free of tension and caustic groups. That said, like reddit, you can find very nice places to chat. #electronics #emacs both are very light on issues and very openminded (maybe too open minded some would say).
Re: IRC turns thirty
#204Earlier quoted context omitted.
> current toxicity of social media The only response I can conjure up for this is “wat” IRC in my experience is the most toxic and mean-spirited place on earth. 4chan is easier to take because I can justify their meanness to lulz. People on IRC seem to be out to kill people’s spirit. There are some exceptions like python on free node which is heavily moderated, but by and large (in my nearly 15 years of heavy IRCing)…
Wait, you think #python on Freenode is a friendly place? It's consistently the worst channel I've visited on IRC. The language is fantastic though.
Re: IRC turns thirty
#205If 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!
Now everything you touch has dozens of layers of junk on it -- and it's all mostly http.
It was a lot more fun when you were free to do your own thing without having to carry around 40 tons of tooling.
Re: IRC turns thirty
#206Earlier quoted context omitted.
The UI is the easiest thing to fix and as you have shown already has been for some time. What separates IRC and the rest is all the features you would expect by default in a messenger of the 21st century: - history - with search - logins - simple bots - automatic content fetching (wiki/youtube Links, pics and gifs) - file transfers that just work - image pasting - message editing And probably others. Yes, those featu…
As a sidebar, from what I can tell the term "bot" for an automated agent accessible through chat originated on IRC.
Re: IRC turns thirty
#207Earlier quoted context omitted.
Another good starting point is #xkcd. it is a large channel with a lot of tech-ish and math-y people. EDIT: Note that channel discovery on IRC is largely a word-of-mouth thing so don't be shy to ask people for channel recommendations on irc. Most programming language have a dedicated channel, e.g. #D or #python or whatnot.
Are you talking about freenode? I just joined #xkcd and it's 8 people and no topic set. 3 other users joined and immediately left, I guess those were from HN aswell. (A big channel for everyone to join is ##programming, by the way.)
Re: IRC turns thirty
#208IRC brings back some memories. I haven't personally used IRC in a few years directly, but I can remember how when I started university, every freshman "had" to login to IRC through SSH and screen :-). That's where the course channels were sitting and you could get help, either if you didn't want to ask face to face, go to school or just needed to ask something. There were other channels too, some where you were invit…
Re: IRC turns thirty
#209Earlier quoted context omitted.
It's true that IRC is not free of tension and caustic groups. That said, like reddit, you can find very nice places to chat. #electronics #emacs both are very light on issues and very openminded (maybe too open minded some would say).
I talk a lot in #emacs and I do treat it like a coffee klatch, but when people come with questions, I try to interrupt myself and at least address their questions. I like #emacs. It's like a gathering of friends who happen to use Emacs.
Re: IRC turns thirty
#210Earlier quoted context omitted.
Someday when there's a universal way to share files between people on a network without passwords FTP might die. So far it is the least painful way of having a place people can just dump files to and grab files from without authentication.
Unfortunately, as of today, the majority of "computer operators" struggle to share a file if it requires more than a single operation of "drag/drop".