Aliasing Loopback on OSX

aka…how to make it possible to use 127.0.0.2, 127.0.0.3, … on your Mac. This post comes from a need I had to start cassandra in multiple instances on a single Mac (testing a cluster configuration out), and failing to do so. Previously on Linux, I had configured multiple instances to bind to 127.0.0.1 and 127.0.0.2 [...]

July 26, 2010 · polesen · No Comments
Tags: , ,  Â· Posted in: Operating Systems

Selenium RC, Safari and Blocking Browser Pop-Ups

Just a quick note here: If you are using selenium rc to remote control a Safari on a Mac, remember to turn off pop-up blocking, or else your tests will hang in “selenium.start()” somewhere deep down in HttpURLConnection.getResponseCode() because the selenium-rc server never returns with any content. In Safari menu, de-select “Block Pop-Up Windows”. Let’s [...]

February 13, 2010 · polesen · 5 Comments
Tags: , , ,  Â· Posted in: Programming, Testing, Tools

Multiple iPhoto Libraries

Just discovered a cool feature of iPhoto (’08) that I did not know about. It can handle multiple iPhoto libraries. Due to serious color-related limitations on the display of my wifes laptop, she currently imports her pictures onto my Mac. In addition, my oldest child is taking more and more pictures with her camera, all [...]

August 15, 2009 · polesen · 3 Comments
Tags: , ,  Â· Posted in: Photography, Tools

Where is that damn oblique arrow on my Mac?

Here’s a question for the reader: When using IDEA on my MacBook Pro, I cannot find the key combination to “goto end of file” or “goto top of file”. It used to be Ctrl-End or Home on PC, as far as I remember. But, MacBook Pro users do not need Home and End keys, … [...]

April 4, 2009 · polesen · 4 Comments
Tags: ,  Â· Posted in: Uncategorized