For the poor coders that have spent their whole lives in front of dumbed down IDE's... yes this is news. (Show some of these guys a pipe command and they won't see the implications. A sed style global regex search and replace action will be equally mystifying.)
Not everyone has succumbed to the power of the smug Unix weenies yet. And in any case... weekly diet of a few cool sed/grep/find/emacs/vi tricks is certainly in order for "Hacker News".
My man pages tell me that egrep is the same as grep -E (--extended-regexp). There's also grep -P (--perl-regexp) which is even friendlier to Perl/Python/Ruby users, in that the parens and braces work the same way.