alt text on iPad
I found this cool tip on how to see the alt text on images that you would normally...
Shell script to get path of application in MacOS
Here is a shell script that finds an application on my hard drive using a nifty call to...
Interesting Word 2011 Bug
I have Word 2011 installed on my Mac. Joy. Anyway, I have 2 monitors on my MacPro. I...
Star Wars, played by a floppy drive
Thanks to Raymon Chen for posting this link on his blog: Star Wars Theme Song
C++ tips and tricks for MacOS X
I had to do some fancy debugging of a C++ dylib and while I was searching around the...
Parallel coding
Last year, I had the great privilege of attending “Effective Concurrency” by Herb Sutter; I say great because...
UNIX tip of the day
Thanks to my coworker for showing me this: pbpaste | c++filt | mate I use this to take...
Running AppleScript commands from the Terminal.app
I found some pages on the web on how to run an AppleScript from the terminal, but this...
More fun with symbols
I found some very useful environment variables you can set on the application you are debugging when you...