<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris Browne &#187; Programming</title>
	<atom:link href="http://c.pemcjd.me.uk/blog/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://c.pemcjd.me.uk/blog</link>
	<description></description>
	<lastBuildDate>Sun, 16 Jan 2011 02:35:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Emma the OS</title>
		<link>http://c.pemcjd.me.uk/blog/2010/11/14/emma-the-os/</link>
		<comments>http://c.pemcjd.me.uk/blog/2010/11/14/emma-the-os/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 03:41:07 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Freedom]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[jelly beans]]></category>
		<category><![CDATA[operating system]]></category>

		<guid isPermaLink="false">http://c.pemcjd.me.uk/blog/?p=108</guid>
		<description><![CDATA[It's been a while since my rather heartbroken post in August entitled "Long Time No Post" to which my last comment was proven true (no replies...) I've since managed to repair my xbox, but it broke again shortly afterwards and this time I shall have to replace it. It is decidedly irreparable (several unsuccessful attempts [...]]]></description>
			<content:encoded><![CDATA[<p>It's been a while since my rather heartbroken post in August entitled "Long Time No Post" to which my last comment was proven true (no replies...)  I've since managed to repair my xbox, but it broke again shortly afterwards and this time I shall have to replace it.  It is decidedly irreparable (several unsuccessful attempts have been made).</p>
<p>I have not made any progress on the "finishing what I start" quest, but that's not really the purpose of this post.</p>
<p>I have started an Operating System project called Emma.  So far I've only written the bootloader, and it's a very simplistic bootloader at that.  It doesn't even load a kernel yet.  It does, however, go over its 512 byte mark, which means I now have to learn how to make a two-stage loader because it don't fit in the bootsector of a floppy.  </p>
<p>The Makefile I'm very impressed with myself at though.  I don't have to type the usual 5 or 6 commands to recompile and test the OS, all I have to do is type "make" and up pops a virtual machine running Emma 0.0.1! woo!</p>
<p>Here's some sample output:</p>
<blockquote><p>
Welcome to Emma version 0.0.1.<br />
Detecting RAM... 637KB [OK]<br />
Loading Kernel..[ERR]<br />
Error reading floppy:[A]
</p></blockquote>
<p>It should be noted that the Error in this output is because the kernel doesn't exist (and I'm pretty sure my loader code is fucked anyway) and the A next to floppy doesn't mean Drive A:, it's -supposed- to be a hexadecimal representation of the error code (stored in AH, should be TWO hex bits long) but the routine for printing said code appears to be... well, it obviously doesn't work.</p>
<p>Hooray for it actually outputting anything though!  You wouldn't believe how excited I was just to get the thing booting yesterday, I'm telling ya! ^_^</p>
]]></content:encoded>
			<wfw:commentRss>http://c.pemcjd.me.uk/blog/2010/11/14/emma-the-os/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Long time no post!</title>
		<link>http://c.pemcjd.me.uk/blog/2010/08/29/long-time-no-post/</link>
		<comments>http://c.pemcjd.me.uk/blog/2010/08/29/long-time-no-post/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 19:26:42 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[carrots]]></category>
		<category><![CDATA[catching up]]></category>
		<category><![CDATA[everything broke]]></category>
		<category><![CDATA[ex-girlfriend]]></category>

		<guid isPermaLink="false">http://c.pemcjd.me.uk/blog/?p=93</guid>
		<description><![CDATA[Ok so a lot has happened.  Rachael left me for a fella named Tom Coutts.  All the best to them, it was a totally painful experience at the time but I've realised that anybody who's going to leave me for somebody else isn't worth getting upset about.  No offence, Rachael, and yes I know you [...]]]></description>
			<content:encoded><![CDATA[<p>Ok so a lot has happened.  Rachael left me for a fella named Tom Coutts.  All the best to them, it was a totally painful experience at the time but I've realised that anybody who's going to leave me for somebody else isn't worth getting upset about.  No offence, Rachael, and yes I know you said it was for umpteen other reasons but frankly you're not going to be able to bullshit me with that "it's your own fault" rubbish if you go out with someone else 2 weeks after we broke up.  Ain't gonna happen.</p>
<p>Ok so in lighter news, I've made some new friends, discovered a love for Bon Jovi and that's about it.  Still no direction in my life, but I'd like to take an LPI exam so I can become a Linux System Administrator.  That costs money though, and I really don't know where I can get £120 from.</p>
<p>So yeah, life is still its usual roller coaster.  Everything broke in the last 2 months or so, and I'm gradually fixing what I can - my desktop was the first to officially be labelled "mended".  My phone, my netbook and my relationship with Rachael have all be written off as irreparable.  Next thing to work on is my ability to finish projects (something I've never really had fixed).  Any help with that would be appreciated, but I don't know who I'm talking to.  I don't really have a support network.  Oh well.</p>
]]></content:encoded>
			<wfw:commentRss>http://c.pemcjd.me.uk/blog/2010/08/29/long-time-no-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Servers! Roof!</title>
		<link>http://c.pemcjd.me.uk/blog/2010/03/10/servers-roof/</link>
		<comments>http://c.pemcjd.me.uk/blog/2010/03/10/servers-roof/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 16:50:11 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Outdoorsyness]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[geeknic]]></category>
		<category><![CDATA[kung fu]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://c.pemcjd.me.uk/blog/?p=81</guid>
		<description><![CDATA[Yes, my servers are finally in the roof; which means I can relax and wipe everything off my whiteboard.  I'm happy.  I'm also connected through w1zard who is now our network's personal Proxy server (currently optional, in the long run mandatory).  It caches and filters and makes life more streamlined and safer for the old [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, my servers are finally in the roof; which means I can relax and wipe everything off my whiteboard.  I'm happy.  I'm also connected through w1zard who is now our network's personal Proxy server (currently optional, in the long run mandatory).  It caches and filters and makes life more streamlined and safer for the old fogeys in the house who are a little naive to say the least (my mother searched Google for "fisting", thinking it was the act of shaking one's fist; which first prompted me to think about setting up a filtering proxy).</p>
<p>Ossum has changed its name to Enosis and still hasn't been worked on very much; but the infrastructure is now in place so the next step is to write a plan and then a tech demo.  Fun, fun, fun!</p>
<p>I've received four 7"x5" canvases and finally dug out mum's old acrylics (of which there is a disappointingly small pallet, but it should be significant for the work I have planned); I will be painting four abstract works entitled "Battlefield of the Mind".  Pictures once I've actually done it.</p>
<p>I have also begun thinking about considering contemplating starting to ponder the possibility of organising a "Geeknic" over the summer, so if you're a geek in the Tewkesbury area (or a geek who can reasonably travel to the Tewkesbury area) then get in touch, the more the merrier!</p>
<p>Very excited about finally having my desktop back...  And my whiteboard, for that matter!</p>
<p>Oh, and started work on a computerised Rubik's Cube solver with the ultimate goal of making a robot that will solve rubik's cubes (hopefully to be shown off at the geeknic).</p>
]]></content:encoded>
			<wfw:commentRss>http://c.pemcjd.me.uk/blog/2010/03/10/servers-roof/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbook!</title>
		<link>http://c.pemcjd.me.uk/blog/2009/10/01/netbook/</link>
		<comments>http://c.pemcjd.me.uk/blog/2009/10/01/netbook/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 19:39:27 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[citadel]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[twenty three]]></category>
		<category><![CDATA[zareason]]></category>

		<guid isPermaLink="false">http://c.pemcjd.me.uk/blog/?p=69</guid>
		<description><![CDATA[First off, an update on my health situation. Well, it has worsened somewhat. I have developed, as has seemingly become my custom after periods of illness, agoraphobia. I am seeing the doctor about it next monday, hopefully I will get to the bottom of this in due course. Now on the bright side, I got [...]]]></description>
			<content:encoded><![CDATA[<p>First off, an update on my health situation.  Well, it has worsened somewhat.  I have developed, as has seemingly become my custom after periods of illness, agoraphobia.  I am seeing the doctor about it next monday, hopefully I will get to the bottom of this in due course.</p>
<p>Now on the bright side, I got my netbook from ZaReason!  It is everything I expected and about three times faster than I thought it would be.  The webcam isn't quite as high quality as I was expecting, but that's no big deal really and the battery life is a bit shorter than I would've hoped but there's not much can be done about that now.</p>
<p>There seems to be some minor shipping damage as well, the shift keys are a bit dodgy and the left speaker seems to have a loose connection or some interference or something.  Thanks to the open hardware warranty, however, I can fix these myself or get a local shop to do repairs without having to send the thing back halfway across the world, probably picking up more shipping damage along the way.</p>
<p>Speed-wise, I couldn't be happier, the Intel Atom performs exceptionally and the 2GB of RAM is barely used by Ubuntu Netbook Remix (about 200-300MB in use most of the time).</p>
<p>Also, the 'book runs almost silent, drowned out by the noise of my typing on a keyboard whose own sound is drowned out by gentle background conversation.  Even under heavy usage.</p>
<p>I've also set up Citadel groupware on my server to replace the postfix/dovecot solution, making it easier to share calendars and other stuff, and giving a more extensive web interface for local users.  I will be looking at bundling Citadel with my SMART system when I get around to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://c.pemcjd.me.uk/blog/2009/10/01/netbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Techie stuff again</title>
		<link>http://c.pemcjd.me.uk/blog/2009/06/15/techie-stuff-again/</link>
		<comments>http://c.pemcjd.me.uk/blog/2009/06/15/techie-stuff-again/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 21:55:15 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[cows]]></category>
		<category><![CDATA[sophie]]></category>
		<category><![CDATA[spoon]]></category>

		<guid isPermaLink="false">http://c.pemcjd.me.uk/blog/?p=46</guid>
		<description><![CDATA[Dunno why I made that rule, I've never been one for following orders. Anyway, here's a brief update on the status of sophie. She has been placed in an SVN repository (read-only anonymous access available), and is stable(ish)! Ok, so she doesn't do much more than she used to, but she's a little more developer-friendly, [...]]]></description>
			<content:encoded><![CDATA[<p>Dunno why I made that rule, I've never been one for following orders.</p>
<p>Anyway, here's a brief update on the status of sophie.</p>
<p>She has been placed in an SVN repository (read-only anonymous access available), and is stable(ish)!</p>
<p>Ok, so she doesn't do much more than she used to, but she's a little more developer-friendly, and on that note the project has gained a developer!  Yes, my good friend Spoon has been recruited into the project and we shall procede forth with vigour and determination!  After a procedural discussion meeting, of course, and several planning council arrangements.  Not to mention the beuracracy enablement committee formation...  But as soon as all of that is out of the way, we can get right to programming.  Well, not -right to- as such, I mean we'll first have to submit the application to consider beginning, which needs to be approved by the select general committee.  But -then- we'll get into the nitty gritty business of programming!  After tea, of course, because it'll be quite late in the day by then.  And then we'll have to have the post-tea project alignment talk, which is followed by tea and coffee in the foyer.  Once all that is out of the way, we'll get to programming!  I think...</p>
]]></content:encoded>
			<wfw:commentRss>http://c.pemcjd.me.uk/blog/2009/06/15/techie-stuff-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Development</title>
		<link>http://c.pemcjd.me.uk/blog/2009/05/31/development/</link>
		<comments>http://c.pemcjd.me.uk/blog/2009/05/31/development/#comments</comments>
		<pubDate>Sun, 31 May 2009 16:09:45 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[sophie]]></category>
		<category><![CDATA[spaghetti]]></category>

		<guid isPermaLink="false">http://c.pemcjd.me.uk/blog/?p=37</guid>
		<description><![CDATA[So I've started programming again.  Woo!  My current working development directory (with nightly tarballs of each directory automatically created). Also, I set up a development newsgroup for you to keep track of my development stuffies - mostly so that I can keep my blog clear of such things.  I'd prefer my blog to be as [...]]]></description>
			<content:encoded><![CDATA[<p>So I've started programming again.  Woo!  <a href="http://dev.yoda2031.co.uk">My current working development directory</a> (with nightly tarballs of each directory automatically created).</p>
<p>Also, I set up a <a href="news://news.pemcjd.me.uk/browne.chris.dev">development newsgroup</a> for you to keep track of my development stuffies - mostly so that I can keep my blog clear of such things.  I'd prefer my blog to be as non-technical as possible, because of its demographic (my non-technical friends).  If you are interested in my development doobries, I suggest subscribing to news://news.pemcjd.me.uk/browne.chris.dev.</p>
<p>The most intriguing of my new projects is <a href="http://dev.yoda2031.co.uk/sophie">Sophie</a>, who will be an artificial intelligence unit designed for simulated human interaction (Simulated Original Personality for Human Interaction Emulation is what I think the acronym shall be, but it's a reverse acronym - the name "sophie" comes from the greek for "wisdom").  The code is GPL'd but has a couple of extra conditions attached at the bottom of the LICENSE file; still should be Free according to the FSF though so don't go getting your knickers in a twist just yet!</p>
<p>So far, sophie is proving already to be quite frustrating; mostly because I don't actually know C++ but partly because I don't actually know C++.  I probably should have stuck to what I know and programmed her in C, but then I've never been very good at making life easy for myself.  I find easy life boring though, so it's all good!</p>
<p>If anybody wants to get involved with the development of Sophie, feel free to email me or post to the news group (which should allow posting by just about anyone, with moderation to be performed on an "innocent-until-proven-spamity" basis).  I'm always open to suggestion and now is a good time to get involved because she's very young and therefore easy to work with (for now).</p>
<p>Well, that just about wraps it up for today.  I must get back to realigning the personality supersimulators so that the reticulation of the subego doesn't unbalance the philanthropic stabilisers... taking into account, of course, anti-flux in the positronic consciousness generator.  After all, we wouldn't want the temporo-spatial anomoliser to decouple inside the self-awareness module...  That would wreak havoc with the decalibration matrices...</p>
]]></content:encoded>
			<wfw:commentRss>http://c.pemcjd.me.uk/blog/2009/05/31/development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

