xkcd: Creation
xkcd.com
xkcd: Creation
1–8 of 8 posts
Re: xkcd: Creation
#2Re: xkcd: Creation
#3Re: xkcd: Creation
#4Re: xkcd: Creation
#5Re: xkcd: Creation
#6Modem mode, love it
Re: xkcd: Creation
#7Modem mode, love it
What does it do? All it did for me was disable all input into the page except for scrolling. I was assuming some modem noises or perhaps the page would unload and reload very very very slowly...
Works on Android. Trying it on regular Firefox on Pinephone Pro results in:
> This page is slowing down Firefox. To speed up your browser, stop this page.
Weirdly, the image animation doesn't render until I hit the "Debug Script" button that Firefox presents, which pauses execution. It's only with the JS paused that the animation begins.
The pause is at the `for (; b Loop terminates. It's just really slow. Only once it ends does the sound happen (haven't used OscillatorNodes before; probably normal).
Re: xkcd: Creation
#8Earlier quoted context omitted.
What does it do? All it did for me was disable all input into the page except for scrolling. I was assuming some modem noises or perhaps the page would unload and reload very very very slowly...
Loads the image at a few rows per second. Works on Android. Trying it on regular Firefox on Pinephone Pro results in: > This page is slowing down Firefox. To speed up your browser, stop this page. Weirdly, the image animation doesn't render until I hit the "Debug Script" button that Firefox presents, which pauses execution. It's only with the JS paused that the animation begins. The pause is at the `for (; b Loop ter…