The Xkcd thing, now interactive
41–50 of 167 posts
Re: The Xkcd thing, now interactive
#42Re: The Xkcd thing, now interactive
#43Is this website intended to break HN on Android? I've never had a website lock up the HN app like this. I couldn't back out, and I was stuck in a loop when the app restarted on the same page.
Re: The Xkcd thing, now interactive
#44I would suggest adding the /r/ProgrammerHumor version too: https://www.reddit.com/r/ProgrammerHumor/comments/1p204nx/ac... The AI crank always cracks me up.
Re: The Xkcd thing, now interactive
#45I love that the initial state itself isn't stable. The world keeps moving around us. Can't choose staying still.
Interesting! It's stable on my machine. I wonder if this is due to floating-point differences.
Re: The Xkcd thing, now interactive
#46Is this website intended to break HN on Android? I've never had a website lock up the HN app like this. I couldn't back out, and I was stuck in a loop when the app restarted on the same page.
App?
Re: The Xkcd thing, now interactive
#47I would suggest adding the /r/ProgrammerHumor version too: https://www.reddit.com/r/ProgrammerHumor/comments/1p204nx/ac... The AI crank always cracks me up.
Thank you for the laughs. I needed that!
Re: The Xkcd thing, now interactive
#48I would suggest adding the /r/ProgrammerHumor version too: https://www.reddit.com/r/ProgrammerHumor/comments/1p204nx/ac... The AI crank always cracks me up.
Re: The Xkcd thing, now interactive
#49Earlier quoted context omitted.
Interesting! It's stable on my machine. I wonder if this is due to floating-point differences.
On my machine, the initial state isn't simulated. It only begins simulation when I touch it. At which point, the weight causes the bottom blocks to intersect each other significantly.
Re: The Xkcd thing, now interactive
#50You'd first need to figure out a way to generate a complete dependency tree. For each box, I interpret its height as a measure of its complexity and its width as a measure of the support it receives. The hardest part would probably be figuring out a way to quantitatively measure those values.