Monthly Archives: August 2005

An IDEA Live Template for iterating through a BitSet

I love IDEA’s Live Templates, and I often find myself using java.util.BitSet. The BitSet javadoc describes a neat way of iterating through the 1 bits, and I do this often enough that it warranted a custom Live Template. Now all I need to do is hit itbs<TAB> to have this code automagically appear. The template looks like this: for(int $INDEX$ = $BS$.nextSetBit(0); [...]

Today at the virtual water cooler

spuddy: O…M…G… the download for IBM/Rational RAD 6.0 (based on eclipse) is 1.4GB bph: what the fucking fuck spuddy: I think it includes websphere or some thing bph: it would wanna have some kick ass easter eggs at that size. like a MMOG or something

And I just hope we don’t forget…

They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.