<?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/"
	>

<channel>
	<title>TheThirdAngle.org</title>
	<atom:link href="http://thethirdangle.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://thethirdangle.org</link>
	<description>Programming, Technology, and Design</description>
	<pubDate>Sat, 21 Mar 2009 15:44:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Introducing Codex 2.0</title>
		<link>http://thethirdangle.org/2009/03/21/introducing-codex-20/</link>
		<comments>http://thethirdangle.org/2009/03/21/introducing-codex-20/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 15:44:54 +0000</pubDate>
		<dc:creator>Mike Moran</dc:creator>
		
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://thethirdangle.org/?p=23</guid>
		<description><![CDATA[Codex 2.0 is the newest project I&#8217;m creating.  It is in many ways a replacement to my original Codex, which never  saw any real release due to some fairly technical issues.   This time around we are starting completely custom.  This is more a necessity than a design choice, since the project is being written in [...]]]></description>
			<content:encoded><![CDATA[<p>Codex 2.0 is the newest project I&#8217;m creating.  It is in many ways a replacement to my original Codex, which never  saw any real release due to some fairly technical issues.   This time around we are starting completely custom.  This is more a necessity than a design choice, since the project is being written in Python 3 and it is just too new to be compatible.  As to source code and binary releases, I have to get them out, but not until I am comfortable with the product.  This application uses my threadlet library, so I have decided to roll all the code into one project, with separate library releases as soon as I find the time.</p>
<p>-Mike</p>
]]></content:encoded>
			<wfw:commentRss>http://thethirdangle.org/2009/03/21/introducing-codex-20/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Python Cooperative Multitasking</title>
		<link>http://thethirdangle.org/2009/03/01/python-coop-multitasking/</link>
		<comments>http://thethirdangle.org/2009/03/01/python-coop-multitasking/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 00:29:59 +0000</pubDate>
		<dc:creator>Mike Moran</dc:creator>
		
		<category><![CDATA[programming]]></category>

		<category><![CDATA[code]]></category>

		<category><![CDATA[multitasking]]></category>

		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://thethirdangle.org/?p=20</guid>
		<description><![CDATA[As many of you who may know me are already aware, I have been working on a cooperative multitasking library.  I hope to have the code posted on this site within the week.  The basic idea about the library is that it allows a user to be able develop threadlets.  A threadlet is a small [...]]]></description>
			<content:encoded><![CDATA[<p>As many of you who may know me are already aware, I have been working on a cooperative multitasking library.  I hope to have the code posted on this site within the week.  The basic idea about the library is that it allows a user to be able develop threadlets.  A threadlet is a small python function that has been written as a generator.  There is a scheduler object that goes though the different threadlets and runs them one at a time.  The reason I decided to employ this technique is because of the simplicity of writing the threadlets.  Now, this library isn&#8217;t really geared towards someone that needs a lot of complex code in a threadlet, that would probably best be served by using Python&#8217;s built in library.  However, this has the potential to be very useful for highly concurrent applications.  To that end, the scheduler has a pluggable communication interface.  This allows the programmer to select the method of communication for his application that best supports the function of his program.  I hope to release some code samples with the library, as well as developing a few full applications that use this library.</p>
<p>Some benifits of this library:</p>
<ul>
<li>Small size</li>
<li>Threadlets are ≈ 1.5KB</li>
<li>Pluggable communication between the threadlets</li>
<li>Written in Python 3</li>
</ul>
<p>Stay tune as more information is available.</p>
<p>-Mike</p>
]]></content:encoded>
			<wfw:commentRss>http://thethirdangle.org/2009/03/01/python-coop-multitasking/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://thethirdangle.org/2009/02/28/hello-world/</link>
		<comments>http://thethirdangle.org/2009/02/28/hello-world/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 19:06:38 +0000</pubDate>
		<dc:creator>Mike Moran</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thethirdangle.org/?p=1</guid>
		<description><![CDATA[Welcome to TheThirdAngle.org.  We are currently setting up Wordpress, so please mind the mess.
]]></description>
			<content:encoded><![CDATA[<p>Welcome to TheThirdAngle.org.  We are currently setting up Wordpress, so please mind the mess.</p>
]]></content:encoded>
			<wfw:commentRss>http://thethirdangle.org/2009/02/28/hello-world/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Suggestions always welcome</title>
		<link>http://thethirdangle.org/2009/02/28/suggestions-always-welcome/</link>
		<comments>http://thethirdangle.org/2009/02/28/suggestions-always-welcome/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 20:27:06 +0000</pubDate>
		<dc:creator>Mike Moran</dc:creator>
		
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://thethirdangle.org/?p=9</guid>
		<description><![CDATA[Now, that this site is up and running suggestions or comments are always welcome.  I relize that we are a little content light right now, but that should change over the next week
]]></description>
			<content:encoded><![CDATA[<p>Now, that this site is up and running suggestions or comments are always welcome.  I relize that we are a little content light right now, but that should change over the next week</p>
]]></content:encoded>
			<wfw:commentRss>http://thethirdangle.org/2009/02/28/suggestions-always-welcome/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
