Archives / Search ›

Got posing working on Terminal.app's TermView class. The method I'm using (by the number of warnings I get at compile time) is not very clean, but it does work. Next thing is to figure out how mouse clicks are routed.

- (void)_singleClick:(unsigned int)fp12:(unsigned char)fp16;

That looks good, but I don't know what the parameters are. Row and column maybe?

Just going back through the papers I'm referencing in my new proposal, and I found out I overlooked the profiling behavior of P3T+. Which means my idea isn't really all that different after all. Sigh.

Ken Deffeyes
(made semi-famous in general circles by John McPhee's book Basin
and Range
) wrote a book about our reliance on oil. Should get it,
I wonder if he writes the way he talks. Reminds me I still need to
finish Assembling California; I'm got about 50% through it and
then was distracted by Cocoa books.

But all the computers in the world won't make a scrap of difference if
we don't deal with our dependence on oil, will it?

Found it. A toolbar item's view was nil. Perfectly normal, I just didn't bother to catch it. Definitely time for better exception handling.

Suzanne Vega – Gypsy – what a wonderful song. I don't like her new album all that much, but I had never heard this one before, and… wow.

Fighting a really ugly bug with ICeCoffEE 1.1 and OmniWeb (which cropped up in some changes I made to the loader since 1.1d2, i.e., tonight). NSLog output seems to go to the bit bucket; I've finally found the location of the problem. I should have finished and gone home three hours ago. Argh.