<?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>VeganMilitia</title>
	<atom:link href="http://veganmilitia.org/b/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://veganmilitia.org/b</link>
	<description>a journey of 1000 miles continues by taking one more step</description>
	<lastBuildDate>Fri, 27 Apr 2012 14:49:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta4-20778</generator>
		<item>
		<title>Using Perforce, perforce</title>
		<link>http://veganmilitia.org/b/?p=377</link>
		<comments>http://veganmilitia.org/b/?p=377#comments</comments>
		<pubDate>Fri, 27 Apr 2012 14:49:58 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Perforce]]></category>

		<guid isPermaLink="false">http://veganmilitia.org/b/?p=377</guid>
		<description><![CDATA[The more I work with Perforce the more I dislike it. I just wasted over an hour of my life doing what should be a trivial action: adding a user. At this point a parenthetical rant is needed: I don&#8217;t &#8230; <a href="http://veganmilitia.org/b/?p=377">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The more I work with Perforce the more I dislike it. I just wasted over an hour of my life doing what should be a trivial action: adding a user.</p>
<p>At this point a parenthetical rant is needed: I don&#8217;t think the administrator of an SCM system should have to do such things. User management should be an IT issue, and the project owner should be in charge of who can access their repositories. The SCM administrator should just be in charge of making sure the system is set up such that that is the case.</p>
<p>Since this Perforce server it at its licensed user limit, I have to first delete a user to make room. That should be a trivial operation, right?</p>
<pre>$ p4 user -f -d jdoe
User jdoe has file(s) open on 1 client(s) and can't be deleted.</pre>
<p>Huh? I don&#8217;t care about open files! Clearly the word &#8220;force&#8221; (the -f option) is being used in some strange way. Since there isn&#8217;t a &#8220;really force this damn deletion&#8221; option, I have find the open file. First look for the users &#8220;client&#8221;:</p>
<pre>$ p4 clients -u jdoe
$</pre>
<p>There are none? Obviously we have &#8220;client&#8221; sharing going on (I&#8217;ll leave that for another rant). Logically, I should be able to get a list of files this person has opened, but expecting logical behavior is, apparently, unrealistic:</p>
<pre>$ p4 opened -u jdoe
Usage: opened [ -a -c changelist# -C client -m max ] [ files... ]
Invalid option: -u.</pre>
<p>That&#8217;s fine, I can use grep, even though it could be imprecise.  For example, imagine that we had a person named James Ava, greping for &#8220;java&#8221; could yield countless false positives.  Nevertheless, forging ahead:</p>
<pre>$ p4 opened -a | grep jdoe
//depot/projects/releases/Something/3.14/src/ugh.c#5 - edit default change (xtext) by jdoe@goose</pre>
<p>Sure enough, the client &#8220;goose&#8221; is owned by a different person who is active, so I can&#8217;t just delete it. Fortunately, I found <a href="http://kb.perforce.com/article/38">another technote</a> saying how to do this, so I do what it says:</p>
<pre>$ p4 login jdoe
User jdoe logged in.
$ p4 -u jdoe -c goose -H goose.example.com revert -k //depot/projects/releases/Something/3.14/src/ugh.c
You don't have permission for this operation.</pre>
<p>What?! I am the <em>administrator</em>. <strong><em>Super</em> user</strong>. I have permission to do anything!  So here we get to my usual pet peeve: lousy error messages. Even if we took the error message at face value, it is unhelpful since it doesn&#8217;t say what permission I need (besides &#8220;super&#8221;, that is). But the error message is undoubtedly incorrect, it is more likely that the server is refusing for some unrelated reason, but, due to poor programming, that generic error message is displayed.</p>
<p>Of course, even if that latter command worked it begs the question, why do I have to do all this menial work?  This should all be rolled into a single command.  It could be rolled into a script if the &#8220;revert&#8221; command, above, worked correctly.</p>
<p>I want those two hours of my life back.  I could have used them more profitably working on <a href="http://p42svn.tigris.org/">the Perforce to SVN converter</a>, and using it to get people off Perforce.</p>
]]></content:encoded>
			<wfw:commentRss>http://veganmilitia.org/b/?feed=rss2&#038;p=377</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What part of 0&#215;80070057 don&#8217;t you understand?</title>
		<link>http://veganmilitia.org/b/?p=167</link>
		<comments>http://veganmilitia.org/b/?p=167#comments</comments>
		<pubDate>Sun, 08 Apr 2012 12:42:30 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://veganmilitia.org/b/?p=167</guid>
		<description><![CDATA[Another nice one from Thunderbird: http://picasaweb.google.com/trent.a.fisher/Errors#5538109356589386498 The hex number is a nice touch: provide the illusion of being specific and helpful while not actually doing so. The suggestion to contact a system administrator is a good one, as misery loves company.]]></description>
			<content:encoded><![CDATA[<p>Another nice one from Thunderbird:</p>
<p>http://picasaweb.google.com/trent.a.fisher/Errors#5538109356589386498</p>
<p>The hex number is a nice touch: provide the illusion of being specific and helpful while not actually doing so. The suggestion to contact a system administrator is a good one, as misery loves company.</p>
]]></content:encoded>
			<wfw:commentRss>http://veganmilitia.org/b/?feed=rss2&#038;p=167</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Was failed?</title>
		<link>http://veganmilitia.org/b/?p=349</link>
		<comments>http://veganmilitia.org/b/?p=349#comments</comments>
		<pubDate>Mon, 02 Apr 2012 03:23:03 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[ClearCase]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://veganmilitia.org/b/?p=349</guid>
		<description><![CDATA[The new installer for ClearCase is a mess in many ways, but this error made me cringe: System kernel was failed to build properly and as a result MVFS was not loaded. The bad grammar and missing punctuation are just &#8230; <a href="http://veganmilitia.org/b/?p=349">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The new installer for ClearCase is a mess in many ways, but this error made me cringe:</p>
<pre>System kernel was failed to build properly and as a result MVFS was not loaded.</pre>
<p>The bad grammar and missing punctuation are just a little extra insult to the injury of not being told HOW the kernel build failed, or, perhaps better yet, what to do about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://veganmilitia.org/b/?feed=rss2&#038;p=349</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yet again</title>
		<link>http://veganmilitia.org/b/?p=356</link>
		<comments>http://veganmilitia.org/b/?p=356#comments</comments>
		<pubDate>Fri, 30 Mar 2012 00:54:29 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[administrivia]]></category>

		<guid isPermaLink="false">http://veganmilitia.org/b/?p=356</guid>
		<description><![CDATA[This seems to keep happening to me:  I get caught up in a lot of other things in life and never quite get around to my blog. Then after a year or so of inactivity, I suddenly remember it, update &#8230; <a href="http://veganmilitia.org/b/?p=356">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This seems to keep happening to me:  I get caught up in a lot of other things in life and never quite get around to my blog. Then after a year or so of inactivity, I suddenly remember it, update the software (now running trunk!) and start posting again.   Let&#8217;s see how long I can keep it going this time.  I&#8217;ve got a bunch of mostly written drafts in the queue so expect them soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://veganmilitia.org/b/?feed=rss2&#038;p=356</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First seeds!</title>
		<link>http://veganmilitia.org/b/?p=323</link>
		<comments>http://veganmilitia.org/b/?p=323#comments</comments>
		<pubDate>Sun, 27 Feb 2011 14:31:29 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[garden]]></category>

		<guid isPermaLink="false">http://veganmilitia.org/b/?p=323</guid>
		<description><![CDATA[Winter here has been brutal, and while it has slackened up quite a bit, I still have a thick blanket of snow (about a foot is my guess). A couple of weeks ago I started thinking about getting the garden &#8230; <a href="http://veganmilitia.org/b/?p=323">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Winter here has been brutal, and while it has slackened up quite a bit, I still have a thick blanket of snow (about a foot is my guess).  A couple of weeks ago I started thinking about getting the garden started this year, and got several books both on indoor and outdoor plants.  I also started finding gardening blogs one of the first ones I found, <a href="http://www.smallkitchengarden.net/">Your Small Kitchen Garden</a>, was doing a <a href="http://www.smallkitchengarden.net/small-kitchen-garden/your-small-kitchen-garden-seed-giveaway-2011">seed giveaway</a>, I signed up and forgot about it.  But yesterday I got a letter from an address I didn&#8217;t recognize and opened it to find this:</p>
<p><img class="alignnone" title="free seeds!" src="https://lh3.googleusercontent.com/_jTDUBEB5-iw/TWo-wj0yuQI/AAAAAAAAC2s/a78_cwasXHI/s400/IMAG0212.jpg" alt="" width="400" height="266" /></p>
<p>So, a big thank you to Daniel for these seeds!  I&#8217;m looking forward to getting these started&#8230; I&#8217;ve got two new hanging tomato planters that I got last fall (on clearance) and now I know what I&#8217;m putting in them.</p>
]]></content:encoded>
			<wfw:commentRss>http://veganmilitia.org/b/?feed=rss2&#038;p=323</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Too Specific</title>
		<link>http://veganmilitia.org/b/?p=304</link>
		<comments>http://veganmilitia.org/b/?p=304#comments</comments>
		<pubDate>Fri, 21 Jan 2011 12:47:44 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[vegan]]></category>
		<category><![CDATA[causes]]></category>
		<category><![CDATA[dogs]]></category>
		<category><![CDATA[ethics]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://veganmilitia.org/b/?p=304</guid>
		<description><![CDATA[I have seen a number of Facebook friends join the cause NO DOG SHOULD BE BEATEN, and then I got an invite.  Should I join or not?  Of course, I cannot disagree with such a sentiment. However, it feels a &#8230; <a href="http://veganmilitia.org/b/?p=304">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have seen a number of Facebook friends join the cause <a href="http://www.causes.com/causes/476101-no-dog-should-be-beaten">NO DOG SHOULD BE BEATEN</a>, and then I got an invite.  Should I join or not?  Of course, I cannot disagree with such a sentiment.  However, it feels a bit odd.  It would be like saying &#8220;No 4 year old Connecticut girls should get beaten with yardsticks&#8221;.   Again, something very few people would disagree with, but far too specific.</p>
<p>If we widen the sentiment out to all animals, dogs, human or otherwise, that is better.  Then replace &#8220;beaten&#8221; with &#8220;harmed in any way&#8221;.  That sounds much better to me.  But, I doubt that cause will get 1.3 million members, as it would require them to look at what is on their plate and realize they have to do something more than click the &#8220;join&#8221; button.</p>
]]></content:encoded>
			<wfw:commentRss>http://veganmilitia.org/b/?feed=rss2&#038;p=304</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ninety percent solution</title>
		<link>http://veganmilitia.org/b/?p=277</link>
		<comments>http://veganmilitia.org/b/?p=277#comments</comments>
		<pubDate>Sat, 08 Jan 2011 18:13:48 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[vegan]]></category>
		<category><![CDATA[90%]]></category>
		<category><![CDATA[animal rights]]></category>
		<category><![CDATA[animal welfare]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[health]]></category>

		<guid isPermaLink="false">http://veganmilitia.org/b/?p=277</guid>
		<description><![CDATA[Very early in my career as a programmer, someone gave me advice that I needed to aim for the &#8220;ninety percent solution&#8221;, in other words, don&#8217;t waste time trying to get the perfect 100% solution.  Tom Cargill of Bell Labs &#8230; <a href="http://veganmilitia.org/b/?p=277">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Very early in my career as a programmer, someone gave me advice that I needed to aim for the &#8220;ninety percent solution&#8221;, in other words, don&#8217;t waste time trying to get the perfect 100% solution.  Tom Cargill of Bell Labs provided a concise explanation: &#8221;The first 90 percent of the code accounts for the first 90 percent of the development time. The remaining 10 percent of the code accounts for the other 90 percent of the development time.&#8221;  This is analogous to the problem of distilling ethanol, getting it 97% pure isn&#8217;t too hard to do, but going beyond that takes enormous amounts of energy, and normally isn&#8217;t worth it (that is based on fuzzy memories of college chemistry class, so forgive any technical inaccuracies).</p>
<p>Recently I have read a number of articles which remind me that veganism can fall prey to this 90% rule.  There are a number of reasons why one may become vegan:  health, environment, animal welfare and animal rights (I exclude the &#8220;imitating a celebrity&#8221; reasons that PETA works towards, as that&#8217;s never a good reason for doing anything). The problem is that all but one of those reasons can only get you to 90%.</p>
<p>When I first became vegan it was for health reasons.  So when a friend of mine told me that &#8220;a little steak now and then won&#8217;t kill you,&#8221;  I had no good answer to this.  He was right.  I could eat a steak right now, and the impact on my long term health would be negligible.  In other words, there was little difference between being 100% or 90% vegan, when looking at the health arguments.  See <a href="http://www.theveganrd.com/2010/11/how-the-health-argument-fails-veganism.html">How the Health Argument Fails Veganism</a> for more about this.</p>
<p>Being vegan for environmental reasons suffers the same problem, as the mis-titled  article <a href="http://www.newscientist.com/article/mg20727691.200-veggieworld-why-eating-greens-wont-save-the-planet.html">Veggieworld: Why eating greens won&#8217;t save the</a><a href="http://www.newscientist.com/article/mg20727691.200-veggieworld-why-eating-greens-wont-save-the-planet.html"> Planet</a> shows.  If your concern is the environment, being 90% vegan is a pretty clear win.  But arguing for that last 10% can be very hard.  So &#8220;a little steak now and then won&#8217;t kill the planet.&#8221;</p>
<p>As the recent decades have shown us, the animal welfare arguments also suffer from this problem.  Someone who is vegan because of how animals are treated, when presented with the flesh of an animal who was free-range, fed organic feed, and was gently asphyxiated with a gold-lined silk scarf at the moment of orgasm, they would have a hard time refusing.  Thus we see the parade of now-ex-vegans marching into Whole Foods to buy their &#8220;happy meat&#8221; with a clear conscience.  Or so they think.</p>
<p>So, finally we arrive at the animal rights position.  <a href="http://www.abolitionistapproach.com/about/mission-statement/">Gary Francione</a> presents the clearest, most consistent and most concise presentation of this position: &#8220;We have no moral justification for using nonhumans for our purposes.&#8221;  Here we have the 100% solution we&#8217;ve been looking for.  This is where we all need to start when we tell people why we are vegan.  And why they should be vegan.  And why <strong>you</strong> should be vegan.</p>
]]></content:encoded>
			<wfw:commentRss>http://veganmilitia.org/b/?feed=rss2&#038;p=277</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evangelizing</title>
		<link>http://veganmilitia.org/b/?p=256</link>
		<comments>http://veganmilitia.org/b/?p=256#comments</comments>
		<pubDate>Sat, 01 Jan 2011 00:44:44 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[vegan]]></category>
		<category><![CDATA[animal rights]]></category>
		<category><![CDATA[bingo]]></category>
		<category><![CDATA[questions]]></category>

		<guid isPermaLink="false">http://veganmilitia.org/b/?p=256</guid>
		<description><![CDATA[I just read the article Why I Hate Telling People I&#8217;m Vegan, and I can partially understand the frustration with the barage of questions (often silly) and nutritional misconceptions. Go play some bingo to get a sampling. When I first became &#8230; <a href="http://veganmilitia.org/b/?p=256">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just read the article <a href="http://www.chicagonow.com/blogs/spoke-n-word-biking/2010/12/why-i-hate-telling-people-im-vegan.html">Why I Hate Telling People I&#8217;m Vegan</a>, and I can partially understand the frustration with the barage of questions (often silly) and nutritional misconceptions.  Go play some <a href="http://veganmilitia.org/bingo/">bingo</a> to get a sampling.  When I first became vegan, I often wouldn&#8217;t have clear answers in these situations and dreaded them.   Over the years I&#8217;ve read enough that I can now address many of these questions.</p>
<p>However, there is a passage in this article which begs the question &#8220;why are you vegan?&#8221;</p>
<blockquote><p>Raise the beef, cut it up&#8230; sell it.  Fine by me.  I have no problem with what you&#8217;re doing, I simply choose not to partake.</p></blockquote>
<p>I might have said the same thing years ago, largely because I became vegan, initially, for health reasons, which makes such a decision a personal one.   Thankfully within a few years I heard an interview with <a href="http://www.abolitionistapproach.com/">Gary Francione</a>, which provided a simple and compelling reason for being vegan.</p>
<p>So if I were in the same situation as the author of the above passage, my thought process would go like this: &#8220;<em>I can&#8217;t stop you from raising the cow, killing it, cutting it up and selling it.  I consider this immoral behavior, and I have a big problem with it.</em>&#8221;  But saying that out loud won&#8217;t gain any friends, let alone converts, so such situations must be handled with delicacy.</p>
<p>But the more interesting passage was amongst the comments, by the same author:</p>
<blockquote><p>I mean, can you imagine if meat-eaters evangelized about their diets? Vegans would have an absolute fit &#8211; sprouts and farrow flying willy-nilly out of their re-usable Whole Foods bags! Yipes!</p></blockquote>
<p>Setting aside the dismissive, stereotyping imagery, the fact is that meat-eaters <strong>are</strong> evangelizing <strong>all the time</strong>. We are bombarded by it on every billboard, in every aisle of the grocery store, on every restaurant menu, &amp;c. (see the <a href="http://suicidefood.blogspot.com/">Suicide Food blog</a> displays some of the more egregious cases).  I have had many conversations with meat-eaters who were clearly bothered by my veganism and were determined to find an inconsistency in hopes that they could justify their behavior and, hopefully, bring me back into the fold.  In short, evangelizing.  The evangelizing is such a constant part of the background noise of life, that many, like the author above, are not even aware of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://veganmilitia.org/b/?feed=rss2&#038;p=256</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aw, snap!</title>
		<link>http://veganmilitia.org/b/?p=163</link>
		<comments>http://veganmilitia.org/b/?p=163#comments</comments>
		<pubDate>Fri, 31 Dec 2010 17:55:55 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://veganmilitia.org/b/?p=163</guid>
		<description><![CDATA[Here&#8217;s one from Chrome: http://picasaweb.google.com/trent.a.fisher/Errors#5538109210405397970 Cute icon!  Funny phrase!  I guess those are supposed to distract us from the total uselessness of the error message.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s one from Chrome:</p>
<p>http://picasaweb.google.com/trent.a.fisher/Errors#5538109210405397970</p>
<p>Cute icon!  Funny phrase!  I guess those are supposed to distract us from the total uselessness of the error message.</p>
]]></content:encoded>
			<wfw:commentRss>http://veganmilitia.org/b/?feed=rss2&#038;p=163</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Defensive Omnivore Bingo</title>
		<link>http://veganmilitia.org/b/?p=262</link>
		<comments>http://veganmilitia.org/b/?p=262#comments</comments>
		<pubDate>Wed, 15 Dec 2010 14:25:54 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[vegan]]></category>
		<category><![CDATA[bingo]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://veganmilitia.org/b/?p=262</guid>
		<description><![CDATA[A while back I happened upon a &#8220;defensive omnivore bingo&#8221; card at veganporn, I then found the original, a revised version, a more artistic version, a feminist version, and many reposts. As an exercise for learning Jquery, I wrote a &#8230; <a href="http://veganmilitia.org/b/?p=262">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A while back I happened upon a &#8220;defensive omnivore bingo&#8221; card at <a href="http://www.veganporn.com/1052300484/Defensive-Omnivore-Bingo">veganporn</a>, I then found the <a href="http://www.postpunkkitchen.com/forum/viewtopic.php?pid=2053258#p2053087">original</a>, a <a href="http://www.easyvegan.info/2009/12/15/defensive-omnivore-bingo-2/">revised version</a>, a <a href="http://www.messyvegetariancook.com/2010/03/12/five-ridiculous-things-people-say-to-vegans/">more artistic version</a>, a <a href="http://www.easyvegan.info/2009/12/16/anti-feminist-vegetarian-bingo/">feminist version</a>, and many reposts.</p>
<p>As an exercise for learning Jquery, I wrote a <a href="http://www.veganmilitia.org/bingo/">javascript enabled version</a> which picks random statements from a long list including ones from the versions above and some of my own. I started to add answers to some of the statements in popups.  You can even place chips on the squares (by clicking), but the &#8220;bingo&#8221; is entirely anti-climactic.  I actually started writing this months ago, but I just worked out a couple of annoying bugs. Feel free to send me any suggestions for additional statements and/or answers.</p>
]]></content:encoded>
			<wfw:commentRss>http://veganmilitia.org/b/?feed=rss2&#038;p=262</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

