<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="/lib/exe/css.php?s=feed" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Editable Words</title>
    <subtitle></subtitle>
    <link rel="alternate" type="text/html" href="/"/>
    <id>/</id>
    <updated>2010-09-09T17:58:08+00:00</updated>
    <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
<link rel="self" type="application/atom+xml" href="/feed.php" />
    <entry>
        <title>blog</title>
        <link rel="alternate" type="text/html" href="/blog?rev=1260514561&amp;do=diff"/>
        <published>2009-12-11T06:56:01+00:00</published>
        <updated>2009-12-11T06:56:01+00:00</updated>
        <id>/blog?rev=1260514561&amp;do=diff</id>
        <summary>Wow, so, it's been forever since I last updated this page. It's been forever since I last updated muffins, too.


Muffins is my own mini-blog software. It powers the blog at &lt;http://pmurdoch.com/blog/&gt; and is intended as a little side project to act as filler between other projects to keep me on my toes, and isn't a particularly serious priority considering how infrequently I blog.</summary>
    </entry>
    <entry>
        <title>boxes</title>
        <link rel="alternate" type="text/html" href="/boxes?rev=1270323117&amp;do=diff"/>
        <published>2010-04-03T19:31:57+00:00</published>
        <updated>2010-04-03T19:31:57+00:00</updated>
        <id>/boxes?rev=1270323117&amp;do=diff</id>
        <summary>Out of sheer boredom, here are (some of) my boxes. All of my rigs are named after characters from the TV series '24'.

Current

	*  nadia - laptop. Dell XPS M1730. Mandriva 2010, Vista 32-bit

	*  audrey - desktop. Q8200, 6GB DDR2, 2.75TB storage. Quintuple-boot: Ubuntu 8.10, Mandriva 2010, Windows XP, Windows Vista 64-bit, Windows 7</summary>
    </entry>
    <entry>
        <title>display</title>
        <link rel="alternate" type="text/html" href="/display?rev=1223601928&amp;do=diff"/>
        <published>2008-10-10T01:25:28+00:00</published>
        <updated>2008-10-10T01:25:28+00:00</updated>
        <id>/display?rev=1223601928&amp;do=diff</id>
        <summary>The display API handles any actual visual output to a web browser. Other than PHP echo statements, there is no server-processed code in template files. Template files allow modular editing of themes without having to edit any backend code whatsoever - this also allows for easy internationalisation.</summary>
    </entry>
    <entry>
        <title>gamelist</title>
        <link rel="alternate" type="text/html" href="/gamelist?rev=1283968739&amp;do=diff"/>
        <published>2010-09-08T17:58:59+00:00</published>
        <updated>2010-09-08T17:58:59+00:00</updated>
        <id>/gamelist?rev=1283968739&amp;do=diff</id>
        <summary>PC

	*   Fallout 3: Operation Anchorage - 2010-04-28
	*  Fallout 3: The Pitt - 2010-04-28
	*  Fallout 3: Broken Steel - 2010-05-07
	*  Fallout 3: Point Lookout - 2010-04-29
	*  Tom Clancy's Rainbow Six Vegas - 2010-03-28
	*  Tom Clancy's Rainbow Six Vegas 2 - 2010-05-09
	*  F.E.A.R. Extraction Point - 2010-03-19
	*  F.E.A.R. Perseus Mandate - 2010-03-20
	*  F.E.A.R. 2: Project Origin - 2010-03-27
	*  Frontlines: Fuel of War - 2010-01-05
	*  Mirror's Edge - 2010-01-06
	*  Star Wars: Dark Forces
	…</summary>
    </entry>
    <entry>
        <title>licensing</title>
        <link rel="alternate" type="text/html" href="/licensing?rev=1222032726&amp;do=diff"/>
        <published>2008-09-21T21:32:06+00:00</published>
        <updated>2008-09-21T21:32:06+00:00</updated>
        <id>/licensing?rev=1222032726&amp;do=diff</id>
        <summary>All code I write has some sort of license. If you are unable to locate the license for any specific piece of code, let me know so I can sort it. Unless stated otherwise, all code is distributed under the terms of Creative Commons Attribution-No Derivative Works 2.5 UK: Scotland. This license basically states that the code itself is gratis, and you may resdistribute it so long as you don't modify it and you provide adequate credit. For adequate credit, all I desire is that you provide my full nam…</summary>
    </entry>
    <entry>
        <title>platforms</title>
        <link rel="alternate" type="text/html" href="/platforms?rev=1258646414&amp;do=diff"/>
        <published>2009-11-19T16:00:14+00:00</published>
        <updated>2009-11-19T16:00:14+00:00</updated>
        <id>/platforms?rev=1258646414&amp;do=diff</id>
        <summary>I work in a variety of platforms. I should really make a list of them here, but I cba.</summary>
    </entry>
    <entry>
        <title>python</title>
        <link rel="alternate" type="text/html" href="/python?rev=1258660598&amp;do=diff"/>
        <published>2009-11-19T19:56:38+00:00</published>
        <updated>2009-11-19T19:56:38+00:00</updated>
        <id>/python?rev=1258660598&amp;do=diff</id>
        <summary>Python. Python is my mortal enemy. I once used Python to get a (relatively attractive) girl's number from the CS department at the University of Glasgow. I may tell you about this over drinks. Until then, I hate Python...

