Category Archives: Programming

Using Tesseract with Python for OCR

Following several conversations with Alex Butterworth over pots of tea in the crypt of St Mary’s Church in Oxford, I’ve been having a look at Python and its bindings with the Tesseract library. A quick Google search brought me to this post by Roy on building an HTTP service using Tornado. I am fairly new […]

Streaming MP3s with Node.js

In the midst of doing some research for work into some technologies that we’ve begun, or are thinking of,  using, I’ve gone back to playing with Node.js . The ever useful Elegant Code blog has a quick guide to streaming files using Node that pretty much comes out to the box, or Github. Using some […]

Reflections on improving my programming skills

I’ve been thinking about programming this week. Perhaps this comes from the new started in our team this week and the energy  boost that we’ve had from that. Might also come from the fact that I’m off to Drupalcon tomorrow morning. Either way… I caught a post on Hacker News about becoming a better programmer […]

The overrated ‘death’ of middleware

I like the High Scalability blog but a recent post on the death of middleware did leave me shaking my head. Although discussing the idea of Platform as a Service, the article argument argued that the traditional middleware layer is dead, replaced by items such as RabbitMQ or ActiveMQ. I can see the argument if […]

Thoughts on DevOps

I’ve been reading a little about DevOps. I’ve come across it before but never really tried to explore it in detail. Until now. Why? Well it is increasingly clear that it will be helpful to our team and in part is something that I’ve moved towards in my last couple of jobs. At the previous […]

More autocompletion with Redis and Drupal

Last week I began working on an auto-complete function using Redis behind Drupal 7 to do some auto-completing functions. I needed to get some county data, and possibly other sorts, put into some forms so that it can be standardised. One of the issues that I’ve been trying to do is to make sure that […]

Auto-completing Drupal with Redis

I’ve been working on some functions for a forthcoming site at Janet and have been looking at the user functionality in some of our forms. In a reversal of roles, I’ve been trying to find ways of making it easier for users to complete the forms for various products and services which has taken me down […]

Weeknotes: Open Correspondence toolkit and converting XML into JSON

I’ve been quiet for a bit though generally because I’ve been quite busy on projects and exploring ideas. After Book Hackday, I’ve written a post about beginning to develop the Open Correspondence toolkit for the Open Knowledge Foundation’s Notebook blog. I was also contacted regarding converting the TEI XML pages into JSON, which I am […]

Hacking the book – a quick overview of Book Hackday

I  went to the Book Hackday on Saturday that was supported and organised by the Creative Industries iNet; Electric Bookshop; Geekcamp; idno; Free Word; and Perera. I’d been looking forward to this event, though with some trepidation. It sounds like I took the sensible option of walking from the bus stop over to Clerkenwell but I do like walking […]

Bouncing like a bunny – initial thoughts on RabbitMQ

As part of the synchronisation part of a project, I’ve been trying to integrate systems together with a messaging system. This is not a trendy decision but one based on scalability and flexibility at the core. I wrote a micro-messaging server for my previous job which was dealing with a few hundred messages per day […]