Live data from Hacker News

Snow is Falling : a Code Puzzle

snowisfalling.com

1–10 of 12 posts

Re: Snow is Falling : a Code Puzzle

#5
post #2

Easy to solve with CSS, but missing the point I guess.

From the code: // Editing the css on this line is a cheap and dirty way to 'solve' the problem without really thining about it [sic]

But sometimes the best way to do something is to do nothing:

/* Turning your world upside down */ #world{-webkit-transform: ScaleY(-1);}

Re: Snow is Falling : a Code Puzzle

#7
post #5

Earlier quoted context omitted.

From the code: // Editing the css on this line is a cheap and dirty way to 'solve' the problem without really thining about it [sic]

But sometimes the best way to do something is to do nothing: /* Turning your world upside down */ #world{-webkit-transform: ScaleY(-1);}

LOL!

The css answer is too simple. The real answer is equally as simple but requires a basic understanding of what is going on.

Post reply on HN