Live data from Hacker News

Clark's Curious Corollary of Concurrency

clarkgaebel.com

21–23 of 23 posts

Re: Clark's Curious Corollary of Concurrency

#21

@cgaebel The code for your blog seems to have a race condition in it where the content is all there on the page, its just invisible, and only appears properly about 1 in 10 times. Either that or maybe your code is just hanging because I'm not allowing it to load Google Analytics like it wants. http://i.imgur.com/w1ZB7Qy.png I'm using Google Chrome 33.0.1750.149 on Mac OS X. I had to open dev tools and tweak your CSS…

I ran into the same thing.

Turning the developer console on displayed the text for me, but I'm really not sure why.

Re: Clark's Curious Corollary of Concurrency

#22

@cgaebel The code for your blog seems to have a race condition in it where the content is all there on the page, its just invisible, and only appears properly about 1 in 10 times. Either that or maybe your code is just hanging because I'm not allowing it to load Google Analytics like it wants. http://i.imgur.com/w1ZB7Qy.png I'm using Google Chrome 33.0.1750.149 on Mac OS X. I had to open dev tools and tweak your CSS…

It's probably this (known) Chrome bug: https://code.google.com/p/chromium/issues/detail?id=336476

I've been hitting it a bunch lately too... Workarounds listed there seem to improve but not totally fix the issue unfortunately.

Post reply on HN