<?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>XZIST.org Blog</title>
	<atom:link href="http://xzist.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://xzist.org/blog</link>
	<description></description>
	<lastBuildDate>Sun, 29 Aug 2010 12:24:43 +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>Vocaroo Message Deletion</title>
		<link>http://xzist.org/blog/2010/08/vocaroo-message-deletion/</link>
		<comments>http://xzist.org/blog/2010/08/vocaroo-message-deletion/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 12:17:08 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Vocaroo]]></category>

		<guid isPermaLink="false">http://xzist.org/blog/?p=307</guid>
		<description><![CDATA[From 1st September all messages on Vocaroo over 6 months old will be automatically deleted. This includes both anonymously recorded messages and those stored within a Vocaroo account. Why? Because Vocaroo is a hobby project, barely covers its web hosting costs, and thus does not have the funds to buy infinite storage space. Sorry. You [...]]]></description>
			<content:encoded><![CDATA[<p>From 1st September all messages on <a href="http://vocaroo.com" title="voice recording online">Vocaroo</a> over 6 months old will be automatically deleted. This includes both anonymously recorded messages and those stored within a Vocaroo account.</p>
<p>Why?</p>
<p>Because Vocaroo is a hobby project, barely covers its web hosting costs, and thus does not have the funds to buy infinite storage space.</p>
<p>Sorry.</p>
<p>You can save important messages by clicking the &#8220;Download this message&#8221; link underneath. (right click and select &#8220;save target as&#8221; or similar).</p>
]]></content:encoded>
			<wfw:commentRss>http://xzist.org/blog/2010/08/vocaroo-message-deletion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SPF fail with wrong IP</title>
		<link>http://xzist.org/blog/2009/12/spf-fail-with-wrong-ip/</link>
		<comments>http://xzist.org/blog/2009/12/spf-fail-with-wrong-ip/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 11:08:34 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[web dev]]></category>

		<guid isPermaLink="false">http://xzist.org/blog/?p=219</guid>
		<description><![CDATA[Well, I have SPF set up on my domains, or thought I did, but I found GMail was giving the error Received-SPF: softfail (google.com: domain of transitioning X@X.com does not designate X.X.X.X as permitted sender (my domain and IP removed&#8230;) The problem being, the IP shown was an older IP I used to have and [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I have SPF set up on my domains, or thought I did, but I found GMail was giving the error </p>
<p><code>Received-SPF: softfail (google.com: domain of transitioning X@X.com does not designate X.X.X.X as permitted sender</code></p>
<p>(my domain and IP removed&#8230;)</p>
<p>The problem being, the IP shown was an older IP I used to have and not my current IP&#8230;</p>
<p>Turns out, I still had some old IPs set in /etc/network/interfaces (Ubuntu server) and it seems only the last one was being used by Google mail for SPF purposes. So, the solution was to purge all unused IPs from there, and also set all IPs that I do use within the SPF record&#8230;</p>
<p>Giving something like, as I had two IPs remaining -</p>
<p><code>v=spf1 a ip4:X.X.X.X ip4:X.X.X.X include:aspmx.googlemail.com ~all</code></p>
<p>(the include is for Google Apps)</p>
]]></content:encoded>
			<wfw:commentRss>http://xzist.org/blog/2009/12/spf-fail-with-wrong-ip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TURBO the Movie</title>
		<link>http://xzist.org/blog/2009/10/turbo-the-movie/</link>
		<comments>http://xzist.org/blog/2009/10/turbo-the-movie/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 22:43:16 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[RANTS]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[nonsense]]></category>
		<category><![CDATA[spiel]]></category>

		<guid isPermaLink="false">http://xzist.org/blog/?p=211</guid>
		<description><![CDATA[I just watched TURBO. It&#8217;s an awesome short about futuristic videogamers. It made me feel warm and fuzzy inside. It seems they want to make a feature film of it and need support. So, go and buy it or something. Now.]]></description>
			<content:encoded><![CDATA[<p>I just watched <a href="http://www.turbothemovie.com">TURBO</a>. It&#8217;s an awesome short about futuristic videogamers. It made me feel warm and fuzzy inside.</p>
<p>It seems they want to make a feature film of it and need support. So, go and buy it or something. Now.</p>
]]></content:encoded>
			<wfw:commentRss>http://xzist.org/blog/2009/10/turbo-the-movie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript: Forwarding to another page after downloading</title>
		<link>http://xzist.org/blog/2009/09/javascript-forwarding-to-another-page-after-downloading/</link>
		<comments>http://xzist.org/blog/2009/09/javascript-forwarding-to-another-page-after-downloading/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 19:55:56 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[web dev]]></category>

		<guid isPermaLink="false">http://xzist.org/blog/?p=195</guid>
		<description><![CDATA[If you have a link to download a file (e.g. a piece of software), you may want to redirect to another page after the user clicks the link, perhaps to gather download statistics or display a message to the user. Setting the window.location in an onclick event for that link does not work, as the [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a link to download a file (e.g. a piece of software), you may want to redirect to another page after the user clicks the link, perhaps to gather download statistics or display a message to the user. Setting the window.location in an onclick event for that link does not work, as the opening &#8220;download&#8221; dialog seems to cancel that action.</p>
<p>Instead use a delay:</p>
<blockquote><p>
&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>function RedirectAfterDownload()<br />
{<br />
window.location = &#8220;http://google.com&#8221;;<br />
}</p>
<p>function OnDownloadClick()<br />
{<br />
// redirects after 1 second<br />
setTimeout(&#8216;RedirectAfterDownload()&#8217;, 1000);<br />
}</p>
<p>&lt;/script&gt;</p>
<p>Then to use: &lt;a href=&#8221;myfile.exe&#8221; onclick=&#8221;OnDownloadClick();&#8221;&gt;Download File!&lt;/a&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://xzist.org/blog/2009/09/javascript-forwarding-to-another-page-after-downloading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vocaroo Express &#8211; Send Voice Messages in Windows Mail</title>
		<link>http://xzist.org/blog/2009/09/vocaroo-express-send-voice-messages-in-windows-mail/</link>
		<comments>http://xzist.org/blog/2009/09/vocaroo-express-send-voice-messages-in-windows-mail/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 16:19:44 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Vocaroo]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://xzist.org/blog/?p=185</guid>
		<description><![CDATA[This is a small app for sending voice messages using your default email client (i.e. Outlook Express, Windows Mail, etc&#8230;). I guess it&#8217;s still in beta&#8230; but please give it a try! Click here for more info Features: Simple to use. Click to record, click to stop, and click to send! Send voice messages as [...]]]></description>
			<content:encoded><![CDATA[<p>This is a small app for sending voice messages using your default email client (i.e. Outlook Express, Windows Mail, etc&#8230;). I guess it&#8217;s still in beta&#8230; but please <a href="http://www.vocaroo.com/express/" title="Vocaroo Express lets you send voice emails from Outlook Express, Windows Mail, or any other MAPI compatible email client">give it a try</a>!</p>
<p><a href="http://www.vocaroo.com/express/"><img src="http://www.vocaroo.com/express/screenshot1.png" alt="Vocaroo Express Screenshot" /></a></p>
<p><a href="http://www.vocaroo.com/express/" title="send voice messages from outlook express and windows mail">Click here for more info</a></p>
<p>Features:</p>
<ul>
<li><b>Simple to use</b>. Click to record, click to stop, and click to send!
<li>Send voice messages as an attachment using your Windows email client.
<li>Use the email software and address book you are are comfortable with.
<li>All recordings are saved on disk for backup and later listening.
<li>Help messages <b>guide you each step of the way</b> (all three of them!).
<li>A rather fetching green and purple colour scheme.
</ul>
<p>It should work with any MAPI compatible email client and all versions of Windows. Some obvious &#8220;features&#8221; such as SMTP server support have been left out for the sake of simplicity (this app needs to be something your mother can use!). However you can always set your own SMTP server as an account in Outlook Express so that functionality is not really needed.</p>
<p>It does of course require you have a microphone.</p>
<p><a href="http://www.vocaroo.com/express/" title="Download the free trial of Vocaroo Express on this page">Download now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xzist.org/blog/2009/09/vocaroo-express-send-voice-messages-in-windows-mail/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Embedding the Vocaroo widget in a WordPress.com blog</title>
		<link>http://xzist.org/blog/2009/08/embedding-the-vocaroo-widget-in-a-wordpresscom-blog/</link>
		<comments>http://xzist.org/blog/2009/08/embedding-the-vocaroo-widget-in-a-wordpresscom-blog/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 10:43:30 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Vocaroo]]></category>

		<guid isPermaLink="false">http://xzist.org/blog/?p=181</guid>
		<description><![CDATA[&#8230;is not possible, sorry :( WordPress.com blogs don&#8217;t seem to allow the embedding of any flash media except from a few big companies such as YouTube, who they must have some kind of agreement with&#8230;]]></description>
			<content:encoded><![CDATA[<p>&#8230;is not possible, sorry :(</p>
<p>WordPress.com blogs don&#8217;t seem to allow the embedding of any flash media except from a few big companies such as YouTube, who they must have some kind of agreement with&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://xzist.org/blog/2009/08/embedding-the-vocaroo-widget-in-a-wordpresscom-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We have a bug!</title>
		<link>http://xzist.org/blog/2009/07/we-have-a-bug/</link>
		<comments>http://xzist.org/blog/2009/07/we-have-a-bug/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 09:43:56 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[game dev]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://xzist.org/blog/?p=169</guid>
		<description><![CDATA[The power of printf reveals all. Hmm. It doesn&#8217;t crash though. Weird graphical excitations occur instead. Bugs which cause crashes are the *nice* ones. This is far more insidious.]]></description>
			<content:encoded><![CDATA[<p><img src="http://xzist.org/blog/wp-content/uploads/2009/07/wehaveabug.png" alt="wehaveabug" title="wehaveabug" width="669" height="335" class="alignnone size-full wp-image-168" /></p>
<p>The power of printf reveals all. Hmm.</p>
<p>It doesn&#8217;t crash though. Weird graphical excitations occur instead. Bugs which cause crashes are the *nice* ones. This is far more insidious.</p>
]]></content:encoded>
			<wfw:commentRss>http://xzist.org/blog/2009/07/we-have-a-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Iranian elections</title>
		<link>http://xzist.org/blog/2009/06/happy-iranian-elections/</link>
		<comments>http://xzist.org/blog/2009/06/happy-iranian-elections/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 16:42:14 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[RANTS]]></category>
		<category><![CDATA[nonsense]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[spiel]]></category>

		<guid isPermaLink="false">http://xzist.org/blog/?p=158</guid>
		<description><![CDATA[What with all the news of web and media restrictions currently in Iran I have temporarily unblocked my Web Proxies in solidarity. (Usually I block Iranian IP addresses as they eat up resources and there is no ad revenue to be had). It&#8217;s always possible my proxies are now blocked by their government, but we&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://xzist.org/blog/wp-content/uploads/2009/06/184px-flag_of_iransvg.png" alt="184px-flag_of_iransvg" title="184px-flag_of_iransvg" width="184" height="105" class="alignright size-full wp-image-162" /></p>
<p>What with all the news of web and media restrictions currently in Iran I have temporarily unblocked my <a href="http://defiltering.co.uk">Web Proxies</a> in solidarity. (Usually I block Iranian IP addresses as they eat up resources and there is no ad revenue to be had). It&#8217;s always possible my proxies are now blocked by their government, but we&#8217;ll see.</p>
<p>In other thoughts, some kind of peer to peer wireless network is needed to prevent Iran and other countries (who knows what idiocy will be thought up by the British government and other so called &#8220;free&#8221; countries in the name of counter-terrorism) from censoring information. Complete decentralisation is required. <a href="http://www.terranet.se">Terranet</a> were in the news at one point, but they haven&#8217;t really taken off, and I&#8217;m not sure what their goals really are.</p>
<p>Such a network would undoubtedly be slow as treacle (have you ever used <a href="http://freenetproject.org">Freenet</a>?), but provided the main content is pure text, and nodes do plenty of caching, <strong>something</strong> should be possible. And anything is better than nothing! Heck, even if messages and text pages took a few hours to trickle through and download, it&#8217;s still uncensored information.</p>
<p>Maybe currently existing tech can be subverted. A new mobile phone firmware, perhaps, if they are capable of phone-to-phone communications. Maybe some kind of long range wifi.</p>
<p>Having said that, for widespread adoption, you really want something incredibly simply to use, a dedicated gadget, not a hacked mobile that only a geek can set up. Mass production of self contained hardware nodes is required.</p>
<p>I guess too, if these devices had a use in the western world, and become indispensable here, they would eventually trickle through to other countries too. The obvious selling point would be the absence of a subscription fee &#8211; no cabling, no satellite, no nothing required. Free information, information for free.</p>
]]></content:encoded>
			<wfw:commentRss>http://xzist.org/blog/2009/06/happy-iranian-elections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Life goals #1</title>
		<link>http://xzist.org/blog/2009/06/life-goals-1/</link>
		<comments>http://xzist.org/blog/2009/06/life-goals-1/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 07:10:05 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[life goals]]></category>

		<guid isPermaLink="false">http://xzist.org/blog/?p=154</guid>
		<description><![CDATA[#1 Start a power company and call it Shinra Electric Power Company]]></description>
			<content:encoded><![CDATA[<p>#1 Start a power company and call it Shinra Electric Power Company</p>
]]></content:encoded>
			<wfw:commentRss>http://xzist.org/blog/2009/06/life-goals-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The problem with the BNP</title>
		<link>http://xzist.org/blog/2009/06/the-problem-with-the-bnp/</link>
		<comments>http://xzist.org/blog/2009/06/the-problem-with-the-bnp/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 10:45:48 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[RANTS]]></category>

		<guid isPermaLink="false">http://xzist.org/blog/?p=142</guid>
		<description><![CDATA[Their racism label is a problem. If you listen to their interviews, they can do a surprisingly good job at justifying their views on race. Particularly, they point to all the various organisations set up to promote &#8220;minorities&#8221; and ask: why not one for indigenous white people? [Maybe I have missed something though, I'm happy [...]]]></description>
			<content:encoded><![CDATA[<p>Their racism label is a problem. If you listen to their interviews, they can do a surprisingly good job at justifying their views on race. Particularly, they point to all the various organisations set up to promote &#8220;minorities&#8221; and ask: why not one for indigenous white people?</p>
<p>[Maybe I have missed something though, I'm happy to be corrected. *scared of being called racist*]</p>
<p>So as far as I can see, this &#8220;racism&#8221; label seems to be mostly media frenzy, and a distraction from some of their other policies:</p>
<blockquote><p>We support the re-introduction of corporal punishment for petty criminals and vandals, and the restoration of capital punishment for paedophiles, terrorists and murderers as an option for judges in cases where their guilt is proven beyond dispute, as by DNA evidence or being caught red-handed.</p></blockquote>
<p>Corporal punishment? They want to return Britain to the middle ages?</p>
<p>And reintroduce the death penalty? A person who in cold blood, can sentence another to death, can have no ability of empathy. To sentence a person to death is the ultimate absence of compassion.</p>
<p>If you cannot consider another person&#8217;s feelings or viewpoint, you should not be in government.</p>
<p>Not to mention the <a href="http://asiapacific.amnesty.org/library/Index/ENGAFR010132004?open&#038;of=ENG-2AF">many other reasons against the death penalty</a>.</p>
<p>But really, for all those reasons listed on that link by amnesty, for me it boils down to:</p>
<p><strong>Someone who supports the death penalty can kill in cold blood.</strong></p>
<p>And is not just able to club someone over the head who did not expect it, but would sentence someone to wait on death row for months or years, to contemplate their upcoming death. Then to chain someone down, with no hope of escape or redemption, while a lethal injection or electrocution or some such is administered. If it was carried out by a crazed psycho in a horror movie it would be considered sick and twisted. Torture.</p>
<p>So do death penalty supporters simply lack empathy, the ability to imagine themselves in such a situation? Or are they able to empathise, yet support this torture anyway?</p>
]]></content:encoded>
			<wfw:commentRss>http://xzist.org/blog/2009/06/the-problem-with-the-bnp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
