Earlier quoted context omitted.
> The barrier to entry's too high I don't understand this statement. One finds IRC clients everywhere. One literally has to know just one command at the beginning: /join. And then if you Google "IRC commands" or something like that, you get the rest of them easily (if your client lacks in the help area). > the feature set's extremely limited I don't understand this mindset. Why should a program have an extra-large se…
I’ve been a software engineer for several years now and I still have trouble with MiRC and Adium. I tried Irssi and eventually gave up with it. The problem with IRC is that even the “simple” clients never just work. There’s always some little infuriating quirks that you have to dive super deep into configs to figure out if it’s even possible to resolve without some sort of PR to the repository.
IRC necromancy
51–60 of 78 posts
Re: IRC necromancy
#52Earlier quoted context omitted.
> The barrier to entry's too high I don't understand this statement. One finds IRC clients everywhere. One literally has to know just one command at the beginning: /join. And then if you Google "IRC commands" or something like that, you get the rest of them easily (if your client lacks in the help area). > the feature set's extremely limited I don't understand this mindset. Why should a program have an extra-large se…
Having setup and attempted to administer an IRC server, I'd say that's where the barrier exists for someone wanting to create a new community outside of the huge Freenode network.
Re: IRC necromancy
#53Earlier quoted context omitted.
Unixgod? Lol long long time ago. ... But I'm just hosting this post, it's not mine. The rest of the blog ramblings are.
It was SOOOO Long ago I don't even remember my handle back then. That was a long time ago. What are you up to now?
Started a blog over 10 years ago as a place to record my crazy experiments and to remember obsolete stuff. Not that I think many people care about ancient Unix, Novell or OS/2... I never really have much time to go back to the old chat.taucher.net thing... With the wife / kids / work it's hard to find the time.
Re: IRC necromancy
#54Earlier quoted context omitted.
Not sure why you're getting voted down. I'm looking for something to replace hip chat at the moment (we replaced slack with hipchat as slack didn't work well for us either), so I'm genuinely curious why a suggestion for riot is unpopular. Anyone care to comment?
What part of slack didn't work out for you? We're using slack at my workplace - and I think it's okish. Not a fan of it being a web app - but not frustrated enough yet to try the irc bridge with weechat (which is on my todo-list. Seems like a sane way forward, the last irc client I used was BitchX, and I don't think I'll likely to trust such an old c codebase with anything if I can help it..). Now that everyone "know…
Re: IRC necromancy
#55Earlier quoted context omitted.
It was SOOOO Long ago I don't even remember my handle back then. That was a long time ago. What are you up to now?
Changed jobs a few times, changed cities, then continents and then finally settled down. But I'm much older than you! Started a blog over 10 years ago as a place to record my crazy experiments and to remember obsolete stuff. Not that I think many people care about ancient Unix, Novell or OS/2... I never really have much time to go back to the old chat.taucher.net thing... With the wife / kids / work it's hard to find…
Re: IRC necromancy
#56Earlier quoted context omitted.
I just wish this wasn't a battle of decentralization vs centralization. Discord seems cool and all but channel operators lack reasonable amount of ownership over their channels and Discord touches every message that comes through its network.
I'm not necessarily disagreeing, but do you mean ownership over Discord channels or Discord servers ?
Re: IRC necromancy
#57Earlier quoted context omitted.
Discord, overwhelmingly. Every IRC community I used to be a part of even a year ago has made the jump. It's just more convenient for all concerned- the only holdouts are people clinging to their CLIs and people objecting for ideological reasons. I wish it hadn't come to this, but IRC's just stagnated for too long. The barrier to entry's too high, using it on mobile devices is a chore, the feature set's extremely limi…
> The barrier to entry's too high I don't understand this statement. One finds IRC clients everywhere. One literally has to know just one command at the beginning: /join. And then if you Google "IRC commands" or something like that, you get the rest of them easily (if your client lacks in the help area). > the feature set's extremely limited I don't understand this mindset. Why should a program have an extra-large se…
and /password or was that /msg notify something or ??? If you get it wrong, congrats, you've just published your password to the world.
IRC wasn't even very good compared to other cli oriented programs such as the Unix shell or muds/moos.
Re: IRC necromancy
#58I also had to check if "my" bot was involved somehow. I wrote a C-bot called VladBot in the early 90's, stopped working on it somewhere in '97 but it's seen all kinds of reincarnations (good and bad) since then.
Re: IRC necromancy
#59Earlier quoted context omitted.
For me, it is the fact that most people connect with multiple devices, and want to have a smooth transition between them, and to be able to see history on all of them. There is no easy way of doing that with IRC, which kills it for me.
> There is no easy way of doing that with IRC, which kills it for me. Yes, there is! This is exactly what Quassel is made for. Just run the core anywhere (we’re looking into offering it hosted, too), connect with the web ui, the desktop client (Linux, Mac, Windows - uses Qt5, and is only a few megabytes, uses almost no RAM at all. A true native client), or the Android client. As many devices as you want under one acc…
Whereas with slack, I just do "make account, login, done". Until it's as easy as slack, I can't pursade people I work with to move over.
Re: IRC necromancy
#60Earlier quoted context omitted.
Change aversion killed IRC. A lot of the opers on the big networks are extremely conservative and default to poo-pooing ideas because it's simpler. IRC with good mobile/push support could have taken off, but using it from a mobile device is painful because of the constant drops and the need to have your device responding to ping pongs every few seconds kills your battery.
> IRC with good mobile/push support could have taken off, but using it from a mobile device is painful because of the constant drops and the need to have your device responding to ping pongs every few seconds kills your battery. You mean, something like IRCCloud, or what I’m moving Quasseldroid to right now?
The protocol between the quassel core and clients looked to be some sort of serialized Qt objects (iirc), so I abandoned that idea and wrote the irc client backend in erlang, with a json protocol.