Dealing with Localization of Plural Nouns in iOS | Macoscope Blog

Apple provides iOS developers with a number of different tools and utilities that significantly reduce the burden cost of localization. Using the NSLocalizedString macro together with .strings files is (and rightly so) considered a standard nowadays, but relying solely on the two can sometimes lead to suboptimal solutions. In this post I would like to […]

kfarr/aframe-mri-poc: Proof of concept of showing MRI scans in 3D in WebVR using A-Frame

This app is a very simple proof of concept showing sequential MRI scans of a friend’s knee (thanks Tricky!) arranged in 3D space with low opacity to create an illusion of volume. https://github.com/kfarr/aframe-mri-poc/raw/master/assets/aframe-mri-poc.gif Source: kfarr/aframe-mri-poc: Proof of concept of showing MRI scans in 3D in WebVR using A-Frame

Amazon’s New Customer – Stratechery by Ben Thompson

I suspect Amazon’s ambitions stretch further, though: Amazon Grocery Services will be well-placed to start supplying restaurants too, gaining Amazon access to another big cut of economic activity. It is the AWS model, which is to say it is the Amazon model, but like AWS, the key to profitability is having a first-and-best customer able […]

Apple Introduces Core ML | Deep Dojo

With Core ML, Apple has managed to achieve an equivalent of PDF for machine learning. With their .mlmodel format, the company is not venturing into the business of training models (at least not yet). Instead, they have rolled out a meticulously crafted red carpet for models that are already trained. It’s a carpet that deploys […]