TIL: Big Ben
An interesting side-channel attack—that the Germans used—during World War Two…
An interesting side-channel attack—that the Germans used—during World War Two…
TIL how to use in-place sed on Mac.
While reading through Apple’s open source code (headers) I came across queue.h and stumbled over the following warning:
Searching for files with Spotlight is awesome and you can actually use the power of Spotlight even in the console. But first let me show you some nice features of Spotlight.
I did it once before and now I have to do it again - and of course, I forgot how to do it. This time I’ll write it down how on way of localisation of an iOS project works.
I don’t use nib files and all user facing strings are set in code with NSLocalizedStrings(…). If you are using nibs or need to translate strings in Storyboard and/or nib files, your approach might differ.
When writing Objective-C code and using git you probably realised that the git diff
output does not mention the function name in which the change occurred. This can easily be changed.
Have a folder with all the Mavericks wallpapers and screen saver images but without wasting a lot of space.
Nice blog post about stack unwinding.
“Mac OS X Performance Checklist” is one of the best blog posts I have read in a long time.
Faking a received SMS
So I got sick with NSLog and wrote myself a simple wrapper around it.
David wrote this nice little helper that automatically increments the build version every time.