alexr_rwx: (my fandom writes your software)
Alex R ([personal profile] alexr_rwx) wrote2006-08-12 10:25 pm

What, a list?

Hello LJ.

Two things! No! Three things, in decreasing interestingness! Four!

- My mother came to visit; we had a lovely time, drove all over the place, explored Stone Mountain, and went to the hospital for my CT scan on my arm... aw, so sweet :)

- Jesse Joe [livejournal.com profile] jessejoe came to see me at Octane, and we hung out and talked about stuff! Also, Humza's friend Dylan is enormous and really funny!

- I spoke with Mark, and now I'm officially getting hired on as a GRA. Beautiful things are on the way, in terms of JES. At least in this respect, Mark Knows What's Up.

- I got a Twiddler! I'm learning to use it, but it's a little flaky & I might have an older version! Maybe I'll send away for a shiny new USB one. Maybe I'll go talk to the wearables people again and see what they think.

This entry partly twiddled, mostly keyed left-handed :)

[identity profile] rusty42.livejournal.com 2006-08-13 11:48 pm (UTC)(link)
well, it was in python, which i had just learned. and TAing that class gave me the impetus to change majors, once i realized that anyone could call themself a computer scientist.

It might be a total mess under the hood, but maybe I can do some cleaning.

yeah, or maybe they can get *another* 3911 team to 'clean' it... sweet christ.

Mark said he wants to replace the picture code, down deep...

having hacked on that before, i'm sure he does. but it won't make any difference if he wants to keep API compatibility, because it will still be SLOW SLOW SLOW because function calls are slow in python and slower in jython. and the picture code is all about iterating over pixels and calling functions on them.
ext_110843: (lord of evil)

[identity profile] oniugnip.livejournal.com 2006-08-14 01:06 am (UTC)(link)
*head asplode*

Unless we detect and optimize for the common case of "do this one little block on all the pixels"...

[identity profile] rusty42.livejournal.com 2006-08-14 01:43 am (UTC)(link)
good luck. the jython compiler is a mess!