Blogs
Posted Mon, 09/08/2010 - 13:06 by chris
I have been lured into testing the waters with some Ruby development lately. I'm still feeling very much out of my depth and prowling the net for answers. If I can get a little bit more up to speed with it, maybe I can be of more use in hack days as they are often basing their projects on Ruby if not rails too.
My first real project with rails is meeting with a bit of an error right now. I've made a rather nice infinite loop that is killing the programme. If I can get it tweaked then given the lengths I've been having to go through to get a result, I can see a use for the resulting code.
Posted Sat, 27/03/2010 - 12:16 by chris
I have had a right game trying to get the Python imaging library working on my machine. I kept getting Symbol not found: _jpeg_resync_to_restart when trying to import _imaging and in django I got the lovely error saying that the Imaging C library was not installed. It all pointed at libjpeg and seemed to be an architecture thing so I needed a universal version.
I tried the dmg file from http://ethan.tira-thompson.org/Mac_OS_X_Ports.html and this too http://jetfar.com/libjpeg-and-python-imaging-pil-on-snow-leopard/
Posted Sun, 21/03/2010 - 12:34 by chris
I have a couple of jobs using the django framework on the go which is written in python; a language I haven't really used before. After a good bit of sifting through code and finding my feet I can't help but feel that it doesn't know what it really is.
Firstly it has some OOP but not fully; no static vars or access levels for vars or methods. Even php has this. Then there is fact that it compiles, sort of, but you can't just deploy the compiled files. It needs the source there too.
Posted Sun, 21/03/2010 - 11:47 by chris
I have recently been doing a lot more work for my own clients rather than working for one company. I love subversion but I didn't really want to burden myself with the upkeep of a server at home so I had a hunt for alternatives.
Posted Thu, 21/01/2010 - 15:18 by chris
Some news I would have posted earlier if my site worked is that we are having a wee drink to get the hackitude peeps back together in the same room again. It's to reignite the enthusiasm that we had before Christmas on the project.
A chance for us to figure out where the next step for the project will take us. The foundation that has been laid is a simple yet highly flexible framework for any data that needs to store collections of location data. Hopefully we will be rolling it out to include time data to enable event capturing too.
Posted Thu, 21/01/2010 - 14:39 by chris
Not sure what happened over Christmas but the site should now be up and running as it was before. Without it, I'm afraid that the folks on twitter have had to put up with my rants.
On a work-wise note, I'm just having a look at Kohana the php framework as an alternative to building in wordpress or drupal when all I need to do is serve some data. I could code something in python (django) or java etc but the server it's needed for is mostly geared up for php.
Posted Sat, 12/12/2009 - 08:45 by chris
For info on what we got up to and where things are going, please see the hackitude site. We had a great time and Mark Steadman was a proper trooper setting it up and getting us all together.
I think what we have at the end of it is quite an interesting foundation for future work. It's a way of storing things at places and displaying them on a map. Been done before? probably but the concept here is to aggregate data from various sources and provide easy access to it.
Posted Tue, 01/12/2009 - 09:18 by chris
This morning has been a bit of a trial. While I'm normally one for grumbling out loud and those of you that know me will attest to this, this morning has ben particularly useless and needs to be vented.
Apart from my car deciding it would like to collect moisture and allow it to freeze to the inside of the windscreen, it started fine as it always has and I got to the station in plenty of time, or so I thought.
Posted Thu, 29/10/2009 - 09:26 by chris
It seems that many of my recent posts have been very optimistic in terms of making something I am working on open source and releasing back to the community. For some reason or other this hasn't been possible. Quite often because the project becomes very bespoke.
Things are looking up though. There's a small item I will be working on the the next few days which should be coded with release in mind. Both from the client's perspective and my own. I think version 1 may have wording that will be tailored to the client's wishes but the functionality will be generic.
Posted Sun, 20/09/2009 - 11:08 by chris
I've been trying to find a reporting module that does what I need but it seems I'm going to have to write one myself. I shall be trying out the charts module for the first time too. It's in alpha still but it's worth a shot for now. I'll be displaying tables anyway so it's a bonus to have the graphs.
Wondering if there are any other modules I could use. Also I have been thinking about how to make the processing faster. Ideally I'd run the reports on cron and display the results from the cache. Not settled on a method yet though.