<?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>Beautiful Futility &#187; Culture</title>
	<atom:link href="http://beautifulfutility.com/index.php/category/culture/feed/" rel="self" type="application/rss+xml" />
	<link>http://beautifulfutility.com</link>
	<description>Cynicism is humor in ill health. H.G. Wells</description>
	<lastBuildDate>Sun, 18 Jul 2010 03:22:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Server.Map Path Failure</title>
		<link>http://beautifulfutility.com/index.php/2010/02/23/server-map-path-failure/</link>
		<comments>http://beautifulfutility.com/index.php/2010/02/23/server-map-path-failure/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 21:29:04 +0000</pubDate>
		<dc:creator>KevDog</dc:creator>
				<category><![CDATA[Culture]]></category>

		<guid isPermaLink="false">http://beautifulfutility.com/?p=318</guid>
		<description><![CDATA[This is one of those posts that exists to remind myself of my own stupidity.
So, this is the code I was writing:
string pathToFile =
Server.MapPath(ConfigurationManager.AppSettings.Get(&#8221;SmartCardMaker_PathToPdfForm&#8221;));
FileStream _stream = new FileStream(pathToFile,FileMode.Open,FileAccess.ReadWrite);
string pathToFile =                    Server.MapPath(ConfigurationManager.AppSettings.Get(&#8221;SmartCardMaker_PathToPdfForm&#8221;));
FileStream _stream = new FileStream(pathToFile,FileMode.Open,FileAccess.ReadWrite);
Seems pretty straightforward, but for the life of me I couldn&#8217;t figure out [...]]]></description>
			<content:encoded><![CDATA[<p>This is one of those posts that exists to remind myself of my own stupidity.</p>
<p>So, this is the code I was writing:</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">string pathToFile =</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Server.MapPath(ConfigurationManager.AppSettings.Get(&#8221;SmartCardMaker_PathToPdfForm&#8221;));</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">FileStream _stream = new FileStream(pathToFile,FileMode.Open,FileAccess.ReadWrite);</div>
<p>string pathToFile =                    Server.MapPath(ConfigurationManager.AppSettings.Get(&#8221;SmartCardMaker_PathToPdfForm&#8221;));</p>
<p>FileStream _stream = new FileStream(pathToFile,FileMode.Open,FileAccess.ReadWrite);</p>
<p>Seems pretty straightforward, but for the life of me I couldn&#8217;t figure out why the code would run locally and on the dev server, but not on the staging environment, where I was getting a SecurityAccessException. Here&#8217;s the catch;</p>
<p>I&#8217;m using a WebDeployment Project on this gig (like I nearly always do) with sections of web.config being overwritten based on build configuration. I forgot to add the key for the path to the replacement files and the call to Server.MapPath() was returning the path to the folder of the page that was making the call.</p>
<p>I didn&#8217;t find it on the dev box, because I was using the &#8220;publish&#8221; function rather than the deployment script, so the same web.config file was being used locally and on dev.</p>
<p>It would have been nice if the call to ConfigurationManager.AppSettings.Get had thrown an exception on the missing key item rather than failing silently, but it would have been smarter for me to make the changes to web.config replacement files in the first place.</p>
<p>Some days, I&#8217;m a real dummy.</p>
]]></content:encoded>
			<wfw:commentRss>http://beautifulfutility.com/index.php/2010/02/23/server-map-path-failure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s Literally Been Months&#8230;</title>
		<link>http://beautifulfutility.com/index.php/2009/11/17/304/</link>
		<comments>http://beautifulfutility.com/index.php/2009/11/17/304/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 03:33:48 +0000</pubDate>
		<dc:creator>KevDog</dc:creator>
				<category><![CDATA[Culture]]></category>

		<guid isPermaLink="false">http://beautifulfutility.com/?p=304</guid>
		<description><![CDATA[Since I have written a post here, and for good reason. Most of the time that I spent writing about politics and such here in comments in other places, I was unemployed. Which makes plenty of time available for writing and venting one&#8217;s spleen. It&#8217;s all well and good to call yourself a freelance software [...]]]></description>
			<content:encoded><![CDATA[<p>Since I have written a post here, and for good reason. Most of the time that I spent writing about politics and such here in comments in other places, I was unemployed. Which makes plenty of time available for writing and venting one&#8217;s spleen. It&#8217;s all well and good to call yourself a freelance software engineer, but if there ain&#8217;t no code coming out from the fingers, you&#8217;re lying to yourself.</p>
<p>So, since late last year I&#8217;ve been back in the game full-time. And now I will be transitioning this blog to more technical matters. For those who like web programming, Agile development practices, and long discussions about how to properly caffeinate oneself for a long night of coding, welcome. For the few of you (and you know who you are), many thanks for the time that you did hang with me here.</p>
]]></content:encoded>
			<wfw:commentRss>http://beautifulfutility.com/index.php/2009/11/17/304/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Man, I&#8217;m Tired&#8230;</title>
		<link>http://beautifulfutility.com/index.php/2009/02/05/man-im-tired/</link>
		<comments>http://beautifulfutility.com/index.php/2009/02/05/man-im-tired/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 02:15:14 +0000</pubDate>
		<dc:creator>KevDog</dc:creator>
				<category><![CDATA[Culture]]></category>

		<guid isPermaLink="false">http://beautifulfutility.com/?p=299</guid>
		<description><![CDATA[&#8230;and I know that most of you are too. Sorry, I just need a moment to vent to the outside world. The kids are swimming the bacteria frappe of kindergarten and pre-school and I have a sinus blockage so bad that oxygen needs a passport to get into my lungs.
There, that feels better already.
]]></description>
			<content:encoded><![CDATA[<p>&#8230;and I know that most of you are too. Sorry, I just need a moment to vent to the outside world. The kids are swimming the bacteria frappe of kindergarten and pre-school and I have a sinus blockage so bad that oxygen needs a passport to get into my lungs.</p>
<p>There, that feels better already.</p>
]]></content:encoded>
			<wfw:commentRss>http://beautifulfutility.com/index.php/2009/02/05/man-im-tired/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m Trying to Be the Shepherd</title>
		<link>http://beautifulfutility.com/index.php/2009/01/30/im-trying-to-be-the-shepherd/</link>
		<comments>http://beautifulfutility.com/index.php/2009/01/30/im-trying-to-be-the-shepherd/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 13:55:39 +0000</pubDate>
		<dc:creator>KevDog</dc:creator>
				<category><![CDATA[Culture]]></category>

		<guid isPermaLink="false">http://beautifulfutility.com/?p=297</guid>
		<description><![CDATA[There is an inherent contradiction, I think, in being a widely read blogger and a decent human being. As just about anyone who has been here at least once knows, I made some people mad last week. The consequence of that were three days of easily my best traffic on the web.
Things have dropped more [...]]]></description>
			<content:encoded><![CDATA[<p>There is an inherent contradiction, I think, in being a widely read blogger and a decent human being. As just about anyone who has been here at least once knows, I made some people mad last week. The consequence of that were three days of easily my best traffic on the web.</p>
<p>Things have dropped more than a little since then, mostly because I have less time to write. But also because I am, in the real world, trying to be less argumentative. Or at least less of a jerk about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://beautifulfutility.com/index.php/2009/01/30/im-trying-to-be-the-shepherd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Definition of Ass-Hat</title>
		<link>http://beautifulfutility.com/index.php/2009/01/30/the-definition-of-ass-hat/</link>
		<comments>http://beautifulfutility.com/index.php/2009/01/30/the-definition-of-ass-hat/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 13:49:28 +0000</pubDate>
		<dc:creator>KevDog</dc:creator>
				<category><![CDATA[Culture]]></category>

		<guid isPermaLink="false">http://beautifulfutility.com/?p=295</guid>
		<description><![CDATA[Has to go to CEO Howard Schultz of Starbucks, who described closing 300 stores and firing nearly seven thousand workers as a courageous decision.
Not to put too fine a point on it, Howie ol&#8217; boy, but this has nothing to do with courage. This has to do with saving your own ass and the company [...]]]></description>
			<content:encoded><![CDATA[<p>Has to go to CEO Howard Schultz of Starbucks, who described closing 300 stores and firing nearly seven thousand workers as a <a href="http://www.usatoday.com/money/industries/food/2009-01-28-starbucks_N.htm">courageous decision</a>.</p>
<p>Not to put too fine a point on it, Howie ol&#8217; boy, but this has nothing to do with courage. This has to do with saving your own ass and the company you built. Here&#8217;s a little test for you: go to one of the people you just laid off and tell them how courageous you are for fucking up their life.</p>
<p>I won&#8217;t hold my breath.</p>
]]></content:encoded>
			<wfw:commentRss>http://beautifulfutility.com/index.php/2009/01/30/the-definition-of-ass-hat/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>There Are Some Things I Can&#8217;t Say</title>
		<link>http://beautifulfutility.com/index.php/2009/01/28/there-are-some-things-i-cant-say/</link>
		<comments>http://beautifulfutility.com/index.php/2009/01/28/there-are-some-things-i-cant-say/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 01:33:25 +0000</pubDate>
		<dc:creator>KevDog</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Food]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://beautifulfutility.com/index.php/2009/01/04/there-are-some-things-i-cant-say/</guid>
		<description><![CDATA[Why is it that I can tell my son that his Grandfather died (which was about six months ago) but I still can&#8217;t tell him that Barbaro died three years ago?
Every horse he sees he calls Barbaro. He talks about how he can run now, something I agree with. 
I distinctly remember that Kentucky Derby [...]]]></description>
			<content:encoded><![CDATA[<p>Why is it that I can tell my son that his Grandfather died (which was about six months ago) but I still can&#8217;t tell him that Barbaro died three years ago?</p>
<p>Every horse he sees he calls Barbaro. He talks about how he can run now, something I agree with. </p>
<p>I distinctly remember that Kentucky Derby and KJ yelling for Barbaro to win. I think he just like the sound of the name. </p>
<p>He&#8217;ll probably learn about Santa before this. </p>
]]></content:encoded>
			<wfw:commentRss>http://beautifulfutility.com/index.php/2009/01/28/there-are-some-things-i-cant-say/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I May Not Know Much About Art, But I Know What I Like&#8230;</title>
		<link>http://beautifulfutility.com/index.php/2009/01/25/i-may-not-know-much-about-art-but-i-know-what-i-like/</link>
		<comments>http://beautifulfutility.com/index.php/2009/01/25/i-may-not-know-much-about-art-but-i-know-what-i-like/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 16:52:59 +0000</pubDate>
		<dc:creator>KevDog</dc:creator>
				<category><![CDATA[Culture]]></category>

		<guid isPermaLink="false">http://beautifulfutility.com/?p=289</guid>
		<description><![CDATA[
Haven't we been here before? Like many things, Monty Python says it best...]]></description>
			<content:encoded><![CDATA[<p>Ta-Nehisi Coates gets on those who criticize people who cracked on the poetry at the Inauguration while admitting <a href="http://ta-nehisicoates.theatlantic.com/archives/2009/01/what_we_dont_understand.php">they don&#8217;t know about poetry.</a>.</p>
<p>Haven&#8217;t we been here before? Like many things, Monty Python says it best&#8230;</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/J4oKXagF3IE&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/J4oKXagF3IE&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://beautifulfutility.com/index.php/2009/01/25/i-may-not-know-much-about-art-but-i-know-what-i-like/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Ultimate Iraq War Weasel Word</title>
		<link>http://beautifulfutility.com/index.php/2009/01/25/the-ultimate-iraq-war-weasel-word/</link>
		<comments>http://beautifulfutility.com/index.php/2009/01/25/the-ultimate-iraq-war-weasel-word/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 14:22:26 +0000</pubDate>
		<dc:creator>KevDog</dc:creator>
				<category><![CDATA[Culture]]></category>

		<guid isPermaLink="false">http://beautifulfutility.com/?p=287</guid>
		<description><![CDATA[The prize goes to &#8220;precipitous&#8221;, as in &#8220;precipitous withdrawal&#8220;. Left out is any practical definition of what that means. Politically,  it means any course of actions that doesn&#8217;t go perfectly. And given the right-wing screeders who claim that the Iraq War has been won, there&#8217;s little doubt about which way they will go.
I&#8217;d dearly [...]]]></description>
			<content:encoded><![CDATA[<p>The prize goes to &#8220;precipitous&#8221;, as in &#8220;<a href="http://www.cnn.com/2009/WORLD/meast/01/22/iraq.withdrawal/">precipitous withdrawal</a>&#8220;. Left out is any practical definition of what that means. Politically,  it means any course of actions that doesn&#8217;t go perfectly. And given the right-wing screeders who claim that the Iraq War has been won, there&#8217;s little doubt about which way they will go.</p>
<p>I&#8217;d dearly love to find some reference to an Iraq War supporter who doesn&#8217;t modify &#8220;withdrawal&#8221; with &#8220;precipitous&#8221;, but I doubt there are any to be found.</p>
]]></content:encoded>
			<wfw:commentRss>http://beautifulfutility.com/index.php/2009/01/25/the-ultimate-iraq-war-weasel-word/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How The World Should End On E.R.</title>
		<link>http://beautifulfutility.com/index.php/2009/01/22/how-the-world-should-end-on-er/</link>
		<comments>http://beautifulfutility.com/index.php/2009/01/22/how-the-world-should-end-on-er/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 02:52:09 +0000</pubDate>
		<dc:creator>KevDog</dc:creator>
				<category><![CDATA[Culture]]></category>

		<guid isPermaLink="false">http://beautifulfutility.com/?p=282</guid>
		<description><![CDATA[So (and forgive me for knowing this) People Magazine is reporting that George Clooney is coming back to ER. Okay, it was on the WordPress home page and I saw it, so sue me.
Anyway, I clearly remember the last episode of ER that I watched. It was when the helicopter landed on Romano, killing him. [...]]]></description>
			<content:encoded><![CDATA[<p>So (and forgive me for knowing this) People Magazine is reporting that <a href="http://tvwatch.people.com/2009/01/21/george-clooney-headed-back-to-er/">George Clooney</a> is coming back to ER. Okay, it was on the WordPress home page and I saw it, so sue me.</p>
<p>Anyway, I clearly remember the last episode of ER that I watched. It was when the helicopter landed on Romano, killing him. I didn&#8217;t think sharks that big could be jumped. One of the problems with any drama series is that you have to keep raising the stakes. Eventually what happens is the show devolves into farce. Anyone remember the lawyer going down the elevator in L.A. Law?</p>
<p>So, my theory for the last couple of years is that the only one good way for ER to end is nuclear holocaust. Here&#8217;s how it should be scripted:</p>
<p>Some wacked out pay-for-play reject attempts to blackmail Blago with a MIRV cone that he stole from somewhere in the Nevada desert and hides it in the Loop. Clooney, having spent the last five years as an on-call doctor for the NEST guys in Las Vegas, is deciding whether to cut the red wire or the blue wire. Fade out to a mushroom cloud and Anthony Edwards welcoming the entire cast to heaven.</p>
<p>Now that&#8217;s drama.</p>
]]></content:encoded>
			<wfw:commentRss>http://beautifulfutility.com/index.php/2009/01/22/how-the-world-should-end-on-er/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Undamped Oscillators and the Free Market</title>
		<link>http://beautifulfutility.com/index.php/2009/01/22/undamped-oscillators-and-the-free-market/</link>
		<comments>http://beautifulfutility.com/index.php/2009/01/22/undamped-oscillators-and-the-free-market/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 15:29:34 +0000</pubDate>
		<dc:creator>KevDog</dc:creator>
				<category><![CDATA[Culture]]></category>

		<guid isPermaLink="false">http://beautifulfutility.com/?p=272</guid>
		<description><![CDATA[I was listening to an NPR report today on the options for economic stimulus. As usual, there was a free market type arguing that government should stay out of things and let the market take care of it.
Let&#8217;s ignore the fact that letting the market take care of it is what got us swirling around [...]]]></description>
			<content:encoded><![CDATA[<p>I was listening to an NPR report today on the <a href="http://www.npr.org/templates/story/story.php?storyId=99679106">options for economic stimulus</a>. As usual, there was a free market type arguing that government should stay out of things and let the market take care of it.</p>
<p>Let&#8217;s ignore the fact that letting the market take care of it is what got us swirling around this toilet to begin with. I took way too many math classes in college and what I see when people talk about the unfettered market is an <a href="http://en.wikipedia.org/wiki/Damping">undamped oscillator</a>. A system that swings from high to low uncontrollably until disaster strikes and the system collapses. For the canonical example of the problems with undamped oscillation, see this:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/P0Fi1VcbpAI&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/P0Fi1VcbpAI&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>That&#8217;s what I see the role of the government as. Yes, people will not be able to make as much money as they could without the government putting the brakes on. But neither will the system fall through the floor as it has in the last year.</p>
<p>I am tired of hearing about how smart the market is, how efficiently it operates. Someone is going to have to explain to me how being in the free market makes you a smarter person. As near as I can tell, smart people are in every field (well, maybe not GOP political consultants) and having forces in opposition to each other leads to equilibrium.</p>
]]></content:encoded>
			<wfw:commentRss>http://beautifulfutility.com/index.php/2009/01/22/undamped-oscillators-and-the-free-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
