<?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>Anomos is Freedom! &#187; Other Projects</title>
	<atom:link href="http://anomos.info/wp/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://anomos.info/wp</link>
	<description>Anomos: Anonymous and Encrypted BitTorrent</description>
	<lastBuildDate>Mon, 12 Jul 2010 03:10:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>ACR120</title>
		<link>http://anomos.info/wp/2009/05/20/acr120/</link>
		<comments>http://anomos.info/wp/2009/05/20/acr120/#comments</comments>
		<pubDate>Wed, 20 May 2009 23:45:14 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Other Projects]]></category>

		<guid isPermaLink="false">http://anomos.info/wp/?p=210</guid>
		<description><![CDATA[If you&#8217;ve browsed our git repository recently, you probably saw a new project called ACR120. A few months back I bought an ACR120U RFID reader/writer to try and find out what kind of data was stored on my student ID, and maybe.. you know.. make a copy of it for safe keeping. Anyway, it can [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve browsed our <a href="http://git.anomos.info">git repository</a> recently, you probably saw a new project called ACR120. A few months back I bought an ACR120U RFID reader/writer to try and find out what kind of data was stored on my student ID, and maybe.. you know.. make a copy of it for safe keeping. Anyway, it can read ISO14443 compliant cards like ever so popular <a href="http://hackaday.com/2008/01/01/24c3-mifare-crypto1-rfid-completely-broken/">MiFare Classic card</a>, but the Linux support is pretty iffy out of the box. There&#8217;s a driver at least, so I started writing a SWIG wrapper and a high level python interface to the device. My ACR120 is locked up in storage until September &#8212; but if anyone else has one and wants to hack on it, by all means, check out the source and send me any questions you have.</p>
<p><span style="color: #000080;">EDIT: I&#8217;ve moved the ACR120 git repo to </span><a href="http://anomos.info/~john/">http://anomos.info/~john/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://anomos.info/wp/2009/05/20/acr120/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Conway&#8217;s Game of Life</title>
		<link>http://anomos.info/wp/2008/05/18/conways-game-of-life/</link>
		<comments>http://anomos.info/wp/2008/05/18/conways-game-of-life/#comments</comments>
		<pubDate>Mon, 19 May 2008 04:01:54 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Other Projects]]></category>
		<category><![CDATA[cellular automata]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[game of life]]></category>

		<guid isPermaLink="false">http://anomos.info/wp/?p=5</guid>
		<description><![CDATA[Here&#8217;s an 8&#215;8 LED matrix display that I built and programmed to play out randomly generated boards of Conway&#8217;s Game of Life: While I was waiting for the parts to arrive I wrote a little python version that should run on just about any computer assuming python and pygame are installed. The program will display [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an 8&#215;8 LED matrix display that I built and programmed to play out randomly generated boards of Conway&#8217;s Game of Life:</p>
<div align="center">
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/h3u9PVQEngg&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/h3u9PVQEngg&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
</div>
<p>
While I was waiting for the parts to arrive I wrote a little <a href="/src/conway.py">python version</a> that should run on just about any computer assuming <a href="http://python.org">python</a> and <a href="http://pygame.org">pygame</a> are installed. The program will display a square 40&#215;40 toroidal game of life board by default, but it can take a command line argument to make it NxN (ex: python conway.py 8). There are <a href="http://golly.sourceforge.net">plenty</a> <a href="http://plife.sourceforge.net">of</a> <a href="http://www.catb.org/~esr/xlife-5.0.tar.gz">other</a> very nice game of life implementations out there, much faster and more featureful than this one, which I highly recommend if you&#8217;re interested in learning about this cellular automata.</p>
<p>Now, about the hardware version.<br />
The <a href="/src/life.zip">source</a> is available, and if you&#8217;re interested in building one there are tons of circuit diagrams online for driving an 8&#215;8 LED Matrix (<a href="http://www.best-microcontroller-projects.com/led-dot-matrix-display.html">like this one</a>). It&#8217;s a fun project and definitely easy enough for beginners (I have virtually no electronics experience, and this is also the first time I&#8217;ve ever programmed a PIC). </p>
]]></content:encoded>
			<wfw:commentRss>http://anomos.info/wp/2008/05/18/conways-game-of-life/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
