<?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>mike arthur dot co dot you kay &#187; 2008 &#187; July</title>
	<atom:link href="http://mikearthur.co.uk/2008/07/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikearthur.co.uk</link>
	<description>the internet is leaking</description>
	<pubDate>Tue, 16 Dec 2008 01:08:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
    <title>mike arthur dot co dot you kay</title>
    <url>http://mikearthur.co.uk/wp-content/uploads/2008/04/me.jpg</url>
    <link>http://mikearthur.co.uk</link>
    <width>120</width>
    <height>120</height>
    <description>mike arthur dot co dot you kay - http://mikearthur.co.uk</description>
    </image>		<item>
		<title>&#8220;I just got interviewed by a noob!&#8221;</title>
		<link>http://mikearthur.co.uk/2008/07/i-just-got-interviewed-by-a-noob/</link>
		<comments>http://mikearthur.co.uk/2008/07/i-just-got-interviewed-by-a-noob/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 23:26:21 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[My Life]]></category>

		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://mikearthur.co.uk/?p=217</guid>
		<description><![CDATA[At my awesome new job I&#8217;ve had the luck of giving technical interviews to our software engineering applicants.
I&#8217;ve really enjoyed the process and been doing quite a lot of reading from wise people like Joel Spolsky on the type of things that you should and shouldn&#8217;t be asking in an interview.
Two of the most important [...]]]></description>
			<content:encoded><![CDATA[<p>At my <a href="/2008/05/mendeley/">awesome new job</a> I&#8217;ve had the luck of giving <strong>technical interviews</strong> to our software engineering applicants.</p>
<p>I&#8217;ve really enjoyed the process and been doing quite a lot of reading from wise people like <a href="http://www.joelonsoftware.com/">Joel Spolsky</a> on the type of things that you should and shouldn&#8217;t be asking in an interview.</p>
<p>Two of the most important things Joel emphasises are that it is essential to have an applicant <strong>writing code in the interview</strong> and that you are <strong>better to not hire a good software engineer than hire a bad one</strong>. Thankfully our judgement has seemed good on the latter as everyone working at <a href="http://www.mendeley.com/">Mendeley</a> seem to be not only great people but all of our software engineers (<em>including me!</em>) are <strong>really passionate</strong> about writing software that is more than just <em>&#8220;good enough</em>&#8220;.</p>
<p>I&#8217;ve found Joel&#8217;s first point an interesting conundrum. How should you get people coding in an interview? Obviously I&#8217;m not going to detail our exact interviewing process on my blog but I personally believe that getting the applicant to write out a <strong>solution to a simple algorithmic problem</strong> on paper (<em>while you watch them</em>) is a great way of seeing how they approach a problem, how quickly their mind works and how careful they are with validating their requirements. It&#8217;s interesting the <strong>sheer variation</strong> in the above exercise from people with very similar academic backgrounds and length of experience, even when asked a very simple algorithmic problem.</p>
<p>It&#8217;s an interesting experience as an interviewer looking at personally appeals to me about a candidate. This is by no means an exhaustive list or even that all of these indicate a good software engineer but just my own thoughts:</p>
<ul>
<li>A very solid technical understanding is obviously crucial. On these lines, however, I think it is important to <strong>not oversell yourself</strong>. Nothing is worse than someone claiming to be an &#8220;<em>expert</em>&#8221; in a technology and they don&#8217;t have more than a basic understanding of it. If your understanding is basic and you&#8217;re being interviewed, that&#8217;s ok. Just sell your other attributes. If it was a requirement, you wouldn&#8217;t have got this far!
</li>
<li>If there&#8217;s one thing I think is the number one attribute in a software engineer it&#8217;s the drive to <strong>learn new technologies and techniques</strong>. If software is clearly more than just a job to you and you are reading software blogs, listening to software podcasts or contributing in OSS outside of work, chances are you are going to take more pride in your work than someone to writing software is <strong>just a 9-5</strong>.
</li>
<li>No matter how good someone is technically, if they aren&#8217;t going to fit in the team then they shouldn&#8217;t be hired. The last thing you want is a new member disrupting the social dynamic of a group of people that currently get along. I think everyone wants to work with people that they&#8217;d be happy to talk to outside of work so if you&#8217;re a likeable person than that reflect well on you.
</li>
</ul>
<p>Also, as an interviewee I&#8217;ll share some of what has annoyed me in interviews:</p>
<ul>
<li>If you don&#8217;t ask me any technical questions, you probably have some software engineers in your team that <strong>suck at programming</strong>. I don&#8217;t really want to work with people like that.
</li>
<li>Please don&#8217;t keep me waiting for weeks only to tell me I didn&#8217;t get the job based on something that I said in my original CV/cover letter I sent to you.
</li>
<li>If I don&#8217;t get a job I want <strong>constructive criticism</strong> so I can improve myself.
</li>
</ul>
<p>I try to keep the latter points in mind when interviewing people so as not to annoy others as I was annoyed.</p>
<p>I&#8217;d be grateful for anyone else&#8217;s input as either an interviewer or interviewee.<br />
<strong>Let the argument commence!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://mikearthur.co.uk/2008/07/i-just-got-interviewed-by-a-noob/feed/</wfw:commentRss>
	<slash:comments>0</slash:comments>
	</item>
		<item>
		<title>Using .asoundrc to remap ALSA channels for Audacity</title>
		<link>http://mikearthur.co.uk/2008/07/using-asoundrc-to-remap-alsa-channels-for-audacity/</link>
		<comments>http://mikearthur.co.uk/2008/07/using-asoundrc-to-remap-alsa-channels-for-audacity/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 00:50:10 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Music]]></category>

		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://mikearthur.co.uk/?p=216</guid>
		<description><![CDATA[My sound card (a Creative Sound Blaster Audigy 2) has got lots of inputs, especially with the nice drive bay expansion port.
Unfortunately, the default ALSA device seems to have no way to access the &#8220;Line 2/Mic 2&#8221; channel on the front drive-bay expansion which I use for recording due to it seemingly being the lowest-noise [...]]]></description>
			<content:encoded><![CDATA[<p>My sound card (a <a href="http://en.wikipedia.org/wiki/Sound_Blaster_Audigy">Creative Sound Blaster Audigy 2</a>) has got <strong>lots of inputs</strong>, especially with the nice drive bay expansion port.</p>
<p>Unfortunately, the default ALSA device seems to have no way to access the &#8220;<em>Line 2/Mic 2</em>&#8221; channel on the <strong>front drive-bay expansion</strong> which I use for recording due to it seemingly being the lowest-noise channel.</p>
<p>If you point JACK&#8217;s &#8220;<em>Input Device</em>&#8221; to &#8220;<em>hw:0,2</em>&#8221; then it will pick up the <strong>16 channel inputs</strong> and you can connect them nicely to be able to access this port (channels 9 and 10) in JACK-enabled applications.</p>
<p>I&#8217;m currently working on some <strong>voice acting</strong> for <a href="http://thenamelessmod.com/"><strong>The Nameless Mod</strong></a> (which is looking like it&#8217;s going to be spectacular, check it out) and the best program I&#8217;ve found to do this recording in is <a href="http://audacity.sourceforge.net/">Audacity</a>. <a href="http://audacity.sourceforge.net/">Audacity</a> however seems to <strong>stubbornly refuse</strong> to let me use it&#8217;s JACK support (which is apparently buggy beyond use currently anyway).</p>
<p>I found that if I point <a href="http://audacity.sourceforge.net/">Audacity</a> to record 16 channels from &#8220;<em>hw:0,2</em>&#8221; then I can access <strong>all the Audigy&#8217;s input channels</strong> (as JACK does) but unfortunately this means that every time I record I get all 16 channels (a PortAudio limitation from what I can tell from the source). This isn&#8217;t ideal as it means, to record a bunch of lines in rapid succession, I need to spend <strong>huge amounts of time</strong> deleting the unwanted 15 other channels. As it&#8217;s not possible to select the channels to record from <a href="http://audacity.sourceforge.net/">Audacity</a> I needed to get a little more creative and ended up with this:</p>
<pre><code>pcm.mic2 {
	type plug
	slave.pcm "hw:0,2"
	slave.channels 16
	ttable.0.8 1
	ttable.1.9 1
	ttable.8.0 1
	ttable.9.1 1
}</code></pre>
<p>If you add the above to your &#8220;<em><a href="http://alsa.opensrc.org/.asoundrc">~/.asoundrc</a></em>&#8221; or &#8220;<em>/etc/asound.conf</em>&#8221; then you will find that in Audacity&#8217;s &#8220;Recoding&#8221; dropdown you will now have the option &#8220;<em>ALSA: mic2</em>&#8220;. This is simply the same as &#8220;<em>hw:0,2</em>&#8221; but with the 9th channel swapped with the 1st and the 10th swapped with the second, thus allowing you to select &#8220;<em>2: Stereo</em>&#8221; or &#8220;<em>1: Mono</em>&#8221; from the &#8220;<em>Channels</em>&#8221; dropdown and get the Line/Mic 2 input(s) in Audacity <strong>without the need to constantly delete unwanted tracks</strong>.</p>
<p><strong>Enjoy!</strong></p>
<p><em>Note: You probably also want to ensure that Audacity records at the Audigy 2&#8217;s native rate or 48000Hz and using a 16-bit sample format.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://mikearthur.co.uk/2008/07/using-asoundrc-to-remap-alsa-channels-for-audacity/feed/</wfw:commentRss>
	<slash:comments>0</slash:comments>
	</item>
		<item>
		<title>Aged 15, Life Over</title>
		<link>http://mikearthur.co.uk/2008/07/aged-15-life-over/</link>
		<comments>http://mikearthur.co.uk/2008/07/aged-15-life-over/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 21:36:28 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://mikearthur.co.uk/?p=215</guid>
		<description><![CDATA[I saw an interesting article on BBC News today, I encourage you to read it before continuing.
Maybe it&#8217;s just me but when I was 15 I did some very stupid things. Some involved girls, some involved computers and some involved fire. I was a bit of an idiot.
Thankfully I was never in the wrong place [...]]]></description>
			<content:encoded><![CDATA[<p>I saw an <a href="http://news.bbc.co.uk/1/hi/world/americas/7507216.stm">interesting article on BBC News today</a>, I encourage you to read it before continuing.</p>
<p>Maybe it&#8217;s just me but when I was 15 I did some <strong>very stupid things</strong>. Some involved girls, some involved computers and some involved fire. I was a bit of an idiot.</p>
<p>Thankfully I was never in the wrong place at the wrong time and never did anything as stupid as throwing a grenade at an American soldier.</p>
<p>Even if this kid did what it is claimed he did, he was <strong>15</strong> at the time. <strong>15</strong>! 3 more years of being a <strong>child</strong>. 8 more years before he can drink in the US. This Canadian citizen has been held for 6 years now and awaits the potential of life in prison. He is being held in a camp that seems to live outside international law and claims to have been tortured, something I don&#8217;t think many would be surprised by, given past reports.</p>
<p>After watching stuff like this <strong>I feel physically sick</strong>. It genuinely terrifies me that the US feel they have any even slight moral authority over any other regime with this torture camp still running. It <strong>sickens</strong> me to the core and I&#8217;m glad it does too.</p>
<p>Is it just me or should children be cut more slack than grown adults? They screw up and one (<em>albeit huge</em>) screw-up shouldn&#8217;t <strong>destroy their life</strong>.</p>
<p>Residents of the US, I really hope your next leader closes this camp down before the rest of the world becomes more <strong>disgusted</strong> that we already are at your <strong>flagrant abuse</strong> of human rights.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikearthur.co.uk/2008/07/aged-15-life-over/feed/</wfw:commentRss>
	<slash:comments>0</slash:comments>
	</item>
		<item>
		<title>Two busy months&#8230;</title>
		<link>http://mikearthur.co.uk/2008/07/two-busy-months/</link>
		<comments>http://mikearthur.co.uk/2008/07/two-busy-months/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 00:08:56 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Random]]></category>

		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://mikearthur.co.uk/?p=213</guid>
		<description><![CDATA[Apparently it&#8217;s been over two months since I last blogged. For a change this hasn&#8217;t actually been due to having a lack of anything interesting to say but just not having enough free time. London days seem a few hours shorter than those elsewhere in the UK and my perpetual busyness isn&#8217;t overly conducive to [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently it&#8217;s been <strong>over two months</strong> since I last blogged. For a change this hasn&#8217;t actually been due to having a lack of anything interesting to say but just not having enough free time. London days seem a <strong>few hours shorter</strong> than those elsewhere in the UK and my <strong>perpetual busyness</strong> isn&#8217;t overly conducive to my blogging.</p>
<p>My employers <a href="http://www.mendeley.com/">Mendeley</a> have made the recent wise decision of employing some excellent other software engineers, including KDE&#8217;s own <a href="http://www.fredemmott.co.uk/">Fred Emmott</a> who is working in my team. He&#8217;s a <strong>great guy to work with</strong> but is annoyingly productive; every time I find something to do and get on with my own work it seems like five minutes before he&#8217;s fixed the bug/added the feature and is looking for more stuff to do! Any suggestions on how to make him <strong>less productive</strong>?</p>
<p>It was a nice surprise to view the <a href="http://kernelnewbies.org/Linux_2_6_26">2.6.26 kernel changelog</a> and find that some of the code I wrote at <a href="http://www.wolfsonmicro.com/">Wolfson Microelectronics</a> two summers ago has <a href="http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=febf1dff119ef27ee22a54d40f284d2454f00d8d;hp=3797fec17193e05dee9666b990d6c84e16b188b3">finally been merged</a>. I can now <strong>grep for myself</strong> in the kernel! Yey!</p>
<p>I hope to blog more regularly now, hopefully with <strong>less self-indulgent posts</strong> and more useful ones as I&#8217;ve been having some interesting battles with the mighty <a href="http://www.cmake.org/HTML/index.html">CMake</a> at work that deserve sharing.</p>
<p>I guess I&#8217;m signing off for the evening as it is late o&#8217;clock but hopefully <strong>see some of you soon</strong> as:<br />
<img title="Akademy 2008" src="http://vm.mikearthur.co.uk/wp-content/uploads/2008/07/akademy2008.png" alt="I\'m going to Akademy" width="320" height="178" /></p>
]]></content:encoded>
			<wfw:commentRss>http://mikearthur.co.uk/2008/07/two-busy-months/feed/</wfw:commentRss>
	<slash:comments>0</slash:comments>
	</item>
	</channel>
</rss>
