Terence Eden. He has a beard and is smiling.

Terence Eden’s Blog

Theme Switcher:

Facebook Mangles Unicode URLs

· 350 words · Viewed ~762 times


2025 Update - Bitly removed the ability to create emoji links, so some of these links are now dead. Facebook rewrite URLs with Unicode in the path - this is not best practice and could be dangerous. It is possible to create a URL like http://bit.ly/😀 - the Unicode characters are valid in the path. The URL Encoded representation is : bit.ly/%F0%9F%98%80 Facebook mangles these URLs in such a wa…

Why your blog URLs should contain dates.

· 1 comment · 1,100 words · Viewed ~1,860 times


I have a (very minor and polite) disagreement with Matt Gemmel's argument against dates in URLs. Before I start, let me be very clear; your blog = your rules. If you want to write your URLs as a series of Emoji or in Klingon - go right ahead. There really is no such thing as "best practice" - only personal preference and observed behaviour. That said... Here's my case for keeping dates in…

Crafting A Perfect FOI Request

· 1 comment · 550 words · Viewed ~265 times


One of the sessions I lead at Open Data Camp was "Open Data Horror Stories" - we talked about some of the disasters we've had when requesting or using Open Data. This lead on to a session ran by Gaia Marcus on how to create the "perfect" FOI request. This is not an exhaustive guide to making FOI requests. I strongly suggest that you read WhatDoTheyKnow's recommendations and FOI Man's Top Ten …

*Almost* Open Data

· 4 comments · 1,200 words · Viewed ~665 times


(Inspired by a session at Open Data Camp called "Open Data Horror Stories") I was having an argument spirited discussion with my friend John the other day. He was sympathising with Tony Blair's regrets over the introduction of the Freedom of Information Act. Apparently, FOI requests put too great a strain on departments and government bodies. Not only is there a huge cost of compliance, but…

Coming Unstuck With The Nexus 6

· 400 words · Viewed ~804 times


The Motorola built Nexus 6 is just about the worst Android handset I've owned. The USB port is upside down, the screen is smeary at low light, the back is so slippery it spins wildly on any flat surface, the battery is average at best, and the curve of the back makes impossible to type on without gripping firmly. All acceptable annoyances in a cheap handset, but for a "premium price" device,…

Working With The Twitter Videos API

· 1 comment · 850 words · Viewed ~8,325 times


Screenshot from Twitter. 2015-02-18T09:01:37.000Z. katie (@katiemoffat). A dull video of my cat to test twitter videos http://t.co/cGazAn7H3E

Twitter now allows people to upload videos directly to the micro-blogging platform. It's an attempt to bypass 3rd party sites like YouTube (owned by Google) and Instagram (owned by Facebook). In an uncharacteristic display of openness, Twitter's API allows developers to get direct access to video. This is a quick blog post to explain how you get access, and what you can do with the…

Dying For An iPhone

· 3 comments · 1,200 words · Viewed ~697 times


Who made your iPhone? Sure, the back of the box says "Designed in California" - but who were the men and women who assembled your phone? How well are they treated? Are they paid well? Are they trapped in a living hell where many of them feel the only way out is suicide? Christoph Lutz@lutzid"achieve productivity or the sun will no longer rise." #foxconn slogan "motivating" their workers;…

Overlapping Animated GIFs

· 2 comments · 200 words · Viewed ~12,500 times


Just a couple of silly experiments on a Sunday afternoon. I think it's beautiful to overly animated GIFs on top of one another. If the topmost GIF has a transparent background it becomes hypnotic to see the synchronisity which appears to develop - akin to listening to Dark Side of the Moon while the Wizard of Oz is on the TV. The background and foreground have differing periods of motion,…

Big Data As A Lethal Weapon

· 1 comment · 1,400 words · Viewed ~278 times


Yesterday I attended an OII talk on the Ethical Treatment of Data in New Digital Landscapes. Amy O'Donnell from Oxfam lead a discussion about how the charity is seeking to improve the way that Aid Agencies deal with the data they collect. Oxfam collects data for many different reasons - sometimes it is incidental (for example the bank account details it needs to make payments), sometime it is …

Get Cheaper Amazon Prime *Without* Instant Video!

· 3 comments · 950 words · Viewed ~5,067 times


tl;dr If you have no need for Prime Video, you can ask Amazon for a discount. They'll knock £30 off the price - taking it down to £49. I spoke to customer services - here's the transcript (edited for clarity) : To be clear, Amazon weren't forthcoming in whether this was available to everyone. I suggest you ask Amazon very nicely! In my case, I haven't watched a single Amazon video. I don't e…

Running Star Wars Galactic Battlegrounds on Linux

· 7 comments · 450 words · Viewed ~3,302 times


OMG! Good Old Games has the amazing Star Wars Galactic Battlegrounds available for a mere £3.99. That was the game which introduced me & my wife to collaborative gameplay, so I was incredibly excited to see it available again. This is a brief guide to getting the game working on Linux - including multiplayer and widescreen. I'm using Ubuntu 14.04 - but the steps should be broadly similar on …

Working With Twitter's Embedded Videos

· 500 words · Viewed ~918 times


Twitter has just launched embedded videos in Tweets. How can we, as app designers, present them to our users? So, what options do we have? First of all, let's take a look at what the Twitter API provides. Send a signed request to : https://api.twitter.com/1.1/statuses/show/560070183650213889.json In return, we get these entities : "entities": { "hashtags": [], "symbols": [], …