On the other hand, holy shit:
2018 MacBook Pro Features ‘Fastest SSD Ever’ in a Laptop According to Benchmarks https://t.co/vdyCvRBBpQ by @julipuli pic.twitter.com/U0uWaRUx6A
— MacRumors.com (@MacRumors) July 13, 2018
On the other hand, holy shit:
2018 MacBook Pro Features ‘Fastest SSD Ever’ in a Laptop According to Benchmarks https://t.co/vdyCvRBBpQ by @julipuli pic.twitter.com/U0uWaRUx6A
— MacRumors.com (@MacRumors) July 13, 2018
The new MacBook Pros are super impressive but monumentally expensive. Unsurprising, I guess, given the coprocessor is basically an iPhone 7 CPU that, yes, provides some interesting features, but is just too pricey to be worthwhile.
Pretty good summary of how Siri Shortcuts work in iOS 12. Spoiler alert: they’re not nearly as powerful as they sounded. https://bendodson.com/weblog/2018/06/05/custom-intents-with-sirikit-ios-12/
The new Shortcuts app! Works on iOS 9 and up. Registered Apple Developers can register for the Testflight on the beta downloads page.
Today’s TensorFlow madness:
tensorflow::Tensor
has a method tensor()
that returns another kind of tensor
tensorflow::TTypes<T, NDIMS>::Tensor
Which is typedef’d as
Eigen::TensorMap<…>
which is a slice over some data which it presents as if it were
Eigen::Tensor<…>
🤯😵