Live data from Hacker News

How We Built the GitHub Globe

github.blog

21–30 of 107 posts

Re: How We Built the GitHub Globe

#21
Wow, hardware acceleration makes a big difference here. I'm on a recent top of the line macbook pro and it couldn't handle it without hardware acceleration turned on. I wonder if they can/should disable the feature if it's off?

Re: How We Built the GitHub Globe

#23
why is the octocat wearing a space helmet if there are plants growing below it? what happened on this planet to make the air unbreathable?

Some kind of chernobyl event, possibly caused by the ICBMs in the globe image?

What is the octocat standing on top of? Abandoned silo? Or live silo about to go hot?

Re: How We Built the GitHub Globe

#24

Wow, hardware acceleration makes a big difference here. I'm on a recent top of the line macbook pro and it couldn't handle it without hardware acceleration turned on. I wonder if they can/should disable the feature if it's off?

I am curious, why do you have hardware acceleration turned off?

To answer your question, the failIfMajorPerformanceCaveat flag allows sites to turn off their hardware accelerated features when hardware acceleration is off.

Re: How We Built the GitHub Globe

#25
post #15

Not useful, all it does is lag the page and increase the cpu usage to 40% when you have hardware acceleration turned off.

Agree! They could have cached way more of this. A pre-rendered video would have had the same effect. A fun and impressive thing to build for sure, but its value isn't worth its complexity.

Re: How We Built the GitHub Globe

#27

Wow, hardware acceleration makes a big difference here. I'm on a recent top of the line macbook pro and it couldn't handle it without hardware acceleration turned on. I wonder if they can/should disable the feature if it's off?

I am curious, why do you have hardware acceleration turned off? To answer your question, the failIfMajorPerformanceCaveat flag allows sites to turn off their hardware accelerated features when hardware acceleration is off.

Not the person you are responding to. I can provide a reason why it is off. Some software behaved differently/weirdly with hardware acceleration and often it is recommended to disable it. I have hardware acceleration disabled in Excel because of scrolling graphic bug.

Re: How We Built the GitHub Globe

#29

Earlier quoted context omitted.

I am curious, why do you have hardware acceleration turned off? To answer your question, the failIfMajorPerformanceCaveat flag allows sites to turn off their hardware accelerated features when hardware acceleration is off.

Not the person you are responding to. I can provide a reason why it is off. Some software behaved differently/weirdly with hardware acceleration and often it is recommended to disable it. I have hardware acceleration disabled in Excel because of scrolling graphic bug.

I work on WebGL in Chrome. It's my job to fix bugs like these. I'm hoping to learn what specific bugs people are hitting.
Post reply on HN