iDunno's Blog of Bloggyness

In other news...

It's been an odd week at work, and I've started doing rather more Sudoku puzzles than most sane people - I've found that currently the guardian Sudoku puzzle takes me the longest to get through, though I'm slowly getting better at it... I might actually start being able to see the patterns more quickly soon!

Anyways - in other news JD resigned on Tuesday, so we've only got him at work for another few weeks before he disappears in to the ether (well, not so much in to the ether, but I won't be working with him anymore, eeeeep - this means more work for me!), which also prompted a pay rise (hooray!). Now just to keep up with the good work!

Oh, and on Monday we won the Hop Poles pub quiz! Yay! Where in this case "we" is me, a guy that I'd met in the pub a couple of Mondays before and some of his friends. Was much fun! Tomorrow being Monday again I'll be back in the pub for the quiz and see who turns up this time :)

Django Packaging

Well, I've been added to the python-modules project on alioth and am looking at getting the django development in there over the next week, just need to get my head round how this works first and checkout Raphael Hertzog's repackaging of the 0.95 debs that I did in to the new python policy style. Will also need to work out what to do about different python versions, django-admin.py would need to call the right python depending on some setting - not sure how to do that yet - with the previous format there where just 2 different python-django packages for the 2 different versions of python, and then an alternative to point to the "right" django-admin.py within site-packages of the correct python directory - with the central install this is going to be more interesting. Any thoughts on this gratefully recieved to my email address (linked from the bottom of my website.

Eclim...

I've been looking at getting eclim working on my laptop... haven't yet worked it out, can't get the eclimd to run as expected - it's looking very much like I might need to actually do a central install which means creating a package (stuff does not get installed on this machine in central locations unless it's packaged, hopefully for obvious reasons) so I may take some time out to package it over the next week or so. As far as Java IDEs go, eclipse is where it's at, but I don't like the UI and so, being able to use the useful bits of eclim from a text editor that I use for everything seems to me like a fantastic idea... especially now that I'm editing more Java than previously - my current dev environment it purely vim with a reasonable vimrc that sets expandtab, sw=4, ts=4 to fit with the company policy on java development - would occasionaly be useful to use eclipse to manage various things for me though - so that's why I'm looking at it (thanks for pointing me at it Joe!).