How We Built the GitHub Globe
21–30 of 107 posts
Re: How We Built the GitHub Globe
#22looks so cool
Re: How We Built the GitHub Globe
#23Some 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
#24Wow, 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?
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
#25Not useful, all it does is lag the page and increase the cpu usage to 40% when you have hardware acceleration turned off.
Re: How We Built the GitHub Globe
#26Not useful, all it does is lag the page and increase the cpu usage to 40% when you have hardware acceleration turned off.
Re: How We Built the GitHub Globe
#27Wow, 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
#28Re: How We Built the GitHub Globe
#29Earlier 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.