<?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>alan.lamielle.net</title>
	<atom:link href="http://alan.lamielle.net/feed" rel="self" type="application/rss+xml" />
	<link>http://alan.lamielle.net</link>
	<description>Alan LaMielle</description>
	<lastBuildDate>Sun, 21 Feb 2010 19:33:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Basic Chili</title>
		<link>http://alan.lamielle.net/2010/02/21/basic-chili</link>
		<comments>http://alan.lamielle.net/2010/02/21/basic-chili#comments</comments>
		<pubDate>Sun, 21 Feb 2010 19:33:55 +0000</pubDate>
		<dc:creator>Alan LaMielle</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[Recipes]]></category>
		<category><![CDATA[beans]]></category>
		<category><![CDATA[chili]]></category>
		<category><![CDATA[diced tomatoes]]></category>
		<category><![CDATA[hamburger]]></category>
		<category><![CDATA[onion]]></category>
		<category><![CDATA[tomato sauce]]></category>

		<guid isPermaLink="false">http://alan.lamielle.net/?p=649</guid>
		<description><![CDATA[This is a chili recipe our family has used for quite a while.  It&#8217;s a pretty standard no frills recipe, but quite delicious.


1 large can brooks (or kunners) chili beans
1 large can tomato sauce
2 cans dark red kidney beans (add one for more beans)
1 can (15 oz) diced tomatoes
1 lb hamburger
onions
chili powder
tobasco sauce
other spices to [...]]]></description>
			<content:encoded><![CDATA[<p>This is a chili recipe our family has used for quite a while.  It&#8217;s a pretty standard no frills recipe, but quite delicious.</p>
<p><span id="more-649"></span></p>
<ul>
<li>1 large can brooks (or kunners) chili beans</li>
<li>1 large can tomato sauce</li>
<li>2 cans dark red kidney beans (add one for more beans)</li>
<li>1 can (15 oz) diced tomatoes</li>
<li>1 lb hamburger</li>
<li>onions</li>
<li>chili powder</li>
<li>tobasco sauce</li>
<li>other spices to taste</li>
</ul>
<p>Brown hamburger, and onions.  Combine all ingredients in CrockPot and cook on low for 6-8 hours.</p>
]]></content:encoded>
			<wfw:commentRss>http://alan.lamielle.net/2010/02/21/basic-chili/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nexus One USB in Ubuntu 9.10</title>
		<link>http://alan.lamielle.net/2010/01/22/nexus-one-usb-in-ubuntu-9-10</link>
		<comments>http://alan.lamielle.net/2010/01/22/nexus-one-usb-in-ubuntu-9-10#comments</comments>
		<pubDate>Sat, 23 Jan 2010 04:55:14 +0000</pubDate>
		<dc:creator>Alan LaMielle</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[droid]]></category>
		<category><![CDATA[droid eris]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[eris]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[N1]]></category>
		<category><![CDATA[nexus one]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[t-mobile]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[vendor id]]></category>
		<category><![CDATA[verizon]]></category>

		<guid isPermaLink="false">http://alan.lamielle.net/?p=623</guid>
		<description><![CDATA[My shiny new Google Nexus One wasn&#8217;t connecting properly over USB to my Ubuntu 9.10 (Karmic) notebook using the Android SDK.  Here&#8217;s how I fixed it.

After a few days of debating whether or not to buy a Nexus One, I finally gave in a bought one.  Rachael ended up getting a Droid Eris (Verizon) for [...]]]></description>
			<content:encoded><![CDATA[<p>My shiny new Google Nexus One wasn&#8217;t connecting properly over USB to my Ubuntu 9.10 (Karmic) notebook using the Android SDK.  Here&#8217;s how I fixed it.<br />
<span id="more-623"></span></p>
<p>After a few days of debating whether or not to buy a Nexus One, I finally gave in a bought one.  Rachael ended up getting a Droid Eris (Verizon) for Christmas, so in the course of a few weeks I gained access to two fantastic Android-powered phones.  I had been compiling a list of mobile application ideas and the fact that I now have the hardware to test on motivated me to start looking into Android development.</p>
<p>After getting the Android SDK setup I needed to connect my N1 and push an application to it for testing on real hardware.  I found some <a href="http://developer.android.com/guide/developing/device.html">Android documentation</a> that discussed connecting up an Android device over USB.  However, after following the steps on this page, I was still seeing strange output when running <code>adb devices</code>:<br />
<code>List of devices attached<br />
????????????    no permissions</code><br />
This led to some searching which turned up a <a href="http://dansyrstad.com/2010/01/09/getting-nexus-one-working-with-usb-on-ubuntu/">blog post</a>.  Basically, the Google Android team hasn&#8217;t added the Vendor ID for the Nexus One.  Apparently HTC&#8217;s USB Vendor ID isn&#8217;t correct.  So, I followed these steps to fix it:</p>
<ol>
<li>Create/edit a udev rules file:<br />
<code>sudo vim /etc/udev/rules.d/51-android.rules</code></li>
<li>Add the following line to this file:<br />
<code>SUBSYSTEM=="usb", SYSFS{idVendor}=="18D1", MODE="0666"</code><br />
(Note the vendor ID of 18D1.  This was changed from the HTC vendor code of 0BB4.)</li>
<li>Restart udev using either<br />
<code>sudo reload udev</code><br />
or<br />
<code> sudo service udev reload</code></li>
<li>Connect your Nexus One.</li>
<li>Run<br />
<code>adb devices</code><br />
and you should see something like<br />
<code>List of devices attached<br />
############    device</code></li>
</ol>
<p>Hopefully Google updates the documentation to include the Vendor ID 18D1 rather than making us hunt for this number ourselves.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://alan.lamielle.net/2010/01/22/nexus-one-usb-in-ubuntu-9-10/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPod Classic Compact Flash Upgrade</title>
		<link>http://alan.lamielle.net/2010/01/22/ipod-classic-compact-flash-upgrade</link>
		<comments>http://alan.lamielle.net/2010/01/22/ipod-classic-compact-flash-upgrade#comments</comments>
		<pubDate>Sat, 23 Jan 2010 04:53:15 +0000</pubDate>
		<dc:creator>Alan LaMielle</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[CF]]></category>
		<category><![CDATA[Compact Flash]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[iPod Classic]]></category>
		<category><![CDATA[Kingston]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[ZIF]]></category>

		<guid isPermaLink="false">http://alan.lamielle.net/?p=542</guid>
		<description><![CDATA[Updating an iPod Classic to use flash memory (a Compact Flash card specifically) rather than it&#8217;s typical hard drive can breathe new life into your dying device.  Check out the rest of this post for descriptions and details of the process.
A few weeks ago a friend of mine gave me her dying iPod Classic.  She [...]]]></description>
			<content:encoded><![CDATA[<p>Updating an iPod Classic to use flash memory (a Compact Flash card specifically) rather than it&#8217;s typical hard drive can breathe new life into your dying device.  Check out the rest of this post for descriptions and details of the process.</p>
<p><span id="more-542"></span>A few weeks ago a <a href="http://www.cs.colostate.edu/~ericson/">friend</a> of mine gave me her dying iPod Classic.  She noted that it had started acting erratic after being dropped one too many times.  The device would skip playing parts of songs and lock up periodically.  She noted that since I&#8217;m usually one to tinker with and hack on devices, she figured I might find a good use for it&#8211;more so than she had for it at least.  Well, I&#8217;ve definitely found a good use for it by swapping out the original hard drive for flash-based solution.  The device works (nearly) like new.  Here&#8217;s how I did it.</p>
<p>I started the process just looking for a replacement disk.  I found various sites that sold them, but they all ranged from $120+.  I wasn&#8217;t looking to put too much money into this project.  Also, I didn&#8217;t like the idea of having a moving-parts iPod anyway since the whole reason I obtained the device in the first place was because a non-solid-state disk had been dropped one too many times while in operation.  For these reasons, I began searching for a solid-sate solution that would allow me to revive my broken iPod.</p>
<p>Some searching yielded the <a href="http://www.tarkan.info/20080115/tutorials/iflash-ipod-compact-flash-mk2">site of an interesting adapter</a> that converts the ZIF interface of the original hard disk to one that accepts Compact Flash cards.  Additionally, the adapter was designed for exactly this purpose: converting a hard disk iPod to a solid-state device.  This was exactly what I was looking for!  After spending ~$25 on the adapter, and picking up a<a href="http://www.amazon.com/Kingston-CompactFlash-Memory-CF-32GB-S2/dp/B001ROVLX8/ref=cm_cr_pr_product_top"> 32GB Kingston CF</a> card from amazon for ~$80, I had located all the hardware I would need for the project.</p>
<p>Before ordering the adapter and CF card, I did want to make sure I could take the iPod apart without ruining it.  I found a few good tutorials, with the best being one at <a href="http://www.ifixit.com/Guide/Repair/iPod-Classic-Hard-Drive/564/1">iFixIt.com</a>.  Also, I discovered other posts about doing exactly what I wanted to do.  <a href="http://geektechnique.org/projectlab/767/put-flash-memory-into-almost-any-ipod">This</a> site is a bit more hardcore than I was looking for (he was hand soldering connections, but the upgrades are for much older generation iPods).  I used ideas for taking apart the iPod from <a href="http://kearney.typepad.com/sean_kearneys_blog/2008/11/ipod-classic-hard-drive-to-flash-drive-modification-project.html">this</a> post (rather than specialized tools, I used a razor blade and a few very small flat-head screw driver bits).  Using all of this, I successfully managed to take the iPod apart (without breaking anything!) and was confident I could use the hardware to complete the upgrade, so I placed the orders.</p>
<div id="attachment_543" class="wp-caption aligncenter" style="width: 310px"><a href="http://files.lamielle.net/wordpress/2009/11/IMG_7652.JPG" rel="shadowbox[post-542];player=img;"><img class="size-medium wp-image-543 " title="iPod, dead hard drive, ZIF to CF adapter, and 32GB CF card" src="http://files.lamielle.net/wordpress/2009/11/IMG_7652-300x225.jpg" alt="iPod, dead hard drive, ZIF to CF adapter, and 32GB CF card" width="300" height="225" /></a><p class="wp-caption-text">iPod, dead hard drive, ZIF to CF adapter, and 32GB CF card</p></div>
<div id="attachment_545" class="wp-caption alignright" style="width: 235px"><a href="http://files.lamielle.net/wordpress/2009/11/IMG_7655.JPG" rel="shadowbox[post-542];player=img;"><img class="size-medium wp-image-545 " title="Dead (dying) hard drive" src="http://files.lamielle.net/wordpress/2009/11/IMG_7655-225x300.jpg" alt="Dead (dying) hard drive" width="225" height="300" /></a><p class="wp-caption-text">Dead (dying) hard drive</p></div>
<div id="attachment_544" class="wp-caption alignright" style="width: 235px"><a href="http://files.lamielle.net/wordpress/2009/11/IMG_7654.JPG" rel="shadowbox[post-542];player=img;"><img class="size-medium wp-image-544 " title="iPod Classic" src="http://files.lamielle.net/wordpress/2009/11/IMG_7654-225x300.jpg" alt="iPod Classic" width="225" height="300" /></a><p class="wp-caption-text">iPod Classic</p></div>
<div id="attachment_547" class="wp-caption alignright" style="width: 235px"><a href="http://files.lamielle.net/wordpress/2009/11/IMG_7659.JPG" rel="shadowbox[post-542];player=img;"><img class="size-medium wp-image-547 " title="ZIF to CF adapter made by Tarkan Akdam (2)" src="http://files.lamielle.net/wordpress/2009/11/IMG_7659-225x300.jpg" alt="ZIF to CF adapter made by Tarkan Akdam (2)" width="225" height="300" /></a><p class="wp-caption-text">ZIF to CF adapter made by Tarkan Akdam (2)</p></div>
<div id="attachment_546" class="wp-caption alignright" style="width: 235px"><a href="http://files.lamielle.net/wordpress/2009/11/IMG_7656.JPG" rel="shadowbox[post-542];player=img;"><img class="size-medium wp-image-546 " title="ZIF to CF adapter made by Tarkan Akdam (1)" src="http://files.lamielle.net/wordpress/2009/11/IMG_7656-225x300.jpg" alt="ZIF to CF adapter made by Tarkan Akdam" width="225" height="300" /></a><p class="wp-caption-text">ZIF to CF adapter made by Tarkan Akdam (1)</p></div>
<p>Once both the adapter and CF card had arrived, actually doing the upgrade was pretty simple.  The trickiest part of the process was actually taking apart the iPod.  The very small ribbon cables are probably the most delicate parts and getting the out of their respective connectors and putting them back in required a little patience and gentle-handedness.</p>
<p>Once I had inserted the CF card into the ZIF to CF adapter, I placed the adapter into the iPod housing, hooked up the various ribbon cables, and snapped the two halves of the case back together.  I connected the device up to iTunes and, after reformatting the new ~30GB volume, I had a working solid state iPod Classic!</p>
<p>After loading up the iPod with music and playing with it for a few weeks, I only have a few complaints.  First, the device still locks up periodically when I&#8217;m using it.  This is mostly when I first start playing a new set of songs.  I suspect that this is due to the slower CF card that I picked up.  Second, the CF card is only 32GB, so I can&#8217;t fit all of my music on it.  However, I think in time CF card prices will come down and I&#8217;ll be able to swap the current card out with a 64GB or 128GB card.  Other than these two complaints, I&#8217;m very happy with this hack.  I ended up with a 32GB flash-based iPod classic for ~$100.  Check out the full set of pictures below.</p>

<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7652.JPG' rel='shadowbox[post-542];player=img;' title='iPod, dead hard drive, ZIF to CF adapter, and 32GB CF card'><img width="150" height="112" src="http://files.lamielle.net/wordpress/2009/11/IMG_7652-150x112.jpg" class="attachment-thumbnail" alt="iPod, dead hard drive, ZIF to CF adapter, and 32GB CF card" title="iPod, dead hard drive, ZIF to CF adapter, and 32GB CF card" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7654.JPG' rel='shadowbox[post-542];player=img;' title='iPod Classic'><img width="112" height="150" src="http://files.lamielle.net/wordpress/2009/11/IMG_7654-112x150.jpg" class="attachment-thumbnail" alt="iPod Classic" title="iPod Classic" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7655.JPG' rel='shadowbox[post-542];player=img;' title='Dead (dying) hard drive'><img width="112" height="150" src="http://files.lamielle.net/wordpress/2009/11/IMG_7655-112x150.jpg" class="attachment-thumbnail" alt="Dead (dying) hard drive" title="Dead (dying) hard drive" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7656.JPG' rel='shadowbox[post-542];player=img;' title='ZIF to CF adapter made by Tarkan Akdam (1)'><img width="112" height="150" src="http://files.lamielle.net/wordpress/2009/11/IMG_7656-112x150.jpg" class="attachment-thumbnail" alt="ZIF to CF adapter made by Tarkan Akdam (1)" title="ZIF to CF adapter made by Tarkan Akdam (1)" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7659.JPG' rel='shadowbox[post-542];player=img;' title='ZIF to CF adapter made by Tarkan Akdam (2)'><img width="112" height="150" src="http://files.lamielle.net/wordpress/2009/11/IMG_7659-112x150.jpg" class="attachment-thumbnail" alt="ZIF to CF adapter made by Tarkan Akdam (2)" title="ZIF to CF adapter made by Tarkan Akdam (2)" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7660.JPG' rel='shadowbox[post-542];player=img;' title='32 GB CF Kingston card'><img width="112" height="150" src="http://files.lamielle.net/wordpress/2009/11/IMG_7660-112x150.jpg" class="attachment-thumbnail" alt="32 GB CF Kingston card" title="32 GB CF Kingston card" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7661.JPG' rel='shadowbox[post-542];player=img;' title='ZIF to CF adapter with CF card inserted'><img width="112" height="150" src="http://files.lamielle.net/wordpress/2009/11/IMG_7661-112x150.jpg" class="attachment-thumbnail" alt="ZIF to CF adapter with CF card inserted" title="ZIF to CF adapter with CF card inserted" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7662.JPG' rel='shadowbox[post-542];player=img;' title='Top half of iPod case'><img width="112" height="150" src="http://files.lamielle.net/wordpress/2009/11/IMG_7662-112x150.jpg" class="attachment-thumbnail" alt="Top half of iPod case" title="Top half of iPod case" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7665.JPG' rel='shadowbox[post-542];player=img;' title='Bottom half of iPod case'><img width="112" height="150" src="http://files.lamielle.net/wordpress/2009/11/IMG_7665-112x150.jpg" class="attachment-thumbnail" alt="Bottom half of iPod case" title="Bottom half of iPod case" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7666.JPG' rel='shadowbox[post-542];player=img;' title='Bottom half of iPod case'><img width="112" height="150" src="http://files.lamielle.net/wordpress/2009/11/IMG_7666-112x150.jpg" class="attachment-thumbnail" alt="Bottom half of iPod case" title="Bottom half of iPod case" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7667.JPG' rel='shadowbox[post-542];player=img;' title='Top half of iPod case'><img width="112" height="150" src="http://files.lamielle.net/wordpress/2009/11/IMG_7667-112x150.jpg" class="attachment-thumbnail" alt="Top half of iPod case" title="Top half of iPod case" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7668.JPG' rel='shadowbox[post-542];player=img;' title='One of the ribbon cable connectors (close up)'><img width="150" height="112" src="http://files.lamielle.net/wordpress/2009/11/IMG_7668-150x112.jpg" class="attachment-thumbnail" alt="One of the ribbon cable connectors (close up)" title="One of the ribbon cable connectors (close up)" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7669.JPG' rel='shadowbox[post-542];player=img;' title='Bottom of ZIF to CF adapter (ribbon cable connector)'><img width="150" height="112" src="http://files.lamielle.net/wordpress/2009/11/IMG_7669-150x112.jpg" class="attachment-thumbnail" alt="Bottom of ZIF to CF adapter (ribbon cable connector)" title="Bottom of ZIF to CF adapter (ribbon cable connector)" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7670.JPG' rel='shadowbox[post-542];player=img;' title='Adapter with CF card inserted into iPod case'><img width="112" height="150" src="http://files.lamielle.net/wordpress/2009/11/IMG_7670-112x150.jpg" class="attachment-thumbnail" alt="Adapter with CF card inserted into iPod case" title="Adapter with CF card inserted into iPod case" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7671.JPG' rel='shadowbox[post-542];player=img;' title='Adapter with CF card inserted into iPod case'><img width="112" height="150" src="http://files.lamielle.net/wordpress/2009/11/IMG_7671-112x150.jpg" class="attachment-thumbnail" alt="Adapter with CF card inserted into iPod case" title="Adapter with CF card inserted into iPod case" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7672.JPG' rel='shadowbox[post-542];player=img;' title='iPod on first boot after upgrade'><img width="112" height="150" src="http://files.lamielle.net/wordpress/2009/11/IMG_7672-112x150.jpg" class="attachment-thumbnail" alt="iPod on first boot after upgrade" title="iPod on first boot after upgrade" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7674.JPG' rel='shadowbox[post-542];player=img;' title='iPod after iTunes format'><img width="112" height="150" src="http://files.lamielle.net/wordpress/2009/11/IMG_7674-112x150.jpg" class="attachment-thumbnail" alt="iPod after iTunes format" title="iPod after iTunes format" /></a>

]]></content:encoded>
			<wfw:commentRss>http://alan.lamielle.net/2010/01/22/ipod-classic-compact-flash-upgrade/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sweet Potato Casserole</title>
		<link>http://alan.lamielle.net/2009/11/30/sweet-potato-casserole</link>
		<comments>http://alan.lamielle.net/2009/11/30/sweet-potato-casserole#comments</comments>
		<pubDate>Mon, 30 Nov 2009 11:53:55 +0000</pubDate>
		<dc:creator>Alan LaMielle</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[Recipes]]></category>
		<category><![CDATA[brown sugar]]></category>
		<category><![CDATA[butter]]></category>
		<category><![CDATA[corn flakes]]></category>
		<category><![CDATA[eggs]]></category>
		<category><![CDATA[potatoes]]></category>
		<category><![CDATA[sweet]]></category>
		<category><![CDATA[sweet potatoes]]></category>
		<category><![CDATA[sweetened condensed milk]]></category>
		<category><![CDATA[thanksgiving]]></category>
		<category><![CDATA[vanilla]]></category>
		<category><![CDATA[walnuts]]></category>
		<category><![CDATA[yams]]></category>

		<guid isPermaLink="false">http://alan.lamielle.net/?p=602</guid>
		<description><![CDATA[Wonderful southern sweet potato casserole dish with sweet crunchy topping.  One of my favorite Thanksgiving dishes.
Ingredients (Sweet potatoes):


3 cups mashed sweet potatoes (~1 large 2lb 8oz can &#8216;Bruce&#8217;s Yams&#8217;)
1 tsp vanilla
2 eggs
1/2 cup sweetened condensed milk
1/3 stick butter

Ingredients (Topping):

1 cup ground corn flakes (or frosted flakes)
1/2 cup chopped walnuts
3/4 stick butter
1 cup brown sugar

Directions:

Mash sweet [...]]]></description>
			<content:encoded><![CDATA[<p>Wonderful southern sweet potato casserole dish with sweet crunchy topping.  One of my favorite Thanksgiving dishes.</p>
<p><span id="more-602"></span><strong>Ingredients (Sweet potatoes):<br />
</strong></p>
<ul>
<li>3 cups mashed sweet potatoes (~1 large 2lb 8oz can &#8216;Bruce&#8217;s Yams&#8217;)</li>
<li>1 tsp vanilla</li>
<li>2 eggs</li>
<li>1/2 cup sweetened condensed milk</li>
<li>1/3 stick butter</li>
</ul>
<p><strong>Ingredients (Topping):</strong></p>
<ul>
<li>1 cup ground corn flakes (or frosted flakes)</li>
<li>1/2 cup chopped walnuts</li>
<li>3/4 stick butter</li>
<li>1 cup brown sugar</li>
</ul>
<p><strong>Directions:</strong></p>
<ol>
<li>Mash sweet potatoes together with vanilla, eggs, sweetened condensed milk, and butter (small bits of unmelted butter will be present after mashing)</li>
<li>In a separate bowl, combine topping butter with ground corn flakes, chopped walnuts, and brown sugar (make sure mixture is mostly uniform, no large chunks of butter should remain)</li>
<li>Grease baking dish</li>
<li>Spread mashed sweet potato mixture into dish</li>
<li>Spread topping mixture over sweet potatoes evenly</li>
<li>Bake at 350 degrees for 30 minutes</li>
</ol>
<p>The sweetness of this dish almost puts it in the desert category.  It&#8217;s very tasty&#8211;a wonderful thanksgiving companion to more savory dishes.</p>

<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7677.JPG' rel='shadowbox[post-602];player=img;' title='IMG_7677'><img width="112" height="150" src="http://files.lamielle.net/wordpress/2009/11/IMG_7677-112x150.jpg" class="attachment-thumbnail" alt="" title="IMG_7677" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7678.JPG' rel='shadowbox[post-602];player=img;' title='IMG_7678'><img width="112" height="150" src="http://files.lamielle.net/wordpress/2009/11/IMG_7678-112x150.jpg" class="attachment-thumbnail" alt="" title="IMG_7678" /></a>

]]></content:encoded>
			<wfw:commentRss>http://alan.lamielle.net/2009/11/30/sweet-potato-casserole/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Peanut Butter Brownie Cookies</title>
		<link>http://alan.lamielle.net/2009/11/29/peanut-butter-brownie-cookies</link>
		<comments>http://alan.lamielle.net/2009/11/29/peanut-butter-brownie-cookies#comments</comments>
		<pubDate>Sun, 29 Nov 2009 18:11:26 +0000</pubDate>
		<dc:creator>Alan LaMielle</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[Recipes]]></category>
		<category><![CDATA[brownie]]></category>
		<category><![CDATA[butter]]></category>
		<category><![CDATA[chocolate chips]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[egg]]></category>
		<category><![CDATA[flour]]></category>
		<category><![CDATA[peanut butter]]></category>
		<category><![CDATA[vegetable oil]]></category>
		<category><![CDATA[water]]></category>

		<guid isPermaLink="false">http://alan.lamielle.net/?p=588</guid>
		<description><![CDATA[A wonderful cookie/brownie recipe with a peanut butter twist.  Based on the brownie cookie recipe from Cooks.com.

Ingredients:
 

1 box family size brownie mix
1/4 cup flour
1/4 cup vegetable oil
3 tbsp. water
2 eggs
1 cup chocolate chips (or peanut butter chips or butterscotch chips)
1/2 of a jar of peanut butter (~16 oz)

Directions:

Combine brownie mix, flour, vegetable oil, water, [...]]]></description>
			<content:encoded><![CDATA[<p>A wonderful cookie/brownie recipe with a peanut butter twist.  Based on the brownie cookie recipe <a href="http://www.cooks.com/rec/view/0,1710,148185-235195,00.html">from Cooks.com</a>.<br />
<span id="more-588"></span><br />
<strong>Ingredients:</strong></p>
<p><strong> </strong></p>
<ul>
<li>1 box family size brownie mix</li>
<li>1/4 cup flour</li>
<li>1/4 cup vegetable oil</li>
<li>3 tbsp. water</li>
<li>2 eggs</li>
<li>1 cup chocolate chips (or peanut butter chips or butterscotch chips)</li>
<li>1/2 of a jar of peanut butter (~16 oz)</li>
</ul>
<p><strong>Directions:</strong></p>
<ol>
<li>Combine brownie mix, flour, vegetable oil, water, eggs, and chocolate chips</li>
<li>Heat peanut butter in a small bowl for 30-60 seconds (until it can be poured out of the bowl)</li>
<li>Thoroughly mix 3/4 of the peanut butter in with brownie mix</li>
<li>Gently fold remaining 1/4 of peanut butter into mix (don&#8217;t mix completely, leave peanut butter visible)</li>
<li>Spoon dollops of mix onto cookie sheets (non-stick foil preferred), note cookies don&#8217;t spread out much during baking</li>
<li>Bake at 350 degrees for 5-10 minutes, depending on consistency of mix</li>
</ol>
<p>Be careful to watch the cookies as they bake so you avoid burning the bottoms.  Don&#8217;t let them cook until they look like they are done.  Taking them out when they still look uncooked (but slightly crusted on the top) is fine.  The cookies will sit up and harden when cooling.  They are a bit different from traditional cookies as they are based on brownie mix.</p>

<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7681.JPG' rel='shadowbox[post-588];player=img;' title='IMG_7681'><img width="112" height="150" src="http://files.lamielle.net/wordpress/2009/11/IMG_7681-112x150.jpg" class="attachment-thumbnail" alt="" title="IMG_7681" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7682.JPG' rel='shadowbox[post-588];player=img;' title='IMG_7682'><img width="112" height="150" src="http://files.lamielle.net/wordpress/2009/11/IMG_7682-112x150.jpg" class="attachment-thumbnail" alt="" title="IMG_7682" /></a>

]]></content:encoded>
			<wfw:commentRss>http://alan.lamielle.net/2009/11/29/peanut-butter-brownie-cookies/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Croissant Fruit Turnovers</title>
		<link>http://alan.lamielle.net/2009/11/29/simple-croissant-fruit-turnovers</link>
		<comments>http://alan.lamielle.net/2009/11/29/simple-croissant-fruit-turnovers#comments</comments>
		<pubDate>Sun, 29 Nov 2009 16:54:15 +0000</pubDate>
		<dc:creator>Alan LaMielle</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[Recipes]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[butter]]></category>
		<category><![CDATA[cherry]]></category>
		<category><![CDATA[recipe]]></category>
		<category><![CDATA[sugar]]></category>
		<category><![CDATA[turnover]]></category>

		<guid isPermaLink="false">http://alan.lamielle.net/?p=574</guid>
		<description><![CDATA[Try this extremely simple fruit turnover recipe when you need a tasty fast desert.  You only need croissant pastry dough and fruit filling.
Ingredients:

1 package rolled up croissant pastry dough
1 can fruit filling (apple, cherry, blueberry, etc.)
Melted butter
Large granule sugar

Directions:

Roll out croissant dough triangles
At the large end of the triangle, put a small amount of filling
Roll [...]]]></description>
			<content:encoded><![CDATA[<p>Try this extremely simple fruit turnover recipe when you need a tasty fast desert.  You only need croissant pastry dough and fruit filling.<span id="more-574"></span></p>
<p><strong>Ingredients:</strong></p>
<ul>
<li>1 package rolled up croissant pastry dough</li>
<li>1 can fruit filling (apple, cherry, blueberry, etc.)</li>
<li>Melted butter</li>
<li>Large granule sugar</li>
</ul>
<p><strong>Directions:</strong></p>
<ol>
<li>Roll out croissant dough triangles</li>
<li>At the large end of the triangle, put a small amount of filling</li>
<li>Roll dough with filling up, starting from large end of the triangle</li>
<li>Brush butter over top of turnover</li>
<li>Sprinkle sugar over top of turnovers</li>
<li>Bake at 350 degrees for ~20 mins, or until pasty dough is golden brown</li>
</ol>
<p>We&#8217;ve found that adding 5-6 cherries (with very little cherry sauce) is the right amount of filling.  Also, about 2-3 apple slices seems to work well.  Also, brushing the butter over top of the turnovers helps to brown the dough a bit.  The sugar makes them a bit sweeter and look pretty.  Also, as is probably true with most pastries, it&#8217;s better to let them cool on a cooling rack so the bottoms don&#8217;t get soggy (see pictures).</p>

<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7675.JPG' rel='shadowbox[post-574];player=img;' title='IMG_7675'><img width="150" height="112" src="http://files.lamielle.net/wordpress/2009/11/IMG_7675-150x112.jpg" class="attachment-thumbnail" alt="" title="IMG_7675" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7676.JPG' rel='shadowbox[post-574];player=img;' title='IMG_7676'><img width="112" height="150" src="http://files.lamielle.net/wordpress/2009/11/IMG_7676-112x150.jpg" class="attachment-thumbnail" alt="" title="IMG_7676" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7679.JPG' rel='shadowbox[post-574];player=img;' title='IMG_7679'><img width="150" height="112" src="http://files.lamielle.net/wordpress/2009/11/IMG_7679-150x112.jpg" class="attachment-thumbnail" alt="" title="IMG_7679" /></a>
<a href='http://files.lamielle.net/wordpress/2009/11/IMG_7680.JPG' rel='shadowbox[post-574];player=img;' title='IMG_7680'><img width="112" height="150" src="http://files.lamielle.net/wordpress/2009/11/IMG_7680-112x150.jpg" class="attachment-thumbnail" alt="" title="IMG_7680" /></a>

]]></content:encoded>
			<wfw:commentRss>http://alan.lamielle.net/2009/11/29/simple-croissant-fruit-turnovers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thinkpad Trackpoint Scrolling in Ubuntu Karmic Koala</title>
		<link>http://alan.lamielle.net/2009/10/07/thinkpad-trackpoint-scrolling-in-ubuntu-karmic-koala</link>
		<comments>http://alan.lamielle.net/2009/10/07/thinkpad-trackpoint-scrolling-in-ubuntu-karmic-koala#comments</comments>
		<pubDate>Wed, 07 Oct 2009 12:52:56 +0000</pubDate>
		<dc:creator>Alan LaMielle</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[fdi]]></category>
		<category><![CDATA[gdm]]></category>
		<category><![CDATA[hal]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[karmic koala]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[scroll]]></category>
		<category><![CDATA[scrolling]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[trackpoint]]></category>

		<guid isPermaLink="false">http://alan.lamielle.net/?p=529</guid>
		<description><![CDATA[Scrolling using the Thinkpad Trackpoint (middle click/hold + mouse nub) is still not fixed by default in Ubuntu 9.10 (Karmic Koala).  Here&#8217;s how I fixed it.
Following the instructions on this site, I created a new file (/etc/hal/fdi/policy/mouse-wheel.fdi) as root that contains:
&#60;match key="info.product" string="TPPS/2 IBM TrackPoint"&#62;
&#60;merge key="input.x11_options.EmulateWheel" type="string"&#62;true&#60;/merge&#62;
&#60;merge key="input.x11_options.EmulateWheelButton" type="string"&#62;2&#60;/merge&#62;
&#60;merge key="input.x11_options.XAxisMapping" type="string"&#62;6 7&#60;/merge&#62;
&#60;merge key="input.x11_options.YAxisMapping" type="string"&#62;4 5&#60;/merge&#62;
&#60;merge [...]]]></description>
			<content:encoded><![CDATA[<p>Scrolling using the Thinkpad Trackpoint (middle click/hold + mouse nub) is still not fixed by default in Ubuntu 9.10 (Karmic Koala).  Here&#8217;s how I fixed it.</p>
<p><span id="more-529"></span>Following the instructions on <a href="http://psung.blogspot.com/2008/09/scrolling-with-thinkpads-trackpoint-in.html">this</a> site, I created a new file (<code>/etc/hal/fdi/policy/mouse-wheel.fdi</code>) as root that contains:</p>
<p><code>&lt;match key="info.product" string="TPPS/2 IBM TrackPoint"&gt;<br />
&lt;merge key="input.x11_options.EmulateWheel" type="string"&gt;true&lt;/merge&gt;<br />
&lt;merge key="input.x11_options.EmulateWheelButton" type="string"&gt;2&lt;/merge&gt;<br />
&lt;merge key="input.x11_options.XAxisMapping" type="string"&gt;6 7&lt;/merge&gt;<br />
&lt;merge key="input.x11_options.YAxisMapping" type="string"&gt;4 5&lt;/merge&gt;<br />
&lt;merge key="input.x11_options.ZAxisMapping" type="string"&gt;4 5&lt;/merge&gt;<br />
&lt;merge key="input.x11_options.Emulate3Buttons" type="string"&gt;true&lt;/merge&gt;<br />
&lt;/match&gt;</code></p>
<p>If you don&#8217;t want to restart, you can log out and restart the gdm and hal services.  However, I simply restarted and scrolling worked upon logging in!</p>
<p>The document <a href="http://mvogt.wordpress.com/2008/08/15/xorg-evdev-and-emulatewheel/">here</a> is apparently the original source of this information.  I&#8217;m mostly posting this for myself for future reference (and in case either of the afore mentioned pages go down).</p>
]]></content:encoded>
			<wfw:commentRss>http://alan.lamielle.net/2009/10/07/thinkpad-trackpoint-scrolling-in-ubuntu-karmic-koala/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Using waf to build LaTeX Documents</title>
		<link>http://alan.lamielle.net/2009/09/29/using-waf-to-build-latex-documents</link>
		<comments>http://alan.lamielle.net/2009/09/29/using-waf-to-build-latex-documents#comments</comments>
		<pubDate>Tue, 29 Sep 2009 19:47:44 +0000</pubDate>
		<dc:creator>Alan LaMielle</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[build system]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[makefile]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[tex]]></category>
		<category><![CDATA[waf]]></category>

		<guid isPermaLink="false">http://alan.lamielle.net/?p=508</guid>
		<description><![CDATA[I&#8217;ve finally made the migration away from make and the horrible system of autofoo and Makefiles.  A few years ago I discovered a build system called waf that does everything make can do, only better!

Waf is a Python based build system (or more generally a task execution system).  Directly from the site:
Waf is a Python-based framework [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally made the migration away from <code>make</code> and the horrible system of <code>autofoo</code> and <code>Makefiles</code>.  A few years ago I discovered a build system called <code>waf</code> that does everything <code>make</code> can do, only better!</p>
<p><span id="more-508"></span></p>
<p><a href="http://code.google.com/p/waf/">Waf</a> is a Python based build system (or more generally a task execution system).  Directly from the site:</p>
<blockquote><p>Waf is a Python-based framework for configuring, compiling and installing applications. It derives from the concepts of other build tools such as Scons, Autotools, CMake or Ant.</p></blockquote>
<p>Just like <code>make</code>, <code>waf</code> is a quasi-declarative build system.  You define the tasks and results you require, and <code>waf</code> determines dependences and executes the tasks (in a valid order) necessary to produce the desired output.  However, <code>waf</code> differs from <code>make</code> in that <strong>waf actually uses a real programming language</strong> for declaring tasks and developing the build system (in case it wasn&#8217;t obvious, the language I&#8217;m referring to is Python).  This single fact alone is enough for me to want to move away from <code>make</code> completely.  However, <code>waf</code> also offers a whole slew of other extremely nice features that make it very powerful.  See the project site for more details.</p>
<p>Until now I&#8217;ve been using <code>make</code> to build my <code>LaTeX</code> documents.  However, I&#8217;ve finally taken the time to discover how to do this with <code>waf</code>.  The following script (really just two functions), named <code>wscript</code> in the directory with the <code>LaTeX</code> source, is the result:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code"><pre class="python" style="font-family:monospace;">srcdir=<span style="color: #483d8b;">'.'</span>
blddir=<span style="color: #483d8b;">'build'</span>
&nbsp;
<span style="color: #ff7700;font-weight:bold;">def</span> configure<span style="color: black;">&#40;</span>conf<span style="color: black;">&#41;</span>:
   conf.<span style="color: black;">check_tool</span><span style="color: black;">&#40;</span><span style="color: #483d8b;">'tex'</span><span style="color: black;">&#41;</span>
&nbsp;
<span style="color: #ff7700;font-weight:bold;">def</span> build<span style="color: black;">&#40;</span>bld<span style="color: black;">&#41;</span>:
   obj=bld.<span style="color: black;">new_task_gen</span><span style="color: black;">&#40;</span>features=<span style="color: #483d8b;">'tex'</span><span style="color: black;">&#41;</span>
   obj.<span style="color: black;">source</span>=<span style="color: #483d8b;">'source_tex_file.tex'</span>
   bld.<span style="color: black;">install_files</span><span style="color: black;">&#40;</span><span style="color: #483d8b;">'${PREFIX}'</span>,<span style="color: #483d8b;">'output_pdf_file.pdf'</span><span style="color: black;">&#41;</span></pre></td></tr></table></div>

<p>The first two lines define the source directory (the current directory is denoted by the &#8216;.&#8217;) and the name of the build directory (where all the temporary files will be stored).  The <code>configure</code> function simply tells <code>waf</code>, using the <code>check_tool</code> call, to ensure that the tools necessary for building <code>LaTeX</code> documents are present on the system.  The <code>build</code> function defines that we want to create a PDF document from the file <code>source_tex_file.tex</code> using the <code>tex</code> <code>waf</code> tool.  And that&#8217;s it&#8230; seriously.</p>
<p>My workflow with this setup is basically edit <code>LaTeX</code> file, call <code>./waf build install</code>, check the output PDF, repeat.  Easy as pie.</p>
<p>So, if you&#8217;re looking for a fabulous alternative to <code>make</code>, check out <code>waf</code>, I&#8217;m sure you&#8217;ll be impressed.</p>
]]></content:encoded>
			<wfw:commentRss>http://alan.lamielle.net/2009/09/29/using-waf-to-build-latex-documents/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bouldering in May</title>
		<link>http://alan.lamielle.net/2009/09/27/bouldering-in-may</link>
		<comments>http://alan.lamielle.net/2009/09/27/bouldering-in-may#comments</comments>
		<pubDate>Sun, 27 Sep 2009 14:36:32 +0000</pubDate>
		<dc:creator>Alan LaMielle</dc:creator>
				<category><![CDATA[Climbing]]></category>
		<category><![CDATA[Weekend]]></category>
		<category><![CDATA[Workout]]></category>
		<category><![CDATA[bouldering]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[horsetooth]]></category>
		<category><![CDATA[horsetooth reservoir]]></category>
		<category><![CDATA[morning]]></category>
		<category><![CDATA[saturday]]></category>

		<guid isPermaLink="false">http://alan.lamielle.net/?p=222</guid>
		<description><![CDATA[May 30, 2009: One Saturday morning Rachael and I headed up above Fort Collins so I could do some bouldering.  I&#8217;ve been meaning to post this since that morning and much later (4 months later!) I finally got around to throwing these pictures up and writing about the morning.

The morning started with a drive up [...]]]></description>
			<content:encoded><![CDATA[<p>May 30, 2009: One Saturday morning Rachael and I headed up above Fort Collins so I could do some bouldering.  I&#8217;ve been meaning to post this since that morning and much later (4 months later!) I finally got around to throwing these pictures up and writing about the morning.</p>
<p><span id="more-222"></span></p>
<p>The morning started with a drive up to one of the few places I&#8217;ve actually been bouldering, just north of the <a title="first Horsetoot Reservoir dam" href="http://maps.google.com/maps/ms?source=s_d&amp;saddr=&amp;daddr=40.536676,-105.143845&amp;hl=en&amp;geocode=&amp;mra=mi&amp;mrsp=0&amp;sz=15&amp;ie=UTF8&amp;t=p&amp;msa=0&amp;msid=104387170810465879287.00046daebfe9248c4f5b3&amp;ll=40.538232,-105.143409&amp;spn=0.018916,0.038538&amp;z=15" target="_blank">first Horsetooth Reservoir dam</a>.  There are lots of problems here, but most are too difficult for me right now.  I&#8217;m mostly trying to build up arm strength and get my fingers a bit roughed up and used to the rock.</p>
<p>We ran into a local who climbs there often.  He ended up giving me some tips and let me use his crash pad for a bit while I tried to complete a move he said I should work on.  He also told me a bit about the history of bouldering in the area, including about <a title="John Gill" href="http://www.johngill.net/" target="_blank">John Gill</a>, apparently one of the pioneers of the sport in the 60&#8217;s.  He marked problems all along Centennial Drive (the road along the east side of the reservoir) with white paint so others would be curious and attempt the climbs too.  He was a professor at CSU and ex-gymnast.</p>
<p>My arms get tired pretty quickly so most days I&#8217;m only climbing for 25-35 minutes, an hour total after breaks and such.   After stopping I wandered around the area with Rachael and found a little lizard friend:</p>
<div id="attachment_491" class="wp-caption aligncenter" style="width: 310px"><a href="http://files.lamielle.net/wordpress/2009/09/IMG00206.jpg" rel="shadowbox[post-222];player=img;"><img class="size-medium wp-image-491" title="Lizard Friend!" src="http://files.lamielle.net/wordpress/2009/09/IMG00206-300x225.jpg" alt="Lizard Friend!" width="300" height="225" /></a><p class="wp-caption-text">Lizard Friend!</p></div>
<p>After the little lizard ran away, I headed down towards where we were told John Gill had marked one of his problems.  I found it after a bit of a walk:</p>
<div id="attachment_492" class="wp-caption aligncenter" style="width: 310px"><a href="http://files.lamielle.net/wordpress/2009/09/IMG00215.jpg" rel="shadowbox[post-222];player=img;"><img class="size-medium wp-image-492" title="White paint marking a problem by John Gill" src="http://files.lamielle.net/wordpress/2009/09/IMG00215-300x225.jpg" alt="White paint marking a problem by John Gill" width="300" height="225" /></a><p class="wp-caption-text">White paint marking a problem by John Gill</p></div>
<div id="attachment_493" class="wp-caption aligncenter" style="width: 310px"><a href="http://files.lamielle.net/wordpress/2009/09/IMG00213.jpg" rel="shadowbox[post-222];player=img;"><img class="size-medium wp-image-493" title="The problem (1)" src="http://files.lamielle.net/wordpress/2009/09/IMG00213-300x225.jpg" alt="The problem (1)" width="300" height="225" /></a><p class="wp-caption-text">The problem (1)</p></div>
<div id="attachment_494" class="wp-caption aligncenter" style="width: 310px"><a href="http://files.lamielle.net/wordpress/2009/09/IMG00212.jpg" rel="shadowbox[post-222];player=img;"><img class="size-medium wp-image-494" title="The problem (2)" src="http://files.lamielle.net/wordpress/2009/09/IMG00212-300x225.jpg" alt="The problem (2)" width="300" height="225" /></a><p class="wp-caption-text">The problem (2)</p></div>
<p>Also, I found a post on the Inside Fort Collins blog on <a title="Inside Fort Collins blog on Bouldering around Horsetooth" href="http://insidefortcollins.blogspot.com/2007/11/rock-climbing-at-horsetooth.html" target="_blank"> Bouldering around Horsetooth</a> that has some interesting information.  Also, they link to <a title="Inner Strength Rock Gym" href="http://innerstrengthrock.com/">Inner Strength Rock Gym</a> which I&#8217;ve been meaning to check out&#8211;their prices don&#8217;t look too bad.</p>
<p>Finally, here&#8217;s an article that talks about <a title="John Gill and climbing in Fort Collins" href="http://media.www.collegian.com/media/storage/paper864/news/2001/10/23/UndefinedSection/Bouldering.Becoming.A.Sport.In.Fort.Collins-1698486.shtml" target="_blank">John Gill and climbing in Fort Collins</a> from 2001.</p>
<p>Also, check out the gallery <a href="http://alan.lamielle.net/gallery/climbing/Bouldering+-+2009-5-30/">here</a> for all of the pictures from that day.</p>
]]></content:encoded>
			<wfw:commentRss>http://alan.lamielle.net/2009/09/27/bouldering-in-may/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stuffed Peppers</title>
		<link>http://alan.lamielle.net/2009/09/27/stuffed-peppers</link>
		<comments>http://alan.lamielle.net/2009/09/27/stuffed-peppers#comments</comments>
		<pubDate>Sun, 27 Sep 2009 13:25:29 +0000</pubDate>
		<dc:creator>Alan LaMielle</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[Recipes]]></category>
		<category><![CDATA[diced tomatos]]></category>
		<category><![CDATA[hamburger]]></category>
		<category><![CDATA[recipe]]></category>
		<category><![CDATA[rice]]></category>
		<category><![CDATA[stuffed peppers]]></category>
		<category><![CDATA[tomato]]></category>
		<category><![CDATA[tomato sauce]]></category>

		<guid isPermaLink="false">http://alan.lamielle.net/?p=489</guid>
		<description><![CDATA[Rachael&#8217;s stuffed peppers are fantastic!  Though apparently this is a simplified version of her mom&#8217;s recipe which is even more delicious.  Pretty fast dish, great for times when you find peppers on sale.

Ingredients:

Raw peppers (4-5): Red, orange, and yellow are best (green peppers aren&#8217;t as tasty)
1 cup white minute rice
1 pound hamburger
1 large can tomato [...]]]></description>
			<content:encoded><![CDATA[<p>Rachael&#8217;s stuffed peppers are fantastic!  Though apparently this is a simplified version of her mom&#8217;s recipe which is even more delicious.  Pretty fast dish, great for times when you find peppers on sale.<br />
<span id="more-489"></span><br />
<strong>Ingredients</strong>:</p>
<ul>
<li>Raw peppers (4-5): Red, orange, and yellow are best (green peppers aren&#8217;t as tasty)</li>
<li>1 cup white minute rice</li>
<li>1 pound hamburger</li>
<li>1 large can tomato sauce (29 oz)</li>
<li>1 small can diced tomatoes (14.5 oz)</li>
<li>Salt / pepper / other seasonings to taste</li>
<li>Shredded cheese (optional)</li>
</ul>
<p><strong>Directions</strong>:</p>
<ol>
<li>Preheat oven to 350 degrees</li>
<li>Brown hamburger, drain</li>
<li>Cook white rice</li>
<li>Clean peppers, cut in half long way</li>
<li>Grease baking dish(es)</li>
<li>Mix rice and hamburger together</li>
<li>Mix in enough tomato sauce to coat rice and beef mixture</li>
<li>Mix in 1/4 can of diced tomatoes</li>
<li>Place halved peppers in baking dish(es)</li>
<li>Stuff halved peppers with rice/hamburger/tomato mixture</li>
<li>Cover peppers with remainder of tomato sauce and diced tomatoes</li>
<li>Bake in oven at 350 degrees for 30-40 minutes or until peppers are cooked to desired crunchiness</li>
<li>Top with cheese before or after baking (if desired)</li>
</ol>

<a href='http://files.lamielle.net/wordpress/2009/09/IMG_7634.JPG' rel='shadowbox[post-489];player=img;' title='Stuffed peppers (dish 1)'><img width="150" height="112" src="http://files.lamielle.net/wordpress/2009/09/IMG_7634-150x112.jpg" class="attachment-thumbnail" alt="Stuffed peppers (dish 1)" title="Stuffed peppers (dish 1)" /></a>
<a href='http://files.lamielle.net/wordpress/2009/09/IMG_7635.JPG' rel='shadowbox[post-489];player=img;' title='Stuffed peppers (dish 2)'><img width="150" height="112" src="http://files.lamielle.net/wordpress/2009/09/IMG_7635-150x112.jpg" class="attachment-thumbnail" alt="Stuffed peppers (dish 2)" title="Stuffed peppers (dish 2)" /></a>

]]></content:encoded>
			<wfw:commentRss>http://alan.lamielle.net/2009/09/27/stuffed-peppers/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
