Category Archives: projects

Trying to geolocate a part of Charles Dickens

I have been working at a snail’s pace on some geolocation queries on some locations which are associated with Charles Dickens. Using Python’s NLTK library, I managed to extract around 60 distinct locations from his novel, Bleak House. A bit of human editing has tidied this up for me but it looks useful. Having popped […]

Weeknotes: Open Correspondence and TextCamp

It has been a while since I’ve written a weeknote. Must get back into the habit. Open Correspondence Development on the Open Correspondence project has been slow to stalled for a while. I have been doing bits and pieces but sitting down with Mark McGillivray of Cottage Labs and the Open Knowledge Foundation, brought some […]

Writing specs – a first starting point

Our team have started on Scrum to move forward with our projects. So far, so staggering steps but, hey, we are new to it. We will learn by falling / failing and then learning from where we went wrong and fixing it. One of the things that I have been looking at, partially because, as […]

Creating a simple video gallery using Drupal 7

As a side project, I’ve been looking at Media Uploads in Drupal 7. I am interested in using Media as a sort of asset management system at a machine level with web services allowing for the ingestion and listing of files. Anyhow as a side experiment, I wanted to take the idea of a video […]

New year, new directions?

We are in the middle of the dead days, as Marcus Sedgwick describes them in one of sequences. It seems like a time for soem reflection, partially based on an intepretation of Steve Poland’s What startup to Build? post on Techcrunch. This is not to say that I an necessarily thinking of building a startup […]

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 […]

Working on the Panton Principles for Open Literature and Humanities

The, it appears indefatigable, James Harriman-Smith and I, amongst others, had been talking about porting the Panton Principles to Open Literature and Humanities uses. After a Skype call, we created a first draft which is now online on the Open Literature wiki: http://wiki.openliterature.net/Principles and on the Open Literature mailing list. One of the matters that […]

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 […]

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 […]