As per true xkcd style, the real message is hidden in the title attribute of the image: We’re firing you, but the online headline-writing division wants to hire you.
Category Archives: Elsewhere
Shanghai Tower Climb (650 meters)
On Buying Facebook likes (both fake and legit)
The Bottled Walkman
Sony’s W Series Walkman is a barebones MP3 player with one key selling point: it’s waterproof. But that can be a difficult thing to highlight on store shelves — at least when you’re limited to traditional retail packaging. For its customers in New Zealand, Sony decided to try something different. Hat off for the guy …
Product Strategy is About Saying No
The Letter-Heads
Bolts Framework: Tasks
[[object saveAsync:obj] continueWithBlock:^id(BFTask *task) { if (task.isCancelled) { // the save was cancelled. } else if (task.error) { // the save failed. } else { // the object was saved successfully. SaveResult *saveResult = task.result; } return nil; }]; Bolts is a collection of low-level libraries designed to make developing mobile apps easier. The first …
The Frequency of Humanity
Every day on Earth, an estimated 371,124 people are born and 154,995 people die. When you ask Wolfram Alpha about these rates, the scientifically inclined site returns a curious corresponding quantity: the frequency in hertz. If you subtract the death rate from the birth rate, you get a net rate of 216,129 new people a …