<?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>TheSpicyChicken &#187; General</title>
	<atom:link href="http://thespicychicken.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://thespicychicken.com</link>
	<description>n'th generation research</description>
	<lastBuildDate>Thu, 10 Jun 2010 22:14:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Custom iTerm Color Themes</title>
		<link>http://thespicychicken.com/2010/03/27/custom-iterm-color-themes/</link>
		<comments>http://thespicychicken.com/2010/03/27/custom-iterm-color-themes/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 17:09:56 +0000</pubDate>
		<dc:creator>Spicy</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[colors]]></category>
		<category><![CDATA[iTerm]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://thespicychicken.com/?p=196</guid>
		<description><![CDATA[I just found this blog post on kpumuk.info here (http://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/) and it has changed my iTerm life.  I used to be a Terminal.app fanboy but between TextMate&#8217;s iTerm integration and this color theme, I am a fully iTerm man now.  Because this has changed my life so much, I&#8217;m going to repost the [...]]]></description>
			<content:encoded><![CDATA[<p>I just found this blog post on kpumuk.info here (<a href="http://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/">http://kpumuk.info/mac-os-x/customizing-iterm-creating-a-display-profile-with-pastel-colors/</a>) and it has changed my iTerm life.  I used to be a Terminal.app fanboy but between TextMate&#8217;s iTerm integration and this color theme, I am a fully iTerm man now.  Because this has changed my life so much, I&#8217;m going to repost the script that sets the default iTerm color scheme to this beautiful pastel on dark style.</p>
<p>I&#8217;m only posting this for prosterity sake, you should really go to the original blog post (link above) for more detailed information.</p>
<p>Close down iTerm and run this bash script from Terminal.  Open up iTerm and you&#8217;ll see the changes.</p>
<div class="code">
#!/bin/bash</p>
<p>PASTEL=&#8217;&#8221;Pastel&#8221; =     {<br />
    &#8220;Ansi 0 Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 0.3097887;<br />
        &#8220;Green Component&#8221; = 0.3097887;<br />
        &#8220;Red Component&#8221; = 0.3097887;<br />
    };<br />
    &#8220;Ansi 1 Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 0.3764706;<br />
        &#8220;Green Component&#8221; = 0.4235294;<br />
        &#8220;Red Component&#8221; = 1;<br />
    };<br />
    &#8220;Ansi 10 Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 0.6727703;<br />
        &#8220;Green Component&#8221; = 1;<br />
        &#8220;Red Component&#8221; = 0.8094148;<br />
    };<br />
    &#8220;Ansi 11 Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 0.7996491;<br />
        &#8220;Green Component&#8221; = 1;<br />
        &#8220;Red Component&#8221; = 1;<br />
    };<br />
    &#8220;Ansi 12 Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 0.9982605;<br />
        &#8220;Green Component&#8221; = 0.8627756;<br />
        &#8220;Red Component&#8221; = 0.7116503;<br />
    };<br />
    &#8220;Ansi 13 Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 0.9965209;<br />
        &#8220;Green Component&#8221; = 0.6133059;<br />
        &#8220;Red Component&#8221; = 1;<br />
    };<br />
    &#8220;Ansi 14 Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 0.9970397;<br />
        &#8220;Green Component&#8221; = 0.8763103;<br />
        &#8220;Red Component&#8221; = 0.8759136;<br />
    };<br />
    &#8220;Ansi 15 Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 1;<br />
        &#8220;Green Component&#8221; = 1;<br />
        &#8220;Red Component&#8221; = 1;<br />
    };<br />
    &#8220;Ansi 2 Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 0.3764706;<br />
        &#8220;Green Component&#8221; = 1;<br />
        &#8220;Red Component&#8221; = 0.6588235;<br />
    };<br />
    &#8220;Ansi 3 Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 0.7137255;<br />
        &#8220;Green Component&#8221; = 1;<br />
        &#8220;Red Component&#8221; = 1;<br />
    };<br />
    &#8220;Ansi 4 Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 0.9960784;<br />
        &#8220;Green Component&#8221; = 0.7960784;<br />
        &#8220;Red Component&#8221; = 0.5882353;<br />
    };<br />
    &#8220;Ansi 5 Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 0.9921569;<br />
        &#8220;Green Component&#8221; = 0.4509804;<br />
        &#8220;Red Component&#8221; = 1;<br />
    };<br />
    &#8220;Ansi 6 Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 0.9960784;<br />
        &#8220;Green Component&#8221; = 0.772549;<br />
        &#8220;Red Component&#8221; = 0.7764706;<br />
    };<br />
    &#8220;Ansi 7 Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 0.9335317;<br />
        &#8220;Green Component&#8221; = 0.9335317;<br />
        &#8220;Red Component&#8221; = 0.9335317;<br />
    };<br />
    &#8220;Ansi 8 Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 0.4862745;<br />
        &#8220;Green Component&#8221; = 0.4862745;<br />
        &#8220;Red Component&#8221; = 0.4862745;<br />
    };<br />
    &#8220;Ansi 9 Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 0.6901961;<br />
        &#8220;Green Component&#8221; = 0.7137255;<br />
        &#8220;Red Component&#8221; = 1;<br />
    };<br />
    &#8220;Anti Alias&#8221; = 1;<br />
    &#8220;Background Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 0;<br />
        &#8220;Green Component&#8221; = 0;<br />
        &#8220;Red Component&#8221; = 0;<br />
    };<br />
    Blur = 1;<br />
    &#8220;Bold Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 0.5067359;<br />
        &#8220;Green Component&#8221; = 0.5067359;<br />
        &#8220;Red Component&#8221; = 0.9909502;<br />
    };<br />
    Columns = 120;<br />
    &#8220;Cursor Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 0.3764706;<br />
        &#8220;Green Component&#8221; = 0.6470588;<br />
        &#8220;Red Component&#8221; = 1;<br />
    };<br />
    &#8220;Cursor Text Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 1;<br />
        &#8220;Green Component&#8221; = 1;<br />
        &#8220;Red Component&#8221; = 1;<br />
    };<br />
    &#8220;Disable Bold&#8221; = 0;<br />
    Font = &#8220;Monaco 14&#8243;;<br />
    &#8220;Foreground Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 1;<br />
        &#8220;Green Component&#8221; = 1;<br />
        &#8220;Red Component&#8221; = 1;<br />
    };<br />
    &#8220;Horizontal Character Spacing&#8221; = 1;<br />
    NAFont = &#8220;Monaco 14&#8243;;<br />
    Rows = 24;<br />
    &#8220;Selected Text Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 0.9476005;<br />
        &#8220;Green Component&#8221; = 0.9476005;<br />
        &#8220;Red Component&#8221; = 0.9476005;<br />
    };<br />
    &#8220;Selection Color&#8221; =         {<br />
        &#8220;Blue Component&#8221; = 0.5153061;<br />
        &#8220;Green Component&#8221; = 0.2224857;<br />
        &#8220;Red Component&#8221; = 0.2099074;<br />
    };<br />
    Transparency = 0.1;<br />
    &#8220;Vertical Character Spacing&#8221; = 1;<br />
};&#8217;</p>
<p>DISPLAYS=`defaults read net.sourceforge.iTerm Displays | sed &#8220;s/}$//&#8221;`<br />
DISPLAYS+=$PASTEL<br />
DISPLAYS+=&#8221;}&#8221;<br />
defaults write net.sourceforge.iTerm Displays &#8220;$DISPLAYS&#8221;<br />
echo &#8220;Pastel display profile added&#8221;</p>
<p>BOOKMARKS=`defaults read net.sourceforge.iTerm Bookmarks | sed &#8217;s/&#8221;Display Profile&#8221; = &#8220;[^"]*&#8221;;/&#8221;Display Profile&#8221; = &#8220;Pastel&#8221;;/&#8217;`<br />
defaults write net.sourceforge.iTerm Bookmarks &#8220;$BOOKMARKS&#8221;<br />
echo &#8220;Pastel display profile installed as default&#8221;
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://thespicychicken.com/2010/03/27/custom-iterm-color-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard Super FAIL</title>
		<link>http://thespicychicken.com/2009/08/29/snow-leopard-super-fail/</link>
		<comments>http://thespicychicken.com/2009/08/29/snow-leopard-super-fail/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 17:52:55 +0000</pubDate>
		<dc:creator>Spicy</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://thespicychicken.com/2009/08/29/snow-leopard-super-fail/</guid>
		<description><![CDATA[Just got snow leopard in the mail and was so excited to install.  Then got on Twitter to see what my friends were up to:
http://twitter.com/caddymob
I think I&#8217;m waiting now.
UPDATE:
Jason posted details describing his troubles and how he worked around it here:
http://corneveaux.com/blog/installing-snow-leopard-a-big-fail-and-a-work-around
]]></description>
			<content:encoded><![CDATA[<p>Just got snow leopard in the mail and was so excited to install.  Then got on Twitter to see what my friends were up to:</p>
<p><a title="Snow Leopard FAIL" href="http://twitter.com/caddymob">http://twitter.com/caddymob</a></p>
<p>I think I&#8217;m waiting now.</p>
<p>UPDATE:<br />
Jason posted details describing his troubles and how he worked around it here:<br />
<a href="http://corneveaux.com/blog/installing-snow-leopard-a-big-fail-and-a-work-around">http://corneveaux.com/blog/installing-snow-leopard-a-big-fail-and-a-work-around</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thespicychicken.com/2009/08/29/snow-leopard-super-fail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Science Jobs&#8230; and the people that are looking for them.</title>
		<link>http://thespicychicken.com/2009/07/29/science-jobs-and-the-people-that-are-looking-for-them/</link>
		<comments>http://thespicychicken.com/2009/07/29/science-jobs-and-the-people-that-are-looking-for-them/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 16:47:16 +0000</pubDate>
		<dc:creator>Spicy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://thespicychicken.com/?p=140</guid>
		<description><![CDATA[A few friends of mine have started a new Science Jobs blog were they muse about what it&#8217;s like to look for and work in science related jobs in this economic climate.  Check it out at SearchScienceJobs.com
]]></description>
			<content:encoded><![CDATA[<p>A few friends of mine have started a new Science Jobs blog were they muse about what it&#8217;s like to look for and work in science related jobs in this economic climate.  Check it out at <a href="http://searchsciencejobs.com">SearchScienceJobs.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thespicychicken.com/2009/07/29/science-jobs-and-the-people-that-are-looking-for-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Star Trek, the obsessed ramblings of a fan-girl.</title>
		<link>http://thespicychicken.com/2009/05/09/star-trek-the-obsessed-ramblings-of-a-fan-girl/</link>
		<comments>http://thespicychicken.com/2009/05/09/star-trek-the-obsessed-ramblings-of-a-fan-girl/#comments</comments>
		<pubDate>Sat, 09 May 2009 23:36:28 +0000</pubDate>
		<dc:creator>Savitri</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Savitri]]></category>
		<category><![CDATA[Star Trek]]></category>

		<guid isPermaLink="false">http://thespicychicken.com/?p=133</guid>
		<description><![CDATA[(SPOILER ALERT, don&#8217;t read if you haven&#8217;t seen the new movie)
My Trekkie heart has melted! I am in love and I won’t deny it.  I am ready to stand up on the roof tops and proclaim my love for the series that, up until last night, I believed was forever destined for re-run nostalgia.  Too [...]]]></description>
			<content:encoded><![CDATA[<p>(SPOILER ALERT, don&#8217;t read if you haven&#8217;t seen the new movie)</p>
<p>My Trekkie heart has melted! I am in love and I won’t deny it.  I am ready to stand up on the roof tops and proclaim my love for the series that, up until last night, I believed was forever destined for re-run nostalgia.  Too much?</p>
<p>Too bad!  I am thrilled with the new movie.  I am head over heals for the young, sexy, talented new cast and am delighted that the writers tackled the new/old story line with a splash of nostalgia and a heap of creativity.</p>
<p>It’s a whole new game now, we can again visualize a Star Trek story line that isn’t confined to the plot devices that were relevant 10, 20, 30, or even 40 years ago.  I love that I don’t have to worry about how what happened in this story might affect my beloved Picard (le sigh Jean Luc).  I don’t have to worry about plot lines that no longer make sense (with the major exception of Spock Prime living out his life in a parallel universe as opposed to the universe we all know and love).  In all honesty, this is a huge relief.</p>
<p>Besides, this new cast brought the “sex” back to the series.  Never had I thought to think of what a restrained yet sensual kiss from a Vulcan might be like.  Thank you Zachary Quinto for making it abundantly clear that T’Pol was not the only sexy Vulcan in existence.   I am doing my best not to sound like an obsessed fan-girl, but I don’t think I am succeeding.  Forgive me men if you do not share my good opinion in the lusciousness of the Spock-Uhura kiss.</p>
<p>More to that point, as a woman, I always had a hard time relating to Kirk.  In TOS he was the John Wayne of the Federation.  No rules, lots of sex, and your mans-man!  But after Chris Pine’s performance, I feel like I understand Kirk better.  All of the above still holds true, but it just makes sense now.  Don’t bash me for not “getting it” sooner, I am just a little late to arrive on the Captain Kirk bandwagon.   Oh, I almost forgot to mention, the young Kirk is super sexy too.</p>
<p>I know that I am a minority in the Trek Universe (being young and female), so perhaps my male counter-parts won’t share the same passion that I do for this new/old series.  I know there are things to complain about when a favorite story attempts to expand in a new direction (don’t get me started on the Harry Potter movie franchise), but I think that this deserves an “A” for effort!  Keep ‘em comin’ boys.</p>
]]></content:encoded>
			<wfw:commentRss>http://thespicychicken.com/2009/05/09/star-trek-the-obsessed-ramblings-of-a-fan-girl/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>iPhone OS 3.0 &#8211; Copy &amp; Paste is Buggy</title>
		<link>http://thespicychicken.com/2009/03/17/iphone-os-30-copy-paste-is-buggy/</link>
		<comments>http://thespicychicken.com/2009/03/17/iphone-os-30-copy-paste-is-buggy/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 04:45:18 +0000</pubDate>
		<dc:creator>Spicy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[copy&paste]]></category>
		<category><![CDATA[iphone3.0]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://thespicychicken.com/?p=119</guid>
		<description><![CDATA[As an iPhone developer I have been able to the play around with the new 3.0 firmware. Overall I have to say that I am very pleased.  I think my favorite new feature so far is the search.  It pretty much looks and behaves just like QuickGold, if you have a jailbroken phone [...]]]></description>
			<content:encoded><![CDATA[<p>As an iPhone developer I have been able to the play around with the new 3.0 firmware. Overall I have to say that I am very pleased.  I think my favorite new feature so far is the search.  It pretty much looks and behaves just like QuickGold, if you have a jailbroken phone and have used that before.  Very handy.</p>
<p>What I have found most dissapointing is the interface for Copy and Paste.  I loaded up the CNN front page and tried to copy a few phrases.  It didn&#8217;t go so well.  It keeps trying to copy the entire text.  Then it displays little crop buttons, but don&#8217;t even think of trying to use them.  If you drag toward the edge of the screen (like when you&#8217;d want to scroll down) they switch modes and become completely unusable.</p>
<p>Perhaps with some more time I would be able to figure out how to use it nicely, but this is way outside of &#8220;it just works&#8221; right now.  Hopefully the Apple designers will be improving this feature before 3.0 is released to the public.  Otherwise there are going to be a lot of very frustrated people out there.</p>
<p>Oh, and not having to enter my username/password every time I need to log into a website. Priceless.</p>
]]></content:encoded>
			<wfw:commentRss>http://thespicychicken.com/2009/03/17/iphone-os-30-copy-paste-is-buggy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Trick your friends&#8230;</title>
		<link>http://thespicychicken.com/2009/03/14/trick-your-friends/</link>
		<comments>http://thespicychicken.com/2009/03/14/trick-your-friends/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 01:52:58 +0000</pubDate>
		<dc:creator>Spicy</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[guppy]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://thespicychicken.com/2009/03/14/trick-your-friends/</guid>
		<description><![CDATA[Are your friends Gullible?  Trick them with Guppy a free iPhone app.
I don&#8217;t want to give too much away, but it&#8217;s loads of fun and it&#8217;s free.  Download it now and have some fun with your friends!
Free Download here.
-Spicy
]]></description>
			<content:encoded><![CDATA[<p>Are your friends Gullible?  Trick them with <a href="http://mophilia.com">Guppy</a> a free iPhone app.</p>
<p>I don&#8217;t want to give too much away, but it&#8217;s loads of fun and it&#8217;s free.  Download it now and have some fun with your friends!</p>
<p><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=305450679&#038;mt=8">Free Download here.</a></p>
<p>-Spicy</p>
]]></content:encoded>
			<wfw:commentRss>http://thespicychicken.com/2009/03/14/trick-your-friends/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mophilia Contest</title>
		<link>http://thespicychicken.com/2009/03/13/mophilia-contest/</link>
		<comments>http://thespicychicken.com/2009/03/13/mophilia-contest/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 22:00:15 +0000</pubDate>
		<dc:creator>Spicy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[mophilia]]></category>

		<guid isPermaLink="false">http://thespicychicken.com/?p=112</guid>
		<description><![CDATA[We are giving away free download coupons over at Mophilia.com for our two new apps PopBalloons and Guppy.
Visit Mophilia now to sign up!
-Spicy
]]></description>
			<content:encoded><![CDATA[<p>We are giving away free download coupons over at Mophilia.com for our two new apps <a href="http://mophilia.com/PopBalloons/">PopBalloons</a> and <a href="http://mophilia.com/Guppy/">Guppy</a>.</p>
<p>Visit <a href="http://mophilia.com">Mophilia</a> now to sign up!</p>
<p>-Spicy</p>
]]></content:encoded>
			<wfw:commentRss>http://thespicychicken.com/2009/03/13/mophilia-contest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In the works.</title>
		<link>http://thespicychicken.com/2009/03/08/in-the-works/</link>
		<comments>http://thespicychicken.com/2009/03/08/in-the-works/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 18:14:43 +0000</pubDate>
		<dc:creator>Spicy</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://thespicychicken.com/2009/03/08/in-the-works/</guid>
		<description><![CDATA[The reason I haven&#8217;t posted in a while is that there are BIG things in the pipeline, that I am dying to tell you about&#8230;just not yet.
Stay tuned!
]]></description>
			<content:encoded><![CDATA[<p>The reason I haven&#8217;t posted in a while is that there are BIG things in the pipeline, that I am dying to tell you about&#8230;just not yet.</p>
<p>Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://thespicychicken.com/2009/03/08/in-the-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My best integral</title>
		<link>http://thespicychicken.com/2009/02/04/my-best-integral/</link>
		<comments>http://thespicychicken.com/2009/02/04/my-best-integral/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 19:10:58 +0000</pubDate>
		<dc:creator>Spicy</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://thespicychicken.com/?p=77</guid>
		<description><![CDATA[I was just doing some statistics homework and happen to produce what I think is the best integral sign I have ever made, freehand.  Please enjoy.

]]></description>
			<content:encoded><![CDATA[<p>I was just doing some statistics homework and happen to produce what I think is the best integral sign I have ever made, freehand.  Please enjoy.</p>
<p><img class="alignnone size-full wp-image-76" title="img_0033" src="http://thespicychicken.com/wp-content/uploads/2009/02/img_0033.jpg" alt="img_0033" width="95" height="159" /></p>
]]></content:encoded>
			<wfw:commentRss>http://thespicychicken.com/2009/02/04/my-best-integral/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google</title>
		<link>http://thespicychicken.com/2009/02/02/google/</link>
		<comments>http://thespicychicken.com/2009/02/02/google/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 23:40:07 +0000</pubDate>
		<dc:creator>Spicy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[accidentaly]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://thespicychicken.com/?p=74</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-73" title="iaccidentallygoogle" src="http://thespicychicken.com/wp-content/uploads/2009/02/iaccidentallygoogle.png" alt="iaccidentallygoogle" width="360" height="360" /></p>
]]></content:encoded>
			<wfw:commentRss>http://thespicychicken.com/2009/02/02/google/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