Addendum: not as much as JSON. Dammit. I hate these silly scripting languages.</summary>
    </entry>
    <entry>
        <title>sql</title>
        <link rel="alternate" type="text/html" href="/sql?rev=1224423417&amp;do=diff"/>
        <published>2008-10-19T13:36:57+00:00</published>
        <updated>2008-10-19T13:36:57+00:00</updated>
        <id>/sql?rev=1224423417&amp;do=diff</id>
        <summary>The SQL API is used as an abstraction layer between PHP and the RDBMS containing all data. This means that SQL queries are easier to execute, as the syntax and actual query execution is handled by the API, meaning that errors are a lot less likely. It also means that one section of code can be used alongside multiple RDBMS' with zero modification.</summary>
    </entry>
    <entry>
        <title>start</title>
        <link rel="alternate" type="text/html" href="/start?rev=1270328729&amp;do=diff"/>
        <published>2010-04-03T21:05:29+00:00</published>
        <updated>2010-04-03T21:05:29+00:00</updated>
        <id>/start?rev=1270328729&amp;do=diff</id>
        <summary>Hi,

This is the start page of my very own Wiki. Here I'll store tidbits of information about what I do in my spare time and any documentation will be stored here as well.

Currently the wiki is in full lockdown. Only registered users can edit pages, and I've turned off registration. I may enable it in the future to allow certain people to sign up, or do manual registration.</summary>
    </entry>
    <entry>
        <title>svn</title>
        <link rel="alternate" type="text/html" href="/svn?rev=1221882004&amp;do=diff"/>
        <published>2008-09-20T03:40:04+00:00</published>
        <updated>2008-09-20T03:40:04+00:00</updated>
        <id>/svn?rev=1221882004&amp;do=diff</id>
        <summary>I use my own Subversion respository as a means of revision control for all code that I write. The entire repository is private access, though it has a guest password which may be used if needed. For anything I actually want to release, it will be packaged in some form (most likely just a tarball) and put on some public webspace for easy access.</summary>
    </entry>
    <entry>
        <title>webos</title>
        <link rel="alternate" type="text/html" href="/webos?rev=1258647200&amp;do=diff"/>
        <published>2009-11-19T16:13:20+00:00</published>
        <updated>2009-11-19T16:13:20+00:00</updated>
        <id>/webos?rev=1258647200&amp;do=diff</id>
        <summary>I intend to use this page for notes on Palm's webOS, as well as bits of information on projects. I do lots of customisation of webOS, because Palm have created something pretty close to the perfect hackable mobile platform. I generally tweet about my hacks, and am also working on Tweeble, a webOS twitter client. You may follow my hacking whatnots at &lt;http://twitter.com/lostrootpass&gt;</summary>
    </entry>
</feed>
