<?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>Lonely Lion &#187; Projects</title>
	<atom:link href="http://weblog.lonelylion.com/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblog.lonelylion.com</link>
	<description>Chris McAvoy likes kites</description>
	<lastBuildDate>Fri, 10 Feb 2012 07:57:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Objective-C, Cocoa, OSX Desktop Apps &amp; iPhone</title>
		<link>http://weblog.lonelylion.com/2009/01/28/objective-c-cocoa-osx-desktop-apps-iphone/</link>
		<comments>http://weblog.lonelylion.com/2009/01/28/objective-c-cocoa-osx-desktop-apps-iphone/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 15:25:05 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://weblog.lonelylion.com/?p=803</guid>
		<description><![CDATA[Like a lot of developers nowadays, I&#8217;m spending some time learning Objective-C &#38; the Cocoa Framework so that I can jump into iPhone development. I&#8217;m clearly a little late to the game, but I usually am, so&#8230;no worries. So far, I&#8217;m keeping an open mind (which can be tough for me, as I&#8217;m 32 but [...]]]></description>
			<content:encoded><![CDATA[<p>Like a lot of developers nowadays, I&#8217;m spending some time learning Objective-C &amp; the Cocoa Framework so that I can jump into iPhone development.  I&#8217;m clearly a little late to the game, but I usually am, so&#8230;no worries.</p>
<p>So far, I&#8217;m keeping an open mind (which can be tough for me, as I&#8217;m 32 but act like a cranky 72 year old).  It&#8217;s surprising, Objective-C isn&#8217;t as wildly complicated as it first looks, the really disorienting thing is working in Xcode.  I&#8217;m so in love with the straight simplicity of building apps in Emacs that all the dragging and dropping throws me off.  Granted, in my recent (undocumented) foolings with Java, I started to covet all the work that Eclipse was doing for me, however, something about all the magical dragging and clicking makes me nervous.  What&#8217;s it doing in there?</p>
<p>I&#8217;ve also got that old <a href="http://www.tbray.org/ongoing/When/200x/2003/07/12/WebsThePlace">sharecropper</a> feeling, which is kind of rough.  Once you develop your fancy iPhone app in Objective-C and Cocoa, you can reuse libraries to build it out as a OSX app, but that&#8217;s about it.  You can develop a OSX app in Python or Ruby through bridges to Cocoa, but you can&#8217;t use that code on the iPhone, iPhone is Objective-C only.  You could move some of your heavy lifting to a web service, but then you&#8217;re tethering your fancy iPhone app to require a network connection.</p>
<p>Anywho, it&#8217;s an interesting thing to learn, I&#8217;m sure I&#8217;ll have fun with it, it just doesn&#8217;t feel like it has the wide open opportunities that learning Python did, or Java does.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.lonelylion.com/2009/01/28/objective-c-cocoa-osx-desktop-apps-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Django on AppEngine</title>
		<link>http://weblog.lonelylion.com/2008/04/08/django-on-appengine/</link>
		<comments>http://weblog.lonelylion.com/2008/04/08/django-on-appengine/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 02:51:44 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[appengine]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://weblog.lonelylion.com/2008/04/08/django-on-appengine/</guid>
		<description><![CDATA[I started my first AppEngine project this evening. I was lucky enough to get into the Beta. I don&#8217;t want to be too gushy or hyperbolic, but this is the future folks. I&#8217;m not going to cover the bits about what appengine is, I&#8217;m assuming you&#8217;ve heard. If not, head over to the appengine site [...]]]></description>
			<content:encoded><![CDATA[<p>I started my first AppEngine project this evening.  I was lucky enough to get into the Beta.  I don&#8217;t want to be too gushy or hyperbolic, but this is the future folks.</p>
<p>I&#8217;m not going to cover the bits about <em>what appengine is</em>, I&#8217;m assuming you&#8217;ve heard.  If not, head over to <a href="http://code.google.com/appengine">the appengine site</a> and do some reading.  If you&#8217;re a little bit confused about WSGI, I encourage you to read anything Ian Bicking has written over the past few years, or my humble article on <a href="http://www.developer.com/lang/other/article.php/3734416">building a wsgi app</a>.</p>
<p>So&#8230;my plan is to build a tomato tracking application on top of THE CLOUD (cue the music).  The wife and I are planting a bunch of tomatoes this year, so I&#8217;m sort of hopped up on them.  The app will let folks to report on the life, well being, and eventual yields of their backyard tomatoes.  It&#8217;s going to be the world&#8217;s greatest web application.  I&#8217;m going to develop it before a live studio audience via the <a href="http://code.google.com/p/tomatobase/">TomatoBase Google Code Project</a>.  The app will live at <a href="http://tomatobase.appspot.com">http://tomatobase.appspot.com</a>.</p>
<p>So far, there&#8217;s not much there.  Just a landing page that says something pithy, that&#8217;s protected by a Google user login.  I initially thought I&#8217;d jump feet first into the Google themed stack, using their very fancy webapp api, but after reading <a href="http://code.google.com/appengine/articles/django.html">how easy it is to just go for Django</a>, I decided to go with what I know.  There&#8217;s a few gotchas, it&#8217;s really more like Django-Lite, but it&#8217;s still pretty darn good.  You lose the ORM and Admin, but still get the url mapper, controllers, middleware, templates&#8230;oh, and BigTable.  Pretty good trade as far as I&#8217;m concerned.</p>
<p>Developing with the toolkit is pretty slick, everything runs locally until you&#8217;re ready to push, and then it&#8217;s a quick &#8220;appcfg.py update django-mater&#8221; and it goes live.  So simple.  I love it.</p>
<p>I haven&#8217;t really ventured beyond exploration into actual TomatoBase development just yet.  I started exploring the user system a bit, it&#8217;s pretty straight-forward.  So straight-forward that I contributed a decorator to Django Snippets that lets you use the user system in a @loginrequired sort of way.  It&#8217;s here: <a href="http://www.djangosnippets.org/snippets/691/">Google AppEngine Login Decorator</a>.</p>
<p>I&#8217;m moving much quicker on this than I anticipated.  I thought I wouldn&#8217;t have time to explore until this weekend, but it&#8217;s a really compelling product.  I&#8217;m excited for them to open it up to a wider audience.  At some point I&#8217;ll write a bit about what I think this all means (this <em>means something</em>), but for now I&#8217;m too busy playing.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.lonelylion.com/2008/04/08/django-on-appengine/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Bricked my iBook</title>
		<link>http://weblog.lonelylion.com/2007/10/22/bricked-my-ibook/</link>
		<comments>http://weblog.lonelylion.com/2007/10/22/bricked-my-ibook/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 18:19:23 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://weblog.lonelylion.com/2007/10/22/bricked-my-ibook/</guid>
		<description><![CDATA[I set out to get Linux installed on my old iBook G4 over the weekend. Not a huge task, I thought, easy install good payoff, a fun weekend project. Bah. I downloaded the newly released and ported Ubuntu Gutsy Gibbon for PPC. The install went bad, a software installation failed, so I had to install [...]]]></description>
			<content:encoded><![CDATA[<p>I set out to get Linux installed on my old iBook G4 over the weekend.  Not a huge task, I thought, easy install good payoff, a fun weekend project.  Bah.</p>
<p>I downloaded the newly released and ported Ubuntu Gutsy Gibbon for PPC.  The install went bad, a software installation failed, so I had to install a bunch of packages with apt-get after the installer finished.  After installing GDM, I couldn&#8217;t see the screen.  It turns out, there&#8217;s a bug in a package that was pushed into the Gutsy release.  Because PPC is a community supported release, its prone to a few more bugs than the mainline releases.  No biggee, I think, I&#8217;ll just install Fiesty.  All I really want is to have linux on some of my old hardware to play around with.</p>
<p>Somehow, my Fiesty CD didn&#8217;t burn correctly, and started throwing errors during the installation.  Right after my hard drive was formatted.  Now, when I insert a good CD, I hold down &#8216;C&#8217; to try and boot off of the CD-ROM, nothing happens.  I get to the Yaboot screen, which asks me to boot a bad partition of Linux.  It lists CD as an option for booting, but nothing happens when I try booting off a new fresh CD.</p>
<p>All this is well and good, and kind of fun to troubleshoot.  I&#8217;m not losing any sleep over the fix of the iBook, I&#8217;m sure I&#8217;ll figure it out.  I think my next step is to confirm that I have a good CD for PPC.  I&#8217;m not entirely sure how to do that.  I&#8217;m thinking about trying to boot off my known-good OSX installation CD, just to see if the machine is still capable of booting off a CD.</p>
<p>Anyone else run into these sorts of troubs?  I really would like to have a nice Ubuntu laptop that I can break occasionally, maybe hook up to a robot or something.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.lonelylion.com/2007/10/22/bricked-my-ibook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Same Title Different Story</title>
		<link>http://weblog.lonelylion.com/2007/04/07/same-title-different-story/</link>
		<comments>http://weblog.lonelylion.com/2007/04/07/same-title-different-story/#comments</comments>
		<pubDate>Sat, 07 Apr 2007 17:36:49 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[sametitledifferentstory]]></category>

		<guid isPermaLink="false">http://weblog.lonelylion.com/2007/04/07/same-title-different-story/</guid>
		<description><![CDATA[I&#8217;ve been working on a podcast the past few weeks. It&#8217;s officially online now at Same Title Different Story. The premise is pretty simple, I gave a title to a story to a group of friends, and asked them to write the story that goes with the title. Then I recorded them reading their story. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a podcast the past few weeks.  It&#8217;s officially online now at <a href="http://sametitledifferentstory.com">Same Title Different Story</a>.</p>
<p>The premise is pretty simple, I gave a title to a story to a group of friends, and asked them to write the story that goes with the title.  Then I recorded them reading their story.  I have 13 stories recorded with two different titles.  The first two stories just went online, they&#8217;re from <a href="http://www.myspace.com/missalexwhitetheredorchestra">Miss Alex White</a> and <a href="http://mollyhale.net">Molly Hale</a>.  I&#8217;ll be releasing more episodes over the next few weeks.  They&#8217;re all really good stories, I&#8217;m excited to get them out to the world.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.lonelylion.com/2007/04/07/same-title-different-story/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes for Tonight&#039;s Chicago.pm Meeting</title>
		<link>http://weblog.lonelylion.com/2007/02/20/notes-for-tonights-chicagopm-meeting/</link>
		<comments>http://weblog.lonelylion.com/2007/02/20/notes-for-tonights-chicagopm-meeting/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 23:29:56 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Perl6]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://weblog.lonelylion.com/2007/02/20/notes-for-tonights-chicagopm-meeting/</guid>
		<description><![CDATA[I&#8217;m presenting tonight at the Chicago Perl Monger&#8217;s meeting. I&#8217;m giving a tour of some stuff that might appeal to Perl programmers who want to learn new languages. I&#8217;m focusing on Ruby and Python. Here are the notes, they&#8217;re also available in my public subversion repository: Language Hootenanny Notes for the language hootenanny presentation at [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m presenting tonight at the Chicago Perl Monger&#8217;s meeting.  I&#8217;m giving a tour of some stuff that might appeal to Perl programmers who want to learn new languages.  I&#8217;m focusing on Ruby and Python.  Here are the notes, they&#8217;re also available in my <a href="http://lonelylion.com/mcavoy_public/presentations">public subversion repository</a>:</p>
<h1>Language Hootenanny</h1>
<p>Notes for the language hootenanny presentation at February&#8217;s Chicago.pm meetings.</p>
<h2>Agenda</h2>
<ol>
<li>A little bit about me</li>
<li>Find out what everyone wants to know</li>
<li>Language overview
<ol>
<li>for each language, a brief discussion about its culture, philosophy, and resources.  Then the one thing about it that&#8217;s really &#8220;cool&#8221; and some code samples.</li>
</ol>
</li>
</ol>
<h2>What I like about a language</h2>
<p>Object oriented, good testing framework, <em>great</em> documentation, fun community, lots of libraries, web stuff.  Also, interactive shells&#8230;the total time it takes to learn a language is cut down considerably if you have an interactive shell to play with.  They&#8217;re pretty standard anymore, so this is usually just a given.</p>
<h2>Classifying languages</h2>
<p>There&#8217;s really two kinds of languages in my book, the kind you can make money from and the kind you learn for fun.</p>
<h2>Ruby</h2>
<h3>Resources</h3>
<ul>
<li><a href="http://ruby-lang.org">Main Ruby site</a></li>
<li><a href="http://rubyforge.org">Rubyforge, just like Sourceforge but with all Ruby projects</a></li>
<li>The Pragmatic Programmer&#8217;s Ruby Book (The Pickaxe) by Dave Thomas</li>
<li><a href="http://poignantguide.net/ruby/">_why&#8217;s poignant Ruby guide</a> &lt;&#8212;quirky guide to Ruby</li>
<li><a href="http://www.bigbold.com/snippets">Code Snippets</a> &lt;&#8212;actually, this is good for all three languages</li>
</ul>
<p>My recommendation to learn Ruby is to buy the pickaxe book, and start playing around with it.  <em>why&#8217;s guide is also good, but it is _pretty</em> quirky, so be prepared.  The pickaxe is better if you&#8217;re already familiar with object oriented programming and you want to learn Ruby.</p>
<h3>One cool thing</h3>
<p>Blocks</p>
<h2>Python</h2>
<h3>Resources</h3>
<ul>
<li><a href="http://python.org">python.org</a></li>
<li><a href="http://docs.python.org/tut/">Python Tutorial</a> &lt;&#8212;the first python tutorial you should read.</li>
<li><a href="http://diveintopython.org">Dive into Python</a> &lt;&#8212;the second python tutorial you should read.</li>
</ul>
<p>The best way to learn Python is to jump into the Python tutorial on the website, then skip around &#8220;Dive Into Python.&#8221;</p>
<h3>One cool thing</h3>
<p>List comprehensions.</p>
<h2>Perl 6</h2>
<h3>Resources</h3>
<ul>
<li><a href="http://pugscode.org"><span class="caps">PUGS</span></a></li>
<li><a href="http://dev.perl.org/perl6/doc/synopsis.html">Synopsis</a></li>
<li><a href="http://svn.pugscode.org/pugs/examples/"><span class="caps">PUGS</span> Examples</a></li>
</ul>
<h2><span class="caps">PHP</span>?</h2>
<p>I haven&#8217;t been keeping up with the <span class="caps">PHP</span> community enough to really be able to tell you what&#8217;s up.  I do know that <span class="caps">PHP5</span> is <em>interesting</em>.  Discuss amongst yourselves if anyone is interested in <span class="caps">PHP</span>.</p>
<h2>Other Stuff I Don&#8217;t Know (but would like to learn)</h2>
<p>Haskell, Lisp</p>
<h2>Stuff that other people want to learn, but I&#8217;m not so sure about yet.</h2>
<p>Erlang, <span class="caps">REBOL</span></p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.lonelylion.com/2007/02/20/notes-for-tonights-chicagopm-meeting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TechCoffee, November 17th</title>
		<link>http://weblog.lonelylion.com/2006/11/17/techcoffee-november-17th/</link>
		<comments>http://weblog.lonelylion.com/2006/11/17/techcoffee-november-17th/#comments</comments>
		<pubDate>Fri, 17 Nov 2006 14:16:35 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[TechCoffee]]></category>

		<guid isPermaLink="false">http://weblog.lonelylion.com/2006/11/17/techcoffee-november-17th/</guid>
		<description><![CDATA[After two weeks of other things getting in the way, I attended TechCoffee this morning. I didn&#8217;t stick to my plan to work on Maturin though, instead I worked on some new stuff for Tastebud. We&#8217;ve been including Amazon links in our articles when appropriate, so I started to work on a shop for the [...]]]></description>
			<content:encoded><![CDATA[<p>After two weeks of other things getting in the way, I attended TechCoffee this morning.  I didn&#8217;t stick to my plan to work on Maturin though, instead I worked on some new stuff for <a href="http://tastebudchicago.com">Tastebud</a>.  We&#8217;ve been including Amazon links in our articles when appropriate, so I started to work on a shop for the site.  Nothing really fancy, just a collection of links.  I wanted to use the new Amazon aStore, but the iframe isn&#8217;t cooperating with my site layout, so I think I&#8217;m going to whip up a quick database backend to collect Amazon links.  The nice thing about Django is, I don&#8217;t feel any psychic weight from saying, &#8220;this really needs some database backing.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.lonelylion.com/2006/11/17/techcoffee-november-17th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TechCoffee Season 2 First Friday</title>
		<link>http://weblog.lonelylion.com/2006/10/20/techcoffee-season-2-first-friday/</link>
		<comments>http://weblog.lonelylion.com/2006/10/20/techcoffee-season-2-first-friday/#comments</comments>
		<pubDate>Fri, 20 Oct 2006 13:36:52 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Maturin]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[TechCoffee]]></category>

		<guid isPermaLink="false">http://weblog.lonelylion.com/2006/10/20/techcoffee-season-2-first-friday/</guid>
		<description><![CDATA[I just checked in my work from this morning&#8217;s TechCoffee. I created a very minimal set of migration scripts for Captains, Ships, Locations, and added a bit to the migration to build 10k locations in a 100 x 100 grid. I started to adapt the user management recipe from Rails Recipes for logins, and then [...]]]></description>
			<content:encoded><![CDATA[<p>I just checked in my work from this morning&#8217;s TechCoffee.  I created a very minimal set of migration scripts for Captains, Ships, Locations, and added a bit to the migration to build 10k locations in a 100 x 100 grid.  I started to adapt the user management recipe from Rails Recipes for logins, and then ran out of time.  All in all, a productive first TC.</p>
<p>I also came up with a cool idea for building maps in the game.  It&#8217;s based on the simple ASCII maps from the game <a href="http://www.austerlitzpbem.com/">Austerlitz</a>.  Something like:</p>
<pre><code>
**............**
***.........***
**...........p**
</code></pre>
<p>Could be parsed up and converted to a series of locations where the asterix&#8217;s are land, the dots are sea and the p&#8217;s are ports.  It might be an easy way to build fancy maps quickly.  Something like .[50]. could be parsed as &#8220;50 sea locations&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.lonelylion.com/2006/10/20/techcoffee-season-2-first-friday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TechCoffee Soon</title>
		<link>http://weblog.lonelylion.com/2006/10/11/techcoffee-soon/</link>
		<comments>http://weblog.lonelylion.com/2006/10/11/techcoffee-soon/#comments</comments>
		<pubDate>Wed, 11 Oct 2006 15:31:19 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Maturin]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[TechCoffee]]></category>

		<guid isPermaLink="false">http://weblog.lonelylion.com/2006/10/11/techcoffee-soon/</guid>
		<description><![CDATA[The wheels are churning on the next round of TechCoffee. I&#8217;m not sure when, or where, but I have decided on a project to work on. Actually, sort of projects. I set both of them up via Google Code. The first is a straight-up clone of Tradewars 2021 from the old BBS days, set in [...]]]></description>
			<content:encoded><![CDATA[<p>The wheels are churning on the next round of TechCoffee.  I&#8217;m not sure when, or where, but I have decided on a project to work on.  Actually, sort of project<em>s</em>.</p>
<p>I set both of them up via <a href="http://code.google.com/u/chris.mcavoy/">Google Code</a>.  The first is a straight-up clone of Tradewars 2021 from the old BBS days, set in O&#8217;Brien&#8217;s world of fighting ships.  I&#8217;m not sure I&#8217;ve said this before, but I love those O&#8217;Brien books.  A ton.  I&#8217;m on book 18, only three more to read.  Kind of sad.  Regardless, I used to love Tradewars, got briefly into Blacknova Traders (a PHP clone of the Tradewars game) and decided it would be a fun diversion for a bit.</p>
<p><strike>The second project is writing an RSVP system / user group management &#8220;thingee&#8221; for ChiPy.  We use a wiki currently, which is a great way to decentralize things, which I&#8217;m all for.  For RSVP stuff, it would be nice to have a management interface.  I put out a request on the ChiPy list to see if other folks would be interested.</strike>  As I was writing this, a response came in to my request.  I totally forgot there was an earlier effort along these lines.  We&#8217;ll probably just finish that one up.</p>
<p>Anyway, I have some stuff to work on for TechCoffee that should be fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.lonelylion.com/2006/10/11/techcoffee-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Victim of Time in Timeout Chicago</title>
		<link>http://weblog.lonelylion.com/2006/09/21/victim-of-time-in-timeout-chicago/</link>
		<comments>http://weblog.lonelylion.com/2006/09/21/victim-of-time-in-timeout-chicago/#comments</comments>
		<pubDate>Thu, 21 Sep 2006 17:18:34 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://weblog.lonelylion.com/2006/09/21/victim-of-time-in-timeout-chicago/</guid>
		<description><![CDATA[Victim of Time got a nice little plug in this weeks issue of Time Out Chicago (web version). I&#8217;ll post a scan of it soon. Unfortunately, they misrepresent my role a teeny bit, calling me &#8220;the designer.&#8221; Pat Mullin is largely responsible for the design, I&#8217;m just a programmer and sysadmin. Note to the Python-heads [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://victimoftime.com">Victim of Time</a> got a nice little plug in this weeks issue of Time Out Chicago (<a href="http://www.timeout.com/chicago/index.jsp">web version</a>).  I&#8217;ll post a scan of it soon.</p>
<p>Unfortunately, they misrepresent my role a teeny bit, calling me &#8220;the designer.&#8221;  Pat Mullin is largely responsible for the design, I&#8217;m just a programmer and sysadmin.</p>
<p>Note to the Python-heads in the audience, VoT runs on Django.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.lonelylion.com/2006/09/21/victim-of-time-in-timeout-chicago/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home Coffee Roasting</title>
		<link>http://weblog.lonelylion.com/2006/09/20/home-coffee-roasting/</link>
		<comments>http://weblog.lonelylion.com/2006/09/20/home-coffee-roasting/#comments</comments>
		<pubDate>Wed, 20 Sep 2006 15:59:04 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Coffee]]></category>
		<category><![CDATA[Food]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://weblog.lonelylion.com/2006/09/20/home-coffee-roasting/</guid>
		<description><![CDATA[I wrote an article on home coffee roasting for Tastebud last night. I&#8217;m a big fan of home roasting, and have been explaining it to a bunch of folks over the past couple of months. I thought it was worth a write up, and might be interesting to you techie folks. http://tastebudchicago.com/blog/roast-your-own-coffee/ I also added [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote an article on home coffee roasting for Tastebud last night.  I&#8217;m a big fan of home roasting, and have been explaining it to a bunch of folks over the past couple of months.  I thought it was worth a write up, and might be interesting to you techie folks.  <a href="http://tastebudchicago.com/blog/roast-your-own-coffee/">http://tastebudchicago.com/blog/roast-your-own-coffee/</a></p>
<p>I also added a couple of my roast notes.  I have a stack of index cards I need to enter into the site, a bunch of wines, cheeses, and coffees.  The teeny coffee list is at <a href="http://tastebudchicago.com/coffees/">http://tastebudchicago.com/coffees/</a>.</p>
<p>If you like coffee, and have a DIY sort of ethic, coffee roasting is probably right up your alley.  Get up on it.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.lonelylion.com/2006/09/20/home-coffee-roasting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: weblog.lonelylion.com @ 2012-02-10 02:31:37 -->
