<?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>The Comscare Blog</title>
	<atom:link href="http://blog.comscare.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.comscare.org</link>
	<description>Oh shit... it&#039;s back</description>
	<lastBuildDate>Tue, 14 Jul 2009 14:03:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Missing Circuit Element – The Memristor</title>
		<link>http://blog.fractalreality.co.uk/?p=50</link>
		<comments>http://blog.fractalreality.co.uk/?p=50#comments</comments>
		<pubDate>Tue, 14 Jul 2009 14:03:00 +0000</pubDate>
		<dc:creator>CWolf</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Memcapacitors]]></category>
		<category><![CDATA[Memristors]]></category>
		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://blog.fractalreality.co.uk/?p=50</guid>
		<description><![CDATA[I don&#8217;t pretend to be anything of an expert, or even very knowledgeable, in the area of electronics however it is something that interests me.  When I read the many science focused articles around the net I eventually find myself absorbing information about the world of the resistor, capacitor, inductor.  Recently one such time I [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t pretend to be anything of an expert, or even very knowledgeable, in the area of electronics however it is something that interests me.  When I read the many science focused articles around the net I eventually find myself absorbing information about the world of the resistor, capacitor, inductor.  Recently one such time I found myself reading an extremely interesting article about a &#8216;missing&#8217; area of electronics that only a decade ago was discovered and only recently gaining speed.  When I say missing I mean it in the way that many elements in the periodic table were missing in days past.  This missing circuit element is named the <a href="http://www.wired.com/gadgetlab/2008/04/scientists-prov/" >memristor</a> (with the <a href="http://nanomorphware.blogspot.com/2009/02/missing-memcapacitor-found.html" >memcapacitor</a> closely following).</p>
<p>I first remember hearing about this technology a few years ago but didn&#8217;t think much more off it but now I&#8217;m more interested.  The basic overview of the memristor is that it acts like a resistor, by generating a voltage from a current, but then amazingly it &#8220;remembers&#8221; what current had flowed through it previously.  This is incredibly useful and will have lots of major applications around various technologies &#8211; one of which being Artificial Intelligence.  The system a memrisitor mimics is already seen in the natural world in simple and complex biological life with Humans being one of them.  This may have been one of the reasons why Artificial Intelligence has not had any major success (bar brute force) over the past decades compared to other fields of science.   It&#8217;s worth a thought.</p>
<p>To find out more follow this link to a <a href="http://www.newscientist.com/article/mg20327151.600-memristor-minds-the-future-of-artificial-intelligence.html" >NewScientist article</a> (or Google it of course!)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fractalreality.co.uk/?p=50/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tease!</title>
		<link>http://blog.jargonia.co.uk/?p=122</link>
		<comments>http://blog.jargonia.co.uk/?p=122#comments</comments>
		<pubDate>Mon, 13 Jul 2009 14:33:18 +0000</pubDate>
		<dc:creator>Jargon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.jargonia.co.uk/?p=122</guid>
		<description><![CDATA[Ugh&#8230; have been trying to get this post teaser working over the last few days (which, if you are viewing this from the Comscare blog aggregator, you can see is working since you only see a fraction of the post now).  Couldn&#8217;t work out for the life of me why it wasn&#8217;t working, so I [...]]]></description>
			<content:encoded><![CDATA[<p>Ugh&#8230; have been trying to get this post teaser working over the last few days (which, if you are viewing this from the <a href="http://blog.comscare.org/">Comscare blog aggregator</a>, you can see is working since you only see a fraction of the post now).  Couldn&#8217;t work out for the life of me why it wasn&#8217;t working, so I was running through the sourecode for the plugin, making little modifications here and there to no avail.</p>
<p>Finally, I managed to track it down to an external source (everything in the plugin checked out fine and was returning the correct value(s).  So, I started looking through the other plugins&#8217; sourecode, specifically ones that may modify the way the post is displayed.  Was looking through the sourcecode to the feed aggregator and found a reference to a couple of functions that saved the feed content before it is run through all the other wordpress/plugin formatting filters and restored it afterwards.  It also had a comment by it saying something along the lines &#8220;It is assumed all aggregated feeds will already be in an output-ready format so to make sure it isn&#8217;t mangled by wordpress, save the content temporarily before any filters are applied and restore after.&#8221;</p>
<p>Was just about to make some manual edits and thought &#8220;Hmmm, hold on a second&#8230;&#8221; went into the plugin&#8217;s settings in the wordpress administration page and there it was in a drop down box &#8220;Protect feeds from wordpress filters/Do not protect feeds from wordpress filters&#8221; *facepalm*  Well, at least it works now <img src='http://blog.jargonia.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Also, while I was messing around with the blog I noticed I had a couple comments from mates but I hadn&#8217;t been notified by email.  Turns out Google Mail was identifying it as spam (sorry guys!), so I created a Google Mail filter to protect email I get from my blog&#8230; shouldn&#8217;t have that issue anymore.</p>
<p>Just a word of warning to CWolf (who is hosted on same server), you may want to create a filter for your blog in Google Mail <img src='http://blog.jargonia.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jargonia.co.uk/?p=122/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mechwarrior is Back!</title>
		<link>http://blog.fractalreality.co.uk/?p=47</link>
		<comments>http://blog.fractalreality.co.uk/?p=47#comments</comments>
		<pubDate>Thu, 09 Jul 2009 10:29:22 +0000</pubDate>
		<dc:creator>CWolf</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Battletech]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Mechwarrior]]></category>

		<guid isPermaLink="false">/?p=47</guid>
		<description><![CDATA[Wow.  I think that&#8217;s the first word to pop into my head when I read the rumours yesterday and the official announcement this morning.  Out of nowhere and the cold ashes of a boxed franchise comes one of my greatest loves &#8211; Mechwarrior (Battletech).
For those who have no idea what Mechwarrior, or Battletech, is I&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>Wow.  I think that&#8217;s the first word to pop into my head when I read the rumours yesterday and the official announcement this morning.  Out of nowhere and the cold ashes of a boxed franchise comes one of my greatest loves &#8211; Mechwarrior (Battletech).</p>
<p>For those who have no idea what Mechwarrior, or Battletech, is I&#8217;ll provide a little background information.  Mechwarrior is the computer game series based in the The Battletech universe.  The Battletech universe is one set in the distant future (3015 for this new game) where giant Robots dominate warfare and rule supreme.  The universe contains Earth but also a sphere of colonised planets named &#8216;The Inner Sphere&#8217; that, in turn, contain multiple Royal Houses, Mercenary Units and later on the Clans.  The universe is in constant conflict between themselves or each other and involves heavy, but exciting political motivations.  This series was originally based off a game of miniatures that is played on a hexagonal based board.</p>
<p>To get back closer to my post subject: Over the years computer games of Mechwarrior have been made but the last release was in 2002.  Mechwarrior 5 was started but boxed due to the technological limitations of the current hardware / software for such an ambitious game.  Fast forward to today and now it is back!</p>
<p>The Battletech and Mechwarrior license world has been a battleground to mirror any Succession War (the name given to four major wars in the BT Universe).  The current Mechwarrior game creators are, instead of naming it Mechwarrior 5, rebooting the series and naming it Mechwarrior.  The graphics look great from the trailers and it&#8217;s based off a heavily modified version of the new Unreal Tournament engine.  The creators themselves are from the dead FASA so things look promising.</p>
<p>Let’s hope they don&#8217;t destroy my dreams.  Hopefully they&#8217;ll get this game out with it staying true.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fractalreality.co.uk/?p=47/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RE: Comscare Because I Care :)</title>
		<link>http://blog.jargonia.co.uk/?p=120</link>
		<comments>http://blog.jargonia.co.uk/?p=120#comments</comments>
		<pubDate>Thu, 09 Jul 2009 08:29:30 +0000</pubDate>
		<dc:creator>Jargon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Comscare]]></category>
		<category><![CDATA[Forum]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[Tournament]]></category>

		<guid isPermaLink="false">http://blog.jargonia.co.uk/?p=120</guid>
		<description><![CDATA[Over the last month or so I have felt that myself and a few old friends from university have drifted apart and no longer keep in contact or chat about the geeky stuff we used to while we were on our course.  Of course not all of us drifted apart.  Myself, CWolf &#38; Pringle still [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last month or so I have felt that myself and a few old friends from university have drifted apart and no longer keep in contact or chat about the geeky stuff we used to while we were on our course.  Of course not all of us drifted apart.  Myself, <a href="http://blog.fractalreality.co.uk/">CWolf</a> &amp; <a href="http://www.doushite.co.uk/">Pringle</a> still keep in regular contact and often play games in the evenings; and I occasionally met up with Karrde/Soupmonster since he lived with CWolf.</p>
<p>However, I had lost contact with neon, immure and warmfusion (well not so much warmfusion but I hadn&#8217;t spoken to him for ages, and hadn&#8217;t seen him since uni &#8211; have seen him once recently though, was great catching up!).  There are quite a few others but I don&#8217;t even know how to get back in contact with them&#8230; yet.</p>
<p>Anyway, to stop this trend and to revitalise old friendships I started to systematically restore Comscare to it&#8217;s former glory.  The first step I took was setting up a forum at <a href="http://forum.comscare.org/">http://forum.comscare.org/</a>.  Even though we didn&#8217;t have a forum before, I figured it was the first logical step since a lot of Comscarians may be restricted from IM in work and it&#8217;s rather tricky to block the web <img src='http://blog.comscare.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .  The next step was to set up the old blog aggregator, which is almost done now and lives at <a href="http://blog.comscare.org/">http://blog.comscare.org/</a>.  I did a little web-surfing, trying to find old blogs and hook up their feeds but not many of us have blogs anymore (hopefully the aggregator will compel some old Comscarians to start blogging again).  I also hooked up some Twitter feeds to the blog site.</p>
<p>I may even set up an IRC server for us to chat on but I&#8217;m not sure how many Comscarians would idle there as they may be restricted the same way they are for IM.</p>
<p>Anyway, if you&#8217;re a Comscarian that I haven&#8217;t mentioned, make yourself known and contact me and I&#8217;ll hook you up with a forum account so you can join in on the discussions <img src='http://blog.comscare.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Who knows what may come&#8230; Comscare Tournament 2009/10? <img src='http://blog.jargonia.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jargonia.co.uk/?p=120/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>968 Miles to Hell</title>
		<link>http://blog.fractalreality.co.uk/?p=46</link>
		<comments>http://blog.fractalreality.co.uk/?p=46#comments</comments>
		<pubDate>Wed, 08 Jul 2009 13:00:30 +0000</pubDate>
		<dc:creator>CWolf</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">/?p=46</guid>
		<description><![CDATA[I haven&#8217;t blogged in a long, long time but no time like the present &#8211; especially if it&#8217;s a rant.  I recently moved back to Cardiff and my company allows for consultants to stay at hotels if they live far enough away.  I was told the move was fine and so I did just that.  [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t blogged in a long, long time but no time like the present &#8211; especially if it&#8217;s a rant.  I recently moved back to Cardiff and my company allows for consultants to stay at hotels if they live far enough away.  I was told the move was fine and so I did just that.  Now they refuse to pay for my hotel room and I&#8217;ve enter laborious negotiations to be allowed some sort of accommodation.  Meanwhile I drive from Cardiff to Reading every day and that trip clocks in at a massive soul destroying 968 miles a week (luckily I can work from home on the Friday!).</p>
<p>The usual journey starts at me waking up at 5.30am and getting on the road by 6am.  I usually manage to do good timing and arrive at 7.50am-ish.  Today I was caught by a massive crash between a minibus and a truck carrying cows… of course – that usual crash sight.  Today’s morning trip came in at 4hours and 30minutes and due to getting into work ‘late’ at 10:30am I’ll be leaving late.  I’m dreading the trip back today as I fear the total commute will come in around 7hours.  I&#8217;m currently running off painkillers and coffee with a possible addition of proplus.</p>
<p>I hate travelling.  At least it’s nice to live in Cardiff again.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fractalreality.co.uk/?p=46/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Explorations in Profiling &#8211; Steady State</title>
		<link>http://tobyjackson.net/2009/07/explorations-in-profiling-steady-state/</link>
		<comments>http://tobyjackson.net/2009/07/explorations-in-profiling-steady-state/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 09:30:06 +0000</pubDate>
		<dc:creator>warmfusion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jmeter]]></category>
		<category><![CDATA[Performace]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[profile]]></category>

		<guid isPermaLink="false">http://tobyjackson.net/?p=8</guid>
		<description><![CDATA[Over the past three weeks myself and two colleagues have been attempting to benchmark a component of our companies systems. We&#8217;ve never formally defined any sort of performance metrics, used profiling tools or infact have any experience with benchmarking. Over this time we needed to quickly learn new techniques and often make up new ones [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past three weeks myself and two colleagues have been attempting to benchmark a component of our companies systems. We&#8217;ve never formally defined any sort of performance metrics, used profiling tools or infact have any experience with benchmarking. Over this time we needed to quickly learn new techniques and often make up new ones where needed, and this is one of those topics that was created based on research, empirical evidence and a peculiar few months dealing with stock trading systems.</p>
<blockquote class="wp-caption"><p><em><strong>Steady State</strong></em> &#8211;  Any state that does not change over time, or is in a dynamic equilibrium<a href="http://en.wiktionary.org/wiki/steady_state" >[1]</a></p>
</blockquote>
<p>Its a straightforward concept, but trying to define it in an effective algorithmic version was conceptually problematic; I wanted to create something that not only was simple to understand (and hence implement) but also gives a good generic solution that we can use on later profiling projects.</p>
<p>Based on experience from working with analysis of stock market trends using various indicators, I knew that its possible to utilise the difference of two moving averages of different sample windows as a trigger. One average over a longer period shows a general trend where the smaller average hints towards more localised fluctuations, and as such when the two converge to within a certain threshold we can state that we&#8217;ve reached a stable state.</p>
<p>The formula that I eventually settled on is something generally like this, the 10/100/200 values are arbitrary and need to be fitted to what is under test, but as a general rule of thumb it can give good results.</p>
<blockquote class="wp-caption"><p><em>ABS(</em> <em>AVG(</em> 100 ) &#8211; <em>AVG</em>( 10 ) ) &lt; 10ms  AND <em> DEV</em>(100) &lt; 200ms</p>
</blockquote>
<p>I don&#8217;t have any evidence for the validity of these results, but I shall get some graphs from our testing and show the general principle in more visual terms. The one big problem I&#8217;ve encountered is that if the steady state of the system under test converges into a regular fluctuation (&#8221;dynamic equilibrium&#8221;) the formula simply never triggers as the near average fluctuates in accordance, but the far average runs catch up and the two never meet consistently.</p>
<p>I think the solution to this is possibly a Fourier transform, or some other algorithm that can normalise a general repeating sine curve. Any suggestions?</p>
]]></content:encoded>
			<wfw:commentRss>http://tobyjackson.net/2009/07/explorations-in-profiling-steady-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Game of Life</title>
		<link>http://tobyjackson.net/2009/07/game-of-life/</link>
		<comments>http://tobyjackson.net/2009/07/game-of-life/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 20:09:37 +0000</pubDate>
		<dc:creator>warmfusion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arduino led java]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://tobyjackson.net/?p=3</guid>
		<description><![CDATA[This is a quick introduction into a project I have been working on over the last few days using the fantastic Arduino protyping board, Java and an 8&#215;8 Green LED Matrix.
Phase One - How
After following the DirectDriveLEDMatrix playground post in the arduino forums, and learning that pins on electrical components are counted in a clockwise [...]]]></description>
			<content:encoded><![CDATA[<p>This is a quick introduction into a project I have been working on over the last few days using the fantastic Arduino protyping board, Java and an 8&#215;8 Green LED Matrix.</p>
<p>Phase One &#8211; How<br />
After following the DirectDriveLEDMatrix playground post in the arduino forums, and learning that pins on electrical components are counted in a clockwise manner (ie 1 top right, 8 bottom right, then 9 is BOTTOM left and 16 is TOP left) I managed to get a working display.</p>
<p>Firstly i was hardcoding the arduino to display simple letters and shapes and using a really simple loop process. Once I was sure I had the pins lined up and the multiplexing was working correctly I moved onto Phase Two&#8230; External Comms.</p>
<p>Phase Two &#8211; Chatter<br />
Using code I&#8217;d used for my ORBController (To be written) I added some Serial input logic to the Arduino, where it reads 8 bytes in a row and uses each BIT of each Byte as an on/off state for the LED. 8Bytes x 8 bits = 64 bits. Simple stuff and really really easy to work with&#8230; unless you&#8217;re in java&#8230;</p>
<p>So I have to use (byte) Integer.parseInt(&#8217;01010101&#8242;,2); in order to make a row light alternativly, but at least its working. I quickly knocked up an Animator that made a smile/meh/sad faces show alternatly, that demonstrated the display was able to operate through the Java comms and I was frankly thrilled.</p>
<p>But i wasnt happy&#8230; it was still hard coded values, albeit being sent over USB from a java application instead of flashed directly onto a PIC&#8230; so i created the JMatrixControl which is simply a JPanel with a GridLayout(8,8) which implements MouseListener and a load of Check Boxes which fire events back to the JMatrixControl. The event listener then simply checks all the boxes and using a String Builder makes a string of 0/1s which get put into a byte array and poked over serial to the arduino and Boosh, instant user controlable Matrix display.</p>
<p>Phase Three &#8211; Automation<br />
Well thats cool and all, but I fancied something more graphically fun, so Game of Life on an 8&#215;8 was needed&#8230; a quick method to convert a boolean[8][8] into a byte[8] array and an animate method that utilised the Game Of Life rule, a few issues with passing by reference/value with the arrays and it works! Its so simple.</p>
<p>I shall post pictures/videos of these things when I get a moment, and probably organise myself a bit better to show code and diagrams, but this is my first post and its good to get the ball rolling.</p>
<p>Toby</p>
]]></content:encoded>
			<wfw:commentRss>http://tobyjackson.net/2009/07/game-of-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slip &amp; Slide</title>
		<link>http://blog.jargonia.co.uk/?p=111</link>
		<comments>http://blog.jargonia.co.uk/?p=111#comments</comments>
		<pubDate>Tue, 17 Feb 2009 14:10:54 +0000</pubDate>
		<dc:creator>Jargon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[driving]]></category>
		<category><![CDATA[ice]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[slide]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://blog.jargonia.co.uk/?p=111</guid>
		<description><![CDATA[Was supposed to blog about this last week or 2 ago but might as well do it now  
So yea, a couple weeks ago we got some really bizarre weather here in the UK&#8230; bizarre in the way that it was totally unexpected, over a week of snow&#8230; snow that actually settled!  Was great, [...]]]></description>
			<content:encoded><![CDATA[<p>Was supposed to blog about this last week or 2 ago but might as well do it now <img src='http://blog.jargonia.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So yea, a couple weeks ago we got some really bizarre weather here in the UK&#8230; bizarre in the way that it was totally unexpected, over a week of snow&#8230; snow that actually settled!  Was great, everything looked so cool covered in a white layer as far as the eye could see.  Then came the realisation that I had to drive on this stuff to get to work.  The first couple days were alright cause the serious snow hadn&#8217;t hit yet, that was due midweek.  However, when Wednesday rolled around I was getting rather nervous since I have no experience when it comes to driving on snow.  Luckily my house has extremely easy access to the motorway and once onto there I was safe&#8230; until I got to where I worked.</p>
<p>They hadn&#8217;t even gritted any of the roads!  Driving along the roads at 5mph wasn&#8217;t too bad though, but the offices were up a hill, so when I got to the bottom of the road that goes up to it and it was still covered in completely fresh snow (apart from a few tyre tracks) I decided against it and go in through the exit of the complex which is on flatter ground.  Unfortunately the gates were closed (think the gate mechanism was frozen shut).  So on I go and I come to the other end of the first road which looks a little less steep, so I go up it and it wasn&#8217;t long till my wheels were spinning freely.  A bit startled and panicky I put on the brakes and hit my hazard lights and let the 4&#215;4 behind me past.  My GTi has too much low end power for snow driving, but remembering some advice I was given previously, I change to 2nd and very gently press the accelerator and slowly crept up the hill.</p>
<p>As soon as I was on the flat I was happy and proceeded to the office carpark&#8230; which was practically empty.  Anyway, I go in and start work, but there was hardly anyone around, but as time when on people started arriving.  Guess they left it a little later so it&#8217;d be safer.  However, I did hear that the original entrance to the road I was going to go up had been closed due to a crash halfway up it&#8230; it&#8217;s pretty steep, I&#8217;m glad I didn&#8217;t go that route!</p>
<p>The next day I left from my girlfriend&#8217;s house which is on the side of a hill, which I managed to get to the top of, unfortunately there was a crash at the bottom of the other side and traffic just was not moving.  The only time traffic was moving forward was when other drivers were getting impatient, giving up and pulling a U-turn and going another way.  Well I was sat at the top of this hill with my hand-brake on wondering what to do (remember I don&#8217;t have much drive-on-snow experience) and my car started to slide down the hill towards the car in front.  I slammed on the brakes and luckily 4 locked wheels gave enough traction to stop me.  That completely freaked me out and I decided to bottle, was so not going to risk crashing to get to work, I don&#8217;t prioritise things that way <img src='http://blog.comscare.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .  So I very carefully made my 3-point turn and handed back to my girlfriend&#8217;s house.  Luckily I don&#8217;t have to give up a day since I emailed a colleague to get the VPN details so I could work from home.  Of course, after the girlfriend got back from physio we went out and built a snowman <img src='http://blog.jargonia.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> it had a top hat <img src='http://blog.comscare.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<p>One of the main reasons I took that day off was because we don&#8217;t get that kind of weather much and it hasn&#8217;t snowed that much for like a decade, so there&#8217;s no harm taking a snow day once in a few years or so?  Not much to ask <img src='http://blog.jargonia.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  However, the next day was worse&#8230; previous days snow is now ice with new snow on top.  I can&#8217;t use the snow card again.  Was leaving from my girlfriend&#8217;s house again so was not looking forward to a repeat of the previous day&#8230; if I could get the freakin&#8217; car away from the side of the road.  Was just wheel spinning where it was due to the camber of the road and ice.  Took a quite verbal lesson from the girlfriend on how to drive on snow (I guess they get quite a bit up north in Cali), managed to get the car into the middle of the road and drove on a bit to the main road that goes up the hill.  Man, this was a bad idea :/ loads of cars all driving up this icy road extremely slowly and half of them are wheel spinning.  This minivan in front of me got to a point where they couldn&#8217;t go forwards anymore, so I went around them, get about 10 metres further and also got to the point where I just had no traction (hill slowly increased in steepness).  At this point I was holding up traffic so I figured I&#8217;d pull over and work out a plan of action.  Unfortunately I was totally stuck against the curb now, couldn&#8217;t do anything but wheelspin and slip backwards and I didn&#8217;t want to damage my wheels.  So I called my girlfriend (was only about 300-400 yards away from her house) and she came out to help me, I so wanted to just say &#8220;Fuck it!  Work isn&#8217;t worth this&#8230;&#8221; but she encouraged me to keep trying (I wish she hadn&#8217;t&#8230;).  Anyway, she pushed against the back of my car as I slowly reversed away from the curb to the T-junction where I could turn around and I went back through the middle of town which took me over an hour, but at least I was heading downhill to safer roads and the bottom of the motorway.</p>
<p>All in all it took me 2:30 hours to make a 30 minute journey.  I was so tired of concentrating on driving and my ached hurt from pedal control.  Wasn&#8217;t the best experience of my life but at least I didn&#8217;t hit anything, which I think quite a few people did that morning (the road I got stuck on was closed shortly after I turned around&#8230; crash).  One of the things that annoyed me the most was when I rang up work to let them know I&#8217;d be in late, the receptionist went on to tell me how other people from the city I live in managed to make it in fine&#8230; big-fucking-whoop-de-doo, I wanted to bitch-slap her for her insolence.  Yea people made it in, but they probably lived in more accessible areas (like my house right next to the motorway&#8230; if I had stayed there that night) and they probably had more experience driving in hazardous conditions (haven&#8217;t even had my car for a year yet).  Anyway, I was glad that the worst of the snow/ice was over with (and that the weekend had arrived), hopefully the UK will just stay miserable and wet for a while&#8230; that I can deal with <img src='http://blog.comscare.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jargonia.co.uk/?p=111/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>For Fuppes Sake!</title>
		<link>http://blog.jargonia.co.uk/?p=109</link>
		<comments>http://blog.jargonia.co.uk/?p=109#comments</comments>
		<pubDate>Wed, 04 Feb 2009 14:01:41 +0000</pubDate>
		<dc:creator>Jargon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[360]]></category>
		<category><![CDATA[fuppes]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[streamer]]></category>
		<category><![CDATA[twonky]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://blog.jargonia.co.uk/?p=109</guid>
		<description><![CDATA[No matter how much I try I can&#8217;t get the stupid media streamer working 100%, really beginning to get on my nerves.
When I moved into the house I&#8217;m in at the moment I brought my server (WOPR) with me as well as my enormous media collection, unfortunately the mini-ITX box we had as the media [...]]]></description>
			<content:encoded><![CDATA[<p>No matter how much I try I can&#8217;t get the stupid media streamer working 100%, really beginning to get on my nerves.</p>
<p>When I moved into the house I&#8217;m in at the moment I brought my server (WOPR) with me as well as my enormous media collection, unfortunately the mini-ITX box we had as the media centre wasn&#8217;t mine so it remained behind.  Luckily I&#8217;ve got a 360 which is capable of streaming from a media server and there are a few around for linux.</p>
<p>At first we ran <a href="http://www.twonkymedia.com/">twonkymedia</a>, which is pretty good, but as it is commercial software an alternative had to be found when the trial ran out.  I had my mind set on purchasing a licence for it but only one thing stopped me.  No transcoding.  Since the 360 only played specific formats, a lot of the media in my collection is unplayable from the 360 and this was unacceptable, so twonky had to go.</p>
<p>I looked around and found a few opensource/free alternatives, one of them being <a href="http://fuppes.ulrich-voelkel.de/">fuppes</a> and the reason fuppes stood out was because it claimed to support on-the-fly video transcoding, which would solve all my problems.  Getting it up and running wasn&#8217;t too tricky and we&#8217;ve been using it for a long time now.  Unfortunately there was 2 major issues with it.  The first is that the video transcoding doesn&#8217;t work, no idea why it doesn&#8217;t just refuses to do it as if the feature never existed even though the web interface claims it is enabled. And 2, every now and then while watching something on the 360 the video goes *BLDFDBLBFFASDBlarg* and dies, which I think maybe a caching issue since we&#8217;re running it over wireless.</p>
<p>But lately a 3rd issue has arisen (well not really lately but it&#8217;s become much more of an issue lately) and that is the database is failing to rebuild itself, I think I&#8217;ve reached the maximum size cause SQLite is now complaining halfway through an index rebuild that it is having IO errors or cannot write to disk (even though there is loads of space left).  I&#8217;ve been playing with SQLite trying to figure out if there is any issues with my installation of it and at first I thought there was, various libraries were reporting different versions, but that&#8217;s been fixed now and it does seem to rebuild faster, but it still crash and burns <img src='http://blog.comscare.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .</p>
<p>Anyway, I&#8217;m sure that I can sort out the rebuilding but I&#8217;m still at a complete loss as to why the video transcoding just doesn&#8217;t want to play.  Quite a few people on the forums claim to have gotten it to work but I can&#8217;t see how.  Even when I use their configs I get nothing, not even a debug message at the console.  I&#8217;m running the most recent revision from the SVN (0.627 from memory) but nothing.  Also the sourcecode hasn&#8217;t been updated in absolutely ages, which someone with better programming prowess than myself would take up the development of fuppes, I think it&#8217;s pretty good, just really buggy at the moment.</p>
<p>If I can&#8217;t work out how to sort it out soon I&#8217;m going to have to get rid of it and try another media streamer but I didn&#8217;t see many others which supported transcoding.</p>
<p>Bah&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jargonia.co.uk/?p=109/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Walking Dead</title>
		<link>http://blog.jargonia.co.uk/?p=107</link>
		<comments>http://blog.jargonia.co.uk/?p=107#comments</comments>
		<pubDate>Tue, 03 Feb 2009 13:51:53 +0000</pubDate>
		<dc:creator>Jargon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Singularity]]></category>
		<category><![CDATA[snow]]></category>
		<category><![CDATA[tired]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.jargonia.co.uk/?p=107</guid>
		<description><![CDATA[Ugh, I can&#8217;t believe how tired I feel today&#8230; and there I was thinking I had a good night sleep.  Didn&#8217;t require much effort to actually get up this morning but was still an incredible effort to keep from jumping back into bed during my morning routine of getting ready for work.  Although, this was [...]]]></description>
			<content:encoded><![CDATA[<p>Ugh, I can&#8217;t believe how tired I feel today&#8230; and there I was thinking I had a good night sleep.  Didn&#8217;t require much effort to actually get up this morning but was still an incredible effort to keep from jumping back into bed during my morning routine of getting ready for work.  Although, this was probably due to having a sexy red-head in it at the time <img src='http://blog.comscare.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>In hindsight I should have stayed at home.  With all the snow that has fallen over the last couple days I was so tempted to use it as an excuse not to go into work (which I know a lot of people (would) have done).  The motorways were fairly uncongested and moving freely which was ok, but getting into the town where I work was fairly dangerous.  All the roads were white or icy, everyone moving 10mph&#8230; and then I got to the road that leads up the hill to where I work.  One look at that and I thought &#8220;Fuck it, I&#8217;ll go around and enter through the exit of the estate, at least that&#8217;s level.&#8221;, but alas, the gates were closed.  So I found the other end of the first road which goes up the hill a little less steeper and went up there.  Wasn&#8217;t really a surprise that my Polo GTi started wheel spinning halfway up&#8230; too much low-end power.  I managed to break the wheelspin and stop myself on the hill while I figured out how to proceed (am not used to driving in such conditions), I turned on my hazard lights to let the 4&#215;4 behind me know I was having difficulties and let him past incase I slipped backwards into him.  After that I was faced with a hill-start on ice/snow but it wasn&#8217;t that bad, just had to be really sensitive on the accelerator.  Anyway, got into work thinking &#8220;I should have stayed at home.&#8221; and if it wasn&#8217;t for the fact I&#8217;d probably slide down the hill trying to leave I would have.</p>
<p>So here I am at work and an unrelenting tiredness has overcome me.  There&#8217;s only decaffeinated tea left, but I&#8217;ve had 2 pro plus but it doesn&#8217;t seem to be doing anything.  Having extreme difficulty focusing on work and feeling like my eyes want to roll into the back of my head, I needed to somehow keep my mind active through lunch.  So have started playing Singularity and now blogging to keep the myself from slipping into neutral or stalling, heh.</p>
<p>Maybe the reason I&#8217;m so freaking tired is because I&#8217;m fighting off an illness of somekind, had a pretty bad sore throat yesterday, but has eased up today.  I think I&#8217;m gonna take an early night tonight or I&#8217;m going to be crippled for badminton tomorrow.</p>
<p>Well, bad to Singularity&#8230; laters,<br />
Jargon</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jargonia.co.uk/?p=107/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
