January 2009
10 posts
Currency differences at Amazon
Photoshop CS4 at amazon.co.uk: £550.85 (~596 €)
Photoshop CS4 at amazon.de: 940.58 €
Did I miss something?
Detect Release/Debug build with preprocessor
Do you want to enable code only in debug build configuration?
#ifndef NDEBUG
// your nasty debug code
#endif
Works cross platform in XCode as well as in VisualStudio.
VBS →
VBS.tv, the online TV channel of the Vice magazine covers a broad range of topics between foreign politics and pop culture.
"God bless Greenspan, patron saint of pool skatin" →
… and why skaters in California help fighting the West Nile virus.
How to get the SVN revision into info.plist →
Howto for a build phase script in XCode. [by red sweater software]
Remark: If you don’t like the “M” or “S” at the end of your revision number, add
# remove M or S
$version =~ s/(\d*)[M|S]//;
$version = $1;
if (!($1 eq "")) {
$version = $1;
}
after my $version = $REV;
XCode Usage Resources →
Even if you know the very helpful “Option-Command-Up: toggle betweeen .m and .h files”, there’s always something to discover in XCode:
All XCode Keyboard Shortcuts
Split the editor horizontally by holding the Option key while clicking on the split button
All Completion Prefixes (type “aa” and Escape and get an array declaration
more on MobileOrchard.com…
Programmers are the Gods of their tiny worlds. They create something out of...
– “Programmers are Tiny Gods” by Derek Powazek [via daringfireball.net]
HAL 9000 Simulation →
Great website, great screensaver [via daringfireball.net]