“Oh, no, don’t cry… you’re so ugly when you cry…”
May 10th, 2011
First new blog post in over a year: http://www.blueraja.com/blog/285/branchless-conditionals-compiler-optimization-technique
May 4th, 2011
//Java
Set
List
for(int i = -3; i < 3; i++)
{
set.add(i);
list.add(i);
}
for(int i = 0; i < 3; i++)
{
set.remove(i);
list.remove(i);
}
System.out.println(set);
System.out.println(list);
Output:
[-3, -2, -1]
[-2, 0, 2]
April 30th, 2011
I leave Valerie alone in the kitchen for two minutes, and when I come back the stove is on fire.
April 29th, 2011
Today I told a co-worker I didn’t like a book he lent me, Pro WCF (avg. amazon rating: 2.7), and he told me, “Well, it’s a very technical book, and technical books aren’t for everyone.”
I left it at that to avoid conflict over a stupid book (trying to get on his good side), but I wanted to tell him I exclusively read technical books: my light reading for lunch was How Cars Work, and tonight I’m going to snuggle up with a research paper on “level-order unary degree succinct trie representations.”
April 27th, 2011
Netflix now has 135 episodes of The Twilight Zone on instant play.
Good bye, free time.
April 13th, 2011
Today is my last day of being a vegetarian. Tomorrow is an all-day animal-eating party!!!