This handy piece of code colors errors and warnings in make output.
(put it in your .bash_profile)

make()
{
  pathpat="(/[^/]*)+:[0-9]+???
  ccred=$(echo -e ???\033[0;31m")
  ccyellow=$(echo -e "\033[0;33m")
  ccend=$(echo -e "\033[0m")
  /usr/bin/make "$@" 2>&1 | sed -E -e "/[Ee]rror[: ]/ s%$pathpat%$ccred&$ccend%g??? -e ???/[Ww]arning[: ]/ s%$pathpat%$ccyellow&$ccend%g???
  return ${PIPESTATUS[0]}
}

via shawnwilsher.com

An alternative would be to install colormake and use that instead of the normal make command.

Either I’ve never recognized it before, or Apple published this new feature with their latest OS X update.

There is now a Media category in the standard OS file chooser that lets you choose movies, pictures and music, pulling it straight from the respective iApp’s library (iTunes, iPhoto etc.). I think this is a really helpful addition. Thanks Apple for making OS X a bit better again 🙂

 

The Media category in the OS X file chooser

The Media category in the OS X file chooser