<?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>Intosia.com</title>
	<atom:link href="http://intosia.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://intosia.com</link>
	<description>Things about stuff</description>
	<lastBuildDate>Mon, 15 Nov 2010 17:54:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Extreme audio stretching</title>
		<link>http://intosia.com/2010-11-15/extreme-audio-stretching/</link>
		<comments>http://intosia.com/2010-11-15/extreme-audio-stretching/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 17:54:36 +0000</pubDate>
		<dc:creator>Intosia</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[audio]]></category>

		<guid isPermaLink="false">http://intosia.com/?p=82</guid>
		<description><![CDATA[A couple of months ago i was looking at audio stretching tools, and i came across Paul's Extreme Sound Stretch. A niffty little tool to stretch audio completely beyond normal use (unlimited stretch amount). You can listen to audio in realtime or render it to a wave file. Its also possible to 'freeze' the sound, [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of months ago i was looking at audio stretching tools, and i came across <a href="http://hypermammut.sourceforge.net/paulstretch/">Paul's Extreme Sound Stretch</a>. A niffty little tool to stretch audio completely beyond normal use (unlimited stretch amount). You can listen to audio in realtime or render it to a wave file. Its also possible to 'freeze' the sound, which can result in some cool sound effects.</p>
<p>Here is a small test i did. The stretching works best on String/Synth like sounds, that are 'smooth'.</p>
<p>This is the <strong>original sound</strong>, which is 25 seconds long (taken from the <a title="NeoTokyo Trailer" href="http://www.youtube.com/watch?v=MOh3xYPrYF8">NeoTokyo trailer</a>).<br />
<code></code></p>
<p>This is the <strong>stretched version</strong>, now 8 minutes long!<br />
<code></code></p>
]]></content:encoded>
			<wfw:commentRss>http://intosia.com/2010-11-15/extreme-audio-stretching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.intosia.com/media/audio/paulstretch_test.mp3" length="8679240" type="audio/mpeg" />
<enclosure url="http://www.intosia.com/media/audio/original.mp3" length="619416" type="audio/mpeg" />
		</item>
		<item>
		<title>Compiling Newspost usenet poster (on ARM)</title>
		<link>http://intosia.com/2010-09-21/compiling-newspost-usenet-poster/</link>
		<comments>http://intosia.com/2010-09-21/compiling-newspost-usenet-poster/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 14:49:39 +0000</pubDate>
		<dc:creator>Intosia</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[compiling]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[newspost]]></category>
		<category><![CDATA[sheevaplug]]></category>

		<guid isPermaLink="false">http://intosia.com/?p=71</guid>
		<description><![CDATA[Newspost is a commandline tool for posting files to Usenet (im using it on my Sheevaplug). Since Debian removed this package from the (ARM architecture) repository compiling from source is the only option. This gave the following error: utils.h:29: error: conflicting types for âgetlineâ To fix this, open '/usr/include/stdio.h' with a texteditor. Find the following [...]]]></description>
			<content:encoded><![CDATA[<p>Newspost is a commandline tool for posting files to Usenet (im using it on my <a title="Sheevaplug" href="http://en.wikipedia.org/wiki/SheevaPlug">Sheevaplug</a>). Since Debian removed this package from the (ARM architecture) repository compiling from source is the only option. This gave the following error:</p>
<blockquote><p>utils.h:29: error: conflicting types for âgetlineâ</p></blockquote>
<p>To fix this, open '<strong>/usr/include/stdio.h</strong>' with a texteditor.</p>
<p>Find the following block of code:</p>
<blockquote><p>extern _IO_ssize_t <strong>getline</strong> (char **__restrict __lineptr,<br />
size_t *__restrict __n,<br />
FILE *__restrict __stream) __wur;</p></blockquote>
<p>Change the word 'getline' to 'parseline'.</p>
<blockquote><p>extern _IO_ssize_t <strong>parseline </strong>(char **__restrict __lineptr,<br />
size_t *__restrict __n,<br />
FILE *__restrict __stream) __wur;</p></blockquote>
<p>Save the file and compile again! Dont forget to change it back after compiling!</p>
]]></content:encoded>
			<wfw:commentRss>http://intosia.com/2010-09-21/compiling-newspost-usenet-poster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Photoshop CS2 on Windows 7 (x64)</title>
		<link>http://intosia.com/2010-09-21/installing-photoshop-cs2-on-windows-7/</link>
		<comments>http://intosia.com/2010-09-21/installing-photoshop-cs2-on-windows-7/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 13:48:46 +0000</pubDate>
		<dc:creator>Intosia</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[serial]]></category>

		<guid isPermaLink="false">http://intosia.com/?p=68</guid>
		<description><![CDATA[Installing Photoshop CS2 on Windows 7 (64bit) gave me the following error when starting Photoshop: Your Adobe Photoshop user name, organization or serial number is missing or invalid. The application cannot continue and must now exit. Fix this by uninstalling Photoshop, and reinstalling it to the following location: C:\progra~2\adobe Photoshop now installs correctly!]]></description>
			<content:encoded><![CDATA[<p>Installing Photoshop CS2 on Windows 7 (64bit) gave me the following error when starting Photoshop:</p>
<blockquote><p>Your Adobe Photoshop user name, organization or serial number is  missing or invalid. The application cannot continue and must now exit.</p></blockquote>
<p>Fix this by uninstalling Photoshop, and reinstalling it to the following location: <strong>C:\progra~2\adobe</strong></p>
<p>Photoshop now installs correctly!</p>
]]></content:encoded>
			<wfw:commentRss>http://intosia.com/2010-09-21/installing-photoshop-cs2-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

