hit counter

Timeline

My development logbook

External Harddisk, Airport Extreme and Time Capsule

I am sharing an external harddisk connected to the Airport Extreme Base station. The shared storage will be used by three OSX machines as the time machine drive. So far so good.

My last-gen MBP has a 320Gb harddisk and about 265Gb of data. I am too lazy to do an initial time machine backup via a ethernet cable.

So over wifi and 10 hours later, the backup is still less than half way through.

I did not expect this scheme to work at all because my past research indicated that Apple/TimeMachine did not allow backup to network drive unless it is hosted by Time Capsule.

Doing Python Programming on Osx

Come across this useful post on reddit

Summary:

  • use homebrew for installing/managing mysql/nginx/apache/etc – but not Python!
  • use pythonbrew for managing your Python installs.
  • use buildout in place of virtualenv. Trust me on this. You will thank me later.
  • use supervisor to run any dev-based daemons (nginx/mysql/mongodb/etc).

A main problem I had before is building scipy. Hopefully pythonbrew might fix this issue.