I assume the example numbersapi that is loaded by default.
I got the same thing. Leaves me wondering what to do next. It's not clear, then I figured I'll try this curl command, then an error and still nothing obvious to try next.
Interesting, me too (4 months) - the charge will cut in and out randomly, although looking at the cable it seems to be in perfect condition still. Makes playing music through my car's USB port a challenge, as it's rare to be able to play more than two songs in a row without a disruption. Disappointing.
No only different instruction set, but probably drastically different cache hierarchy and branch predictors. The tool cachegrind which they are using is simulating a program's effect on the cache and branch predictor, which will likely both be dramatically smaller in embedded devices vs modern server CPUs, so the results may be very misleading to real world applications for sqite.
Different instruction set. The release notification isn't very clear about what optimizations took place. It is quite possible that it will not be the same result on a different architecture.
Does not work for iOS yet?
Edit: "At this time, WhatsApp Web is available only for Android, Windows Phone, Nokia S60, BlackBerry and BB10 smartphones." https://www.whatsapp.com/faq/en/web/28080003
> They have been much slower adopting features than the competition.
It's not a matter of speed. This seems to be using WebRTC for handling communications between the phone app and the browser. Safari has chosen not to implement WebRTC and so far it is still not a proper standard so I can see why. Google, as the developer of WebRTC, will obviously support it right away. Note that no browser other than Chrome can be used as well.
That doesn't seem likely to me: what features does iOS not have right now, that this is likely to use? It seems more likely if they are targeting chrome only they did it to avoid the support overhead of making it work in multiple browsers.