<?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>StarQuake&#039;s Blog</title>
	<atom:link href="http://starquake.nl/feed" rel="self" type="application/rss+xml" />
	<link>http://starquake.nl</link>
	<description>my blog about music and kiting</description>
	<lastBuildDate>Mon, 08 Mar 2010 21:02:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Playing the guitar</title>
		<link>http://starquake.nl/2010/03/playing-the-guitar.html</link>
		<comments>http://starquake.nl/2010/03/playing-the-guitar.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 20:59:48 +0000</pubDate>
		<dc:creator>StarQuake</dc:creator>
				<category><![CDATA[Guitar]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[My Favorites]]></category>

		<guid isPermaLink="false">http://starquake.nl/?p=103</guid>
		<description><![CDATA[Been playing the guitar for some time and I&#8217;m getting the hang of it. Can play a few songs. Here are my favorites:

Dolly Parton &#8211; Jolene
Editors &#8211; An End Has A Start
Editors &#8211; Smokers Outside The Hospital Doors
Coldplay &#8211; Green Eyes
Green Day &#8211; Boulevard Of Broken Dreams

I have some problems playing the Bm but practice [...]]]></description>
			<content:encoded><![CDATA[<p>Been playing the guitar for some time and I&#8217;m getting the hang of it. Can play a few songs. Here are my favorites:</p>
<ul>
<li><a href="http://www.ultimate-guitar.com/tabs/d/dolly_parton/jolene_ver3_crd.htm">Dolly Parton &#8211; Jolene</a></li>
<li><a href="http://www.ultimate-guitar.com/tabs/e/editors/an_end_has_a_start_acoustic_crd.htm">Editors &#8211; An End Has A Start</a></li>
<li><a href="http://www.ultimate-guitar.com/tabs/e/editors/smokers_outside_the_hospital_doors_crd.htm">Editors &#8211; Smokers Outside The Hospital Doors</a></li>
<li><a href="http://www.ultimate-guitar.com/tabs/c/coldplay/green_eyes_ver2_crd.htm">Coldplay &#8211; Green Eyes</a></li>
<li><a href="http://www.ultimate-guitar.com/tabs/g/green_day/boulevard_of_broken_dreams_acoustic_crd.htm">Green Day &#8211; Boulevard Of Broken Dreams</a></li>
</ul>
<p>I have some problems playing the Bm but practice makes perfect!</p>
]]></content:encoded>
			<wfw:commentRss>http://starquake.nl/2010/03/playing-the-guitar.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The titles are now in a different font</title>
		<link>http://starquake.nl/2010/03/the-titles-are-now-in-a-different-font.html</link>
		<comments>http://starquake.nl/2010/03/the-titles-are-now-in-a-different-font.html#comments</comments>
		<pubDate>Tue, 02 Mar 2010 08:12:33 +0000</pubDate>
		<dc:creator>StarQuake</dc:creator>
				<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://starquake.nl/?p=101</guid>
		<description><![CDATA[As you can see the fonts are in a non-standard font. It was done using Cufón. It replaces certain titles or other elements with a picture. I didn&#8217;t like the Flash replacement plugins but I really like the way Cufón changes the fonts. No flash needed!
]]></description>
			<content:encoded><![CDATA[<p>As you can see the fonts are in a non-standard font. It was done using Cufón. It replaces certain titles or other elements with a picture. I didn&#8217;t like the Flash replacement plugins but I really like the way Cufón changes the fonts. No flash needed!</p>
]]></content:encoded>
			<wfw:commentRss>http://starquake.nl/2010/03/the-titles-are-now-in-a-different-font.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick note to myself</title>
		<link>http://starquake.nl/2010/01/quick-note-to-myself-about-recursively-removing-svn-directories.html</link>
		<comments>http://starquake.nl/2010/01/quick-note-to-myself-about-recursively-removing-svn-directories.html#comments</comments>
		<pubDate>Mon, 18 Jan 2010 13:12:57 +0000</pubDate>
		<dc:creator>StarQuake</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://starquake.nl/?p=91</guid>
		<description><![CDATA[I always forget how to recursively remove the svn directories from a directory. So here is the command for me and anyone that might need it:
find . -name '.svn' -print0 &#124; xargs -0 rm -rf
It removes all svn directories in the current path.
Be careful though!!! A typo like a &#8216;/&#8217; can easily remove your entire [...]]]></description>
			<content:encoded><![CDATA[<p>I always forget how to recursively remove the svn directories from a directory. So here is the command for me and anyone that might need it:</p>
<p><code>find . -name '.svn' -print0 | xargs -0 rm -rf</code></p>
<p>It removes all svn directories in the current path.</p>
<p>Be careful though!!! A typo like a &#8216;/&#8217; can easily remove your entire filesystem, so try replacing <code>rm</code> with <code>echo</code> the first time so you can see what files are about to be deleted.</p>
]]></content:encoded>
			<wfw:commentRss>http://starquake.nl/2010/01/quick-note-to-myself-about-recursively-removing-svn-directories.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guitar Lessons</title>
		<link>http://starquake.nl/2009/11/guitar-lessons.html</link>
		<comments>http://starquake.nl/2009/11/guitar-lessons.html#comments</comments>
		<pubDate>Tue, 24 Nov 2009 18:57:43 +0000</pubDate>
		<dc:creator>StarQuake</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Guitar]]></category>

		<guid isPermaLink="false">http://starquake.nl/?p=85</guid>
		<description><![CDATA[A while ago I started learning to play the Guitar. I first used the lessons from GarageBand which is part of the Apple iLife software bundle. I already had some knowledge on how to play an instrument. I&#8217;ve had a few years of lessons in playing a Flugelhorn. But a guitar is a bit different.
I [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago I started learning to play the Guitar. I first used the lessons from GarageBand which is part of the Apple iLife software bundle. I already had some knowledge on how to play an instrument. I&#8217;ve had a few years of lessons in playing a <a title="Flugelhorn on wikipedia" href="http://en.wikipedia.org/wiki/Flugelhorn" target="_blank">Flugelhorn</a>. But a guitar is a bit different.</p>
<p>I practised the first 5 lessons of GarageBand which includes some of the easier chords like : Am C D Dm E Em G. After that I looked for a song that could be played with these chords. I found one : <a title="Guitar Tabs for Jolene by Dolly Parton" href="http://www.ultimate-guitar.com/tabs/d/dolly_parton/jolene_ver3_crd.htm" target="_blank">Jolene by Dolly Parton</a>. A nice song to get started.</p>
<p>Then for a while, I did not touch the guitar.</p>
<p>A few days ago I started playing again. I like the band &#8220;Editors&#8221; a lot and I saw a <a title="Editors Live at Studio Brussel" href="http://www.stubru.be/media/sessieeditors" target="_blank">live session</a> of them on a belgian radio channel. One of my favorite songs, at 3:15 &#8220;An End has a Start&#8221; sounded easy so I googled for guitar tabs for that song. I found this:</p>
<p><a href="http://tinyurl.com/y99ukqt" title="http://tinyurl.com/y99ukqt" target="_blank">tinyurl.com/y99ukqt</a></p>
<p>It has the mostly the same chords and has an new chord (for me that is) that sounds like a &#8220;Dadd9&#8243; chord. I really love that song and it&#8217;s a really good way of keeping me interested in playing guitar. The Dadd9 also helps training my fingers and getting a step further.</p>
<p>Just wanted to share this with on my blog and hopefully someone will come here googling for guitar lessons. Maybe this could be an inspiritation to get started or to keep practising.</p>
]]></content:encoded>
			<wfw:commentRss>http://starquake.nl/2009/11/guitar-lessons.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great site: Album Reminder</title>
		<link>http://starquake.nl/2009/11/great-site-album-reminder.html</link>
		<comments>http://starquake.nl/2009/11/great-site-album-reminder.html#comments</comments>
		<pubDate>Tue, 03 Nov 2009 11:17:54 +0000</pubDate>
		<dc:creator>StarQuake</dc:creator>
				<category><![CDATA[My Favorites]]></category>

		<guid isPermaLink="false">http://starquake.nl/?p=81</guid>
		<description><![CDATA[Yesterday I found a great site, it&#8217;s called Album Reminder and it reminds you of new album releases of your favorite bands. You can enter your favorite artists or import it from iTunes. You can also just copy &#38; paste artists from other sites like last.fm. (last.fm allows you to copy your favorite artists to [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I found a great site, it&#8217;s called <a title="Album Reminder" href="http://www.albumreminder.com/">Album Reminder</a> and it reminds you of new album releases of your favorite bands. You can enter your favorite artists or import it from iTunes. You can also just copy &amp; paste artists from other sites like last.fm. (last.fm allows you to copy your favorite artists to the clipboard)</p>
<p>I haven&#8217;t had a reminder yet, but I will report back if I get one.</p>
]]></content:encoded>
			<wfw:commentRss>http://starquake.nl/2009/11/great-site-album-reminder.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Karmic</title>
		<link>http://starquake.nl/2009/10/ubuntu-karmic.html</link>
		<comments>http://starquake.nl/2009/10/ubuntu-karmic.html#comments</comments>
		<pubDate>Fri, 09 Oct 2009 11:16:52 +0000</pubDate>
		<dc:creator>StarQuake</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://starquake.nl/?p=70</guid>
		<description><![CDATA[Running Ubuntu Karmic Beta since a few days now. It&#8217;s running smooth. Some new features I like:

Apport reports crashing applications
The system feels more responsive
Firefox 3.5
Pretty icons in the task bar

]]></description>
			<content:encoded><![CDATA[<p>Running Ubuntu Karmic Beta since a few days now. It&#8217;s running smooth. Some new features I like:</p>
<ul>
<li>Apport reports crashing applications</li>
<li>The system feels more responsive</li>
<li>Firefox 3.5</li>
<li>Pretty icons in the task bar</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://starquake.nl/2009/10/ubuntu-karmic.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems not really fixed&#8230;</title>
		<link>http://starquake.nl/2009/10/problems-not-really-fixed.html</link>
		<comments>http://starquake.nl/2009/10/problems-not-really-fixed.html#comments</comments>
		<pubDate>Tue, 06 Oct 2009 09:14:31 +0000</pubDate>
		<dc:creator>StarQuake</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://starquake.nl/?p=68</guid>
		<description><![CDATA[Mmmm&#8230;. It seems the problem is not fixed yet. npviewer.bin still crashes, not as often as before though. Going to upgrade to the beta  release karmic. See if that helps.
]]></description>
			<content:encoded><![CDATA[<p>Mmmm&#8230;. It seems the problem is not fixed yet. npviewer.bin still crashes, not as often as before though. Going to upgrade to the beta  release karmic. See if that helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://starquake.nl/2009/10/problems-not-really-fixed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems with flash are fixed!!!</title>
		<link>http://starquake.nl/2009/09/problems-with-flash-are-fixed.html</link>
		<comments>http://starquake.nl/2009/09/problems-with-flash-are-fixed.html#comments</comments>
		<pubDate>Fri, 25 Sep 2009 08:17:02 +0000</pubDate>
		<dc:creator>StarQuake</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://starquake.nl/?p=64</guid>
		<description><![CDATA[The error I was getting was this:
Sep 23 13:07:14 webmonkey kernel: [675069.159578] npviewer.bin[6502]: segfault at ff99cd48 ip 00000000ff99cd48 sp 00000000ff9f059c error 14
The problem is fixed after upgrading the following packages to updates-proposed:

libgl1-mesa-glx 7.4-0ubuntu3.3
libgl1-mesa-dri 7.4-0ubuntu3.3
libglu1-mesa 7.4-0ubuntu3.3
mesa-utils 7.4-0ubuntu3.3

]]></description>
			<content:encoded><![CDATA[<p>The error I was getting was this:</p>
<p>Sep 23 13:07:14 webmonkey kernel: [675069.159578] npviewer.bin[6502]: segfault at ff99cd48 ip 00000000ff99cd48 sp 00000000ff9f059c error 14</p>
<p>The problem is fixed after upgrading the following packages to updates-proposed:</p>
<ul>
<li>libgl1-mesa-glx 7.4-0ubuntu3.3</li>
<li>libgl1-mesa-dri 7.4-0ubuntu3.3</li>
<li>libglu1-mesa 7.4-0ubuntu3.3</li>
<li>mesa-utils 7.4-0ubuntu3.3</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://starquake.nl/2009/09/problems-with-flash-are-fixed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem with some of my links</title>
		<link>http://starquake.nl/2009/09/problem-with-some-of-my-links.html</link>
		<comments>http://starquake.nl/2009/09/problem-with-some-of-my-links.html#comments</comments>
		<pubDate>Tue, 22 Sep 2009 19:44:05 +0000</pubDate>
		<dc:creator>StarQuake</dc:creator>
				<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://starquake.nl/?p=46</guid>
		<description><![CDATA[There was a problem with some of my links. I thought that after editing URL&#8217;s always turned into links automatically. But that&#8217;s not the case. I don&#8217;t know if it stopped working or it never worked at all&#8230;  
Anyway it does work now with this plug-in: coffee2code.com/wp-plugins/auto-hyperlink-urls/
It even makes the URL&#8217;s a bit prettier [...]]]></description>
			<content:encoded><![CDATA[<p>There was a problem with some of my links. I thought that after editing URL&#8217;s always turned into links automatically. But that&#8217;s not the case. I don&#8217;t know if it stopped working or it never worked at all&#8230; <img src='http://starquake.nl/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Anyway it does work now with this plug-in: <a href="http://coffee2code.com/wp-plugins/auto-hyperlink-urls/" title="http://coffee2code.com/wp-plugins/auto-hyperlink-urls/" target="_blank">coffee2code.com/wp-plugins/auto-hyperlink-urls/</a></p>
<p>It even makes the URL&#8217;s a bit prettier by removing the http part. And it also understands links like <a href="http://robas.com" title="http://robas.com" target="_blank">robas.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://starquake.nl/2009/09/problem-with-some-of-my-links.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.04 64bit</title>
		<link>http://starquake.nl/2009/09/ubuntu-9-04-64bit.html</link>
		<comments>http://starquake.nl/2009/09/ubuntu-9-04-64bit.html#comments</comments>
		<pubDate>Thu, 17 Sep 2009 10:00:36 +0000</pubDate>
		<dc:creator>StarQuake</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://starquake.nl/?p=40</guid>
		<description><![CDATA[I&#8217;m running Ubuntu 9.04 64bit. Everything works fine except one thing:
Adobe Flash! Grrr&#8230;.
I installed the default flashplugin package but it keeps crashing on a few sites. It&#8217;s really annoying. I installed the flashblock plugin and set it to block all flash content for now.
Apart from that plugin everything is smooth. It works like a charm!
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m running Ubuntu 9.04 64bit. Everything works fine except one thing:</p>
<p>Adobe Flash! Grrr&#8230;.</p>
<p>I installed the default flashplugin package but it keeps crashing on a few sites. It&#8217;s really annoying. I installed the flashblock plugin and set it to block all flash content for now.</p>
<p>Apart from that plugin everything is smooth. It works like a charm!</p>
]]></content:encoded>
			<wfw:commentRss>http://starquake.nl/2009/09/ubuntu-9-04-64bit.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
