Weight log

Sunday, January 14, 2007

I have to get away from this city. The brightest comet ever in my lifetime graces this hemisphere and I cannot see the sky for 4 days straight. I envy all you people with clear skies.

Friday, January 05, 2007

From the fine programmers at SUN

I was holding back on installing Google Desktop for a long time worried about privacy and such things but then it came as an add-on to a Java update so I let it install. Once it had finished indexing the system, I decided to do the right thing and searched for 'fuck' on my laptop. And where do I find it? In Java/jdk1.5.0_04/src.zip/com/sun/org/
apache/xalan/internal/xsltc/dom/BitArray.java


.
.
}

/**
* This method returns the Nth bit that is set in the bit array. The
* current position is cached in the following 4 variables and will
* help speed up a sequence of next() call in an index iterator. This
* method is a mess, but it is fast and it works, so don't fuck with it.
*/
private int _pos = Integer.MAX_VALUE;
.
.



My cursory examination of Linux code says there is a lot more profanity in there.