<?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>Chris Carey</title>
	<atom:link href="http://chriscarey.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://chriscarey.com/wordpress</link>
	<description>Software Developer, Salt Lake City</description>
	<lastBuildDate>Tue, 27 Jul 2010 04:56:31 +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>Cydia crashing on launch. How to fix</title>
		<link>http://chriscarey.com/wordpress/2010/07/22/cydia-crashing-on-launch-how-to-fix/</link>
		<comments>http://chriscarey.com/wordpress/2010/07/22/cydia-crashing-on-launch-how-to-fix/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 20:38:59 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://chriscarey.com/wordpress/?p=547</guid>
		<description><![CDATA[Delete all files except &#8216;partial&#8217; in /root/private/var/lib/apt/lists Delete all files in /private/var/lib/dpkg/updates]]></description>
			<content:encoded><![CDATA[<p>Delete all files except &#8216;partial&#8217; in /root/private/var/lib/apt/lists<br />
Delete all files in /private/var/lib/dpkg/updates</p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2010/07/22/cydia-crashing-on-launch-how-to-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>passfail.pl &#8211; Prevent password entry in IRSSI</title>
		<link>http://chriscarey.com/wordpress/2010/06/07/passfail-pl-prevent-password-entry-in-irssi/</link>
		<comments>http://chriscarey.com/wordpress/2010/06/07/passfail-pl-prevent-password-entry-in-irssi/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 03:46:51 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chriscarey.com/wordpress/?p=536</guid>
		<description><![CDATA[Here is a little irssi script that will help prevent you entering your passwords into IRSSI Click here to download the script: passfail.pl Instructions are inside the file and below: # passfail.pl - Help prevent you entering your passwords into IRC by mistake # # Copyright (C) 2010 Christopher Carey # http://chriscarey.com # # How [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a little irssi script that will help prevent you entering your passwords into IRSSI</p>
<p>Click here to download the script: <a href="http://chriscarey.com/software/passfail/passfail.pl">passfail.pl</a></p>
<p>Instructions are inside the file and below:</p>
<pre class="brush: perl;">
# passfail.pl - Help prevent you entering your passwords into IRC by mistake
#
# Copyright (C) 2010 Christopher Carey
# http://chriscarey.com
#
# How to use:
#
# Stick the script passfail.pl into your .irssi/scripts/ directory. Symlink it into the autorun directory so it will
# run every time the application starts.
#
# First enable hash outputs with the following command:
#
# /set passfail_showhashes ON
#
# Now you can go to your (status) window and type any password.
# The password hash will be output to the (status) window. Copy it. Repeat for all of your passwords.
# (Make sure you are not in a regular IRC channel when doing this!!)
#
# Now you can disable hash outputs with the following command:
#
# /set passfail_showhashes OFF
#
# Password hashes are entered as a comma seperated list. Below are two samples,
# one sample with a single password hash and a sample with three hashes.
# We store the hash and not the clear password for obvious security reasons.
#
# If you have just one password, you would configure it like this:
#
# /set passfail_hashes &quot;8211668c6e1452ad61ed4d49d8072e18&quot;
#
# If you have three passwords, the setting may look like this:
#
# /set passfail_hashes &quot;8211668c6e1452ad61ed4d49d8072e18,4a2701e0ea55e355296b6afd95a6c0ac,201a6ec9f938885df0a44f20458d2eb&quot;
#
# To make new changes to passfail_hashes live, reload the script:
#
# /script unload passfail.pl
# /script load passfail.pl
#
# Test on the (status) window!
</pre>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2010/06/07/passfail-pl-prevent-password-entry-in-irssi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wireless on Dell Mini 10v with Ubuntu 10.04 Netbook Remix</title>
		<link>http://chriscarey.com/wordpress/2010/05/21/wireless-on-dell-mini-10v-with-ubuntu-10-04-netbook-remix/</link>
		<comments>http://chriscarey.com/wordpress/2010/05/21/wireless-on-dell-mini-10v-with-ubuntu-10-04-netbook-remix/#comments</comments>
		<pubDate>Sat, 22 May 2010 03:37:47 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[10V]]></category>

		<guid isPermaLink="false">http://chriscarey.com/wordpress/2010/05/21/wireless-on-dell-mini-10v-with-ubuntu-10-04-netbook-remix/</guid>
		<description><![CDATA[Here are the commands to get wireless working: #!/bin/bash sudo aptitude update sudo aptitude install bcmwl-kernel-source]]></description>
			<content:encoded><![CDATA[<p>Here are the commands to get wireless working:</p>
<pre class="brush: bash;">
#!/bin/bash
sudo aptitude update
sudo aptitude install bcmwl-kernel-source
</pre>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2010/05/21/wireless-on-dell-mini-10v-with-ubuntu-10-04-netbook-remix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Slackers (2002)</title>
		<link>http://chriscarey.com/wordpress/2010/03/26/slackers-2002/</link>
		<comments>http://chriscarey.com/wordpress/2010/03/26/slackers-2002/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 06:02:38 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chriscarey.com/wordpress/?p=529</guid>
		<description><![CDATA[My butt on the big screen in the feature film Slackers (2002)]]></description>
			<content:encoded><![CDATA[<p>My butt on the big screen in the feature film Slackers (2002)<br />
<a href="http://chriscarey.com/wordpress/wp-content/uploads/2010/03/slackers-butt.png"><img src="http://chriscarey.com/wordpress/wp-content/uploads/2010/03/slackers-butt.png" alt="" title="slackers-butt" width="900" height="476" class="alignleft size-full wp-image-530" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2010/03/26/slackers-2002/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SLCC Barbering and Cosmetology School</title>
		<link>http://chriscarey.com/wordpress/2010/03/13/slcc-barbering-and-cosmetology-school/</link>
		<comments>http://chriscarey.com/wordpress/2010/03/13/slcc-barbering-and-cosmetology-school/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 07:24:04 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chriscarey.com/wordpress/?p=516</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/9XLshEBvYdw&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/9XLshEBvYdw&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2010/03/13/slcc-barbering-and-cosmetology-school/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SLUG Magazine Calendar v2.0</title>
		<link>http://chriscarey.com/wordpress/2010/02/13/slug-magazine-calendar-v2-0/</link>
		<comments>http://chriscarey.com/wordpress/2010/02/13/slug-magazine-calendar-v2-0/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 04:00:27 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://chriscarey.com/wordpress/?p=509</guid>
		<description><![CDATA[SLUG Magazine Calendar v2.0 hits the iPhone App Store yesterday. It only took 2 days from submission to approval! Apple is getting super efficient.]]></description>
			<content:encoded><![CDATA[<p>SLUG Magazine Calendar v2.0 hits the iPhone App Store yesterday. It only took 2 days from submission to approval! Apple is getting super efficient.</p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2010/02/13/slug-magazine-calendar-v2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Original Apple Logo Painting</title>
		<link>http://chriscarey.com/wordpress/2010/02/13/original-apple-logo-painting/</link>
		<comments>http://chriscarey.com/wordpress/2010/02/13/original-apple-logo-painting/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 03:59:11 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Art]]></category>

		<guid isPermaLink="false">http://chriscarey.com/wordpress/?p=507</guid>
		<description><![CDATA[This was a lot of fun to paint. Painted in acrylics.]]></description>
			<content:encoded><![CDATA[<p><a href="http://chriscarey.com/wordpress/wp-content/uploads/2010/02/apple-logo-painting.jpg"><img src="http://chriscarey.com/wordpress/wp-content/uploads/2010/02/apple-logo-painting-300x225.jpg" alt="" title="apple-logo-painting" width="300" height="225" class="alignleft size-medium wp-image-506" /></a></p>
<p>This was a lot of fun to paint. Painted in acrylics.</p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2010/02/13/original-apple-logo-painting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stackable HTTP 503 Error Page</title>
		<link>http://chriscarey.com/wordpress/2010/01/20/stackable-http-503-error-page/</link>
		<comments>http://chriscarey.com/wordpress/2010/01/20/stackable-http-503-error-page/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 23:36:29 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://chriscarey.com/wordpress/?p=503</guid>
		<description><![CDATA[Immortalized in a HTTP 503 Error Page]]></description>
			<content:encoded><![CDATA[<p><a href="http://chriscarey.com/wordpress/wp-content/uploads/2010/01/Stackable_503-800.png"><img src="http://chriscarey.com/wordpress/wp-content/uploads/2010/01/Stackable_503-800-300x245.png" alt="" title="Stackable_503-800" width="300" height="245" class="alignleft size-medium wp-image-502" /></a>Immortalized in a HTTP 503 Error Page</p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2010/01/20/stackable-http-503-error-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AppleTV 3.0.1 works well, so far</title>
		<link>http://chriscarey.com/wordpress/2009/11/08/appletv-3-0-1-works-well-so-far/</link>
		<comments>http://chriscarey.com/wordpress/2009/11/08/appletv-3-0-1-works-well-so-far/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 18:36:14 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[AppleTV]]></category>

		<guid isPermaLink="false">http://chriscarey.com/wordpress/2009/11/08/appletv-3-0-1-works-well-so-far/</guid>
		<description><![CDATA[Upgraded to AppleTV 3.0.1 last night, installed the mods. Everything is going well so far! Have all features working such as AFP, SSH, full Codec support thanks to Perian, plus the new 3.0 menu system and iPhone Remote.]]></description>
			<content:encoded><![CDATA[<p><img src="http://chriscarey.com/wordpress/wp-content/uploads/2009/11/appletv30menu-300x168.png" alt="appletv30menu" title="appletv30menu" width="300" height="168" class="alignleft size-medium wp-image-483" />Upgraded to AppleTV 3.0.1 last night, installed the mods. Everything is going well so far! Have all features working such as AFP, SSH, full Codec support thanks to Perian, plus the new 3.0 menu system and iPhone Remote.</p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2009/11/08/appletv-3-0-1-works-well-so-far/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPhone Trifecta</title>
		<link>http://chriscarey.com/wordpress/2009/11/03/iphone-trifecta/</link>
		<comments>http://chriscarey.com/wordpress/2009/11/03/iphone-trifecta/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 02:41:14 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Painting]]></category>

		<guid isPermaLink="false">http://chriscarey.com/wordpress/2009/11/03/iphone-trifecta/</guid>
		<description><![CDATA[Painted these a few months ago and realized I forgot to post them here.]]></description>
			<content:encoded><![CDATA[<p>Painted these a few months ago and realized I forgot to post them here.</p>
<p><a href="http://chriscarey.com/wordpress/wp-content/uploads/2009/11/l_2048_1536_DD32B8DE-F0EC-4621-BD72-3ECD552CBB5C.jpeg"><img src="http://chriscarey.com/wordpress/wp-content/uploads/2009/11/l_2048_1536_DD32B8DE-F0EC-4621-BD72-3ECD552CBB5C.jpeg" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2009/11/03/iphone-trifecta/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
