Hacker News new | ask | show | jobs
by jonathonf 2490 days ago
Slack is essentially IRC rebranded with a pretty UI, so I'd say yes.

Rebrand anything with a pretty UI and someone in an "office job" will want to use it...

1 comments

There are some pretty critical differences from IRC:

- history (this is probably the biggest)

- in-line replies

- 3rd party integrations

- gif/photos/files

It's funny to see 3rd party integrations listed when IRC was barely more than telnet and was stupid simple to interact with programmatically. I wrote my first IRC bot, from zero knowledge to functioning in the channel, in 45 minutes. Try to do THAT with the Slack Integrations API or whatever. And that was when I was still learning how to code!
Slack's webhook integration is super easy I got my bot up and running in a minute.