2005-03-04

memnus: A stylized galaxy image, with the quote "Eternity lies ahead of us - and behind. Have you drunk your fill?" (Default)
2005-03-04 11:15 am

Informative subject line

Ah. I'd forgotten how good freshly shaved legs feel.

Will be up in the LAC as much of today as I can manage, working on Flash. We have something of an abusive relationship, it seems.

click
memnus: A stylized galaxy image, with the quote "Eternity lies ahead of us - and behind. Have you drunk your fill?" (Default)
2005-03-04 12:17 pm

Wait, stack protection?

Well. That explains a lot of bugs.

Flash hasn't heard of this concept of "local variables". You know, using i for a loop index, then calling another function that also uses i for a loop index, and having those be two different variables? Flash isn't into that kind of thing.

Hell, even Matlab knows that one.

ETA: Found how to specify locality. It's a stupid way.

click