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

<channel>
	<title>Gabbro B-Sides</title>
	<atom:link href="http://greengabbro.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://greengabbro.net</link>
	<description>rock out to the apparatus</description>
	<pubDate>Wed, 25 Aug 2010 03:22:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Pre-Pie Contest Pie Poll</title>
		<link>http://greengabbro.net/2009/02/28/pre-pie-contest-pie-poll/</link>
		<comments>http://greengabbro.net/2009/02/28/pre-pie-contest-pie-poll/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 01:23:28 +0000</pubDate>
		<dc:creator>yami</dc:creator>
		
		<category><![CDATA[Whimsy]]></category>

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

		<category><![CDATA[fun poll]]></category>

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

		<guid isPermaLink="false">http://greengabbro.net/?p=1570</guid>
		<description><![CDATA[Scienceblogs is planning a pie contest for Pi Day, March 14. I am waiting for clarification on just how many pies we will be allowed to enter, but I suspect it will be a finite number of pies, which means I need your help to decide which is most likely to win.
n

	
		Which pie sounds most [...]]]></description>
			<content:encoded><![CDATA[<p>Scienceblogs is planning a pie contest for Pi Day, March 14. I am waiting for clarification on just how many pies we will be allowed to enter, but I suspect it will be a finite number of pies, which means I need your help to decide which is most likely to win.<br />
n
<div>
	<div class='democracy'>
		<h3>Which pie sounds most appealing?</h3>
		<div class='dem-results'>
		<form action='http://greengabbro.net/wp-content/plugins/democracy/democracy.php' onsubmit='return dem_Vote(this)'>
		<ul>
			<li>
					<input type='radio' id='dem-choice-37' value='37' name='dem_poll_8' />
					<label for='dem-choice-37'>Blackberry meringue</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-38' value='38' name='dem_poll_8' />
					<label for='dem-choice-38'>Blackberry meringue with tangerine bitters</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-39' value='39' name='dem_poll_8' />
					<label for='dem-choice-39'>Mojito meringue</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-40' value='40' name='dem_poll_8' />
					<label for='dem-choice-40'>Some other cocktail meringue</label>
			</li>
		</ul>
			<input type='hidden' name='dem_poll_id' value='8' />
			<input type='hidden' name='dem_action' value='vote' />
			<input type='submit' class='dem-vote-button' value='Vote' />
			<a href='/feed/?dem_action=view&amp;dem_poll_id=8' onclick='return dem_getVotes("http://greengabbro.net/wp-content/plugins/democracy/democracy.php?dem_action=view&amp;dem_poll_id=8", this)' rel='nofollow' class='dem-vote-link'>View Results</a>
		</form>
		</div>
	</div></div>
]]></content:encoded>
			<wfw:commentRss>http://greengabbro.net/2009/02/28/pre-pie-contest-pie-poll/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Line Spacing with the LaTeX Memoir Class: Why doesn&#8217;t setspace.sty work?</title>
		<link>http://greengabbro.net/2009/02/15/line-spacing-with-the-latex-memoir-class-why-doesnt-setspacesty-work/</link>
		<comments>http://greengabbro.net/2009/02/15/line-spacing-with-the-latex-memoir-class-why-doesnt-setspacesty-work/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 21:16:25 +0000</pubDate>
		<dc:creator>yami</dc:creator>
		
		<category><![CDATA[Geekery]]></category>

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

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

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

		<guid isPermaLink="false">http://greengabbro.net/2009/02/15/line-spacing-with-the-latex-memoir-class-why-doesnt-setspacesty-work/</guid>
		<description><![CDATA[How to control line spacing in documents written with the LaTeX memoir class.]]></description>
			<content:encoded><![CDATA[<p>The LaTeX memoir class has its own way of setting the leading (line spacing) in a document. By default, it will ignore without comment any attempt you make to load in packages like <tt>setspace.sty</tt> or use commands like <tt>\linespread</tt> or <tt>\baselinestretch</tt>. Those people in all those <em>other</em> Google results for your problem, telling you that the answer is <tt>\doublespacing</tt>, <tt>\singlespacing</tt>? <strong>Not quite</strong>.</p>
<p>To invoke memoir&#8217;s native line spacing controls, use the <tt>Spacing</tt> environment:<br />
<code><br />
\begin{Spacing}{2}<br />
blah, blah, blah<br />
\end{Spacing}<br />
</code></p>
<p>To use the <tt>setspace</tt> package, you need an extra line in your document preamble:<br />
<code><br />
\DisemulatePackage{setspace}<br />
\usepackage{setspace}<br />
</code></p>
<p>This was giving me a nasty headache, until I found <a href="http://www.mail-archive.com/lyx-users@lists.lyx.org/msg52814.html">this thread</a>. There is probably more useful documentation of spacing commands in <a href="tug.ctan.org/tex-archive/macros/latex/contrib/memoir/memman.pdf ">the memoir manual</a>, but that is a huge friggin&#8217; book; using the Spacing environment has solved my problem for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://greengabbro.net/2009/02/15/line-spacing-with-the-latex-memoir-class-why-doesnt-setspacesty-work/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Ecto&#8217;s Script Feature to Post Your Delicious Links</title>
		<link>http://greengabbro.net/2009/01/13/using-ectos-script-feature-to-post-your-delicious-links/</link>
		<comments>http://greengabbro.net/2009/01/13/using-ectos-script-feature-to-post-your-delicious-links/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 05:48:03 +0000</pubDate>
		<dc:creator>yami</dc:creator>
		
		<category><![CDATA[Meta]]></category>

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

		<category><![CDATA[del.cio.us]]></category>

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

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

		<guid isPermaLink="false">http://greengabbro.net/2009/01/13/using-ectos-script-feature-to-post-your-delicious-links/</guid>
		<description><![CDATA[A perl script for semi-automated publishing of del.icio.us bookmarks with Ecto.]]></description>
			<content:encoded><![CDATA[<p>I was looking for an easy way to post links I&#8217;ve bookmarked in del.icio.us to my blog.</p>
<p>Not all the links - there&#8217;s no sense inundating readers of my geology blog with a bunch of recipes and quilting patterns. Just the links with a particular tag. And not every day, either - I don&#8217;t do enough bookmarking, or enough blogging, to justify that. Maybe some people like blogs where two out of every three posts are entitled &#8220;Links for [today's date]&#8220;, but I don&#8217;t.</p>
<p>So I wrote a little perl script to use with the offline blogging client <a href="http://illuminex.com/mac/ecto/">Ecto</a>. When you run the script, it pulls the 20 most recently posted links from your del.icio.us account that have been tagged with a special &#8220;blogthis&#8221; tag, formats them nicely, and dumps them into your currently open draft. </p>
<p>It&#8217;s only semi-automatic - you still have to manually delete any links you&#8217;ve already posted, and add titles, extra formatting, etc. - but it gets the job done.<span id="more-1563"></span><br />
<h3>Installation</h3>
<ol>
<li>If necessary, download and install <a href="http://search.cpan.org/dist/Net-Delicious/">Net::Delicious</a> (try typing <tt>cpan -i Net::Delicious</tt> from the command line).
<li>Download the script: <a href="http://greengabbro.net/downloads/delicious.txt">delicious.txt</a>
<li>Edit the script so it has your del.icio.us username/password and the del.icio.us tag that you&#8217;re using to mean &#8220;post this to my blog&#8221;.
<li>Save your edited script as &#8220;delicious.pl&#8221; in Ecto&#8217;s script folder (~/Library/Application Support/ecto3/scripts). The .pl extension is important.
<li>Open Ecto. You should be able to run the script from Tools &gt; Scripts.
</ol>
]]></content:encoded>
			<wfw:commentRss>http://greengabbro.net/2009/01/13/using-ectos-script-feature-to-post-your-delicious-links/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why Proposition 8 Hurts So Much</title>
		<link>http://greengabbro.net/2008/11/06/why-proposition-8-hurts-so-much/</link>
		<comments>http://greengabbro.net/2008/11/06/why-proposition-8-hurts-so-much/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 07:40:17 +0000</pubDate>
		<dc:creator>yami</dc:creator>
		
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://greengabbro.net/?p=1561</guid>
		<description><![CDATA[This is the first time people have voted to roll back existing gay marriage/civil union rights. There are no more face-saving excuses about the fear of the unknown; it's hard to read it as anything but hatred.]]></description>
			<content:encoded><![CDATA[<p>For the first time in my life, I have been on the winning side of a major election. Everyone around me is jubilant. It&#8217;s not just for President-Elect Obama, either - my choices for Governor and Congressman both made it in. I even got 2 out of 3 on my county judicial picks.</p>
<p>Last night was also a great one for public transit. The Puget Sound&#8217;s Proposition 1 passed, bringing expanded bus and rail service to the Seattle area, while the car-addled Washington Initiative 985 (aka <i>you will pry our single-occupancy vehicle commutes from our cold dead hands</i>) was soundly walloped. A new high-speed rail line will go from Los Angeles to San Francisco. Citizens in Sacramento, St. Louis, Los Angeles, and northern New Mexico voted to raise their own taxes to improve transit services. I take it as a sign that high gas prices are finally sinking in and prompting real change.</p>
<p>Yet I have not felt such anger and bitterness towards my fellow citizens since they re-elected Bush.</p>
<p>While our first African-American president asked us to embrace a politics of hope and unity, voters in California, Florida, Arizona, and Arkansas embraced the politics of fear and lies, singling out a different group of Americans for second-class citizenship. Each of those measures stung, but California&#8217;s Proposition 8 made me absolutely heartsick. California was my home for 9 years, and is the bluest of blue states, the sort of state one expects to be accepting - but that&#8217;s not why I&#8217;m so upset.<span id="more-1561"></span>So far, wherever court-ordered same-sex marriages or domestic partnerships have actually been put into effect, rather than immediately pre-empted by panicked legislative efforts, they have not been overturned. In Vermont, Massachusetts, and New Jersey, the much-ballyhooed &#8220;will of the people&#8221; looked at the sky, saw that it was not falling, and elected to preserve those civil rights.</p>
<p>All those other states writing laws and ratifying constitutional amendments to redefine marriage as something that affirms the straight person&#8217;s pinnacle in the social hierarchy? Sure, it&#8217;s an injustice and a political setback, but it&#8217;s easy to see how people can be afraid of the unknown. Once they have a chance to get used to the change, they&#8217;ll come &#8217;round.</p>
<p>This summer, Californians looked around them and saw thousands of beaming newlyweds, ecstatic that their relationships were finally recognized as equal under the law. On Tuesday, Californians voted to annihilate that joy.</p>
<p>The vote on Proposition 8 was motivated by ignorance - for example, many supporters were genuinely worried that their churches would be forced to perform same-sex marriages - but not by fear of the unknown. It&#8217;s hard to read this as anything other than hatred.</p>
]]></content:encoded>
			<wfw:commentRss>http://greengabbro.net/2008/11/06/why-proposition-8-hurts-so-much/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cucumber-Fennel Soup</title>
		<link>http://greengabbro.net/2008/09/29/cucumber-fennel-soup/</link>
		<comments>http://greengabbro.net/2008/09/29/cucumber-fennel-soup/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 04:30:14 +0000</pubDate>
		<dc:creator>yami</dc:creator>
		
		<category><![CDATA[Human Fuzzies]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://greengabbro.net/2008/09/29/cucumber-fennel-soup/</guid>
		<description><![CDATA[ I haven&#8217;t been eating many sandwiches lately, so yesterday, when I reached into the refrigerator to cut a few slices off of my &#8220;sandwich cucumber&#8221;, it was&#8230; no longer suitable for sandwiches. It wasn&#8217;t rotten, just decidedly un-crispy, and definitely in need of quick rescue. I immediately combined it with the wealth of heirloom [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/cucumber-fennel-soup.jpg" alt="Focus on the fennel garnish in a bowl of cucumber fennel soup" title="the soup" width="250" height="368" class="alignleft"/> I haven&#8217;t been eating many sandwiches lately, so yesterday, when I reached into the refrigerator to cut a few slices off of my &#8220;sandwich cucumber&#8221;, it was&#8230; no longer suitable for sandwiches. It wasn&#8217;t rotten, just decidedly un-crispy, and definitely in need of quick rescue. I immediately combined it with the wealth of heirloom cucumbers that came in my CSA box this week to make a light and green-tasting soup.</p>
<p>The cucumber plays more of a supporting role here than in most cucumber soups, but it is still definitely present, and unites the flavors of the other vegetables behind the fennel. I filled the flavor out with some smoky bacon; if you are going to make this a vegetarian soup, you really do need to find a substitute. Try some black cardamom pods, or a few handfuls of pre-cooked kasha.</p>
<h4>Ingredients</h4>
<ul>
<li>1 giant cucumber and 2 medium ones, plus the 1/3 of the medium cucumber that prompted this exercise, peeled and de-seeded
<li>1 medium onion, more or less caramelized
<li>1 strip bacon, including all the fat from the pan
<li>small handful spinach
<li>small handful arugula
<li>half a dozen ice cubes of stock or broth (I save bones and veggie butts in the freezer, and make stock whenever the bag fills up - this week&#8217;s batch was mostly onions, carrots and carrot tops, and summer squash)
<li>one ice cube of rose hip stock
<li>6&#8243; or so of fennel stem
<li>1/4 cup buttermilk
<li>2 spoonfuls of sugar
<li>small dollop garlic-lemon aioli left over from the wedding - if for some reason you don&#8217;t have my wedding leftovers in your fridge, a clove of garlic and squirt of lemon juice should do, but the soup does benefit from the extra fat
</ul>
<p>Put everything in a pot. Boil it for 10 min. or so, just enough to soften the veggies, then purée. You may wish to remove the fennel stem before blending; it&#8217;s very fibrous, and will wrap itself around your blender blades, which is very annoying to clean. If you do, then while you caramelize the onions you should also simmer the fennel in the stock, to extract more of the flavor. </p>
<p>Add salt, pepper, and MSG to taste. Garnish the soup with a sprig of fennel.</p>
<p>Cucumber soup is traditionally served cold, but it&#8217;s good warm, too. It&#8217;d be more satisfying served with a dollop of sour cream, but it&#8217;s healthier without - and besides, we were out of sour cream. And it would probably also be better if you let the flavors get to know each other for a day or so, but we were hungry.</p>
]]></content:encoded>
			<wfw:commentRss>http://greengabbro.net/2008/09/29/cucumber-fennel-soup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dear Seattle Landlords: Your House is Not A Craftsman</title>
		<link>http://greengabbro.net/2008/05/14/dear-seattle-landlords-your-house-is-not-a-craftsman/</link>
		<comments>http://greengabbro.net/2008/05/14/dear-seattle-landlords-your-house-is-not-a-craftsman/#comments</comments>
		<pubDate>Wed, 14 May 2008 07:12:48 +0000</pubDate>
		<dc:creator>yami</dc:creator>
		
		<category><![CDATA[Human Fuzzies]]></category>

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

		<category><![CDATA[Arts and Crafts movement]]></category>

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

		<guid isPermaLink="false">http://greengabbro.net/2008/05/14/dear-seattle-landlords-your-house-is-not-a-craftsman/</guid>
		<description><![CDATA[I currently live in a Craftsman house, and I love it. I would love to move to another one, so I appreciate your attempts to target my demographic with your Craigslist ad. However. The architectural wing of the Arts and Crafts movement produced a particular, recognizable style.

Does your roof have a low pitch? Gables? Hips? [...]]]></description>
			<content:encoded><![CDATA[<p>I currently live in a Craftsman house, and I love it. I would love to move to another one, so I appreciate your attempts to target my demographic with your Craigslist ad. However. The architectural wing of the Arts and Crafts movement produced a particular, recognizable style.</p>
<ul>
<li>Does your roof have a low pitch? Gables? Hips? Luxurious eaves? No.
<li>Are there exposed rafters and/or decorative brackets? No.
<li>Square pillars? No.
<li>What about carefully handcrafted stone or woodwork? Or anything that displays attention to detail and respect for the skill of the artisans who built the home? Goodness no.
</ul>
<ul>
<li>Is it small? Yes.
<li>Does it have wainscoting or some shit? Eh, a couple of the walls change color halfway up.
<li>Was it built before the sucker grad students you are trying to rent to were born? Yes? Then what the fuck, call it a Craftsman!
<li>&#8220;Unit has wonderful craftsman touches including dishwasher, washer and dryer, and microwave&#8221;
</ul>
]]></content:encoded>
			<wfw:commentRss>http://greengabbro.net/2008/05/14/dear-seattle-landlords-your-house-is-not-a-craftsman/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Another Music Meme</title>
		<link>http://greengabbro.net/2008/05/03/another-music-meme/</link>
		<comments>http://greengabbro.net/2008/05/03/another-music-meme/#comments</comments>
		<pubDate>Sat, 03 May 2008 18:11:43 +0000</pubDate>
		<dc:creator>yami</dc:creator>
		
		<category><![CDATA[Whimsy]]></category>

		<guid isPermaLink="false">http://greengabbro.net/2008/05/03/another-music-meme/</guid>
		<description><![CDATA[This one&#8217;s making the rounds again: Put your music library on shuffle. Post the first lines of the first 25 songs that come up. The game: Guess which songs the first lines are from! Google = cheating.
(NB: I&#8217;ve skipped over songs where the first line contains the title, songs in languages I can&#8217;t order beer [...]]]></description>
			<content:encoded><![CDATA[<p>This one&#8217;s making the rounds again: Put your music library on shuffle. Post the first lines of the first 25 songs that come up. The game: Guess which songs the first lines are from! Google = cheating.</p>
<p>(NB: I&#8217;ve skipped over songs where the first line contains the title, songs in languages I can&#8217;t order beer in, and exceptionally mumbledy singer-songwriters.)<br />
<span id="more-1466"></span></p>
<ol>
<li>She went upstairs to make her bed</li>
<li>Fare thee well little lady</li>
<li>Allez bien, je t&#8217;emmene au vent</li>
<li>If there is a troubadour washing</li>
<li>Kan nogen tro de ved hvordan</li>
<li>There&#8217;s a rumor spreading all around</li>
<li>Strange how my heart beats</li>
<li>Cold wind on the water and rain on the road</li>
<li>In this land of strangers</li>
<li>Erasers impress me every day</li>
<li> Jeg sidder lige her og gifter mig med dig</li>
<li>What about my philosophy, MY philosophy </li>
<li>This was a lovely place</li>
<li>It&#8217;s a pleasure to finally meet</li>
<li>I saw a man fall through the street at Leavenworth and Eddy</li>
<li>Where in the hell is big blue eyes</li>
<li>Cannot be bound</li>
<li>Night has drawn the curtain</li>
<li>Remember the good times that we had</li>
<li>One day upon a Sunday morning</li>
<li>I&#8217;m up and I can take what you give</li>
<li>Hey little girl why you wear that dress</li>
<li>A kid I know got frozen</li>
<li>I went out last night to get me a bite</li>
<li>His eyes they closed</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://greengabbro.net/2008/05/03/another-music-meme/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What to Do with the Universe?</title>
		<link>http://greengabbro.net/2008/04/20/what-to-do-with-the-universe/</link>
		<comments>http://greengabbro.net/2008/04/20/what-to-do-with-the-universe/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 01:44:49 +0000</pubDate>
		<dc:creator>yami</dc:creator>
		
		<category><![CDATA[Whimsy]]></category>

		<category><![CDATA[science fiction]]></category>

		<guid isPermaLink="false">http://greengabbro.net/2008/04/20/what-to-do-with-the-universe/</guid>
		<description><![CDATA[I was recently convinced that there are three possible fates for the universe. Sci-fi narrative fates, not bona fide cosmological ones:

Nothingness
Trick question! The universe never ends
God
Mr. McMoots added a fourth:
Trick question! The universe never existed at all

Lazyweb, has that last one ever been done? For values of &#8220;universe&#8221; and &#8220;exist&#8221; that require an impressive degree [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently convinced that there are three possible fates for the universe. Sci-fi narrative fates, not bona fide cosmological ones:</p>
<ol>
<li>Nothingness
<li>Trick question! The universe never ends
<li>God<br />
Mr. McMoots added a fourth:</p>
<li>Trick question! The universe never existed at all
</ol>
<p>Lazyweb, has that last one ever been done? For values of &#8220;universe&#8221; and &#8220;exist&#8221; that require an impressive degree of ontological contortion?</p>
]]></content:encoded>
			<wfw:commentRss>http://greengabbro.net/2008/04/20/what-to-do-with-the-universe/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Friday Fun Poll: What&#8217;s On My Bed?</title>
		<link>http://greengabbro.net/2008/02/22/friday-fun-poll-whats-on-my-bed/</link>
		<comments>http://greengabbro.net/2008/02/22/friday-fun-poll-whats-on-my-bed/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 07:14:18 +0000</pubDate>
		<dc:creator>yami</dc:creator>
		
		<category><![CDATA[Whimsy]]></category>

		<category><![CDATA[Barack Obama]]></category>

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

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

		<category><![CDATA[fun poll]]></category>

		<guid isPermaLink="false">http://greengabbro.net/2008/02/22/friday-fun-poll-whats-on-my-bed/</guid>
		<description><![CDATA[
	
		This morning, I woke up on the cynical side of the bed. What's on the *other* side of the bed?
		
		
		
			
					
					Buddhist detachment
			
			
					
					Pedantry
			
			
					
					Snark
			
			
					
					Barack Obama
			
			
					
					pudding
			
			
					
					The half full side, of course.
			
			
					
					An anticline
			
			
					
					Your mom.
			
			
					
					Cat.
			
			 Add an Answer
			
		
			
			
			
			View Results
		
		
	
]]></description>
			<content:encoded><![CDATA[<div>
	<div class='democracy'>
		<h3>This morning, I woke up on the cynical side of the bed. What's on the *other* side of the bed?</h3>
		<div class='dem-results'>
		<form action='http://greengabbro.net/wp-content/plugins/democracy/democracy.php' onsubmit='return dem_Vote(this)'>
		<ul>
			<li>
					<input type='radio' id='dem-choice-31' value='31' name='dem_poll_7' />
					<label for='dem-choice-31'>Buddhist detachment</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-30' value='30' name='dem_poll_7' />
					<label for='dem-choice-30'>Pedantry</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-29' value='29' name='dem_poll_7' />
					<label for='dem-choice-29'>Snark</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-32' value='32' name='dem_poll_7' />
					<label for='dem-choice-32'>Barack Obama</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-33' value='33' name='dem_poll_7' />
					<label for='dem-choice-33'>pudding</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-34' value='34' name='dem_poll_7' />
					<label for='dem-choice-34'>The half full side, of course.</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-35' value='35' name='dem_poll_7' />
					<label for='dem-choice-35'>An anticline</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-36' value='36' name='dem_poll_7' />
					<label for='dem-choice-36'>Your mom.</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-41' value='41' name='dem_poll_7' />
					<label for='dem-choice-41'>Cat.</label>
			</li>
			<li> <a href='/feed/?dem_add_user_answer=true&dem_poll_id=7' rel='nofollow' onclick='return dem_addAnswer(this)' class='dem-add-answer'>Add an Answer</a>
			</li>
		</ul>
			<input type='hidden' name='dem_poll_id' value='7' />
			<input type='hidden' name='dem_action' value='vote' />
			<input type='submit' class='dem-vote-button' value='Vote' />
			<a href='/feed/?dem_action=view&amp;dem_poll_id=7' onclick='return dem_getVotes("http://greengabbro.net/wp-content/plugins/democracy/democracy.php?dem_action=view&amp;dem_poll_id=7", this)' rel='nofollow' class='dem-vote-link'>View Results</a>
		</form>
		</div>
	</div></div>
]]></content:encoded>
			<wfw:commentRss>http://greengabbro.net/2008/02/22/friday-fun-poll-whats-on-my-bed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New LJ Feed</title>
		<link>http://greengabbro.net/2008/02/04/new-lj-feed/</link>
		<comments>http://greengabbro.net/2008/02/04/new-lj-feed/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 18:17:20 +0000</pubDate>
		<dc:creator>yami</dc:creator>
		
		<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://greengabbro.net/2008/02/04/new-lj-feed/</guid>
		<description><![CDATA[Just in case there&#8217;s someone reading this on LiveJournal who isn&#8217;t on my flist&#8230; you can add the new blog to your friendslist as green_gabbro_sb. Thanks, Dalryaug!
Non-LJ users, please ignore this message.
]]></description>
			<content:encoded><![CDATA[<p>Just in case there&#8217;s someone reading this on LiveJournal who isn&#8217;t on my flist&#8230; you can add the new blog to your friendslist as <a href="http://syndicated.livejournal.com/green_gabbro_sb/">green_gabbro_sb</a>. Thanks, <a href="http://dalryaug.livejournal.com/">Dalryaug</a>!</p>
<p>Non-LJ users, please ignore this message.</p>
]]></content:encoded>
			<wfw:commentRss>http://greengabbro.net/2008/02/04/new-lj-feed/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
