Langues et littératureAnglaisJekyll

Martin Paul Eve

Martin Paul Eve
Page d'accueilFlux Atom
language
Langues et littératureAnglais
Publié

Thanks to Clemens' comment on my last post, I have managed to track down the problems that I was having with OAuth for Mendeley on Android; it's all callback related. It seems that callbacks to any protocol except "http" are prohibited. For instance: A callback request to "http://www.martineve.com" will work. A null callback request ("out of bound"/"OOB") will work and display PIN. A callback request to "martineve-mendroid:///" will fail.

Langues et littératureAnglais
Publié

Everybody yaks on about backup all the time, but few people actually have a viable setup. They say: "yes, I copy stuff to a USB pen". So, if you do that once a week, how much work would you lose if, just before you undertook the backup, your laptop was stolen? This is exactly what happened to me two months ago except that I had a rigorous backup procedure. I left the British Library and was, one hour later, without my laptop.

Langues et littératureAnglais
Publié

In the last day before I head off for a bit of a Christmas break, I decided to take up a recent proposition to start work on an Android client for Mendeley. So far, in a couple of hours, I've got as far as implementing the OAuth provider, so you can start the application, log in to Mendeley and it will ask you to authorize the application to access your Mendeley account. Well, that's the theory... there's a problem, though.

Langues et littératureAnglais
Publié

In recent days, given the furore over Amazon's decision to no longer host Wikileaks, it has become common parlance to declare that the web is now subjected to the pressures that government can bring to bear on corporate entities (web hosting). See posts by both Richard Hall and John Naughton.

Langues et littératureAnglais
Publié

I typically have (well, had) about 200 emails in my Inbox, which was just as a result of trying to keep on top of things that I needed to do at some point in the future. Predictably, the box kept growing. No matter how fast I swept away the other 200 or so emails that came in over a week, the original stash never went down. I also missed quite a few things due to not having a system. Today, however, my Inbox looks somewhat different.

Langues et littératureAnglais
Publié

This is a quick, personal post to express my disgust at the government's recent proposals to "reform" the Disabled Living Allowance and scrap the Independent Living Fund. While I have been extremely unhappy about the cuts, particularly to higher education, this latest batch hits a group of people who really need this support. And what does it save? The ILF costs a relatively small £359m.

Langues et littératureAnglais
Publié

This is a quick post to announce the first code drop of a project I worked on yesterday. It's called Djiscography and it generates nicely formatted javascript hide/show style discography information. It supports track listing, samples, multiple artists, releases and editions. A live version of the project can be found at: http://discography.2bitpie.net.

Langues et littératureAnglais
Publié

One of the best things about Mendeley is that, the second you mention their name on Twitter, a horde of helpful and informative community liaison team members descend upon you. This means that, if you have a query, you can be sure that someone knowledgeable is never far away. That said, it seems that my current issue -- being able to convert either an OpenOffice or Word Zotero document to Mendeley -- is not possible.

Langues et littératureAnglais
Publié

Julian Assange has just conducted a brief Q&A on the Guardian website and he gave one statement that clearly indicates his fierce intelligence and comprehension of the stakes involved in transparency of government. I felt it worthy enough to merit a post and expository paragraph or two of its own. The quotation reads: There are two points here. Firstly, Assange correctly highlights that it is easy for speech to be free when it has no power.

Langues et littératureAnglais
Publié

I've used the snow so far this morning to start some pythonic refactoring of Rockaby. As I mentioned in my project announcement, Rockaby started life several years ago and it was a quick morning's worth of hacking about in .NET to build something that I thought nobody would ever see. As such, the code was hideous and messy. For the first code-drop, I simply transliterated the .NET code into Python/Django.