<?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>Fraxtil&#039;s Blog</title>
	<atom:link href="http://fra.xtil.net/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://fra.xtil.net/blog</link>
	<description>the formal one</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:54:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>What happened?</title>
		<link>http://fra.xtil.net/blog/post/64</link>
		<comments>http://fra.xtil.net/blog/post/64#comments</comments>
		<pubDate>Thu, 29 Jul 2010 22:54:04 +0000</pubDate>
		<dc:creator>fraxtil</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://fra.xtil.net/blog/?p=64</guid>
		<description><![CDATA[All posts from 2010 are gone forever; my previous host, Host2X, went down in flames after datacenter issues, leaving me with no blog and an outdated backup file. To recap what&#8217;s been lost: Tsunamix is no longer going to be released all at once; files will be released individually, then repackaged as a single project [...]]]></description>
			<content:encoded><![CDATA[<p>All posts from 2010 are gone forever; my previous host, Host2X, went down in flames after datacenter issues, leaving me with no blog and an outdated backup file. To recap what&#8217;s been lost:</p>
<p>Tsunamix is no longer going to be released all at once; files will be released individually, then repackaged as a single project once I hit 50 songs. You can download the individual files at <a href="http://tsunamix.xtil.net" target="_blank">tsunamix.xtil</a>.</p>
<p>I now maintain two blogs: the <a href="http://mosh.xtil.net" target="_blank">mental moshpit</a> (for unimportant stuff like amusing images) and the one you&#8217;re reading right now (for projects like Tsunamix).</p>
<p>And as of today, Xtil is hosted by <a href="http://www.linode.com/" target="_blank">Linode</a> and their 768 plan, which means blazing fast connections, fewer restrictions, and a respectable amount of storage and bandwidth!</p>
]]></content:encoded>
			<wfw:commentRss>http://fra.xtil.net/blog/post/64/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tsunamix beta preview</title>
		<link>http://fra.xtil.net/blog/post/62</link>
		<comments>http://fra.xtil.net/blog/post/62#comments</comments>
		<pubDate>Sun, 27 Dec 2009 21:26:39 +0000</pubDate>
		<dc:creator>fraxtil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fra.xtil.net/blog/?p=62</guid>
		<description><![CDATA[This has actually been around for awhile, but here it is now: 25 songs in total. Some are incomplete and bound to be edited at some point. I&#8217;m also taking a break from working on this at the moment, so don&#8217;t expect the full pack to be released anytime soon.]]></description>
			<content:encoded><![CDATA[<p>This has actually been around for awhile, but here it is now:</p>
<p><a href="http://dl.dropbox.com/u/2218840/Tsunamix%20I%20Beta.zip"><img class="alignnone" src="http://dl.dropbox.com/u/2218840/Tsunamix%20Backgrounds.png" alt="Tsunamix Beta Preview" width="640" height="572" /></a></p>
<p>25 songs in total. Some are incomplete and bound to be edited at some point. I&#8217;m also taking a break from working on this at the moment, so don&#8217;t expect the full pack to be released anytime soon. <img src='http://fra.xtil.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://fra.xtil.net/blog/post/62/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Combining an image and mp3 into a YouTube-compatible video</title>
		<link>http://fra.xtil.net/blog/post/56</link>
		<comments>http://fra.xtil.net/blog/post/56#comments</comments>
		<pubDate>Mon, 21 Dec 2009 18:37:45 +0000</pubDate>
		<dc:creator>fraxtil</dc:creator>
		
		<guid isPermaLink="false">http://fra.xtil.net/blog/?p=56</guid>
		<description><![CDATA[After much frustration and pain, I&#8217;ve found a way to convert a static image and an audio file into a high-quality YouTube video with the help of ffmpeg: ffmpeg -loop_input -i image.png -i audio.mp3 -y -b 628k -acodec libmp3lame -ab 320k -vcodec libx264 -s hd720 -shortest output.mp4 Now you can upload mp3s to YouTube from [...]]]></description>
			<content:encoded><![CDATA[<p>After much frustration and pain, I&#8217;ve found a way to convert a static image and an audio file into a high-quality YouTube video with the help of ffmpeg:</p>
<blockquote><p>ffmpeg -loop_input -i image.png -i audio.mp3 -y -b 628k -acodec libmp3lame -ab 320k -vcodec libx264 -s hd720 -shortest output.mp4</p></blockquote>
<p>Now you can upload mp3s to YouTube from any major operating system without worrying about poor transcoding. Just replace image.png and audio.mp3 with the appropriate files. Thanks to Kuukunen of irc.freenode.net/#ffmpeg for helping me work out an issue with uploading. <img src='http://fra.xtil.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://fra.xtil.net/blog/post/56/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tsunamix alpha preview is here!</title>
		<link>http://fra.xtil.net/blog/post/40</link>
		<comments>http://fra.xtil.net/blog/post/40#comments</comments>
		<pubDate>Sun, 13 Dec 2009 01:25:36 +0000</pubDate>
		<dc:creator>fraxtil</dc:creator>
				<category><![CDATA[Tsunamix]]></category>

		<guid isPermaLink="false">http://fra.xtil.net/?p=40</guid>
		<description><![CDATA[As of today, I have completed eight of the fifty simfiles I want to make for Tsuna.mix. Get them here! Expect a beta preview within the next month or two, and a complete pack of 50 songs within the first half of 2010.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-42 aligncenter" title="tsunamix-teaser" src="http://fra.xtil.net/blog/wp-content/uploads/2009/12/tsunamix-teaser.png" alt="tsunamix-teaser" width="512" height="384" /></p>
<p>As of today, I have completed eight of the fifty simfiles I want to make for Tsunamix. <a href="http://dl.dropbox.com/u/2218840/Tsuna.mix%20Alpha.zip" target="_blank">Get them here!</a> Expect a beta preview within the next month or two, and a complete pack of 50 songs within the first half of 2010.</p>
<p>All artwork and songs copyright their respective owners; I attributed most of the art, but I think I forgot to do so on at least one of the backgrounds.</p>
]]></content:encoded>
			<wfw:commentRss>http://fra.xtil.net/blog/post/40/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Things you shouldn&#039;t do on Ubuntu</title>
		<link>http://fra.xtil.net/blog/post/33</link>
		<comments>http://fra.xtil.net/blog/post/33#comments</comments>
		<pubDate>Sun, 29 Nov 2009 06:04:33 +0000</pubDate>
		<dc:creator>fraxtil</dc:creator>
		
		<guid isPermaLink="false">http://fra.xtil.net/?p=33</guid>
		<description><![CDATA[Over the last month, I&#8217;ve learned the following things about Ubuntu: Don&#8217;t try to convert an encrypted LVM into a normal partition unless you&#8217;re prepared to spend a few full days fixing the boot-up process. Make a concerted effort not to screw up file permissions on your home directory. Or any directory, for that matter. [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last month, I&#8217;ve learned the following things about Ubuntu:</p>
<ul>
<li>Don&#8217;t try to convert an encrypted LVM into a normal partition unless you&#8217;re prepared to spend a few full days fixing the boot-up process.</li>
<li>Make a concerted effort not to screw up file permissions on your home directory. Or any directory, for that matter.</li>
<li>Some GNU tools like chmod, chown, cp, mv, etc. do not work on hidden files. Running &#8220;cp oldDir/* newDir/&#8221; followed by &#8220;rm -r oldDir&#8221; is a recipe for disaster if you have any files/directories that start with a full stop.</li>
<li>Regularly back up your entire partition. It may seem unnecessary and a waste of time, but it&#8217;s a life saver in some situations.</li>
<li>Be careful when changing your login name, and VERY careful when changing your home directory. You might want to avoid the latter altogether.</li>
</ul>
<p>Yes, I know all this from experience. It is entirely possible to permanently decrypt an encrypted LVM; if anyone&#8217;s interested, I&#8217;ll make a tutorial, but considering that there isn&#8217;t already one on the Internet, there&#8217;s probably not much demand.</p>
]]></content:encoded>
			<wfw:commentRss>http://fra.xtil.net/blog/post/33/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computer issues (update) &amp; Raar</title>
		<link>http://fra.xtil.net/blog/post/27</link>
		<comments>http://fra.xtil.net/blog/post/27#comments</comments>
		<pubDate>Thu, 05 Nov 2009 23:33:20 +0000</pubDate>
		<dc:creator>fraxtil</dc:creator>
				<category><![CDATA[Tsunamix]]></category>

		<guid isPermaLink="false">http://fra.xtil.net/?p=27</guid>
		<description><![CDATA[It looks like Ubuntu 9.10 &#8220;Karmic&#8221; has fixed the issues with StepMania. That&#8217;s just one less reason to boot into Windows now. On another note, I finally finished stepping and making graphics for Raar by Noisia. This song has the second slowest BPM in Tsunamix so far, but it&#8217;s no less awesome than the rest. The [...]]]></description>
			<content:encoded><![CDATA[<p>It looks like Ubuntu 9.10 &#8220;Karmic&#8221; has fixed the issues with StepMania. That&#8217;s just one less reason to boot into Windows now. <img src='http://fra.xtil.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>On another note, I finally finished stepping and making <a href="http://i.imgur.com/1BwvY.jpg" target="_blank">graphics for Raar</a> by Noisia. This song has the second slowest BPM in Tsunamix so far, but it&#8217;s no less awesome than the rest. The stepchart will be released with Tsunamix.</p>
]]></content:encoded>
			<wfw:commentRss>http://fra.xtil.net/blog/post/27/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computer issues</title>
		<link>http://fra.xtil.net/blog/post/19</link>
		<comments>http://fra.xtil.net/blog/post/19#comments</comments>
		<pubDate>Sun, 01 Nov 2009 21:02:29 +0000</pubDate>
		<dc:creator>fraxtil</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://fra.xtil.net/?p=19</guid>
		<description><![CDATA[Ubuntu 9.04 doesn&#8217;t work with StepMania- the X server repeatedly crashes and forces me to log in again. Meanwhile, Windows 7 doesn&#8217;t work with my wireless adapter- the entire computer locks up, mouse and everything, forcing me to reboot. Due to all this, I have had little time to work on Tsunamix. I&#8217;m hoping that [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 9.04 doesn&#8217;t work with StepMania- the X server repeatedly crashes and forces me to log in again. Meanwhile, Windows 7 doesn&#8217;t work with my wireless adapter- the entire computer locks up, mouse and everything, forcing me to reboot. Due to all this, I have had little time to work on Tsunamix. I&#8217;m hoping that Karmic will fix the X server issues, and I&#8217;ll upgrade Wednesday or Thursday. There are no guarantees, though.</p>
]]></content:encoded>
			<wfw:commentRss>http://fra.xtil.net/blog/post/19/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tsunamix is coming soon</title>
		<link>http://fra.xtil.net/blog/post/12</link>
		<comments>http://fra.xtil.net/blog/post/12#comments</comments>
		<pubDate>Fri, 09 Oct 2009 01:24:01 +0000</pubDate>
		<dc:creator>fraxtil</dc:creator>
				<category><![CDATA[Tsunamix]]></category>

		<guid isPermaLink="false">http://fra.xtil.net/?p=12</guid>
		<description><![CDATA[The StepMania pack I was previously working on, KBcore, has been abandoned/renamed. The new pack will still contain most of the songs that were in KBcore, but the main difference is that there will be pad files in addition to keyboard ones. That means more fun for everyone! Hopefully there will be an official webpage [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-15" title="tsunamix2" src="http://fra.xtil.net/blog/wp-content/uploads/2009/10/tsunamix2.png" alt="tsunamix2" /></p>
<p>The StepMania pack I was previously working on, KBcore, has been abandoned/renamed. The new pack will still contain most of the songs that were in KBcore, but the main difference is that there will be pad files in addition to keyboard ones. That means more fun for everyone!</p>
<p>Hopefully there will be an official webpage for it sometime this or next week. We&#8217;ll see what happens.</p>
]]></content:encoded>
			<wfw:commentRss>http://fra.xtil.net/blog/post/12/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New host</title>
		<link>http://fra.xtil.net/blog/post/6</link>
		<comments>http://fra.xtil.net/blog/post/6#comments</comments>
		<pubDate>Thu, 08 Oct 2009 00:47:54 +0000</pubDate>
		<dc:creator>fraxtil</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://fra.xtil.net/?p=3</guid>
		<description><![CDATA[My old host, izfree.com, got bricked by their provider. This means that the old contents of my blog (all of two posts) are unrecoverable. Now that I&#8217;ve finally fixed all the DNS issues with my new host (probably mostly my fault) my site is back up for good. Hooray.]]></description>
			<content:encoded><![CDATA[<p>My old host, izfree.com, got bricked by their provider. This means that the old contents of my blog (all of two posts) are unrecoverable.</p>
<p>Now that I&#8217;ve finally fixed all the DNS issues with my new host (probably mostly my fault) my site is back up for good. Hooray.</p>
]]></content:encoded>
			<wfw:commentRss>http://fra.xtil.net/blog/post/6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
