I do enjoy how reviewers are now using software rendering of Crysis as a benchmark, even if it's just a joke. It would be pretty interesting to see what kind of game engine you could make if it was hyper-optimized around software rendering for modern, massively parallel CPUs.
While not all the new features will be in this release, the rate of improvement for Blender's sculpting tools has been astounding. For example, the new cloth brush:
As someone who has used both PyTorch and TensorFlow for a couple years now, I can can attest to the faster research iteration times for PyTorch. TensorFlow has always felt like it was designed for some mythical researcher that could come up with a complete architecture ahead of time, based on off-the-shelf parts.
This doesn't have much to do with the algorithms, and is more to do with the engineering decisions that went into AlphaGo and AlphaZero. They are designed to play one combinatorial game really well. With a bit of additional efffort and a lot of additional compute, you could expand the model to account for multiple rule / scale variations, maybe even different combinatorial games.
One thing Microsoft has really nailed, is the location diversity of Azure datacenters. They have multiple locations in South Africa and UAE, while also having regions in multiple cities across Australia, Japan and India. If I wanted to launch a worldwide product, why would I want to go with AWS, Google or IBM?
For anyone wanting to jump in now, here's a good guide for making your first model in Blender 2.8, even if you have never made a model before: https://www.youtube.com/watch?v=jBqYTgaFDxU
It's just a matter of following the money. A bigger and bigger slice of Microsoft's income is coming from Azure, and an increasing proportion of Azure users are running Linux. This gives them strong incentive to be the business leaders in open source software.
The other increasing slice is services, where they get you to buy stuff from their storefront, or subscribe to their game pass, or office 365, or make personal interactions with Bing and Windows (so they can sell targeted ads). This naturally gives Microsoft the incentive to know everything about you.
Apple seems to provide IOS updates, at least with the iPhones, for about 4-5 years. Assuming the trend holds with the SE, I would probably expect them to at least support it into mid 2020.
I have seen people suggest that the "10 year challenge" was created to build an age-related training dataset. While the mannequin challenge was probably just spontaneous, I wonder if we will see an increasing number of viral challenges in the future that center around the creation of structured information.
The problem is that the play store is a monopoly. If neither Amazon nor Samsung can create an app store with even a small fraction of the total useful apps found on the play store, who can? And if you can't find one particular app on the Amazon/Samsung store, why bother at all?
To draw some analogies, Japan has some very conservative people in power, but that's more to do with the election systems that give more power to monolithic parties that attract rural voters. When you look at the proportional vote (Japan has FPTP + a non-reproportioning proportional segment), Japanese people are on average much less conservative than their elected government would make it seem.
Twitter seems to be in this weird space where they have enough usability positives over other social media (pretty broadly accessible, doesn't pester you to log in, you can post NSFW content without it getting taken down) that I guess people just force themselves to use it, even if a blog post would be better formatted.
Affordable RISC-V systems will only happen if they reach a comparable level of mass production as proprietary systems. What you will more likely see for now is a gradual increase in the number of components on GPUs, HDDs etc which use RISC-V instead of ARM or something else. The ISA is only a part of the cost equation.
Similar to Shiny is Bokeh for python, which appears to be trying to replicate the Shiny experience. While you can only get so much control without resorting to JS injections, it's pretty good for [select options -> search -> visualize result] type of problems.