Inside The Mind That Built Google Brain: On Life, Creativity, And Failure

Ng is an icon of the artificial intelligence world with the pedigree to match, and he is not yet 40 years old. In 2011, he founded Google Brain, a deep-learning research project supercharged by Google’s vast stores of computing power and data. Delightfully, one of its most important achievements came when computers analyzing scores of […]

Debugging a Debugger

LLDB is the debugger that ships automatically with XCode. Everyhing you can do with LLDB is also available through a Python API so you can write python code to programmatically debug anything that you write using XCode, including C, Objective-C, Swift, and C++. Source: Debugging a Debugger

FixCode

The primary goal of this plugin is to disable the original Fix Issue button, as it has side effects, like sometimes revoking your certificates and with it all its provisioning profiles. This is especially a big problem when working in a bigger team: Someone clicks the Fix Issue button and revokes the other profiles. This […]