<?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"
	>

<channel>
	<title>Grumpy Young Man</title>
	<atom:link href="http://www.grumpy-young-man.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grumpy-young-man.co.uk</link>
	<description>Cynicism, criticism, anyeurism.</description>
	<pubDate>Fri, 28 Oct 2011 14:51:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>Accidentally truncated yout kaltura.entry table?</title>
		<link>http://www.grumpy-young-man.co.uk/2011/10/accidentally-truncated-yout-kalturaentry-table/</link>
		<comments>http://www.grumpy-young-man.co.uk/2011/10/accidentally-truncated-yout-kalturaentry-table/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 13:23:37 +0000</pubDate>
		<dc:creator>Grump</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[kaltura]]></category>

		<category><![CDATA[massive fuckups]]></category>

		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.grumpy-young-man.co.uk/?p=249</guid>
		<description><![CDATA[Fear not!, for you can rebuild it with this SQL statement:

INSERT INTO kaltura.entry (id, kshow_id, kuser_id, name, type, media_type, data,
thumbnail, views, votes, comments, favorites, total_rank, rank, tags, anonymous,
status, source, source_id, source_link, license_type, credit, length_in_msecs,
partner_id, group_id, int_id, subp_id, display_in_search, puser_id, plays,
permissions, partner_data, access_control_id, conversion_profile_id, categories,
categories_ids, created_at) SELECT de.entry_id, de.kshow_id, de.kuser_id, de.entry_name,
de.entry_type_id, de.entry_media_type_id, de.data, de.thumbnail, de.views, de.votes,
de.comments, [...]]]></description>
			<content:encoded><![CDATA[<p>Fear not!, for you can rebuild it with this SQL statement:</p>
<blockquote>
<pre>INSERT INTO kaltura.entry (id, kshow_id, kuser_id, name, type, media_type, data,
thumbnail, views, votes, comments, favorites, total_rank, rank, tags, anonymous,
status, source, source_id, source_link, license_type, credit, length_in_msecs,
partner_id, group_id, int_id, subp_id, display_in_search, puser_id, plays,
permissions, partner_data, access_control_id, conversion_profile_id, categories,
categories_ids, created_at) SELECT de.entry_id, de.kshow_id, de.kuser_id, de.entry_name,
de.entry_type_id, de.entry_media_type_id, de.data, de.thumbnail, de.views, de.votes,
de.comments, de.favorites, de.total_rank, de.rank, de.tags, de.anonymous,
de.entry_status_id, de.entry_media_source_id, de.entry_source_id, de.source_link,
de.entry_license_type_id, de.credit, de.length_in_msecs, de.partner_id, de.group_id,
de.int_id, de.subp_id, de.display_in_search, de.puser_id, de.plays, de.permissions,
de.partner_data, de.access_control_id, de.conversion_profile_id, de.categories,
de.categories_ids, de.created_at FROM kalturadw.dwh_dim_entries AS de;</pre>
</blockquote>
<div> <img src='http://www.grumpy-young-man.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<div>Of course, we won&#8217;t go into how exactly that happened&#8230; And you lose some of the metadata, but neh. You get all the important data back without any problems whatsoever. <img src='http://www.grumpy-young-man.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<div></div>
<div>Just remember to bounce and re-index Sphinx afterwards!</div>
]]></content:encoded>
			<wfw:commentRss>http://www.grumpy-young-man.co.uk/2011/10/accidentally-truncated-yout-kalturaentry-table/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dennis Ritchie (1941—2011)</title>
		<link>http://www.grumpy-young-man.co.uk/2011/10/dennis-ritchie-1941%e2%80%942011/</link>
		<comments>http://www.grumpy-young-man.co.uk/2011/10/dennis-ritchie-1941%e2%80%942011/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 15:08:48 +0000</pubDate>
		<dc:creator>Grump</dc:creator>
		
		<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.grumpy-young-man.co.uk/?p=244</guid>
		<description><![CDATA[It&#8217;s been a bad year for computing, this one, as we&#8217;ve now lost the father of the C Programming Language.
It&#8217;s a sad thing to note that whilst Ritchie had as much, if not more, influence on the Computing Industry as Steve Jobs, he&#8217;ll only be remembered by a small number of people worldwide: Those of [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a bad year for computing, this one, as we&#8217;ve now lost the father of the C Programming Language.</p>
<p>It&#8217;s a sad thing to note that whilst <a href="http://en.wikipedia.org/wiki/Dennis_Ritchie">Ritchie</a> had as much, if not more, influence on the Computing Industry as Steve Jobs, he&#8217;ll only be remembered by a small number of people worldwide: Those of us who program for a living.</p>
<p>Requiescat in Pace, Dennis. You&#8217;ll be missed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grumpy-young-man.co.uk/2011/10/dennis-ritchie-1941%e2%80%942011/feed/</wfw:commentRss>
		</item>
		<item>
		<title>In other news&#8230;</title>
		<link>http://www.grumpy-young-man.co.uk/2011/10/in-other-news/</link>
		<comments>http://www.grumpy-young-man.co.uk/2011/10/in-other-news/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 03:28:36 +0000</pubDate>
		<dc:creator>Grump</dc:creator>
		
		<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.grumpy-young-man.co.uk/?p=240</guid>
		<description><![CDATA[I love the fact that this article points out that Labour is the most Fascist of the British political parties. xD
I really laughed when I saw that graph.
]]></description>
			<content:encoded><![CDATA[<p>I love the fact that <a href="http://www.politicalcompass.org/ukparties2010">this article</a> points out that Labour is the most Fascist of the British political parties. xD</p>
<p>I really laughed when I saw that graph.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grumpy-young-man.co.uk/2011/10/in-other-news/feed/</wfw:commentRss>
		</item>
		<item>
		<title>An amusing quote</title>
		<link>http://www.grumpy-young-man.co.uk/2011/10/an-amusing-quote/</link>
		<comments>http://www.grumpy-young-man.co.uk/2011/10/an-amusing-quote/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 21:34:41 +0000</pubDate>
		<dc:creator>Grump</dc:creator>
		
		<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.grumpy-young-man.co.uk/?p=237</guid>
		<description><![CDATA[Most people I know are aware of my total and utter devotion to Zend Framework and the wish that it will replace all other frameworks and render such abominations as Symfony and CakePHP irrelevant.
So, I giggled when I spotted this in the topic of freenode.net&#8217;s #zftalk-community channel earlier today:
&#60;freen&#62; Zend Framework is like a really [...]]]></description>
			<content:encoded><![CDATA[<p>Most people I know are aware of my total and utter devotion to Zend Framework and the wish that it will replace all other frameworks and render such abominations as Symfony and CakePHP irrelevant.</p>
<p>So, I giggled when I spotted this in the topic of freenode.net&#8217;s #zftalk-community channel earlier today:</p>
<blockquote><p>&lt;freen&gt; Zend Framework is like a really hot chick who doesn&#8217;t speak English: You&#8217;re already attracted to what it offers, but then the learning curve comes with understanding how to speak to it.</p></blockquote>
<p>I lolled.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grumpy-young-man.co.uk/2011/10/an-amusing-quote/feed/</wfw:commentRss>
		</item>
		<item>
		<title>From one idiot to another&#8230;</title>
		<link>http://www.grumpy-young-man.co.uk/2011/10/from-one-idiot-to-another/</link>
		<comments>http://www.grumpy-young-man.co.uk/2011/10/from-one-idiot-to-another/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 20:59:05 +0000</pubDate>
		<dc:creator>Grump</dc:creator>
		
		<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.grumpy-young-man.co.uk/?p=231</guid>
		<description><![CDATA[Almost as soon as I clicked &#8216;Publish&#8217; on that last post, a friend linked me to this post on boingboing:
http://boingboing.net/2011/10/08/wipo-boss-the-web-would-have-been-better-if-it-was-patented-and-its-users-had-to-pay-license-fees.html
I can&#8217;t think of anything that would have been worse for the world than the guys at DARPA filing patents for the Internet.
Lightening the mood somewhat, this, Jen, is the Internet:

]]></description>
			<content:encoded><![CDATA[<p>Almost as soon as I clicked &#8216;Publish&#8217; on that last post, a friend linked me to this post on boingboing:</p>
<p><a href="http://boingboing.net/2011/10/08/wipo-boss-the-web-would-have-been-better-if-it-was-patented-and-its-users-had-to-pay-license-fees.html">http://boingboing.net/2011/10/08/wipo-boss-the-web-would-have-been-better-if-it-was-patented-and-its-users-had-to-pay-license-fees.html</a></p>
<p>I can&#8217;t think of anything that would have been worse for the world than the guys at DARPA filing patents for the Internet.</p>
<p>Lightening the mood somewhat, this, Jen, is the Internet:</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/sDA1HUmuuJo" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grumpy-young-man.co.uk/2011/10/from-one-idiot-to-another/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Steve Jobs</title>
		<link>http://www.grumpy-young-man.co.uk/2011/10/steve-jobs/</link>
		<comments>http://www.grumpy-young-man.co.uk/2011/10/steve-jobs/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 20:48:34 +0000</pubDate>
		<dc:creator>Grump</dc:creator>
		
		<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.grumpy-young-man.co.uk/?p=229</guid>
		<description><![CDATA[Well, I do feel kind of bad for leaving this so long, but I&#8217;ve revised this several times already before posting it, and it&#8217;ll probably get edited a bit after it does finally go live.
Steve Jobs was a visionary without whom the computer industry would not look anything like it does today. I&#8217;m willing to [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I do feel kind of bad for leaving this so long, but I&#8217;ve revised this several times already before posting it, and it&#8217;ll probably get edited a bit after it does finally go live.</p>
<p>Steve Jobs was a visionary without whom the computer industry would not look anything like it does today. I&#8217;m willing to bet that most people reading this own an Apple device of one flavour or another, be it an iPadPodPhone or a MacBook of some revision. His company engineered the biggest, and arguably best, change in the music industry by making digital music easily available world-wide.</p>
<p>Yes, he may not have single-handedly bought about these things, but his enthusiasm, charisma, and love for the work that Apple did and will hopefully continue to do long into the future really did make people think different.</p>
<p>So, the opposing tributes of <a href="http://www.apple.com/stevejobs/">Apple</a> and <a href="http://www.readwriteweb.com/enterprise/2011/10/why-fsf-founder-richard-stallm.php">Richard Stallman</a> to a man who literally changed the way we work with computers show both the best and worst of people in two short messages.</p>
<p>I must admit, I was shocked when I read that post on RMS&#8217;s website. This is a man who is the figurehead of an organisation which exists to convince people to switch to using &#8216;free&#8217; software, but seems to be doing more harm than good to the cause.</p>
<p>I am not glad that Steve Jobs is dead. I am most certainly not glad that he is gone either, as his company produces software without which I would not be able to pursue one of my most-loved hobbies - producing music. That RMS thinks the world is better with out Steve Jobs says more about how RMS is failing where Steve succeeded - in his ability to convince people to turn to his way of thinking.</p>
<p>Steve Jobs and his company changed an industry with a small, inexpensive device that anyone can own.</p>
<p>RMS, on the other hand, is giving his organisation and his cause a bad name.</p>
<p>It&#8217;s amazing how charisma and personality can make such a difference between the success and failure of a project.</p>
<p>That said, Jobs&#8217;s management style had a much darker side, which Gawker talks about quite well here: <a href="http://gawker.com/5847344/what-everyone-is-too-polite-to-say-about-steve-jobs">http://gawker.com/5847344/what-everyone-is-too-polite-to-say-about-steve-jobs</a></p>
<p>It&#8217;s a well-known fact that Apple has a department known internally as the Gestapo. I can understand the reasons for its existence - if you&#8217;re investing billions into a project, you don&#8217;t want your competitors buying the specs from one of your employees - but I must question <a href="http://gizmodo.com/5427058/apple-gestapo-how-apple-hunts-down-leaks">their methods</a>, and I do find myself asking whether this approach is this the result of lawyers and legal wranglings, or if it was a conscious decision made by Jobs himself?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grumpy-young-man.co.uk/2011/10/steve-jobs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OSX output volume too quiet?</title>
		<link>http://www.grumpy-young-man.co.uk/2011/10/osx-output-volume-too-quiet/</link>
		<comments>http://www.grumpy-young-man.co.uk/2011/10/osx-output-volume-too-quiet/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 00:11:06 +0000</pubDate>
		<dc:creator>Grump</dc:creator>
		
		<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.grumpy-young-man.co.uk/?p=227</guid>
		<description><![CDATA[Boom!
It&#8217;s on the App Store, and it&#8217;s bloody genius.
I&#8217;ve gotten better results from the equiliser by putting it onto Loud mode, rather than just boosting the output volume, but it really does make up for all those bollocks videos on YouTube. 
]]></description>
			<content:encoded><![CDATA[<p>Boom!</p>
<p>It&#8217;s on the App Store, and it&#8217;s bloody genius.</p>
<p>I&#8217;ve gotten better results from the equiliser by putting it onto Loud mode, rather than just boosting the output volume, but it really does make up for all those bollocks videos on YouTube. <img src='http://www.grumpy-young-man.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grumpy-young-man.co.uk/2011/10/osx-output-volume-too-quiet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP SFTP readdir bug</title>
		<link>http://www.grumpy-young-man.co.uk/2011/08/php-sftp-readdir-bug/</link>
		<comments>http://www.grumpy-young-man.co.uk/2011/08/php-sftp-readdir-bug/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 12:19:16 +0000</pubDate>
		<dc:creator>Grump</dc:creator>
		
		<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.grumpy-young-man.co.uk/?p=225</guid>
		<description><![CDATA[Wasted a couple of hours tracking this bug down.
If you&#8217;re trying to connect to an SFTP server using PHP&#8217;s libssh2 bindings on Debian, you&#8217;ll get an empty result when trying to call readdir() on an opened directory.  The fix is easy: uninstall the version from apt and run this instead:
pecl install channel://pecl.php.net/ssh2-0.11.2
That will install the [...]]]></description>
			<content:encoded><![CDATA[<p>Wasted a couple of hours tracking this bug down.</p>
<p>If you&#8217;re trying to connect to an SFTP server using PHP&#8217;s libssh2 bindings on Debian, you&#8217;ll get an empty result when trying to call readdir() on an opened directory.  The fix is easy: uninstall the version from apt and run this instead:</p>
<p>pecl install channel://pecl.php.net/ssh2-0.11.2</p>
<p>That will install the latest version, which the bug is fixed in. Voila. You can suddenly read directories.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grumpy-young-man.co.uk/2011/08/php-sftp-readdir-bug/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Today is D-Day</title>
		<link>http://www.grumpy-young-man.co.uk/2011/06/today-is-d-day/</link>
		<comments>http://www.grumpy-young-man.co.uk/2011/06/today-is-d-day/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 09:20:46 +0000</pubDate>
		<dc:creator>Grump</dc:creator>
		
		<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.grumpy-young-man.co.uk/?p=221</guid>
		<description><![CDATA[Well, Diana Day, as it&#8217;s known at work.  We&#8217;ve just published an article entitled &#8220;Diana at 50&#8221; on high50.
I&#8217;m now desperately hoping that all the server optimisations and modifications we&#8217;ve made over the last three weeks since we found out about it save it from the inevitable slashdotting.
]]></description>
			<content:encoded><![CDATA[<p>Well, Diana Day, as it&#8217;s known at work.  We&#8217;ve just published an article entitled &#8220;<a title="Diana at 50?" href="http://www.high50.com/archives/life-times/diana-at-50" target="_blank">Diana at 50</a>&#8221; on <a title="high five-oh" href="http://www.high50.com" target="_blank">high50</a>.</p>
<p>I&#8217;m now desperately hoping that all the server optimisations and modifications we&#8217;ve made over the last three weeks since we found out about it save it from the inevitable <a title="The Slashdot Effect" href="http://en.wikipedia.org/wiki/slashdot_effect" target="_blank">slashdotting</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grumpy-young-man.co.uk/2011/06/today-is-d-day/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The AV Referendum</title>
		<link>http://www.grumpy-young-man.co.uk/2011/05/the-av-referendum/</link>
		<comments>http://www.grumpy-young-man.co.uk/2011/05/the-av-referendum/#comments</comments>
		<pubDate>Fri, 06 May 2011 12:13:10 +0000</pubDate>
		<dc:creator>Grump</dc:creator>
		
		<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.grumpy-young-man.co.uk/?p=218</guid>
		<description><![CDATA[Well, I must admit, I&#8217;m feeling thoroughly trounced right now, and the result of the referendum hasn&#8217;t even been announced.
Of the people I asked, there&#8217;s been a definite young/old divide.  Everyone I know under 35 has voted for the Alternative Vote electoral system, and everyone I know over 35 has voted against it.
Considering that the [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I must admit, I&#8217;m feeling thoroughly trounced right now, and the result of the referendum hasn&#8217;t even been announced.</p>
<p>Of the people I asked, there&#8217;s been a definite young/old divide.  Everyone I know under 35 has voted for the Alternative Vote electoral system, and everyone I know over 35 has voted against it.</p>
<p>Considering that the majority of people in the UK are over 40, I&#8217;m not holding out hope, despite putting down £15 on a yes vote with Ladbrokes - we&#8217;re all allowed a moment of optimism&#8230;</p>
<p>So, yeah&#8230; Not having a great day already, and the results haven&#8217;t even been announced yet. <img src='http://www.grumpy-young-man.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grumpy-young-man.co.uk/2011/05/the-av-referendum/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

