justinhj's profile picture

Functional[Justin]

Principal Software Engineer. Streaming data at scale. Generative AI. Functional Programming. Neovim. Emacs.

  • All Posts
  • Popular Posts
  • YouTube Channel
  • Speaking Events
  • Privacy

Posts about 'Mac'

  • Apr 17, 2015

    Installing RPostgreSQL for R on Max OS Yosemite

    I went through a painful period of digesting wrong answers to this question on Google. In fact most of the answers are just of the type "this is somebody else's...

    mac r
  • May 26, 2014

    Sending notifications from Emacs (Mac OS X)

    Sending notifications from emacs is something I find useful. In an earlier blog post I talked about how to use Growl to do so. http://justinsboringpage.blogspot.com/2009/09/making-emacs-growl.htmlWell now you don't need Growl any...

    emacs command-line mac
  • Apr 29, 2012

    find grep on Mac OS X

    On linux machines I search files using find, egrep and xargs as follows:  find . -name "*.cpp" | xargs -i egrep -iHn "some search string" {}this outputs any matches with...

    find command-line mac
  • Apr 26, 2011

    Programmer tips for Mac OSX

    Some tips for programmers on the Mac.emacs: the best place to get emacs for Mac seems to be here http://emacsformacosx.com/ which is also the most no nonsense website design everNot...

    mac command-line emacs
  • May 17, 2010

    Growling Mac

    (pic from flickr)Last year I wrote a blog post about how to make growl notifications (little pop ups driven by the application Growl) appear from emacs in windows. Since then...

    emacs growl mac