Live data from Hacker News

Arcade Fire meets HTML5

googleblog.blogspot.com

41–50 of 55 posts

Re: Arcade Fire meets HTML5

#41
post #20

Very cool, though it would be about 114% better if they used just normal divs inside a single window. If you manage to navigate away from the browser, good luck restoring the state. Also why to spoil beautiful content by putting chrome (lowercase) around it?

I'm not sure about the mechanics of Chrome, but aren't new Chrome windows different processes? thus having their own share of CPU?

Trying to cram everything in a single thread of execution seems like it would have been a mistake.

Re: Arcade Fire meets HTML5

#43
post #41
post #20

Very cool, though it would be about 114% better if they used just normal divs inside a single window. If you manage to navigate away from the browser, good luck restoring the state. Also why to spoil beautiful content by putting chrome (lowercase) around it?

I'm not sure about the mechanics of Chrome, but aren't new Chrome windows different processes? thus having their own share of CPU? Trying to cram everything in a single thread of execution seems like it would have been a mistake.

Do separate iframes have the same characteristics as separate windows?

Re: Arcade Fire meets HTML5

#44
post #41
post #20

Very cool, though it would be about 114% better if they used just normal divs inside a single window. If you manage to navigate away from the browser, good luck restoring the state. Also why to spoil beautiful content by putting chrome (lowercase) around it?

I'm not sure about the mechanics of Chrome, but aren't new Chrome windows different processes? thus having their own share of CPU? Trying to cram everything in a single thread of execution seems like it would have been a mistake.

Now that would be clever.

Though playing the demo with one eye on Task Manager shows only two processes (for the whole duration) - one hovering mostly around 50-60% CPU load, another at 0-5%.

Checking this with my CPU intensive demos, this looks like normal Chrome behavior (two processes, one with high load). New process seems to spawn only for new tabs.

So it doesn't seem like such optimization was used.

Re: Arcade Fire meets HTML5

#46

This is very trippy and will take some time to process. Part of me is in revolt: "You shouldn't be able to make a film about me and my house!" And yet, I know that it's not about me or my house per se. Yet this is clearly a portent of things to come: when everything I see is 'about' me. For instance, when people cull Street View data (or something similar) to identify houses with wood siding, and send direct-marketed…

"I've often wondered what people might think if they were to return to this place following a catastrophic collapse of civilization. Now I have a visual inkling of what they might see."

Check out the book "The World Without Us": http://en.wikipedia.org/wiki/The_World_Without_Us

Re: Arcade Fire meets HTML5

#47
post #44
post #41

Earlier quoted context omitted.

I'm not sure about the mechanics of Chrome, but aren't new Chrome windows different processes? thus having their own share of CPU? Trying to cram everything in a single thread of execution seems like it would have been a mistake.

Now that would be clever. Though playing the demo with one eye on Task Manager shows only two processes (for the whole duration) - one hovering mostly around 50-60% CPU load, another at 0-5%. Checking this with my CPU intensive demos, this looks like normal Chrome behavior (two processes, one with high load). New process seems to spawn only for new tabs. So it doesn't seem like such optimization was used.

I think it's something like one process per "connected" set of windows/frames (those which can talk to each other and thus are expected to be single threaded), plus one per Web Worker (V8 is not threadsafe)

Re: Arcade Fire meets HTML5

#48
Unfortunately it really donsn't fit on the screen for my macbook. I guess the popups are supposed to tile rather than obscure each other? I can't be the only one in the world with a 1280x800 screen!

Re: Arcade Fire meets HTML5

#49
After watching this, I spent an hour browsing around google maps in the area I grew up. Brings back lots of memories :)

It's amazing how far technology has come in 20 years. Gives a very different perspective seeing an area from up above. Trying to decide if I would have wanted this as a kid - I probably had more fun exploring in person.

Post reply on HN