Prelude

Posted by Kerry Mon, 05 Jan 2009 21:09:00 GMT

Prelude, a Metacity Theme which has minimal window decoration. Great for small screens such as the Dell Mini 9.

Prelude Screenshot

New Zealand, 1843

Posted by Kerry Thu, 15 May 2008 08:23:00 GMT

Very cool(for me anyway) map of New Zealand from 1843. A couple of noticeable name differences are:

  • New Ulster, New Munster, and New Leinster are the North, South and Stewart Islands respectively.
  • Tasman Bay is known as Blind Bay(Tasman Bay of D’Urville).

This comes from the David Rumsey Historical Map Collection which has plenty of other cool maps to checkout.

Gin, Television, and Social Surplus 2

Posted by Kerry Mon, 28 Apr 2008 20:42:00 GMT

Clay Shirky: Gin, Television, and Social Software

“And television watching? Two hundred billion hours, in the U.S. alone, every year. Put another way, now that we have a unit, that’s 2,000 Wikipedia projects a year spent watching television.”

I found it hard to pull just a single quote of this piece out, it’s a quick read that just makes you start thinking. If the calculation of how much effort has gone into Wikipedia is even close, this is an amazing way to look at it.

My consumption to production ratio is so low it’s embarrassing.

Internet Asshattery

Posted by Kerry Sat, 26 Apr 2008 10:43:00 GMT

Leonard Lin: Internet Asshattery, Armchair Scaling Experts Edition

iPlayer hacked again

Posted by Kerry Sun, 16 Mar 2008 18:37:00 GMT

The hack for the iPlayer from last week was closed by the BBC, but only by more obsfucation. Therefore, there is a patch for last weeks script which fixes the problem.

Reading the comments there are a few people out there working on making this better, and it looks like there is a script to generate an RSS feed for the iplayer website.

New London Architecture

Posted by Kerry Sun, 16 Mar 2008 17:36:00 GMT

Went and saw the Underground: Londons Hidden Architecture at New London Architecture this weekend.

They had a big model of central London which was pretty cool.

London Model

Command line Gnome Notification 1

Posted by Kerry Mon, 10 Mar 2008 21:38:00 GMT

From the “it’s almost certainly been done better somewhere else” department, here is my script to fire off a Gnome Notification after a shell command finishes.

a python script:

#!/usr/bin/python
from pynotify import *
import sys

def notify(message=""):
    n = Notification("Command Line Completed", message)
    n.show()

init("cli notify")
if len(sys.argv) > 1:
    notify(sys.argv[1])
else:
    notify()

Then just add it to your path and you can append it onto some command:

echo monkey && mynotify.py "some message"

You then get a notification like so:

image

BBC iPlayer downloads for Linux

Posted by Kerry Sun, 09 Mar 2008 08:59:00 GMT

BBC’s iPlayer is good, but this makes it better.

Found via

Thinking about scalable systems

Posted by Kerry Mon, 23 Jul 2007 09:38:00 GMT

Joe Armstrong: Scalable fault-tolerant upgradable systems, part 1.

A system that is fault-tolerant can easily be made scalable and easily made so that we can do in-service upgrade.

Part 1, cool. Looking forward to the rest of this.

Eponymous Laws of Software

Posted by Kerry Wed, 18 Jul 2007 06:36:00 GMT

Older posts: 1 2 3 ... 18