<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Synapse</title>
	<link>http://synapse.bencoder.com</link>
	<description>The junction between one mind and another</description>
	<lastBuildDate>Sat, 29 May 2010 15:20:52 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Manufactoria</title>
		<description><![CDATA[a few days ago my friend found an excellent game called manufactoria. You can play the game here: http://jayisgames.com/games/manufactoria/
It is kind of a cross between a Turing machine and befunge. To play you place your program onto the grid and a robot moves across it, with the operations determining how it will move and how [...]]]></description>
		<link>http://synapse.bencoder.com/?p=25</link>
			</item>
	<item>
		<title>Cyberpunk Radio</title>
		<description><![CDATA[There is now a twitter feed for the cyberpunk radio: @CyberpunkRadio
That should update you whenever there are live streams going on. I&#8217;ve also changed the fallback music a lot now to be more what I&#8217;m into at the moment.
You can listen to it here:
download the .m3u playlist
You&#8217;ll need a player capable of listening to vorbis [...]]]></description>
		<link>http://synapse.bencoder.com/?p=23</link>
			</item>
	<item>
		<title>Pyweek</title>
		<description><![CDATA[2 weeks ago me and my friend made a game for pyweek 10 where you ride a unicycle.
You can see the project page here to download the game.
Voting ends tonight so we&#8217;ll be able to see how we did. You can see a video of the game here: http://www.youtube.com/watch?v=yQrzsNs6br4
]]></description>
		<link>http://synapse.bencoder.com/?p=17</link>
			</item>
	<item>
		<title>Cheap backups via google mail</title>
		<description><![CDATA[If you need or want a cheap(free) remote backup option for a small website, consider using google&#8217;s generous mail service.
This script runs in the middle of the night each day:

#!/bin/bash
#Make dump of the database from mysql
mysqldump --user=dbuser --password=dbpass --databases dbname --opt --quote-names --complete-insert &#124; bzip2 -c &#62; /tmp/dbbackup.bz2

#Move yesterdays backup to .old, just in case [...]]]></description>
		<link>http://synapse.bencoder.com/?p=5</link>
			</item>
</channel>
</rss>
