Facebook Is a Fundamentally Broken Product That Is Collapsing Under Its Own Weight

Every time someone visits News Feed there are on average 1,500 potential stories from friends, people they follow and Pages for them to see, and most people don’t have enough time to see them all. These stories include everything from wedding photos posted by a best friend, to an acquaintance checking in to a restaurant. …

The relentless pace of change

Extract from a breathtaking 24ways-piece by Christopher Murphy: On 21 May 2013, I woke in a hospital bed feeling exhausted, disorientated and ashamed. The day before, I had tried to kill myself. We work in a fast-paced industry: few others, if any, confront the daily challenges we face. The landscape we work within is characterised …

Making ‘git rebase’ Safe on OS X

When performing a large rebase with several commits and many changed files on OS X 10.7+, the rebase process can randomly abort, stating that there are uncommitted changes and rebase cannot continue. However, a git status does not report any changes. Fix is to set core.trustctime to false. Run the command below to do so: …