Live data from Hacker News

Google's playing the closed-open game again, this time with HTML5

extremetech.com

1–10 of 65 posts

Re: Google's playing the closed-open game again, this time with HTML5

#2
I tried to trick it with User Agent Switcher, but no go. It's not just examining the user agent -- it's looking for window.chrome, too.

Having watched the video and the word-spelling at the end, there's nothing about this sort of content that strikes me as stuff that can't be done in other browsers. And isn't that supposed to be the point of experiments like this?

Google should be showing us stuff that can't be done in any browser but Chrome because of those other browsers' technical limitations or deficiencies ... not just because they have the wrong user agent.

Re: Google's playing the closed-open game again, this time with HTML5

#3
It's quite possible that there's a valid technical reason for this. Codec usage? Something bleeding edge to do with HTML5 Audio?

A slightly crappy but plausible reason is that they didn't want the extra hassle of cross-browser testing and pool of browsers capable of running this was pretty small.

Re: Google's playing the closed-open game again, this time with HTML5

#5
post #3

It's quite possible that there's a valid technical reason for this. Codec usage? Something bleeding edge to do with HTML5 Audio? A slightly crappy but plausible reason is that they didn't want the extra hassle of cross-browser testing and pool of browsers capable of running this was pretty small.

Or the simplest explanation is that they wanted people to install Chrome to be able to see it.

Re: Google's playing the closed-open game again, this time with HTML5

#6
post #2

I tried to trick it with User Agent Switcher, but no go. It's not just examining the user agent -- it's looking for window.chrome, too. Having watched the video and the word-spelling at the end, there's nothing about this sort of content that strikes me as stuff that can't be done in other browsers. And isn't that supposed to be the point of experiments like this? Google should be showing us stuff that can't be done…

Google showed that this is Chrome showcase, a Chrome experiment, isn't that clear ?

Re: Google's playing the closed-open game again, this time with HTML5

#8

  This is precisely the same kind of trickery Apple 
  pulled with its HTML5 Showcase for Safari, which 
  locked out other more compliant browsers in order 
  to make Safari shine line a beacon of hope for open 
  web standards. But Google isn’t building these 
  experiences to make the web look good: it’s building 
  them to make Chrome look good.
I don't get this bit. Isn't Google doing the same as Apple, then?

Re: Google's playing the closed-open game again, this time with HTML5

#9
Useless article. This has nothing to do with "openness", just marketing: what is Google's incentive to building the site in the first place if they can't make people download Chrome to view it? That said, they could at least add a "Try it anyway" button for other browsers.

Re: Google's playing the closed-open game again, this time with HTML5

#10
It is clear to me that this is a Google Chrome Experiment, from their labs, and that they did not had any intention of it working on any other browser but i got curious...

i was doing some research on it and they appear to be using sync xhr calls which causes FF to hiccup even after all this time.

https://bugzilla.mozilla.org/show_bug.cgi?id=383304 https://bugzilla.mozilla.org/show_bug.cgi?id=313646

they are marked as resolved but i just confirmed the xhr sync calls dont work in some cases.

google is using the sync calls here http://www.allisnotlo.st/static/js/API.js

Here you can try this to try and play the video on FF https://gist.github.com/1109890

you will notice your console throws some errors around line 42 of that file, if anyone knows what else is wrong here please let me know.

Post reply on HN