Archive for January, 2008

Django method rename without documentation update just ate hours of my life

Wednesday, January 23rd, 2008 Posted in Django, Python | No Comments »

I'm a Rails guy, but I'm not married to the framework. I honestly believe that no one should isolate themselves from the greater community, because one misses great learning opportunities. So I've been learning Django. My goal is to put together ...

OS X Beanstalkd compile issues

Thursday, January 10th, 2008 Posted in Linux, Mac OS X | No Comments »

I ran into a few problems compiling Beankstalkd on OS X. I kept seeing: Makefile:9: *** multiple target patterns.  Stop. After some searching, I referred to this thread on the Beanstalkd mailing list: http://groups.google.com/group/beanstalk-talk/browse_thread/thread/3351a425342fe09f/159178b5c5be2849?lnk=gst&q=make#159178b5c5be2849 Basicaly, all I had to do was update gmake: sudo ...