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 […]

iOS-Monitor-Platform by aozhimin

这篇文章是我在开发 iOS 性能监控平台 SDK 过程前期的调研和沉淀。主要会探讨在 iOS 平台下如何采集性能指标,如 CPU 占用率、内存使用情况、FPS、冷启动、热启动时间,网络,耗电量等,剖析每一项性能指标的具体实现方式,SDK 的实现会有一定的技术难度,这也是我为什么写这篇文章的原因,我希望能够将开发过程中的一些心得和体会记录下来,同时后续我会将实现 SDK 的详细细节开源出来,希望能对读者有所帮助。 Source: iOS-Monitor-Platform by aozhimin