Post archive for May 2009

Python search library… - 2009 May 21

I was browsing some announcements, and through a series of clicks, ran across Whoosh. Lucene is pretty recognized in the Java world as very flexible indexing and search framework. Whoosh ...

Software Engineering Radio… - 2009 May 04

My drive to and from work is anywhere from 20 minutes to 40 minutes, depending on the traffic (fortunately, it’s often much closer to 20 minutes). If you know me ...

Better documentation on how to use git with svn… - 2009 May 03

Glad to see that the documentation of how to use git with svn is finally becoming much more complete. If you haven’t seen the crash course, take a look: http://git.or.cz/course/svn.html

Rebase isn’t as evil as I thought… and a few other notes. - 2009 May 03

Recently, on the Bazaar mailing list, a question came up as to whether rebase would be added to the core. My gut reaction was to say “that’s a bad idea” ...