Category Archives: OS X

Fixing Java tools on Snow Leopard

I was attempting to work with VisualVM and Tomcat over the past few days on Snow Leopard and it was constantly failing. I was getting errors like this: “attach: task_for_pid(59980) failed (5)” I was also getting errors inside VisualVM and … Continue reading

Posted in Java, OS X, Testing | Tagged , , , , , | 1 Comment

Fixing macbook wake up problems

One of the family Apple notebooks (a Macbook) was having some issues waking up from sleep periodically. It was also having issues when the lid was closed the fan would constantly spin as though the machine was overheating. I took … Continue reading

Posted in OS X | Tagged | 2 Comments

Android review and iPhone comparison

Here’s a quick run-down and comparison between the G1 vs. iPhone and Andriod vs. OS X mobile. This is based on side-by-side evaluation with both phones. The phones Keyboard The winner: G1 The G1′s keyboard is awesome. I like it … Continue reading

Posted in Google, Java, Linux, OS X, Tech | Tagged , , , , | 2 Comments

Getting the current system time in milliseconds with C++

After doing quite a bit of C++ recently, I thought I would post my method for getting the current system time in milliseconds in C++ for both Mac OS X and Windows. The Mac version might translate to other Unix … Continue reading

Posted in C++, Linux, Microsoft, OS X | Tagged , , , , , , | 4 Comments

git completion in zsh

Just figured out how to get git tab completion working in zsh on a Mac. Turns out that the completion scripts use a bunch of extra git commands such as git-ls-files. These commands need to be in your path for … Continue reading

Posted in OS X, SCM, Shells | Tagged , , , | 3 Comments