<< June 10, 2010 | Home | June 12, 2010 >>

That Was Blog Post 1024

I just noticed that the last post I made this morning was blog post number 1024. I have been planning to say something special on my 1024th blog since blog post 512. Something silly along the lines of 100000000002 posts in 2000000000010 milliseconds. Now I'll have to wait for blog post number 2048.

Just to show you that I have not lost touch with the real world, I'll offer my recent observation, about twitter. I just saw it yesterday in one of the twits that was retwitted by someone I follow. It is in Chinese and referred a woman who twit as 女推. I think the English translation should be twittress or twitress.

Tags :

James Carr: Google Collections At The JUG

Oh boy. It's been a month since my last post. Is this what happens to all the other bloggers who went quasi-silent? I don't think I have a good excuse. I've not been "busy," at least not more than in the past. I've not been seeing less amusing(ly stupid) Java code than before. The only one I can think of is that somehow I think the things I might want to say is not interesting to anybody anymore. I guess fifteen years is long enough for all the interesting things to be said about Java.

But that's not true. Yesterday at the St. Louis JUG, James Carr gave a pretty interesting presentation about Google Collections. I'll point you to his slides and let you get a feel of the atmosphere at the talk:

I'll just mention a few things, my reactions as I was listening:

  • This things has been out for a long time, right? Why haven't I used it in my projects?
  • Is this how you write JUnit assertions now: assertThat(3, equals(3))?
  • Joiner is cool indeed!
  • These are all good things: no public constructors; static factories; MultiSet; BiMap; MultiMap
  • This thing really is easy to explain and learn.
  • The "Builder" pattern is nice. But is it really *The* GoF Builder Pattern?
  • What's that presentation software James is using. It's so cool.

Thanks James.

Tags :