@heckj- heckj: RT @arstechnica: Raspberry Pi's $35 Linux computer on track to launch later this month: http://t.co/Y0xJT9gY by @segphault
- heckj: RT @bethrobson: Very proud to be a WA state resident! WA state senate just passed same-sex marriage bill. #LGBT
- heckj: @danimal word
- heckj: @alexvollmer :-(
- heckj: @BrianTRice where are u tonight with the #dartlang stuff?
pinboard links- Raspberry Pi's $35 Linux computer on track to launch later this month February 7, 2012
- Untitled (http://twitter.com/heckj/status/161881325429727232/photo/1) January 24, 2012
- Largest Solar Radiation Storm in Six Years Headed Toward Earth- Bloomberg January 24, 2012
- Untitled (http://twitter.com/heckj/status/159742603926056960/photo/1) January 18, 2012
- Untitled (http://twitter.com/johnderosa/status/159659196428726272/photo/1) January 18, 2012
- A brief history of personal computing platforms. on Twitpic January 14, 2012
- PyPy Status Blog: Transactional Memory (II) January 14, 2012
- Creation of iPxe Bootable USB | AT@ Blogger January 11, 2012
- The Book Designer — Practical Advice to Help Self-Publishers Build Better Books January 6, 2012
- Untitled (http://twitter.com/heckj/status/152807856356331520/photo/1) December 30, 2011
misc
Categories
Archives
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- January 2011
- November 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
Category Archives: django
Setting up a python CI server with Hudson
Installing Hudson I start with a basic virtual machine – in this case, I’m using Ubuntu Server 9.10. Once you have a basic machine installed, I recommend you make sure everything’s up to date with patches. sudo apt-get update sudo … Continue reading
Posted in django, Geekstuff, Ranting and Reflections
37 Comments
Knowing when to back off a project…
A couple of years ago I created the original code behind project Django Queue Service on a bet with myself at the O’Reilly Open Source Convention. A few months later I popped the whole thing up on Google Code hosting … Continue reading
Posted in django, Geekstuff, Ranting and Reflections
1 Comment
Django 1.0
Congratulations to the entire development team and Django community for making the Django 1.0 release today! It’s a monumental accomplishment, and I’m very pleased to see it here. I’m not as active in the community these days, but I’m still … Continue reading
Posted in django, Geekstuff
Leave a comment
LaunchPad
I signed up with Launchpad today – don’t know why I hadn’t really done it earlier, other than I just didn’t think to or have any projects that drove me there. The project du jour that lured me in was … Continue reading
Posted in django, Geekstuff, Ranting and Reflections
2 Comments
Mondrian & ReviewBoard
Word is that the a version of the code review tool that Google uses internally (called Mondrian) on the Google App Engine – called Code Review. I remember first seeing the Google tech talk on Mondrian and thinking that was … Continue reading
Posted in django, Geekstuff, Ranting and Reflections
1 Comment
Django and the Google AppEngine
I’m sure that anyone into Django will either see or hear about this before they catch my blog post, but it’s too neat a story not to write about a comment on. Tonight, Google released AppEngine – an elastic computing … Continue reading
Posted in django, Geekstuff
4 Comments
getting ReviewBoard running
I made some notes on getting Review Board up and running. I thought they might be useful for someone else wishing to do the same… I implemented review board on a virtual machine, with the VM running Ubuntu Gutsy. I … Continue reading
Posted in django, Geekstuff
Leave a comment
Starting in with ReviewBoard
I’ve been meaning to dive into the project ReviewBoard since I first heard about it, many months ago. I had first heard of a similar critter – Google’s internal tool called Mondrian. I was pretty darn excited about that tool … Continue reading
Posted in django, Geekstuff
2 Comments
Django on Ubuntu 7.10 (gutsy)
I slapped together a virtual machine to try out an instance of ReviewBoard. It’s been a little while since I fiddled with Ubuntu, so I grabbed the latest server release(7.10) and set it up. Then I settled in to get … Continue reading
Posted in django, Geekstuff
3 Comments
benchmarking Django Queue Service
I took some time this afternoon to benchmark out the work we’ve been doing with the Django Queue Service. We haven’t done anything to optimize it, and we’re starting to push in some code to make it fully support REST … Continue reading
Posted in django, Geekstuff, Ranting and Reflections
5 Comments