<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Devin on Earth</title>
	
	<link>http://www.devinonearth.com</link>
	<description>I am not a creature of habit; I am a creature of patterns</description>
	<lastBuildDate>Sun, 21 Apr 2013 07:54:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/thecabal/doe" /><feedburner:info uri="thecabal/doe" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Using Out-GridView (#DoExTip)</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/8KlIvTZ6Dj4/</link>
		<comments>http://www.devinonearth.com/2013/03/using-out-gridview-doextip/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 16:00:42 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[DoExTip]]></category>
		<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.devinonearth.com/?p=3257</guid>
		<description><![CDATA[<p>My second tip in this series is going to violate the ground rules I laid out for it, because they&#8217;re my rules and I want to. This tip isn&#8217;t a tool or script. It&#8217;s a pointer to an insanely awesome &#8230; <a href="http://www.devinonearth.com/2013/03/using-out-gridview-doextip/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2013/03/using-out-gridview-doextip/">Using Out-GridView (#DoExTip)</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>My second tip in this series is going to violate the ground rules I laid out for it, because they&#8217;re my rules and I want to. This tip isn&#8217;t a tool or script. It&#8217;s a pointer to an insanely awesome feature of Windows PowerShell that just happens to nicely solve many problems an Exchange administrator runs across on a day-to-day basis.</p>
<p>I only found out about Out-GridView two days ago, the day that Tony Redmond&#8217;s Windows IT Pro <a href="http://www.windowsitpro.com/blog/tony-redmonds-exchange-unwashed-50/exchange-2013/exchange-2013-toolbox-144954">post about the loss of the Message Tracking tool </a>hit the Internet. A Twitter conversation started up, and UK Exchange MCM Brian Reid quickly chimed in with a link to <a href="http://blog.c7solutions.com/2012/11/missing-message-tracking-log-explorer.html">a post from his blog introducing us to using the Out-GridView control with the message tracking cmdlets</a> in Exchange Management Shell.</p>
<p>This is a feature introduced in PowerShell 2.0, so Exchange 2007 admins won&#8217;t have it available. What it does is simple: take a collection of objects (such as message tracking results, mailboxes, public folders &#8212; the output of any Get-* cmdlet, really) and display it in a GUI gridview control. You can sort, filter, and otherwise manipulate the data in-place without having to export it to CSV and get it to a machine with Excel. Brian&#8217;s post walks you through the basics.</p>
<p>In just two days, I&#8217;ve already started changing how I interact with EMS. There are a few things I&#8217;ve learned from <strong>Get-Help Out-GridView</strong>:</p>
<ul>
<li>On PowerShell 2.0 systems, Out-GridView is the endpoint of the pipeline. However, if you&#8217;re running it on a system with PowerShell 3.0 installed (Windows Server 2012), Out-GridView can be used to interactively filter down a set of data and then pass it on in the pipeline to other commands. Think about being able to grab a set of mailboxes, fine-tune the selection, and pass them on to make modifications without having to get all the filtering syntax correct in PowerShell.</li>
<li>Out-GridView is part of the PowerShell ISE component, so it isn&#8217;t present if you don&#8217;t have ISE installed or are running on Server Core. Exchange can&#8217;t run on Server Core, but if you want to use this make sure the ISE feature is installed.</li>
<li>Out-GridView allows you to select and copy data from the gridview control. You can then paste it directly into Excel, a text editor, or some other program.</li>
</ul>
<p>This is a seriously cool and useful tip. Thanks, Brian!</p>
<p>The post <a href="http://www.devinonearth.com/2013/03/using-out-gridview-doextip/">Using Out-GridView (#DoExTip)</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/8KlIvTZ6Dj4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2013/03/using-out-gridview-doextip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2013/03/using-out-gridview-doextip/</feedburner:origLink></item>
		<item>
		<title>Exchange Environment Report script (#DoExTip)</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/YULeI9rP-Hk/</link>
		<comments>http://www.devinonearth.com/2013/03/exchange-environment-report-script-doextip/#comments</comments>
		<pubDate>Wed, 06 Mar 2013 01:32:33 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[DoExTip]]></category>
		<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.devinonearth.com/?p=3252</guid>
		<description><![CDATA[<p>My inaugural DoExTip is a script I have been rocking out to and enthusiastically recommending to customers for over a year: the fantastic Exchange Environment Report script by UK Exchange MVP Steve Goodman. Apparently Microsoft agrees, because they highlight it in &#8230; <a href="http://www.devinonearth.com/2013/03/exchange-environment-report-script-doextip/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2013/03/exchange-environment-report-script-doextip/">Exchange Environment Report script (#DoExTip)</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>My inaugural DoExTip is a script I have been rocking out to and enthusiastically recommending to customers for over a year: the fantastic <a href="http://gallery.technet.microsoft.com/exchange/Generate-Exchange-2388e7c9">Exchange Environment Report script</a> by <a href="http://www.stevieg.org/">UK Exchange MVP Steve Goodman</a>. Apparently Microsoft agrees, because they highlight it in the TechNet Gallery.</p>
<p>It&#8217;s a simple script: run it and you get a single-page HTML report that gives you a thumbnail overview of your servers and databases, whether standalone or DAG. It&#8217;s no substitute for monitoring, but as a regular status update posted to a web page or emailed to a group (easily done from within the script) it&#8217;s a great touch point for your organization. Run it as a scheduled task and you&#8217;ll always have the 50,000 foot view of your Exchange health.</p>
<p>I&#8217;ve used it for migrations in a variety of organizations, from Exchange 2003 (it must be run on Exchange 2007 or higher) on up. I now consider this script an essential part of my Exchange toolkit.</p>
<p>The post <a href="http://www.devinonearth.com/2013/03/exchange-environment-report-script-doextip/">Exchange Environment Report script (#DoExTip)</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/YULeI9rP-Hk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2013/03/exchange-environment-report-script-doextip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2013/03/exchange-environment-report-script-doextip/</feedburner:origLink></item>
		<item>
		<title>Introducing DoExTips</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/z9gZQfpGkew/</link>
		<comments>http://www.devinonearth.com/2013/03/introducing-doextips/#comments</comments>
		<pubDate>Wed, 06 Mar 2013 00:57:28 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[DoExTip]]></category>
		<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.devinonearth.com/?p=3250</guid>
		<description><![CDATA[<p>At my house, we try to live our life by a well-known saying attributed to French philosopher Voltaire: &#8220;The perfect is the enemy of the good.&#8221; This is a translation from the second line of his French poem La Bégueule, which &#8230; <a href="http://www.devinonearth.com/2013/03/introducing-doextips/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2013/03/introducing-doextips/">Introducing DoExTips</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>At my house, we try to live our life by a well-known saying attributed to French philosopher Voltaire: &#8220;The perfect is the enemy of the good.&#8221; This is a translation from the second line of his French poem <a href="http://fr.wikisource.org/wiki/La_B%C3%A9gueule">La Bégueule,</a> which itself is quoting a more ancient Italian proverb. It&#8217;s a common idea that perfection is a trap. You may be more used to modern restatements such as the 80/20 rule (the last 20% of the work takes 80% of the effort).</p>
<p>I&#8217;ve had an idea for several years to fill what I see is a gap in the Exchange community. I&#8217;ve been toying with this idea for a while, trying to figure out the perfect way to do it. Today, I had a Voltaire moment: forget perfect.</p>
<p>So, without further ado, welcome to Devin on Exchange Tips (or #DoExTips for short). These are intended to be small posts that occur frequently, highlighting free scripts and tools that members of the global Exchange community have written and made available. There&#8217;s a lot of good stuff out there, and it doesn&#8217;t all come from Microsoft, and you don&#8217;t have to pay for it.</p>
<p>The tools and scripts I&#8217;ll highlight in DoExTips are not going to be finished products or polished. In many cases, they&#8217;ll take work to adapt to your environment. I&#8217;m going to quickly show you something I found that I&#8217;ve used as a starting point or spring board, not solve all your problems.</p>
<p>So, if you&#8217;ve got something you think should be highlighted as a DoExTip, let me know. (Don&#8217;t like the name? Blame Tom Clancy. I&#8217;ve been re-reading his Jack Ryan techno-thrillers and so military naming is on the brain.)</p>
<p>The post <a href="http://www.devinonearth.com/2013/03/introducing-doextips/">Introducing DoExTips</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/z9gZQfpGkew" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2013/03/introducing-doextips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2013/03/introducing-doextips/</feedburner:origLink></item>
		<item>
		<title>Let’s Test It!</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/eOoEuO4MWOU/</link>
		<comments>http://www.devinonearth.com/2013/03/lets-test-it/#comments</comments>
		<pubDate>Sat, 02 Mar 2013 23:48:58 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Karate]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.devinonearth.com/?p=3248</guid>
		<description><![CDATA[<p>I&#8217;ve been studying karate for nearly five years now, and I don&#8217;t think I&#8217;ve shared this story before. When we&#8217;re sparring, students are required to wear the appropriate protective gear. No head shots, for example, if you&#8217;re not wearing head protection. For males, &#8230; <a href="http://www.devinonearth.com/2013/03/lets-test-it/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2013/03/lets-test-it/">Let&#8217;s Test It!</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been studying karate for nearly five years now, and I don&#8217;t think I&#8217;ve shared this story before. When we&#8217;re sparring, students are required to wear the appropriate protective gear. No head shots, for example, if you&#8217;re not wearing head protection. For males, a sports cup is mandatory, for reasons that probably don&#8217;t require elaboration.</p>
<p>When I was buying a cup, I had no clue what to get. The only sports I&#8217;d done as a kid were one season of track in high school and some Pee-Wee/Little League baseball. I&#8217;d never had to deal with a cup before. I&#8217;d heard lots of horror stories about them: they were uncomfortable, didn&#8217;t fit, and didn&#8217;t really keep blows from hurting as much as they reduced the pain to manageable levels.</p>
<p>No, thanks. This geek did some research and came up with the <a href="http://www.nuttybuddy.com/">Nutty Buddy</a>. This was a cup whose inventor stood by his product <a href="http://www.youtube.com/watch?feature=player_embedded&amp;v=6C9aiWr0Vfg">by taking 90mph fast balls from a pitching machine to his crotch</a>. After reading around, I was sold. It was more expensive, but hey, not feeling soul-crushing pain is worth it, right?</p>
<p>Here&#8217;s what happened next, as I sent it to Nutty Buddy:</p>
<blockquote><p>My order arrived on the day of a sparring class. That night, I prepped for class a little early so I could figure out how to get my Nutty Buddy put in place. Having bought the “Build Your Own Package” option, I had everything I needed, and soon I was all dressed in my gi, ready to go. I walked out from my bedroom to the living room to pick up my gear bag and was met by my son, then 11 years old. “Do you have it on?” he asked eagerly and I nodded. “Great, let’s test it!” he said as he executed a perfect front snap-kick to the boys. It was a great kick, too – one of those kind you can’t be thinking about, you just have to let it rip. He immediately realized what he’d done and started apologizing, but was shocked when I laughed. The only thing I’d felt was the shock. The Nutty Buddy lived up to the hype, and I knew it was worth every penny.</p></blockquote>
<p>No matter how prepared you are for life, sometimes you only know whether something&#8217;s going to work by just doing it.</p>
<p>The post <a href="http://www.devinonearth.com/2013/03/lets-test-it/">Let&#8217;s Test It!</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/eOoEuO4MWOU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2013/03/lets-test-it/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2013/03/lets-test-it/</feedburner:origLink></item>
		<item>
		<title>#MSExchange 2010 and .NET 4.0</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/yKuquXTbpO4/</link>
		<comments>http://www.devinonearth.com/2013/02/msexchange-2010-and-net-4-0/#comments</comments>
		<pubDate>Sat, 02 Feb 2013 13:34:44 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.devinonearth.com/?p=2919</guid>
		<description><![CDATA[<p>Oh, Microsoft. By now, one might think that you’d learn not to push updates to systems without testing them thoroughly. One would be wrong. At least this one classifies as a minor annoyance and not outright breakage… Windows Update offers &#8230; <a href="http://www.devinonearth.com/2013/02/msexchange-2010-and-net-4-0/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2013/02/msexchange-2010-and-net-4-0/">#MSExchange 2010 and .NET 4.0</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Oh, Microsoft. By now, one might think that you’d learn not to push updates to systems without testing them thoroughly. One would be wrong. At least this one classifies as a minor annoyance and not outright breakage…</p>
<p>Windows Update offers up .NET 4.0 to Windows 2008 R2 systems as an Important update (and has been for a while). This is fine and good – various versions of the .NET framework can live in parallel. The problem, however, comes when you accept this update on an Exchange 2010 server with the CAS role.</p>
<p>If you do this, you may notice that the <strong>/exchange</strong>, <strong>/exchweb</strong>, and <strong>/public</strong> virtual directories (legacy directories tied to the <strong>/owa</strong> virtual directory) suddenly aren’t redirecting to <strong>/owa</strong> like they’re supposed to. Now, people aren’t normally using these directories in their OWA URLs anymore, but if someone does attempt to hit one of these virtual directories it leaves a gnarly error message to spam your event logs.</p>
<p>This is occurring because when .NET 4.0 is installed and the ASP.NET 4.0 components are tied into IIS, the Default Application Pool is reconfigured to use ASP.NET 4.0 instead of ASP.NET 2.0 (the version used by the .NET 3.5 runtime on Windows 2008 R2). What exactly it is about this that breaks these legacy virtual directories, I have no idea, but break them it does.</p>
<p>The fix for this is relatively simple: uninstall .NET 4.0 and hide the update from the machine so it doesn’t come back. If you don’t want to do that, <a href="http://technet.microsoft.com/en-us/library/cc754523(v=ws.10).aspx" target="_blank">follow this process outlined in TechNet</a> to reset the Default Application Pool back to .NET 2.0. Be sure to run IISRESET afterwards.</p>
<p>The post <a href="http://www.devinonearth.com/2013/02/msexchange-2010-and-net-4-0/">#MSExchange 2010 and .NET 4.0</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/yKuquXTbpO4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2013/02/msexchange-2010-and-net-4-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2013/02/msexchange-2010-and-net-4-0/</feedburner:origLink></item>
		<item>
		<title>Blues Brother</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/iVxDbpnynNM/</link>
		<comments>http://www.devinonearth.com/2013/01/blues-brother/#comments</comments>
		<pubDate>Tue, 29 Jan 2013 20:40:03 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.devinonearth.com/?p=2867</guid>
		<description><![CDATA[<p>Right at the end of December, I decided that January 2013 would be my year of just saying “Do it.” The first thing I said “do it” to was getting my hair dyed blue, like I’ve been wanting to for &#8230; <a href="http://www.devinonearth.com/2013/01/blues-brother/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2013/01/blues-brother/">Blues Brother</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Right at the end of December, I decided that January 2013 would be my year of just saying “Do it.” The first thing I said “do it” to was getting my hair dyed blue, like I’ve been wanting to for over a decade. That Saturday, I walked into my hairstylist for my normal haircut, and came out with a little more.</p>
<p align="center"><a href="http://i0.wp.com/www.devinonearth.com/wp-content/uploads/2013/01/Devin_blue-dec-sm.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Devin_blue-dec-sm" alt="Devin_blue-dec-sm" src="http://i1.wp.com/www.devinonearth.com/wp-content/uploads/2013/01/Devin_blue-dec-sm_thumb.jpg?resize=244%2C217" border="0" data-recalc-dims="1" /></a><br />
<strong>My blue-green hair in December</strong></p>
<p>I loved the cut and the color (a blue-green-silver mix), and after two weeks it had faded to a soft cotton-candy color of blue. However, it just kept on fading. Time for a refresh, so back in to my fantastic hairstylist, Liz!</p>
<p align="center"><a href="http://i2.wp.com/www.devinonearth.com/wp-content/uploads/2013/01/Devin_Liz_Blue-sm.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Devin_Liz_Blue-sm" alt="Devin_Liz_Blue-sm" src="http://i2.wp.com/www.devinonearth.com/wp-content/uploads/2013/01/Devin_Liz_Blue-sm_thumb.jpg?resize=244%2C184" border="0" data-recalc-dims="1" /></a><br />
<strong>My partner in crime</strong></p>
<p>This time, we dropped the green and mixed the blue and silver in nearly equal proportions. The result is vivid now, but we think it’s going to be fantastic after some fading!</p>
<p align="center"><a href="http://i0.wp.com/www.devinonearth.com/wp-content/uploads/2013/01/Devin-blue-jan-sm.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Devin-blue-jan-sm" alt="Devin-blue-jan-sm" src="http://i0.wp.com/www.devinonearth.com/wp-content/uploads/2013/01/Devin-blue-jan-sm_thumb.jpg?resize=242%2C244" border="0" data-recalc-dims="1" /></a><br />
<strong>Move over, IBM</strong></p>
<p>The best part of this experiment is that if I ever get tired of looking like a dry-erase marker, I can simply shave it off. It’s not like that’s a new look for me. The plan, though, is to keep experimenting with fun colors and settle down on a few favorites.</p>
<p>The post <a href="http://www.devinonearth.com/2013/01/blues-brother/">Blues Brother</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/iVxDbpnynNM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2013/01/blues-brother/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2013/01/blues-brother/</feedburner:origLink></item>
		<item>
		<title>A Few Bullet Points on American Gun Culture</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/AmjW1QhNARw/</link>
		<comments>http://www.devinonearth.com/2013/01/a-few-bullet-points-on-american-gun-culture/#comments</comments>
		<pubDate>Thu, 17 Jan 2013 16:46:24 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.devinonearth.com/?p=2686</guid>
		<description><![CDATA[<p>I’m a gun owner. I hold a concealed pistol license in the state of Washington and I own a pistol and a rifle, which I have taken reasonable and prudent steps to keep locked up and safe when they are &#8230; <a href="http://www.devinonearth.com/2013/01/a-few-bullet-points-on-american-gun-culture/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2013/01/a-few-bullet-points-on-american-gun-culture/">A Few Bullet Points on American Gun Culture</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I’m a gun owner. I hold a concealed pistol license in the state of Washington and I own a pistol and a rifle, which I have taken reasonable and prudent steps to keep locked up and safe when they are not in use. Although I have not taken a formal gun safety class, I have had firearms training and have taken steps to ensure that my family is also provided with training. My kids have enjoyed the carefully supervised events when they have been taken shooting by myself and other qualified adults.
<p>I’ve had some thoughts stirring around for a while on the topic of America and the 2nd Amendment, but it wasn’t until today I pulled them together enough to start the process of writing a blog post.<br />
<blockquote>
<p>Note 1: I’m going to do my level best to be polite and respectful to all parties, regardless of their political position on this subject, and I request that all commenters do the same. People crossing the line of civility may get a warning or I may just delete their comment, depending on the severity. </p>
</blockquote>
<h2 align="left">The Ground Rules</h2>
<p align="left">Today, on Facebook, one my friends posted this picture:</p>
<p align="center"><img title="Who knows more about the Constitution?" style="float: none; margin-left: auto; display: block; margin-right: auto" alt="Who knows more about the Constitution?" src="https://sphotos-a.xx.fbcdn.net/hphotos-prn1/75007_593079607384221_1295880506_n.jpg"><strong>Figure 1: Constitutional law qualifications<br />(can’t find the original source for this, if you know please let me know?)<br /></strong></p>
<p>As you can imagine, this prompted (as do almost all gun control threads on the Internet) a barrage of comments. Sadly, these types of discussions tend to quickly be dominated by one of two vocal extremes:</p>
<ul>
<li>The <strong>gun enthusiast</strong> (pejoratively known as the “gun nut” or “right-wing whackjob”), who often gives the impression that she won’t be happy until she can personally and privately own any weapon system ever made, up to and including ICBMs, aircraft carriers, Abrams tanks, and F-22 Raptors. She is typically, but not always, aligned with the more extremely conservative side of the political spectrum</li>
<li>The <strong>gun worrier</strong> (pejoratively known as the “gun grabber” or “bleeding-heart liberal”), who commonly and frequently opines that mankind will know nothing but a wretched existence devoid of any light, joy, or hope until every last physical instance of, drawing of, reference to, or even the mental concept a of weapon is wiped from existence. He is typically, but not always, aligned with the more extremely liberal side of the spectrum.</li>
</ul>
<blockquote><p>Note 2: if you fit into one of these two extremes, I will give you good advice: stop reading now, and move on. You won’t like what I have to say; I refuse to validate your unreasonably narrow and exclusionary viewpoint. I won’t let other people call you names should you choose to ignore my advice and comment, but <strong>I will redact your extremist attempts to redirect a civil conversation into your own flavor of lunacy</strong>. Be warned – my blog, my rules. You want to post your own screed? Go burn your own storage and bandwidth to do it.</p>
</blockquote>
<p>Almost immediately, a good point was made: while Obama’s credentials are accurately stated, this picture attempts to make a point through blatant use of stereotypes. We know nothing about the gentleman in the red box – he might also be an Ivy League Constitutional scholar, or a distinguished judge, or even a talented and knowledgeable amateur scholar. We don’t know and we’re not told. This is the good old “guilt by association” propaganda ploy – if you like big scary guns, you’re probably ignorant just based on your appearance. Not a great way for liberals to make a point.</p>
<p>At the same time, conservatives are guilty of blatantly false propaganda too:</p>
<p align="center"><img src="http://i0.wp.com/rashmanly.files.wordpress.com/2012/01/allfavorguncontrol_obama_closeup.jpg?w=640" data-recalc-dims="1"><br /><strong>Figure 2: One of these things is not like the other<br />(found on </strong><a href="http://rashmanly.com/2012/01/09/dictators-always-demand-gun-control-laws/"><strong>rashmanly.com</strong></a><strong>)</strong></p>
<p>Really? A democratically elected (twice, now, even!) federal executive, in a country with some of the most extensive checks and balances, who for at least half of his time in office has had to deal with a Congress (you know the branch of the government that actually <em>makes the laws</em>) controlled by his political opponents, is magically a dictator on par with some of the worst tyrants of recorded history? Because his biggest political acts have been to try to keep our country from plunging into a hyper-inflationary depression, to make sure poor people have access to medical care, and to try to maybe do something to reduce the number of innocent people killed by guns in this country every year? Remember, this is the President who pissed off many in his party because he didn’t bother to dismantle many of the incentives put in place by his predecessor.</p>
<blockquote><p>Note 3: Don’t even think of heading to the “Democrats just want to take away guns and Republicans are protecting gun rights.” Remember the assault rifle ban that expired in 2004? The one that was enacted in 1994, which would have been during the (Democratic) Clinton administration? <a href="http://theweek.com/bullpen/column/237912/ronald-reagan-would-demand-more-gun-control" target="_blank">The one that was lobbied for by Ronald Reagan?</a></p>
</blockquote>
<h2>Finding Middle Ground</h2>
<p>Okay, now that I’ve unilaterally declared extremes off the table, let’s dig into the meat of the original graphic – which is the fact that Obama has a background in Constitutional law, so unlike many politicians and political wonks, he might actually have a more than passing familiarity with some of the issues involved.</p>
<p>Obama is <a href="http://news.yahoo.com/obamas-gun-measures-face-tough-road-congress-080427967--politics.html" target="_blank">using executive orders to make changes within the framework of existing law</a>, as well as working to introduce legislation to accomplish additional goals such as reintroducing the expired assault rifle ban. Some of these changes are likely to be polarizing, but outside of the echo chambers and spin factories, there’s actually a large amount of support for many of these proposals – and this according to <a href="http://www.businessinsider.com/nra-and-gun-control-poll-gun-owners-colorado-theater-shooting-batman-2012-7" target="_blank">a poll of 945 gun owners conducted last July by Republican party pollster Frank Luntz</a>, before the events of Newton. After Newton, <a href="http://www.gallup.com/poll/159569/americans-stricter-gun-laws-oppose-bans.aspx" target="_blank">support for stricter laws on the sale of firearms has increased overall</a>, including increased support for passing new laws although support for renewal of the assault rifle ban is still just shy of a majority. Yet somehow, any discussion of changes provokes an immediate, hostile response.</p>
<p>It’s also inevitable to see someone trot out the argument that since cars kill far more people, we need to regulate cars. Um, hello? We do. Car manufacturers have to regularly participate in studies and make changes to cars to reduce the deaths because of cars, and over <a href="http://en.wikipedia.org/wiki/List_of_motor_vehicle_deaths_in_U.S._by_year" target="_blank">the decades, it&#8217;s worked</a>. We do the same thing for other forms of violence &#8212; we study it, and we make intelligent changes to reduce the impact. But the current climate and talking points (<a href="http://www.salon.com/2013/01/11/stop_talking_about_hitler/" target="_blank">such as the historically inaccurate charge that gun control led to the Holocaust</a>) have kept us in a virtual standstill on dealing with gun violence of any type.</p>
<p>Thanks to a careful and prolonged lobbyist and political spending campaign by the NRA and the gun manufacturers, we don&#8217;t even have credible research that would tell us why American gun deaths are so much higher than comparable nations. Let me be clear; the NRA does a lot of good, but they are a human institution and over the past couple of decades, they’ve transformed themselves from a simple society to promote scientific rifle shooting to a lobbyist organization. At times, I think this dichotomy can at times drive the NRA leadership out of sync with their members’ concerns and lead them to try to drive policy and dictate their members beliefs rather then represent them.</p>
<p>At this point, I think its obvious that some sort of changes need to be made. <a href="http://abcnews.go.com/blogs/headlines/2012/12/us-gun-ownership-homicide-rate-higher-than-other-developed-countries/" target="_blank">The USA has a gun homicide rate that is 4.5 times higher (or more) than other G-8 countries.</a> When confronted with these facts, many people respond with talking points about how countries that have enacted gun control laws see a rise in crimes such as violent assault (<a href="http://en.wikipedia.org/wiki/Crime_in_Australia#Crime_statistics" target="_blank">Australia is a frequently featured talking point</a>). However true these points may be, I can’t help but think that’s an invalid comparison. If I were to be the victim of a crime, I think I would rather be injured rather than outright killed. I would rather that my stuff got stolen than lose my wife or one of my kids. But overall, <a href="http://en.wikipedia.org/wiki/Crime_in_the_United_States#Crime_over_time" target="_blank">the crime rate in the US is dropping</a>.</p>
<p>Like many Americans, I’m in favor of extending background checks and doing more to ensure that people with a history of violent mental illness and misdemeanor violence have reduced access to guns. Without comprehensive studies, I’m not convinced that renewing the assault rifle ban will actually help anything (are extended magazines actually useful in genuine self-defense scenarios, or would regular magazines do the trick?) But there’s a number of potential steps I’ve thought of that I’ve seen no discussion on:</p>
<ul>
<li>I&#8217;m disturbed by the fact that when I take a free CPR or First Aid class, I have more stringent requirements than I do for my CPL. When I get CPR training I have to demonstrate that I am up-to date in my training and technique and recertify every year or two at the most; when I applied for my concealed pistol license, all I had to do was not <strong>currently</strong> be a felon and I get a five year license. Different states have different requirements; maybe it’s time to get a more consistent framework in place that requires more frequent check-ins and more frequent training?</li>
<li>While we’re talking about training, let’s hit another popular talking point: that armed private citizens are likely to stop mass shootings. While there are incidents of gun owners (typically store clerks) stopping an attempted robbery, the private citizens that have stopped instances of mass shootings all turn out to be private or off-duty security personnel who have substantially higher levels of firearms training than the average citizen (<a href="http://www.oregonlive.com/clackamascounty/index.ssf/2012/12/security_guard_said_he_had_rob.html" target="_blank">such as the Clackamas Mall shooting in Portland, OR</a>).</li>
<li>One of the claimed benefits of having less restrictive firearms statutes is crime reduction. More armed citizens, it is said, equals lower crime. However, in order to have this kind of deterrent effect, don’t the criminals have to either know that people are carrying, or at least have a reasonable suspicion that people are carrying? Concealed carry would seem to be counter-productive; open carry would actually allow criminals to know what they’re about to get into. Is American culture ready for open carry? Again, this is an area we’d need more research on.</li>
<li>What about on-site gun safe inspections as part of the permit approval process? If one of the big concerns is people getting inappropriate access to guns, we should be making sure they’re being appropriate stored and locked away.</li>
</ul>
<p>There&#8217;s a horrible patchwork of laws in place and there are some loopholes that should be closed, as long as we can do so without heading down the path of a guns registry. Come on, yes there are some screwballs who want to take all guns away, just as there are some screwballs who think that they should be able to own fully operable RPGs and tanks and fighter jets. Most of us are somewhere in the middle, although not in the same part of the middle, but we can&#8217;t even have a realistic, reasoned discussion on this because the people who benefit financially from the status quo make sure we can&#8217;t.</p>
<p>At this point in time, we can&#8217;t have a meaningful conversation on what the &#8220;well-regulated&#8221; clause in the 2nd Amendment is supposed to mean. All of our other liberties have been slowly and carefully re-interpreted over time – sometimes overly so, usually with corrections in the long run &#8212; as the times changed and as the nation changed and (yes) as we saw the fruits of some of the Founders&#8217; mistakes. They were human; of course they made mistakes. They knew they would make mistakes and that we would have to adjust for situations they could never have foreseen. And yet, a strict reading of the 2nd Amendment is somehow off the table for even reasonable discussion? Why must we hew strictly to the Founding Fathers&#8217; intentions in this one area when we willingly ignore them in other areas? (Check out what they had to say about professional politicians, lobbyists, and a two-party system.)</p>
<p>So, yes, sometimes it takes a Constitutional scholar to understand not only the original context of our Constitution, but also remember that the Founding Fathers always intended this Constitution to grow and live and adapt as our country did. It’s time for us to open the doors to a reasoned discussion on all areas of the 2nd Amendment, including the precise definition of which weapons it makes sense to allow citizens to have and what sorts of controls might be prudent to put in place to balance the right to self-defense with the reasonable safety of those around us.</p>
<p>The post <a href="http://www.devinonearth.com/2013/01/a-few-bullet-points-on-american-gun-culture/">A Few Bullet Points on American Gun Culture</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/AmjW1QhNARw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2013/01/a-few-bullet-points-on-american-gun-culture/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2013/01/a-few-bullet-points-on-american-gun-culture/</feedburner:origLink></item>
		<item>
		<title>Attached To You: Exchange 2010 Storage Essays, part 3</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/VW53ORqcl6I/</link>
		<comments>http://www.devinonearth.com/2012/11/attached-to-you-exchange-2010-storage-essays-part-3/#comments</comments>
		<pubDate>Mon, 05 Nov 2012 19:04:10 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.devinonearth.com/?p=1735</guid>
		<description><![CDATA[<p>[2100 PST 11/5/2012: Edited to fix some typos and missing words/sentences.] So, um…I knew it was going to take me a while to write this third part of the Exchange 2010 storage saga…but over two years? Damn, guys. I don’t &#8230; <a href="http://www.devinonearth.com/2012/11/attached-to-you-exchange-2010-storage-essays-part-3/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2012/11/attached-to-you-exchange-2010-storage-essays-part-3/">Attached To You: Exchange 2010 Storage Essays, part 3</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><strong>[2100 PST 11/5/2012: Edited to fix some typos and missing words/sentences.]</strong></p>
<p>So, um…I knew it was going to take me a while to write this third part of the Exchange 2010 storage saga…but over two years? Damn, guys. I don’t even know what to say, other than to get to it.</p>
<p>So, we’ve this lovely little 3-dimension storage axis I’ve been talking about in parts 1 (JBOD vs. RAID) and 2 (SATA vs. SAS/FC). Part 3 addresses the third axis: SAN vs. DAS.</p>
<p><a href="http://i2.wp.com/www.devinonearth.com/wp-content/uploads/2012/11/Exchange-Storage-DAS-vs.-SAN.png"><img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;" title="Exchange Storage DAS vs. SAN" src="http://i2.wp.com/www.devinonearth.com/wp-content/uploads/2012/11/Exchange-Storage-DAS-vs.-SAN_thumb.png?resize=358%2C269" alt="Exchange Storage DAS vs. SAN" border="0" data-recalc-dims="1" /></a></p>
<h3>What’s in a name?</h3>
<p>It used to be that everyone agreed on the distinction between DAS, NAS, and SAN:</p>
<ul>
<li>DAS was typically dumb or entry-level storage arrays that connected to a single (or at most two or three) servers via SCSI, SATA/SAS, or some other storage-specific cabling/protocol. DAS arrays typically had very little on-board smarts, other than the ability to run RAID configurations and present the RAID volumes to the connected server as if they were a single volume instead.</li>
<li>NAS was file-level storage presented over a network connection to servers. The two common protocols used were NFS (for Unix machines) and SMB/CIFS (for Windows machines). NAS solutions often include more functionality, including features such as direct interfaces with backup solutions, snapshots of the data volumes, replication of data to other units, and dynamic addition of storage.</li>
<li>SAN was high-end, expensive block-level storage presented over a separate network infrastructure such as FC or iSCSI over Ethernet. SAN systems offer even more features aimed at enterprise markets, including sophisticated disk partitioning and access mechanisms designed to achieve incredibly high levels of concurrence and performance.</li>
</ul>
<p>As time passed and most vendors figured out that providing support for both file-level and block-level protocols made their systems more attractive by allowing them to be reconfigured and repurposed by their customers, the distinction between NAS and SAN began to blur. DAS, however, was definitely dumb storage. Heck, if you wanted to share it with multiple systems, you had to have multiple physical connections! (Anyone other than me remember those lovely days of using SCSI DAS arrays for poor man’s clustering by connecting two SCSI hosts – one with a non-default host ID – to the same SCSI chain?)</p>
<p>At any rate, it was all good. For Exchange 2003 and early Exchange 2007 deployments, storage vendors were happy because if you had more than a few hundred users, you almost certainly needed a NAS/SAN solution to consolidate the number of spindles required to meet your IOPS targets.</p>
<h3>The heck you say!</h3>
<p>In the middle of the Exchange 2007 era, Microsoft upset the applecart. It turns out that with the ongoing trend of larger mailboxes, Exchange 2007 SP1, CCR, and SCR, many customers were able to do something pretty cool: decrease the mailbox/database density to the point where (with Exchange 2007’s reduced IOPS) the total IOPS for their databases no longer required a sophisticated storage solution to provide the requisite IOPS. In general, disks for SAN/NAS units have to be of a higher quality and speed than for DAS arrays, so they typically had better performance and lower capacity than consumer-grade drives.</p>
<p>This trend only got more noticeable and deliberate in Exchange 2010, when Microsoft unified CCR and SCR into the DAG and moved replication to the application layer (as we discussed in Part 1). Microsoft specifically designed Exchange 2010 to be deployable on a direct-attached RAID-less 2TB SATA 7200 RPM drive to hold a database and log files, so they could scale hosted Exchange deployments up in an affordable fashion. Suddenly, Exchange no longer needed SAN/NAS units for most deployments – as long as you had sufficiently large mailboxes throughout your databases to reduce the IOPS/database ratio below the required amount.</p>
<p>Needless to say, storage vendors have taken this about as light-heartedly as a coronary.</p>
<p>How many of you have heard in the past couple of years the message that “SAN and DAS are the same thing, just different protocols”?</p>
<blockquote><p><a href="http://powerwindows.wordpress.com/2011/01/13/exchange-2010-tested-solutions-from-emc/" target="_blank">Taken literally, DAS and SAN are only differences in connectivity.</a></p></blockquote>
<p>The previous quote is from EMC, but I’ve heard <a href="https://communities.netapp.com/community/netapp-blogs/msenviro/blog/2009/06/15/fas-the-new-das--using-fas-in-a-das-configuration-for-exchange" target="_blank">the same thing from NetApp</a> and other SAN vendors. Ever notice how it’s only the SAN vendors who are saying this?</p>
<p>I call shenanigans.</p>
<p><strong>If they were the same thing, storage vendors wouldn’t be spending so much money on <a href="http://aspoc.net/Downloads/ESG_WP_EMC_SANity_of_Networked_Storage_Apr_10.pdf" target="_blank">whitepapers</a> and <a href="http://aspoc.net/archives/2010/05/18/choosing-the-right-storage-technology-for-exchange-2010/" target="_blank">marketing</a> to try to convince Exchange admins (more accurately, their managers) that there was really no difference and that the TCO of a SAN just happens to be a better bet.</strong></p>
<p>What SAN vendors now push are features like replication, thin provisioning, virtualization and DR integration, backup and recovery – not to mention the traditional benefits of storage consolidation and centralized management. Here’s the catch, though. From my own experience, their models only work <strong>IF and ONLY IF</strong> you continue to deploy Exchange 2010 the same way you deployed Exchange 2003 and Exchange 2007:</p>
<ul>
<li>deploying small mailboxes that concentrate IOPS in the same mailbox database</li>
<li>grouping mailboxes based on criteria meant to maximize single instance storage (SIS)</li>
<li>planning Exchange deployments around existing SAN features and backup strategies</li>
<li>relying on third-party functionality for HA and DR</li>
<li>deploying Exchange 2010 DAGs as if they were a shared copy cluster</li>
</ul>
<p>When it comes right down to it, both SAN and DAS deployments are technically (and financially) feasible solutions for Exchange deployments, as long as you know exactly what your requirements are and let your requirements drive your choice of technology. I’ve had too many customers who started with the technology and insisted that they had to use that specific solution. Inevitably, by designing around technological elements, you either have to compromise requirements or spend unnecessary energy, time, and money solving unexpected complications.</p>
<p>So if both technologies are viable solutions, what factors should you consider to help decide between DAS and SAN?</p>
<h3>Storage Complexity</h3>
<p>You’ve probably heard a lot of other Exchange architects and pros talk about complexity – especially if they’re also Certified Masters. There’s a reason for this – more complex systems, all else being equal, are more prone to system outages and support calls. So why do so many Exchange “pros” insist on putting complexity into the storage design for their Exchange systems when they don’t even know what that complexity is getting them? Yes, that’s right, Exchange has millennia of man-hours poured into optimizing and testing the storage system so that your critical data is safe under almost all conditions, <strong>and then you go and design storage systems that increase the odds the fsck-up fairy</strong>[1]<strong> will come dance with your data in the pale moonlight.</strong></p>
<p>SANs add complexity. They add more system components and drivers, extra bits of configuration, and additional systems with their own operating system, firmware, and maintenance requirements. I’ll pick on NetApp for a moment because I’m most familiar with their systems, but the rest of the vendors have their own stories that hit most of the same high points:</p>
<ul>
<li>I have to pick either iSCSI or FC and configure the appropriate HBA/NICs plus infrastructure, plus drivers and firmware. If I’m using FC I get expensive FC HBAs and switches to manage. If I go with iSCSI I get additional GB or 10GB Ethernet interfaces in my Exchange servers and the joy of managing yet another isolated set of network adapters and making sure Exchange doesn’t perform DAG replication over them.</li>
<li>I have to install the NetApp Storage Tools.</li>
<li>I have to install the appropriate MPIO driver.</li>
<li>I have to install the SnapDrive service, because if I don’t, the NetApp snapshot capability won’t interface with Windows VSS, and if I’m doing software VSS why the hell am I even using a SAN?</li>
<li>I *should* install SnapManager for Exchange (although I don’t have to) so that my hardware VSS backups happen and I can use it as an interface to the rest of the NetApp protection products and offerings.</li>
<li>I need to make sure my NetApp guy has the storage controllers installed and configured. Did I want redundancy on the NetApp controller? Upgrades get to be fun and I have to coordinate all of that to make sure they don’t cause system outage. I get to have lovely arguments with the NetApp storage guys about why they can’t just treat my LUNs the same way they treat the rest of them, yes I need my own aggregates and volumes and no please don’t give me the really expensive 15KRPM SAS drives that store a thimble because you’re going to make your storage guys pass out when they find out how many you need for all those LUNs and volumes (x2 because of your redundant DAG copies).<strong>[2]</strong></li>
</ul>
<p>Here’s the simple truth: SANs can be very reliable and stable. SANs can also be a single point of failure, because they are wicked expensive and SAN administrators and managers get put out with Exchange administrators who insist on daft restrictions like “give Exchange dedicated spindles” and “don’t put multiple copies of the same database on the same controller” and other party-pooping ways to make their imagined cost savings dwindle away to nothing. The SAN people have their own deployment best practices, just like Exchange people; those practices are designed to consolidate data for applications that don’t manage redundancy or availability on their own.</p>
<p>Every SAN I’ve ever worked with wants to treat all data the same way, so to make it reliable for Exchange you’re going to need to rock boats. This means more complexity (and money) and the SAN people don’t want complexity in their domain any more than you want it in yours. Unless you know exactly what benefits your solution will give you (and I’m not talking general marketing spew, I’m talking specific, realistic, quantified benefits), why in the world would you want to add complexity to your environment, especially if it’s going to start a rumble between the Exchange team and the SAN team that not even Jackie Chain and a hovercraft can fix?</p>
<h3>Centralization and Silos</h3>
<p>Over the past several years, IT pros and executives have heard a lot of talk about centralization. The argument for centralization is that instead of having “silos” or autonomous groups spread out, all doing the same types of things and repeating effort, you reorganize your operation so that all the storage stuff is handled by a single group, all the network stuff is handled by another group, and so on and so forth. This is another one of those principles and ideas that sounds great in theory, but can fall down in so many ways once you try to put it into practice.</p>
<p>The big flaw I’ve seen in most centralization efforts is that they end up creating artificial dependencies and decrease overall service availability. Exchange already has a number of dependencies that you can’t do anything about, such as Active Directory, networking, and other external systems. It is not wise to create even more dependencies when the Exchange staff doesn’t have the authority to deal with the problems those dependencies create but are still on the hook for them because the new SLAs look just like the old SLAs from the pro-silo regime.</p>
<p>Look, I understand that you need to realign your strategic initiatives to fully realize your operational synergies, but you can’t go do it half-assed, especially when you’re messing with business critical utility systems like corporate email. Deciding that you’re going to arbitrarily rearrange operations patterns without making sure those patterns match your actual business and operational requirements is not a recipe for long-term success.</p>
<p>Again, centralization is not automatically incompatible with Exchange. Doing it correctly, though, requires communication, coordination, and cross-training. It requires careful attention to business requirements, technical limitations, and operational procedures – and making sure all of these elements align. You can’t have a realistic 1-hour SLA for Exchange services when one of the potential causes for failure itself has a 4-hour SLA (and yes, I’ve seen this; holding Exchange metrics hostage to a virtualization group that has incompatible and competing priorities and SLAs makes nobody happy). If Exchange is critical to your organization, pulling the Exchange dependencies out of the central pool and back to where your Exchange team can directly operate on and fix them may be a better answer for your organization’s needs.</p>
<p>The centralization/silo debate is really just capitalism vs. socialism; strict capitalism makes nobody happy except hardcore libertarians, and strict socialism pulls the entire system down to the least common denominator<strong>[3]</strong>. The real answer is a blend and compromise of both principles, each where they make sense. In your organization, DAS and an Exchange silo just may better fit your business needs.</p>
<h3>Management and Monitoring</h3>
<p>In most Exchange deployments I’ve seen, this is the one area I consistently see neglected, so it doesn’t surprise me that it’s not more of an issue. Exchange 2010 does a lot to make sure the system stays up and operational, but it can’t manage everything. You need to have a good monitoring system in place and you need to have automation or well-written, thorough processes to handle dealing with common warnings and low-level errors.</p>
<p>One of the advantages of a SAN is that (at least on a storage level) much of this will be taken care of you. Every SAN system I’ve worked with not only built-in monitoring of state of the disks and the storage hardware, but has extensive integration with external monitoring systems. It’s really nice when at the same time you get notification that you’ve had a disk failure in the SAN that the SAN vendor has also been notified, so you know in the next day a spare will show up via FedEx (or even possibly brought by a technician who will replace it for you). This kind of service is not normally associated with DAS arrays.</p>
<p>However, even the SAN’s luscious – nay, sybaritic – level of notification luxury only protects you against SAN-level failures. SAN monitoring doesn’t know anything about Exchange 2010 database copy status or DAG cluster issues or Windows networking or RPC latency or CAS arrays or load balancer errors. Whether you deploy Exchange 2010 on a SAN or DAS offering, you need to have a monitoring solution that provides this kind of end-to-end view of your system. Low-end applications that rely on system-agnostic IP pings and protocol endpoint probes are better than nothing, but they aren’t a substitute for application-aware systems such as Microsoft System Center Operations Manager or some other equivalent that understand all of the components in an Exchange DAG and queries them all for you.</p>
<p>You also need to think about your management software and processes. Many environments don’t like having changes made to centralized, critical dependency systems like a SAN without going through a well-defined (and relatively lengthy) change management process. In these environments, I have found it difficult to get emergency disk allocations pushed through in a timely fashion.</p>
<p>Why would we need emergency disk allocations in an Exchange 2010 system? Let me give you a few real examples:</p>
<ul>
<li>Exchange-integrated applications<strong>[4]</strong> cause database-level corruption that drives server I/O and RPC latency up to levels that affect other users.</li>
<li>Disk-level firmware errors cause disk failure or drops in data transfer rates. Start doing wide-scale disk replacements on a SAN and you’re going to drive system utilization through the roof because of all the RAID group rebuilds going on. Be careful which disks you pull at one time, too – don’t want to pull two or three disks out of the same RAID group and have the entire thing drop offline.</li>
<li>Somebody else’s application starts having disk problems. You have to move the upper management’s mailboxes to new databases on unaffected disks until the problems are identified and resolved.</li>
<li>A routine maintenance operation on one SAN controller goes awry, taking out half of the database copies. There’s a SAN controller with some spare capacity, but databases need to be temporarily consolidated so there is enough room for two copies of all the databases during the repair on the original controller.</li>
</ul>
<p>Needless to say, with DAS arrays, you don’t have to tailor your purchasing, management, and operations of Exchange storage around other applications. Yes, DAS arrays have failures too, but managing them can be simpler when the Exchange team is responsible for operations end-to-end.</p>
<h3>Backup, Replication, and Resilience</h3>
<p>The big question for you is this: what protection and resilience strategy do you want to follow? A lot of organizations are just going on auto-pilot and using backups for Exchange 2010 because that’s how they’ve always done it. But do you really, actually need them?</p>
<p>No, seriously, you need to think about this.</p>
<p>Why do you keep backups for Exchange? If you don’t have a compelling technical reason, find the people who are responsible for the business reason and ask them what they really care about – is it having tapes or a specific technology, or is it the ability to recover information within a specific time window? If it’s the latter, then you need to take a hard look at the <a href="http://technet.microsoft.com/en-us/library/dd876874.aspx#FleMaiPro" target="_blank">Exchange 2010 native data protection regime</a>:</p>
<ul>
<li>At least three database copies</li>
<li>Increased deleted item/deleted mailbox recovery limits</li>
<li>Recoverable items and hold policies</li>
<li>Personal archives and message retention</li>
<li>Lagged database copies</li>
</ul>
<p>If this combination of functionality meets your needs, you need to take a serious look at a DAS solution. A SAN solution is going to be a lot more expensive for the storage options to begin with, and it’s going to be even more expensive for more than two copies. None of my customers deployed more than two copies on a SAN, because not only did they have to budget for the increased per-disk cost, but they would have to deploy additional controllers and shelves to add the appropriate capacity and redundancy. Otherwise, they’d have had multiple copies on the same hardware, which really defeats the purpose. At that point, DAS becomes rather attractive when you start to tally up the true costs of the native data protection solution.</p>
<p>So what do you do if the native data protection isn’t right for you and you need traditional backups? In my experience, one of the most compelling reasons for deploying Exchange on a SAN is the fantastic backup and recovery experience you get. In particular, NetApp’s snapshot-based architecture and SME backup application head the top of my list. SME includes a specially licensed version of the <a href="http://www.krollontrack.com/software/powercontrols/" target="_blank">Ontrack PowerControls</a> utility to permit single mailbox recovery, all tied back into NetApp’s kick-ass snapshots. Plus, the backups happen more quickly because the VSS provider is the NetApp hardware, not a software driver in the NTFS file system stack, and you can run the ESE verification off of a separate SME server to offload CPU from the mailbox servers. Other SAN vendors offer some sort of integrated backup option of some equivalency.</p>
<p>The only way you’re going to get close to that via DAS is if you deploy Data Protection Manager. And honestly, if you’re still replying on tape (or cloud) backups, I really recommend that you use something like DPM to stage everything to disk first so that backups from your production servers are staging to a fast disk system. Get those VSS locks dealt with as quickly as possible and offload the ESE checks to the DPM system. Then, do your tape backups off of the DPM server and your backup windows are no longer coupled to your user-facing Exchange servers. That doesn&#8217;t even mention DPM&#8217;s 15-minute log synchronization and use of deltas to minimize storage space on its own storage pool. DPM has a lot going for it.</p>
<p>A lot of SANs do offer synchronous and asynchronous replication options, often at the block level. These sound like good options, especially to enhance site resiliency, and for other applications, they often can be. Don’t get suckered into using them for Exchange, though, unless they are certified to work against Exchange (and if it’s asynchronous replication, it won’t be). A DAS solution doesn’t offer this functionality, but that’s no loss in this column; whether you’re on SAN or DAS, you should be replicating via Exchange. Replicating using the SAN block-level replication means that the replication is happening without Exchange being aware of it, which means depending on when a failure happens, you could in the worst case end up with a corrupted database replica volume. Best case, your SAN-replicated database will not be in a consistent state, so you will have to run <strong>ESEUTIL</strong> to perform a consistency check and play log files forward before mounting that copy. If you’re going to that, why are you running Exchange 2010?</p>
<p>Now if you need a synchronous replication option, <a href="http://technet.microsoft.com/en-us/library/dd638137.aspx#ET" target="_blank">Exchange 2010 includes an API</a> to allow a third-party provider to replace the native continuous replication capability. As far as I know, only one SAN vendor (EMC) has taken advantage of this option, so your options are pretty clear in this scenario.</p>
<h3>Conclusion</h3>
<p>We’ve covered a lot of ground in this post, so if you’re looking for a quick take-away, the answer is this:</p>
<p><em>Determine what your real requirements are, and pick your technology accordingly. Whenever possible, don’t make choices by technology or cost first without having a clear and detailed list of expected benefits in hand. You will typically find some requirement that makes your direction clear.</em></p>
<p>If anyone tells you that there’s a single right way to do it, they’re probably wrong. Having said that, though, the more I’ve seen over the past couple of years, the more people deviate from the Microsoft sweet spot, the more design compromises they’ve made when perhaps they didn’t have to. Inertia and legacy have their place but need to be balanced with innovation and reinvention.</p>
<p><em><strong>[1]</strong> Not a typo, I’m just showing off my Unix roots. The <a href="http://en.wikipedia.org/wiki/Fsck" target="_blank">fsck</a> utility (<strong>f</strong>ile <strong>s</strong>ystem che<strong>ck</strong>) helps fix inconsistencies in the Unix file systems. Think <strong>chkdsk</strong>.</em></p>
<p><em><strong>[2]</strong> Can you tell I’ve been in this rodeo once or twice? But I’m not bitter. And I do love NetApp because of SME, I just realize it’s not the right answer for everyone.</em></p>
<p><em><strong>[3]</strong> Yes, I did in fact just go there. Blame it on the nearly two years of political crap we’ve suffered in the U.S. for this election season. November 6th can’t come soon enough.</em></p>
<p><em><strong>[4]</strong> The application in this instance was an older version of Microsoft Dynamics CRM, very behind on its patches. There was a nasty calendar corruption bug that made my customer’s life hell for a while. The solution was to upgrade CRM to the right patch level, then move all of the affected mailboxes (about 40% of the users) to new databases. We didn’t need to have a lot of new databases, as we could move them in a swing fashion, but in order to get it done in a timely fashion we needed to provision enough LUNs to have enough databases and copies that we could get the process done in a timely fashion. Each swing cycle took about two weeks because of change management when we could have gotten it done much sooner.</em></p>
<p>The post <a href="http://www.devinonearth.com/2012/11/attached-to-you-exchange-2010-storage-essays-part-3/">Attached To You: Exchange 2010 Storage Essays, part 3</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/VW53ORqcl6I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2012/11/attached-to-you-exchange-2010-storage-essays-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2012/11/attached-to-you-exchange-2010-storage-essays-part-3/</feedburner:origLink></item>
		<item>
		<title>Alaric’s Fundraising Progress</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/9R7oX3zwe1k/</link>
		<comments>http://www.devinonearth.com/2012/10/alarics-fundraising-progress/#comments</comments>
		<pubDate>Fri, 26 Oct 2012 00:49:20 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Scouting]]></category>

		<guid isPermaLink="false">http://www.devinonearth.com/?p=1523</guid>
		<description><![CDATA[<p>Just wanted to drop a quick note to you all to keep you updated on Alaric’s progress in raising funds for his 2013 Summer of Awesome. I’ve created a static page that you can go to and will keep it &#8230; <a href="http://www.devinonearth.com/2012/10/alarics-fundraising-progress/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2012/10/alarics-fundraising-progress/">Alaric&rsquo;s Fundraising Progress</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Just wanted to drop a quick note to you all to keep you updated on Alaric’s progress in raising funds for his <a href="http://www.devinonearth.com/alaric2013/" target="_blank">2013 Summer of Awesome</a>. I’ve <a href="http://www.devinonearth.com/alaric2013/" target="_blank">created a static page that you can go to</a> and will keep it updated until our goal of $5,000 is met. That’s not to say that I won’t be reminding you all about it here and on Twitter and Facebook on a regular basis, but I wanted to condense all the major details down to one place.</p>
<p>Update: We’re around $1,365 or so, give or take some pending funds from current fundraising efforts and some pledges we’ve not yet receiving but are expecting. Thank you to everyone who has helped us out so far!</p>
<p>The post <a href="http://www.devinonearth.com/2012/10/alarics-fundraising-progress/">Alaric&rsquo;s Fundraising Progress</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/9R7oX3zwe1k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2012/10/alarics-fundraising-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2012/10/alarics-fundraising-progress/</feedburner:origLink></item>
		<item>
		<title>Can You Fix This PF Problem?</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/IYG-ziHynKk/</link>
		<comments>http://www.devinonearth.com/2012/10/can-you-fix-this-pf-problem/#comments</comments>
		<pubDate>Thu, 11 Oct 2012 07:14:33 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.devinonearth.com/?p=1272</guid>
		<description><![CDATA[<p>Today I got to chat with a colleague who was trying to troubleshoot a weird Exchange public folder replication problem. The environment, which is the middle of an Exchange 2007 to Exchange 2010 migration, uses public folders heavily – many &#8230; <a href="http://www.devinonearth.com/2012/10/can-you-fix-this-pf-problem/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2012/10/can-you-fix-this-pf-problem/">Can You Fix This PF Problem?</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Today I got to chat with a colleague who was trying to troubleshoot a weird Exchange public folder replication problem. The environment, which is the middle of an Exchange 2007 to Exchange 2010 migration, uses public folders heavily – many hundreds of top-level public folders with a lot of sub-folders. Many of these public folders are mail-enabled.</p>
<p>After replicating creating public folder replicas on Exchange 2010 public folder databases and ensuring that the public folders were starting to replicate, my colleague received notice that specific mail-enabled public folders weren’t getting incoming mail content. Lo and behold, the HT queues were full of thousands of public folder replication messages, all queued up.</p>
<p>After looking at the event logs and turning up the logging levels, my colleague noticed that they were seeing a lot of the <strong>4.3.2 STOREDRV.Deliver; recipient thread limit exceeded</strong> error message mentioned in the Microsoft Exchange team blog post <a href="http://blogs.technet.com/b/exchange/archive/2011/04/11/store-driver-fault-isolation-improvements-in-exchange-2010-sp1.aspx" target="_blank">Store Driver Fault Isolation Improvements in Exchange 2010 SP1</a>. Adding the <strong>RecipientThreadLimit</strong> key and setting it to a higher level helped temporarily, but soon the queues would begin backing up again.</p>
<p>At that point, my colleague called me for some suggestions. We talked over a bunch of things to check and troubleshooting trees to follow depending on what he found. Earlier tonight, I got an email confirming the root cause was identified. I was not surprised to find out that the cause turned out to be something relatively basic. Instead of just telling you what it was though, I want you to tell me which of the following options YOU think it is. I’ll follow up with the answer on Monday, 10/15.</p>
<p><code><div class="sp-poll" id="poll-1">
	<p class="sp-question">Which of the following options is the root cause of the public folder replication issues?</p>
	
	<form method="post" action="http://www.devinonearth.com/wp-content/plugins/cool-poll/lib/submit.php">
	
		<input type="hidden" name="poll" value="1" />
		<input type="hidden" name="backurl" value="http://www.thecabal.org/feed/" />
		
					
			<fieldset>
				<ul class="sp-list">
				
					<li class="sp-item">
						<input type="radio" name="answer" value="1" id="poll-1-1" class="sp-input-radio" />
						<label for="poll-1-1" class="sp-label">
							Transparent firewall with SMTP fixup between Exchange servers						</label>
					</li>
					
				
					<li class="sp-item">
						<input type="radio" name="answer" value="2" id="poll-1-2" class="sp-input-radio" />
						<label for="poll-1-2" class="sp-label">
							Server antivirus exclusons not properly set						</label>
					</li>
					
				
					<li class="sp-item">
						<input type="radio" name="answer" value="3" id="poll-1-3" class="sp-input-radio" />
						<label for="poll-1-3" class="sp-label">
							Network interface teaming configured for load balancing, not fault tolerance						</label>
					</li>
					
				
					<li class="sp-item">
						<input type="radio" name="answer" value="4" id="poll-1-4" class="sp-input-radio" />
						<label for="poll-1-4" class="sp-label">
							HT-to-HT SMTP routed through load balancer						</label>
					</li>
					
								</ul>
			</fieldset>
		
			<p><input type="submit" class="sp-btn" value="Vote" /></p>
			
				
	</form>
</div></code></p>
<p>The post <a href="http://www.devinonearth.com/2012/10/can-you-fix-this-pf-problem/">Can You Fix This PF Problem?</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/IYG-ziHynKk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2012/10/can-you-fix-this-pf-problem/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2012/10/can-you-fix-this-pf-problem/</feedburner:origLink></item>
		<item>
		<title>Alaric’s Summer of Awesome</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/O0iMAmRA4pU/</link>
		<comments>http://www.devinonearth.com/2012/10/alarics-summer-of-awesome/#comments</comments>
		<pubDate>Sun, 07 Oct 2012 03:58:49 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Scouting]]></category>

		<guid isPermaLink="false">http://www.devinonearth.com/?p=1231</guid>
		<description><![CDATA[<p>Some of you might get some cognitive whiplash from the following post, given my recent vocal stance on Intel&#8217;s corporate fundraising for Boy Scouts of America. If your own views on Scouting are such that you are not able to &#8230; <a href="http://www.devinonearth.com/2012/10/alarics-summer-of-awesome/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2012/10/alarics-summer-of-awesome/">Alaric&#8217;s Summer of Awesome</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Some of you might get some cognitive whiplash from the following post, given my recent vocal stance on Intel&#8217;s corporate fundraising for Boy Scouts of America. If your own views on Scouting are such that you are not able to entertain helping out or sponsoring a Scout, we understand &#8212; this post isn&#8217;t for you.</p>
<p>Many of you know that my son Alaric has been involved in Scouting for many years. Despite my own issues with the Scouting organization&#8217;s policies<strong>[1]</strong>, we&#8217;ve seen a lot of benefits from Alaric&#8217;s involvement. There are some really great boys and adults we&#8217;ve met through Scouting and my boy has learned and grown a lot. He&#8217;s currently a Star Scout and an Ordeal member of the Order of the Arrow, and has been serving as a patrol leader for a year. Alaric is well on his way to Life Scout by the end of the year and has given himself a goal of becoming an Eagle Scout by the end of summer 2013.</p>
<div id="attachment_1238" class="wp-caption aligncenter" style="width: 418px"><img class="size-full wp-image-1238" title="Alaric receiving four merit badges" src="http://i0.wp.com/www.devinonearth.com/wp-content/uploads/2012/10/alaric-4mb.png?resize=408%2C306" alt="Alaric receiving four merit badges" data-recalc-dims="1" /><p class="wp-caption-text">Alaric receiving four merit badges</p></div>
<p>Next summer, Alaric has the opportunity to have the kind of summer adventure that every Boy Scout can only dream of:</p>
<ul>
<li>It&#8217;s time for the <a href="https://summit.scouting.org/en/Jamboree2013/Pages/default.aspx" target="_blank">National Scout Jamboree</a>. This event typically takes place once every 4 years. This year is particularly cool because it will be the first jamboree held on the new Summit grounds in West Virginia&#8217;s Bechtel Reserve wilderness area, Scouting&#8217;s new permanent jamboree home and high adventure base.</li>
<li>Alaric&#8217;s troop will be heading to <a href="http://philmontscoutranch.org/" target="_blank">Philmont Scout Ranch</a> in New Mexico, Scouting&#8217;s oldest and most famous high adventure backpacking camp. It can take years for troops to get a slot to come to Philmont for a mountain adventure.</li>
</ul>
<p>Both of these events are usually once-in-a-lifetime events for most Boy Scouts. The fact that Alaric has the chance to go to both is amazing and requires an immense amount of commitment and dedication from him (and us).</p>
<p>Unfortunately, my getting laid off in July threw a huge wrench into the fund-raising portion of this adventure. The total cost to participate in both events, including airline tickets and required gear upgrades, is going to be around $5,000 for our family. If I had a steady job, this wouldn&#8217;t have been a problem &#8212; we&#8217;d have covered half and Alaric could have motored through fund raisers with his troops to get the rest covered. He&#8217;s already raised over $600 just through mowing lawns, odd jobs, and even a garage sale.</p>
<p>Even if you don&#8217;t want to donate to Scouting &#8212; are you willing to invest in my son? The typical Scouting fundraiser is through the sales of Trail&#8217;s End popcorn products. Trail&#8217;s End is an amazing outfit that makes online sales very easy, they produce fantastic popcorn, and they offer the choice for making donations to help send popcorn to active-duty military units.</p>
<p>Alaric&#8217;s popcorn pitch letter can be seen below:</p>
<blockquote><p>Dear Dad&#8217;s Reader,</p>
<p>Did you know you can help send me to the National Jamboree? Just <a href="http://www.trails-end.com/shop/scouts/email_referral.jsp?id=3440240" target="_blank">click here</a> and place an order on my behalf. There are all kinds of products to choose from, and every product has better flavor and is better for you.</p>
<p>Plus, you won&#8217;t just be helping me go to Jamboree. 70% of your purchase will benefit Scouting in my area and help more kids experience all the things that make Scouting great. It&#8217;s a situation where everyone wins.</p>
<p>Thanks for your support,</p>
<p>Alaric</p>
<p>P.S. If you cannot click on the link above, copy and paste this full URL:<br />
<a href="http://www.trails-end.com/shop/scouts/email_referral.jsp?id=3440240">http://www.trails-end.com/shop/scouts/email_referral.jsp?id=3440240</a></p></blockquote>
<p>If you would rather donate to Alaric directly, contact me using the form below.</p>
[contact-form]
<p>If you&#8217;re still with me this far, thanks for reading and for your support.</p>
<p><em><strong>[1]</strong> I have two main issues. The first is that they discriminate against gay boys, girls (several programs for older youth are co-ed), and leaders. The second is that their religious requirements discriminate against boys who are atheists or agnostic yet are willing to investigate a religion in the spirit of understanding and tolerance. Look at Girl Scouts to see how these issues can be dealt with sensibly.</em></p>
<p>The post <a href="http://www.devinonearth.com/2012/10/alarics-summer-of-awesome/">Alaric&#8217;s Summer of Awesome</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/O0iMAmRA4pU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2012/10/alarics-summer-of-awesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2012/10/alarics-summer-of-awesome/</feedburner:origLink></item>
		<item>
		<title>Forced Obsolescence</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/Z6ljS8hqHWY/</link>
		<comments>http://www.devinonearth.com/2012/09/forced-obsolescence/#comments</comments>
		<pubDate>Fri, 28 Sep 2012 05:49:17 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.devinonearth.com/?p=1228</guid>
		<description><![CDATA[<p>ZDNet&#8217;s David Meyer noted earlier today that Google is about to shut down support for exporting the legacy Microsoft Office file formats (.doc, .xls, and .ppt) from Google Apps as of October 1, 2012. The Google blog notes that Google &#8230; <a href="http://www.devinonearth.com/2012/09/forced-obsolescence/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2012/09/forced-obsolescence/">Forced Obsolescence</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>ZDNet&#8217;s David Meyer <a href="http://www.zdnet.com/google-apps-axes-export-support-for-doc-and-other-old-microsoft-office-formats-7000004884/?s_cid=e539" target="_blank">noted earlier today</a> that Google is about to shut down support for exporting the legacy Microsoft Office file formats (.doc, .xls, and .ppt) <a href="http://googleappsupdates.blogspot.ca/2012/09/scheduled-release-track-features-update_26.html" target="_blank">from Google Apps as of October 1, 2012</a>. The Google blog notes that Google Apps users will still be able to import data from those formats. However, if they want Office compatibility, they need to export to the Office 2007 formats (.docx, .xlsx, and .pptx).</p>
<p align="left">When <a href="http://www.devinonearth.com/2006/09/word-2007-open-xml-bug-or-feature/" target="_blank">Office 2007 was still in beta back in 2006</a>, Microsoft released optional patches to Office 2003 to allow it to open and save the new file formats. Over time, these patches got included in Windows Update, so if you still have Office 2003 but have been updating, you probably have this capability today. Office 2003 can&#8217;t open these newer documents with 100% fidelity, but it&#8217;s good enough to get the job done. And if you&#8217;re on earlier versions of Office for Word, Microsoft hasn&#8217;t forgotten you; <a href="http://www.microsoft.com/en-us/download/details.aspx?id=3" target="_blank">Office 2000 and Office XP (2002) users can also download the Compatibility Pack</a>.</p>
<p align="left">What boggles me are some of the comments on the ZDNet article. I can&#8217;t understand why anyone would think this was a bad idea:</p>
<ul>
<li>
<div align="left">The legacy formats are bloated and ill-defined. As a result, files saved in those format are more prone to corruption over the document lifecycle, not to mention when moving through various import/export filters. Heck, just opening them in different versions of Word can be enough to break the files.</div>
</li>
<li>
<div align="left">The legacy formats are larger &#8212; much larger &#8212; than the new formats. Between the use of standard ZIP compression (the new format documents are actually an archive file containing a whole folder/file structure inside) along with smart use of XML rather than proprietary binary data, the new formats can pack a lot more data into the same space. Included picture files, for example, can be stored in compressible formats rather than as space-hogging uncompressible bitmaps.</div>
</li>
<li>
<div align="left">The legacy formats are safer. Macro information is safely stored away from the actual data in the file, and Office (at least) can block the loading and saving of macro information from a variant of these files.</div>
</li>
</ul>
<p align="left">For many companies it would simply be cost-prohibitive to convert legacy files into the new formats…but it might not be a bad idea for critical files. Nowadays, I personally try to make sure I&#8217;m only writing new format Office files unless the people I am working with specifically ask for one of the legacy formats. I&#8217;m glad to see that Google is doing the right thing in helping make these legacy formats nothing more than a historical footnote &#8212; and I&#8217;d love to see Microsoft remove write support for them in Office 2013.</p>
<p>The post <a href="http://www.devinonearth.com/2012/09/forced-obsolescence/">Forced Obsolescence</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/Z6ljS8hqHWY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2012/09/forced-obsolescence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2012/09/forced-obsolescence/</feedburner:origLink></item>
		<item>
		<title>MEC Day 3</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/SxOcBZ2qeTU/</link>
		<comments>http://www.devinonearth.com/2012/09/mec-day-3/#comments</comments>
		<pubDate>Fri, 28 Sep 2012 05:23:47 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.devinonearth.com/?p=1226</guid>
		<description><![CDATA[<p>Unfortunately, this is the day that Murphy caught up with me, in the form of a migraine. When these hit, the only thing I can do is try to sleep it off. I ended up not hitting the conference center &#8230; <a href="http://www.devinonearth.com/2012/09/mec-day-3/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2012/09/mec-day-3/">MEC Day 3</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Unfortunately, this is the day that Murphy caught up with me, in the form of a migraine. When these hit, the only thing I can do is try to sleep it off.</p>
<p>I ended up not hitting the conference center until a bit after noon, just in time to brave lunch. What would a Microsoft conference be without the dreaded salmon meal? At that point, my stomach rebelled and my head agreed, so I wandered back to the MVP area and chatted until it was time to head upstairs to my room for my last session at 1pm.</p>
<p>Big thanks to everyone who showed up for the session. I took some of the feedback from Day 2, and combined with my increased mellowness from the migraine, I made some changes to the structure of the session and clarifications to the message I wanted the attendees to walk away with. We had what I thought was a brilliant session. Apparently, I do my best work while in pain.</p>
<p>After that, it was down to the expo floor for a quick round of good-byes, then off to catch my shuttle to Orlando International Airport. I was able to get checked in with more than enough time for a leisurely meal, then on to gate 10 where I met up with various other MEC attendees on their way back home to Seattle.</p>
<p>WHAT AN AMAZING CONFERENCE. I had SO much fun, even with missing essentially all of Day 3 and the wonderful sessions that I&#8217;d planned to sit into. My apologies for the missed Twitter stream that day.</p>
<p>We&#8217;ll have to do this again next year. I hope you&#8217;ll be there!</p>
<p>The post <a href="http://www.devinonearth.com/2012/09/mec-day-3/">MEC Day 3</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/SxOcBZ2qeTU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2012/09/mec-day-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2012/09/mec-day-3/</feedburner:origLink></item>
		<item>
		<title>And @marypcbuk Nails IT</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/7kpDFYXpzuw/</link>
		<comments>http://www.devinonearth.com/2012/09/and-marypcbuk-nails-it/#comments</comments>
		<pubDate>Wed, 26 Sep 2012 06:13:05 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[People]]></category>

		<guid isPermaLink="false">http://www.devinonearth.com/?p=1223</guid>
		<description><![CDATA[<p>Amid all the bustle of MEC, I’ve not taken a bunch of time to read my normal email, blogs, etc. However, this article from ZDNet caught my eye: Windows 8: Why IT admins don’t know best by Mary Branscombe The &#8230; <a href="http://www.devinonearth.com/2012/09/and-marypcbuk-nails-it/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2012/09/and-marypcbuk-nails-it/">And @marypcbuk Nails IT</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Amid all the bustle of MEC, I’ve not taken a bunch of time to read my normal email, blogs, etc. However, this article from ZDNet caught my eye:</p>
<p><a href="http://www.zdnet.com/windows-8-why-it-admins-dont-know-best-7000003085/" target="_blank">Windows 8: Why IT admins don’t know best</a> by Mary Branscombe</p>
<p>The gist of it is that IT departments spend a lot of time and effort trying to stop users from doing things with technology when they would often be better served enabling users. Users these days are not shy about embracing new technology, and Mary argues that users find creative ways around IT admins who are impediments:</p>
<blockquote><p>The reality is that users are pushing technology in the workplace — and out of it. The Olympics has done more to advance flexible and remote working than a decade of IT pilot projects. </p>
</blockquote>
<p>What got her going is the tale of an IT admin who found a way to disable, via Group Policy, the short tutorial that users are given on navigating Windows 8 the first time they log on.</p>
<p>I see this behavior all the time from admins and users – admins say “No” and users say “Bet me.” Users usually win this fight, too, because they are finding ways to get their work done. A good admin doesn’t say “No” – they say, “Let me help you find the best way to get that done.”</p>
<p>Mary finishes with this timely reminder:</p>
<blockquote><p>See something new in Windows 8? If your first impulse is to look for a way to turn it off, be aware that you&#8217;re training your users to work around you.</p>
</blockquote>
<p>What a refreshing dose of common sense.</p>
<p>The post <a href="http://www.devinonearth.com/2012/09/and-marypcbuk-nails-it/">And @marypcbuk Nails IT</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/7kpDFYXpzuw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2012/09/and-marypcbuk-nails-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2012/09/and-marypcbuk-nails-it/</feedburner:origLink></item>
		<item>
		<title>MEC Day 2</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/BdhtAZ2MkVE/</link>
		<comments>http://www.devinonearth.com/2012/09/mec-day-2/#comments</comments>
		<pubDate>Wed, 26 Sep 2012 06:03:21 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.devinonearth.com/?p=1221</guid>
		<description><![CDATA[<p>Today was another fun-filled and informative day at MEC: The day started off with a keynote by Microsoft Distinguished Engineer Perry Clarke, head of Exchange Software Development. Perry does a blog called Ask Perry which regularly includes a video feature, &#8230; <a href="http://www.devinonearth.com/2012/09/mec-day-2/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2012/09/mec-day-2/">MEC Day 2</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Today was another fun-filled and informative day at MEC:</p>
<ul>
<li>The day started off with a keynote by Microsoft Distinguished Engineer Perry Clarke, head of Exchange Software Development. Perry does a blog called <a href="http://blogs.technet.com/b/perryclarke/" target="_blank">Ask Perry</a> which regularly includes a video feature, <em>Geek Out With Perry</em>. The keynote was done in this format. The latter half was quite good, but the first half was a little slow and (I thought) lightweight for a deeply technical conference such as MEC. However, that could just have been a gradual wake-up for the people still recovering from last night’s attendee party of Universal’s Islands of Adventure theme park.</li>
<li>After a short break, we were off to the interactive sessions! I got caught up in a conversation and made it to my first session a few minutes late – and wasn’t able to enter, as the room was at capacity. So, I missed Jeff Mealiffe’s session on virtualizing Exchange 2013, much to my annoyance. Instead I headed down to the exhibit floor and hung out in the MVP area, talking with a bunch of folks (including one my homies from MCM R1).</li>
<li>At lunch I caught up with some old friends – one of the best reasons for coming.</li>
<li>After lunch, I squeezed (and by squeezed I am being literal; we were crammed into the room like sardines) into Bill Thompson’s session on the Exchange 2013 transport architecture. WOW. Some bold changes made, but I think they’re going to be good changes.</li>
<li>At 3:00, my time at the front of the room had come and I gave my first session of my Exchange 2010 virtualization lessons learned. Mostly full room and there were some good questions. I received some interesting feedback later, so will be wrapping that into tomorrow’s repeat presentation.</li>
<li>My last session of the day was Greg Taylor’s session on Exchange 2013 load balancing. Again, lots of good surprises and changes, and as always watching Greg in action was entertaining <em>and</em> informative. This is, after all, the man who talks about Exchange client access using elephant’s asses.</li>
<li>Afterwards, I caught up with former co-workers and enjoyed a couple of beers at MAPI Hour in the lovely central atrium of the <a href="http://www.gaylordhotels.com/gaylord-palms/index.html" target="_blank">Gaylord Palms Hotel</a>, then went out to dinner (fantastic burger at the Wrecker’s Sports Bar). Capped the night off with a sundae.</li>
</ul>
<p>Two down, one more to go. What a fantastic time I’ve been having!</p>
<p>The post <a href="http://www.devinonearth.com/2012/09/mec-day-2/">MEC Day 2</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/BdhtAZ2MkVE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2012/09/mec-day-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2012/09/mec-day-2/</feedburner:origLink></item>
		<item>
		<title>MEC Day 1</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/Yw_ue_dMo3c/</link>
		<comments>http://www.devinonearth.com/2012/09/mec-day-1/#comments</comments>
		<pubDate>Tue, 25 Sep 2012 13:32:23 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.devinonearth.com/?p=1213</guid>
		<description><![CDATA[<p>After 10 years of absence, the Microsoft Exchange Conference is back. Yes, that’s right, the last time MEC happened was in 2002. How do I know this? I’ve seen a couple of people today who still had their MEC 2002 &#8230; <a href="http://www.devinonearth.com/2012/09/mec-day-1/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2012/09/mec-day-1/">MEC Day 1</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>After 10 years of absence, the Microsoft Exchange Conference is back. Yes, that’s right, the last time MEC happened was in 2002. How do I know this? I’ve seen a couple of people today who still had their MEC 2002 badges. HOLY CRAP, DUDES. I’m a serious packrat and not even *I* keep my old conference badges.</p>
<p>I decided to live tweet my sessions. I did a good job too – my Twitter statistics are telling me that I’ve sent 258 tweets! If any of my Facebook friends are still bothering to read my automatic Twitter-to-Facebook updates..shit, sorry. Two more days to go and you know I can’t be nearly as prolific today or Wednesday because I’m presenting a session each day:</p>
<ul>
<li><em>E14.310 Three Years In: Looking Back At Virtualizing Exchange 2010</em><br />Tuesday, September 25 2012 3:00 PM &#8211; 4:15 PM in Tallahassee 1
<li><em>E14.310R1 Three Years In: Looking Back At Virtualizing Exchange 2010</em><br />Wednesday, September 26 2012 1:00 PM &#8211; 2:15 PM in Tallahassee 1 </li>
</ul>
<p>Monday was the “all Microsoft, all Exchange 2013” day with typical keynotes and breakouts. Today, we start the “un-conference” – smaller, more interactive sessions, led by members of the community like myself. Today and tomorrow will be a lot more peer-to-peer…which will be fun.</p>
<p>See you out there! Drop me a note or track me down to let me know if you read my blog or have a question you’d like me to answer!</p>
<p>The post <a href="http://www.devinonearth.com/2012/09/mec-day-1/">MEC Day 1</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/Yw_ue_dMo3c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2012/09/mec-day-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2012/09/mec-day-1/</feedburner:origLink></item>
		<item>
		<title>The BSA Funding Hornet’s Nest</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/4zh7k2xc0oA/</link>
		<comments>http://www.devinonearth.com/2012/09/the-bsa-funding-hornets-nest/#comments</comments>
		<pubDate>Fri, 21 Sep 2012 07:31:50 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Scouting]]></category>
		<category><![CDATA[Spirituality]]></category>

		<guid isPermaLink="false">http://www.devinonearth.com/?p=1207</guid>
		<description><![CDATA[<p>Earlier today I posted a Scouting-related tweet that provoked drew a strong reaction from several people. Here’s the tweet: Intel Corporation: Pull your financial support until the Boy Scouts pull their anti-gay policy http://www.change.org/petitions/intel-corporation-pull-your-financial-support-until-the-boy-scouts-pull-their-anti-gay-policy … via @change I was asked if &#8230; <a href="http://www.devinonearth.com/2012/09/the-bsa-funding-hornets-nest/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2012/09/the-bsa-funding-hornets-nest/">The BSA Funding Hornet&rsquo;s Nest</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Earlier today I posted a Scouting-related tweet that provoked drew a strong reaction from several people. <a href="https://twitter.com/devinganger/status/248924469094146048" target="_blank">Here’s the tweet:</a></p>
<blockquote><p>Intel Corporation: Pull your financial support until the Boy Scouts pull their anti-gay policy <a href="http://www.change.org/petitions/intel-corporation-pull-your-financial-support-until-the-boy-scouts-pull-their-anti-gay-policy?share_id=mAJfsixrHD&amp;utm_campaign=action_box&amp;utm_medium=twitter&amp;utm_source=share_petition&amp;utm_source=share_petition&amp;utm_medium=twitter">http://www.change.org/petitions/intel-corporation-pull-your-financial-support-until-the-boy-scouts-pull-their-anti-gay-policy</a> … via @change</p></blockquote>
<p>I was asked if I thought that it was better for Scouting to lose funds. I was asked how doing this would help the boys in Scouting. I was told that it was abusive and manipulative to use funding to try to effect change in Scouting’s policies over what is a relatively minor matter.</p>
<p>I am a former Boy Scout, my son is a Boy Scout, I have just been registered as an adult Scouter, and my daughter is looking at joining a Venture crew sometime in the next year. I think that Scouting is a fantastic youth program. So how can I support Scouts while calling for Intel to defund them?</p>
<p>I have two main reasons to support the petition to Intel.</p>
<h2><strong>Reason 1: Choices have consequences</strong></h2>
<p>The value of Scouting isn’t just the outdoor skills and learning how to handle yourself in the wilderness; it’s in the character formation that goes along with the outdoor program. Scouting teaches principles and duty. Scouting youth often drop out when they hit a certain age because of the peer pressure they’re getting by being different, by standing up for their beliefs and values. The kids who stay in Scouting learn that making a stand comes with consequences. It is precisely this kind of character formation that many former Scouts go on to say is the most valuable lesson they learn from Scouting.</p>
<p>The national Scouting organization has now said multiple times that they see having gay Scouts and Scouters as somehow being incompatible with Scouting ideals. <a href="http://americanindependent.com/217335/corporations-giving-big-money-to-boy-scouts-despite-anti-gay-policy" target="_blank">Intel and the other companies identified in this article by Andy Birkey on The American Independent</a> (linked to from the petition, BTW) have made their policies on charitable donations crystal clear. These policies are not new. These companies need to make sure their house is in order by verifying that their giving is in line with their policies (as the ones in orange have done). However, Scouting has a responsibility here too. By continuing to accept money from organizations such as Intel in violation of their stated donation guidelines, I believe that Scouting is sending the message that <em>money is more important than principles</em>. I’ve heard a lot of justification for accepting the money, but when it comes right down to it, taking donations from these companies when you don’t comply with their guidelines is hypocrisy, plain and simple. I think Scouting is better than that.</p>
<p>Whether I agree with the national organization’s stance on gay Scouts/Scouters or not, I think the unwritten message is doing more harm in the long run that the immediate defunding would do. I’m confident that should Scouting actually have the courage to turn down this money, alternate funding sources would quickly emerge in today’s polarized climate. Look at the Chik-Fil-A protests and responses if you doubt me. So no, I’m not worried that there would be long-term financial damage to Scouting.</p>
<p>It’s not like this is a theoretical situation for my family. Our local troop enjoys a high level of funding thanks to Microsoft matching contributions to the men and women who volunteer as our Scouters and committee members, many of whom are full-time Microsoft employees. I suspect that Microsoft’s policies are actually the same as Intel’s, based on <a href="http://www.microsoft.com/about/corporatecitizenship/en-us/nonprofits/whos-eligible/" target="_blank">their publicly stated policies for software donations to charities</a>. If Microsoft were to stop funding Scouting (or Scouting were to stop taking Microsoft dollars because of this policy) our troop would be directly and severely affected.</p>
<p>I personally know at least two gay Scouters, and I suspect I know more. Scouting would somehow find the money to replace the lost donations. I don’t know how they’d replace the people I’m thinking of.</p>
<p>I’ve talked this over with my son on multiple occasions. When we discussed this particular petition and the fact that I was going to publicly support it, we talked about the implications. I asked him if he had any concerns. His response: “Do it, Dad. Scouting needs a kick in the ass.” (Yes, he’s my kid.)</p>
<p>And if you think I’m somehow being abusive or manipulative for supporting the use of defunding as a tool for policy change, go back to that Birkey article:</p>
<blockquote><p>In a brief filed in the landmark case of Boy Scouts of America v. Dale, a lawyer for the LDS Church warned that the church would leave the scouts if gays were allowed to be scout leaders.</p>
<p>&#8220;If the appointment of scout leaders cannot be limited to those who live and affirm the sexual standards of BSA and its religious sponsors, the Scouting Movement as now constituted will cease to exist,&#8221; wrote Von G. Keetch on behalf of the LDS Church and several other religious organizations in 2000. &#8220;The Church of Jesus Christ of Latter-day Saints — the largest single sponsor of Scouting units in the United States — would withdraw from Scouting if it were compelled to accept openly homosexual Scout leaders.&#8221;</p></blockquote>
<p>According to the <a href="http://www.scouting.org/About/FactSheets/operating_orgs.aspx" target="_blank"><em>Chartered Organizations and the Boy Scouts of America </em>fact sheet</a>, as of December 31, 2011 there are over 100,000 chartered Scouting units, with nearly 7/10 of them chartered by religious organizations. In the tables in that fact sheet, we see data on the top 25 religious charterers, top 20 civic charterers, and the educational charterers – giving us data on 55,100 units (just over half) and 1,031,240 youth. According to this data, the LDS Church sponsors almost 35% of the Scouting units in the BSA. Yet, according to this same data, they have only 16% of the <strong>actual youth in Scouting</strong>. The youth-to-unit average for the LDS Church is a mere 11.1, which is the lowest of any organization (or group of organizations) listed in the fact sheet data.</p>
<p>Several of the organizations on that list, including the next largest religious sponsor (the United Methodist Church – 11,078 units, 371,491 youth, 33.5 youth per unit, 10% of the total units, and 14% of the total youth) would support and welcome gay Scouts and Scouters. The LDS Church gets to be vocal about it because of that 1/3 number of units – that translates into money for Scouting. This kind of ultimatum is in fact what manipulative behavior (using the threat of defunding) looks like.</p>
<h2><strong>Reason 2: People who see a problem need to be part of the solution</strong></h2>
<p>I’m continuing to get more involved with Scouting for one simple reason: I believe that if I see something I think is wrong, I need to be part of the solution. I don’t think it’s right that Scouting be in a position where it can have its cake and eat it too. However, I’m not going to throw the baby out with the bathwater; I see the incredible value the Scouting program gives to young men (and the young women who participate in the Venturer program).</p>
<p>My own religious beliefs and principles move me to be more involved precisely because I think Scouting needs more Scouts and Scouters who are open about their support for changing these policies. I know people who gave up on Scouting; I refuse to be one of them.</p>
<p>I want Scouting to change its policies, but I’m willing to keep being a part of it during those changes. I’m not trying to take my bat and ball and go home if the game doesn’t go my way. I want Scouts to continue producing young people of character for future generations.</p>
<p><em>Want to see the data I’m looking at? I got the fact sheet from the link stated above, brought the data in Excel, and added formulas for unit/youth ratios and percentages. <a href="http://sdrv.ms/Ummju0" target="_blank">I’ve put this spreadsheet online publicly via SkyDrive.</a></em></p>
<p>The post <a href="http://www.devinonearth.com/2012/09/the-bsa-funding-hornets-nest/">The BSA Funding Hornet&rsquo;s Nest</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/4zh7k2xc0oA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2012/09/the-bsa-funding-hornets-nest/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2012/09/the-bsa-funding-hornets-nest/</feedburner:origLink></item>
		<item>
		<title>TMG? Yeah, you knew me!</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/Y2R9Kx8T_f8/</link>
		<comments>http://www.devinonearth.com/2012/09/tmg-yeah-you-knew-me/#comments</comments>
		<pubDate>Wed, 12 Sep 2012 22:12:56 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.devinonearth.com/?p=1187</guid>
		<description><![CDATA[<p>Microsoft today officially announced a piece of news that came as very little surprise to anyone who has been paying attention for the last year. On May 25th of 2011, Gartner broke an unsubstantiated claim that they had been told &#8230; <a href="http://www.devinonearth.com/2012/09/tmg-yeah-you-knew-me/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2012/09/tmg-yeah-you-knew-me/">TMG? Yeah, you knew me!</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Microsoft today officially announced a piece of news that came as very little surprise to anyone who has been paying attention for the last year. On May 25th of 2011, Gartner broke an unsubstantiated claim that they had been told by Microsoft that there would be no future release of Forefront Threat Management Gateway (TMG).</p>
<p><a href="http://blogs.technet.com/b/server-cloud/archive/2012/09/12/important-changes-to-forefront-product-roadmaps.aspx" target="_blank">Microsoft finally confirmed that information.</a> Although the TMG product will receive mainstream support until April 14, 2015 (a little bit more than 2.5 years from time of writing), it will no longer be available for sale come December 1, 2012.</p>
<p>Why do Exchange people care? Because TMG was the simple, no-brainer solution for environments that needed a reverse proxy in a DMZ network. Many organizations can&#8217;t allow incoming connections from the Internet to cross into an interior network. TMG provided protocol-level inspection and NAT out of the box, and could be easily configured for service-aware CAS load balancing and pre-authentication. As I said, no-brainer.</p>
<p>TMG had its limitations, though. No IPv6 support, poor NAT support, and an impressively stupid inability to proxy all non-HTTP protocols in a one-armed configuration. The &#8220;clustered&#8221; enterprise configuration was sometimes a pain-in-the ass to troubleshoot and work with when the central configuration database broke (and it seemed more fragile than it should be).</p>
<p>The big surprise for me is that TMG shares the chopping block with the on-server Forefront protection products for Exchange, SharePoint, and Lync/OCS. I personally have had more trouble than I care for with the Exchange product &#8212; it (as you might expect) eats up CPU like nobody&#8217;s business, which made care and feeding of Exchange servers harder than it needed to be. Still, to only offer online service &#8212; that&#8217;s a telling move.</p>
<p>The post <a href="http://www.devinonearth.com/2012/09/tmg-yeah-you-knew-me/">TMG? Yeah, you knew me!</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/Y2R9Kx8T_f8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2012/09/tmg-yeah-you-knew-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2012/09/tmg-yeah-you-knew-me/</feedburner:origLink></item>
		<item>
		<title>Duke of URL</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/FIK3sxxNi38/</link>
		<comments>http://www.devinonearth.com/2012/09/duke-of-url/#comments</comments>
		<pubDate>Mon, 10 Sep 2012 03:53:52 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.devinonearth.com/?p=1182</guid>
		<description><![CDATA[<p>Just a quick note to let you know about a change or two I’ve made around the site. Changed the primary URL of the site from www.thecabal.org to www.devinonearth.com. This is actually something I’ve been wanting to do for a &#8230; <a href="http://www.devinonearth.com/2012/09/duke-of-url/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2012/09/duke-of-url/">Duke of URL</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Just a quick note to let you know about a change or two I’ve made around the site.</p>
<ul>
<li>Changed the primary URL of the site from <a href="http://www.thecabal.org">www.thecabal.org</a> to <a href="http://www.devinonearth.com">www.devinonearth.com</a>. This is actually something I’ve been wanting to do for a long time, to reflect the site’s really awesome branding. Devin on Earth has long been its own entity that has no real connection to my original web site.</li>
<li>Added a secondary URL of <a href="http://www.devinganger.com">www.devinganger.com</a> to the site. This is a nod toward the future as I get fiction projects finished and published – author domains are a good thing to have, and I’m lucky mine is unique. Both <a href="http://www.devinganger.com">www.devinganger.com</a> and <a href="http://www.thecabal.org">www.thecabal.org</a> will keep working, so no links will ever go stale.</li>
</ul>
<p>As a final aside, this is the 600th post on the site. W00t!</p>
<p>The post <a href="http://www.devinonearth.com/2012/09/duke-of-url/">Duke of URL</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/FIK3sxxNi38" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2012/09/duke-of-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2012/09/duke-of-url/</feedburner:origLink></item>
		<item>
		<title>My Five Favorite Features of Exchange Server 2013 Preview</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/9egeFFbqh74/</link>
		<comments>http://www.devinonearth.com/2012/09/my-five-favorite-features-of-exchange-server-2013-preview/#comments</comments>
		<pubDate>Mon, 10 Sep 2012 03:08:48 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.thecabal.org/?p=1180</guid>
		<description><![CDATA[<p>Exchange Server 2013 Preview was released a few weeks ago to give us a first look at what the future holds in store for Exchange. I got a couple of weeks to dig into it in depth and so here’s &#8230; <a href="http://www.devinonearth.com/2012/09/my-five-favorite-features-of-exchange-server-2013-preview/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2012/09/my-five-favorite-features-of-exchange-server-2013-preview/">My Five Favorite Features of Exchange Server 2013 Preview</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Exchange Server 2013 Preview was released a few weeks ago to give us a first look at what the future holds in store for Exchange. I got a couple of weeks to dig into it in depth and so here’s my quick impression of the five changes I like the most about Exchange 2013.</p>
<ol>
<li><strong>Client rendering is moved from the Client Access role to the Mailbox role. </strong><a href="http://technet.microsoft.com/en-us/library/jj150540(v=exchg.150)#BKMK_Arch" target="_blank"><em>(TechNet)</em></a> Yes, this means some interesting architectural changes to SMTP, HTTP, and RPC, but I think it will help spread load out to where it should be – the server that host active users’ mailboxes.</li>
<li><strong>The Client Access role is now a stateless proxy.</strong> <a href="http://technet.microsoft.com/en-us/library/jj150540(v=exchg.150)#BKMK_Arch" target="_blank"><em>(TechNet)</em></a> This means we no longer need an expensive L7 load balancer with all sorts of fancy complicated session cookies in our HTTP/HTTPS sessions. It means a simple L4 load balancer is enough to scale the load for thousands of users based solely on source IP and port. No SSL offload required!</li>
<li><strong>The routing logic now recognizes DAG boundaries</strong>. <em><a href="http://technet.microsoft.com/en-us/library/aa998825(v=exchg.150)" target="_blank">(TechNet)</a></em> This is pretty boss – members of a DAG that are spread across multiple sites will still act as if they were local when routing messages to each other. It’s almost like the concept of routing groups has come back in a very limited way.</li>
<li><strong>No more MAPI-RPC over TCP.</strong> <em><a href="http://technet.microsoft.com/en-us/library/jj150540(v=exchg.150)#BKMK_Arch" target="_blank">(TechNet)</a></em> Seriously. Outlook Anywhere (aka RPC over HTTPS) is where it’s at. As a result, Autodiscover for clients is mandatory, not just a really damn good idea. Firewall discussions just got MUCH easier. Believe it or not, this simplifies namespace and certificate planning…</li>
<li><strong>Public folders are now mailbox content.</strong> <em><a href="http://technet.microsoft.com/en-us/library/jj150538(v=exchg.150)" target="_blank">(TechNet)</a></em> Instead of having a completely separate back-end mechanism for public folders, they’re now put in special mailboxes. Yes, this means they are no longer multi-master…but honestly, that causes more angst than it solves in most environments. And now SharePoint and other third-party apps can get to public folder content more easily…</li>
</ol>
<p>There are a few things I’m not as wild about, but this is a preview and there’s no point kvetching about a moving target. We’ll see how things shake down.</p>
<p>I’m looking forward to getting a deeper dive at <a href="http://www.mecisback.com/" target="_blank">MEC</a> in a couple of weeks, where I’ll be presenting a session on lessons learned in virtualizing Exchange 2010. Are you planning on attending?</p>
<p>Have you had a chance to play with Exchange 2013 yet, or at least <a href="http://technet.microsoft.com/en-us/library/bb124558(v=exchg.150)" target="_blank">read the preview documentation</a>? What features are your favorite? What changes have you wondering about the implications? Send me an email or comment and I’ll see if I can’t answer you in a future blog post!</p>
<p>The post <a href="http://www.devinonearth.com/2012/09/my-five-favorite-features-of-exchange-server-2013-preview/">My Five Favorite Features of Exchange Server 2013 Preview</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/9egeFFbqh74" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2012/09/my-five-favorite-features-of-exchange-server-2013-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2012/09/my-five-favorite-features-of-exchange-server-2013-preview/</feedburner:origLink></item>
		<item>
		<title>Can’t make a bootable USB stick for Windows 8? Join the club!</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/01u_DiWD6sY/</link>
		<comments>http://www.devinonearth.com/2012/08/cant-make-a-bootable-usb-stick-for-windows-8-join-the-club/#comments</comments>
		<pubDate>Thu, 16 Aug 2012 22:03:06 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.thecabal.org/?p=1177</guid>
		<description><![CDATA[<p>I was trying to make a bootable USB stick for Windows 8 this morning, using the Windows 7 USB/DVD Download Tool from Microsoft and the process outlined in this Redmond Pie article (the same basic steps can be found in &#8230; <a href="http://www.devinonearth.com/2012/08/cant-make-a-bootable-usb-stick-for-windows-8-join-the-club/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2012/08/cant-make-a-bootable-usb-stick-for-windows-8-join-the-club/">Can&#8217;t make a bootable USB stick for Windows 8? Join the club!</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I was trying to make a bootable USB stick for Windows 8 this morning, using the <a href="http://www.microsoftstore.com/store/msstore/html/pbPage.Help_Win7_usbdvd_dwnTool" target="_blank">Windows 7 USB/DVD Download Tool</a> from Microsoft and <a href="http://www.redmondpie.com/how-to-make-windows-8-bootable-usb-flash-drive-the-easy-way/" target="_blank">the process outlined in this Redmond Pie article</a> (the same basic steps can be found in a number of places). Even though the tool originated for Windows 7 and the steps I linked to are for the Windows 8 Consumer Preview, it all still works fine with Windows 8 RTM.</p>
<p>The steps are pretty simple:</p>
<ol>
<li>Download and install the tool.</li>
<li>Download the ISO image of the version of Windows you want to install (Windows 7 and 8 for sure, I believe it works with Windows Server 2008 R2 and Windows Server 2012 RC as well).</li>
<li>Plug in a USB stick (8GB or larger recommended) that is either blank or has no data on it you want to keep (it will be reformatted as part of the process).</li>
<li>Run the tool and pick the ISO image.</li>
<li>Select the USB drive (note that this tool can also burn the ISO to DVD).</li>
<li>Wait for the tool to reformat the USB stick, copy the ISO contents to the stick, and make it bootable.</li>
</ol>
<p>Everything was going fine for me until I got to step 6. The tool would format the USB stick, and then it would immediately fail before beginning the file copy:</p>
<p><a href="http://i0.wp.com/www.thecabal.org/wp-content/uploads/2012/08/DownloadToolError.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="DownloadToolError" border="0" alt="DownloadToolError" src="http://i1.wp.com/www.thecabal.org/wp-content/uploads/2012/08/DownloadToolError_thumb.png?resize=572%2C304" data-recalc-dims="1" /></a></p>
<p align="center"><strong>Redmond, we have a problem…</strong></p>
<p>At first I was wondering if it was related to UAC (it wasn&#8217;t) or a bad ISO image (it wasn&#8217;t). So I plugged the appropriate search terms into Bing and away we went, where I finally found <a href="http://social.technet.microsoft.com/Forums/en/w7itproinstall/thread/1764dc36-fae1-44e5-b337-72864ad6392f" target="_blank">this thread on the TechNet forums</a>, which led me to this comment in the thread (wasn&#8217;t even marked as the solution, although it sure should have been):</p>
<blockquote><p><em>We ran across this same &quot;Error during backup., Usb; Unable to set active partition. Return code 87&quot; with DataStick Pro 16 GB USB sticks. The Windows 7 DVD/USB Download Tool would format and then fail as soon as the copy started.</em></p>
<p><em>We ended up finding that the USB stick has a partition that starts at position 0 according to DiskPart. We used DiskPart to select the disk that was the USB, then ran Clean, then created the partition again. This time it was at position 1024. The USB stick was removed then reinserted and Windows prompted to format the USB stick, answer Yes.</em></p>
<p><em>The Windows 7 DVD/USB Download Tool was now able to copy files.</em></p>
</blockquote>
<p>So, here&#8217;s the process I followed:</p>
<p><a href="http://i1.wp.com/www.thecabal.org/wp-content/uploads/2012/08/DiskPartUSBFix.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="DiskPartUSBFix" border="0" alt="DiskPartUSBFix" src="http://i1.wp.com/www.thecabal.org/wp-content/uploads/2012/08/DiskPartUSBFix_thumb.png?resize=640%2C631" data-recalc-dims="1" /></a></p>
<p align="center"><strong>Follow my simple step-by-step instructions. I make hacking FUN!</strong></p>
<p>To do it yourself, launch a command window (either legacy CMD or PowerShell, doesn&#8217;t matter) with Administrator privileges and type <strong>diskpart</strong> to fire up the tool:</p>
<ol>
<li><strong>LIST DISK</strong> gives a listing of all the drives attached to the system. At this point, no disk is selected.</li>
<li>I have a lot of disks here, in part because my system includes an always-active 5-in-1 card reader (disks 1 through 5 that say <em>no media</em>). I also have an external USB hard drive (230GB? How cute!) at disk 6. Disk 7, however &#8212; that&#8217;s the USB stick. <em>Note that the &quot;free&quot; column is *not* showing free space on the drive in terms of file system &#8212; it&#8217;s showing free space that isn&#8217;t allocated to a partition/volume.</em></li>
<li><strong>Diskpart</strong>, like a lot of Microsoft command-line tools, often requires you to select a specific item for focus, at which point other commands that you run will then run against the currently focused object. Use <strong>SELECT DISK</strong> to set the focus on your USB stick.</li>
<li>Now that the USB stick has focus, the <strong>LIST PART</strong> command will run against the selected disk and show us the partitions on that disk.</li>
<li>Uh-oh. This is a problem. With a zero-byte offset on that partition (USB sticks typically only have a single partition) that means there&#8217;s not enough room for that partition to be marked bootable and for the boot loader to be put on the disk. The volume starts at the first available byte. Windows needs a little bit of room &#8212; typically only one megabyte &#8212; for the initial boot loader code (which then jumps into the boot code in the bootable disk partition).</li>
<li>So, let&#8217;s use <strong>CLEAN</strong> to nuke the partitions and restore this USB stick to a fully blank state.</li>
<li>Use <strong>LIST PART</strong> again (still focused on the disk object) confirms that we&#8217;ve removed the offending partition. You can create a new partition in <strong>diskpart</strong> but I happened to have the Disk Manager MMC console open already as part of my troubleshooting, so that&#8217;s what I used to create the new partition.</li>
<li>Another <strong>LIST PART</strong> to confirm that everything is the way it should be…</li>
<li>Yup! Notice we have that 1 MB offset in place now. There&#8217;s now enough room at the start of the USB stick for the boot loader code to be placed.</li>
<li>Use <strong>EXIT</strong> to close up <strong>diskpart</strong>.</li>
</ol>
<p>This time, when I followed the steps with the Download Tool, the bootable USB stick was created without further ado. Off to install Windows 8!</p>
<p>The post <a href="http://www.devinonearth.com/2012/08/cant-make-a-bootable-usb-stick-for-windows-8-join-the-club/">Can&#8217;t make a bootable USB stick for Windows 8? Join the club!</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/01u_DiWD6sY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2012/08/cant-make-a-bootable-usb-stick-for-windows-8-join-the-club/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2012/08/cant-make-a-bootable-usb-stick-for-windows-8-join-the-club/</feedburner:origLink></item>
		<item>
		<title>Back on the market</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/dBtepPfROMY/</link>
		<comments>http://www.devinonearth.com/2012/07/back-on-the-market/#comments</comments>
		<pubDate>Wed, 18 Jul 2012 19:23:23 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.thecabal.org/?p=1171</guid>
		<description><![CDATA[<p>I sent out a brief tweet about this Friday and have received a number of queries, so I figured I should expand on this publicly. No, I am no longer with Trace3. No, this was not my decision &#8212; I &#8230; <a href="http://www.devinonearth.com/2012/07/back-on-the-market/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2012/07/back-on-the-market/">Back on the market</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I sent out a brief tweet about this Friday and have received a number of queries, so I figured I should expand on this publicly.</p>
<p>No, I am no longer with Trace3. No, this was not my decision &#8212; I was happy with my position and work and was excited about what was happening there. At the same time, this was not a complete shock. I&#8217;m not at liberty to go into it (and even if I were, I don&#8217;t think I would anyway) but all living organisms (including vibrant corporations) change, and while many of those changes are good for the organism as a whole, they aren&#8217;t always so great for individual cells. </p>
<p>I have no hard feelings. I had a fantastic time at Trace3 and have learned a lot. I wish everyone there all the success in the world and am reasonably confident they&#8217;ll grab it. At the same time, there were some aspects of my fit at Trace3 that could have been improved on. Always being remote with no local co-workers, for one &#8212; that was a definite downer.</p>
<p>I&#8217;m feeling confident in my ability to find my next job. I have some exciting opportunities under way. In the meantime, though, if you have a lead or opportunity, let me know &#8212; and yes, that does include the potential for 1099 independent consulting work.</p>
<p>The post <a href="http://www.devinonearth.com/2012/07/back-on-the-market/">Back on the market</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/dBtepPfROMY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2012/07/back-on-the-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2012/07/back-on-the-market/</feedburner:origLink></item>
		<item>
		<title>Beating Verisign certificate woes in Exchange</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/eBdI8m5d5G8/</link>
		<comments>http://www.devinonearth.com/2012/06/beating-verisign-certificate-woes-in-exchange/#comments</comments>
		<pubDate>Tue, 12 Jun 2012 12:00:44 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.thecabal.org/?p=1165</guid>
		<description><![CDATA[<p>I’ve seen this problem in several customers over the last two years, and now I’m seeing signs of it in other places. I want to document what I found so that you can avoid the pain we had to go &#8230; <a href="http://www.devinonearth.com/2012/06/beating-verisign-certificate-woes-in-exchange/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2012/06/beating-verisign-certificate-woes-in-exchange/">Beating Verisign certificate woes in Exchange</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I’ve seen this problem in several customers over the last two years, and now I’m seeing signs of it in other places. I want to document what I found so that you can avoid the pain we had to go through.</p>
<h3>The Problem: Verisign certificates cause Exchange publishing problems</h3>
<p>So here’s the scenario: you’re deploying Exchange 2010 (or some other version, this is not a version-dependent issue with Exchange) and you’re using a Verisign certificate to publish your client access servers. You may be using a load balancer with SSL offload or pass-through, a reverse proxy like TMG 2010, some combination of the above, or you may even be publishing your CAS roles directly. However you publish Exchange, though, you’re running into a multitude of problems:</p>
<ul>
<li>You can’t completely pass ExRCA’s validation checks. You get an error something like:&nbsp; <em>The certificate is not trusted on any version of Windows Phone device. Root = CN=VeriSign Class 3 Public Primary Certification Authority &#8211; G5, OU=&#8221;(c) 2006 VeriSign, Inc. &#8211; For authorized use only&#8221;, OU=VeriSign Trust Network, O=&#8221;VeriSign, Inc.&#8221;, C=US</em></li>
<li>You have random certificate validation errors across a multitude of clients, typically mobile clients such as smartphones and tablets. However, some desktop clients and browsers may show issues as well.</li>
<li>When you view the validation chain for your site certificate on multiple devices, they are not consistent.</li>
</ul>
<p>These can be very hard problems to diagnose and fix; the first time I ran across it, I had to get additional high-level Trace3 engineers on the call along with the customer and a Microsoft support representative to help figure out what the problem was and how to fix it.</p>
<h3>The Diagnosis: Cross-chained certificates with an invalid root</h3>
<p>So what’s causing this difficult problem? It’s your basic case of a cross-chained certificate with an invalid root certificate. “Oh, sure,” I hear you saying now. “That clears it right up then.” The cause sounds esoteric, but it’s actually not hard to understand when you remember how certificates work: through a chain of validation. Your Exchange server certificate is just one link in an entire chain. Each link is represented by an X.509v3 digital certificate that is the footprint of the underlying server it represents.</p>
<p>At the base of this chain (aka the root) is the root certificate authority (CA) server. This digital certificate is unique from others because it’s self-signed – no other CA server has signed this server’s certificate. Now, you can use a root CA server to issue certificates to customers, but that’s actually a bad idea to do for a lot of reasons. So instead, you have one or more intermediate CA servers added into the chain, and if you have multiple layers, then the outermost layer are the CA servers that process customer requests. So a typical commercially generated certificate has a validation chain of 3-4 layers: the root CA, one or two intermediate CAs, and your server certificate.</p>
<p>Remember how I said there were reasons to not use root CAs to generate customer certificates? You can probably read up on the security rationales behind this design, but some of the practical reasons include:</p>
<ul>
<li>The ability to offer different classes of service, signed by separate root servers. Instead of having to maintain separate farms of intermediate servers, you can have one pool of intermediate servers that issue certificates for different tiers of service.</li>
<li>The ability to retire root and intermediate CA servers without invalidating all of the certificates issued through that root chain, if the intermediate CA servers cross-chain from multiple roots. That is, the first layer intermediate CA servers’ certificates are signed by multiple root CA servers, and the second layer intermediate CA servers’ certificates are signed by multiple intermediate CA servers from the first layer.</li>
</ul>
<p>So, cross-chaining is a valid practice that helps provide redundancy for certificate authorities and helps protect your investment in certificates. Imagine what a pain it would be if one of your intermediate CAs got revoked and nuked all of your certificates. I’m not terribly fond of having to redeploy certificates for my whole infrastructure without warning.</p>
<p>However, sometimes cross-chained certificates can cause problems, especially when they interact with another feature of the X.509v3 specification: the Authority Information Access (AIA) certificate extension. Imagine a situation where a client (such as a web browser trying to connect to OWA), presented with an X.509v3 certificate for an Exchange server, cannot validate the certificate chain because it doesn’t have the upstream intermediate CA certificate.</p>
<p>If the Exchange server certificate has the AIA extension, the client has the information it needs to try to retrieve the missing intermediate CA certificate – either retrieving it from the HTTPS server, or by contacting a URI from the CA to download it directly. This only works for intermediate CA certificates; you can’t retrieve the root CA certificate this way. So, if you are missing the entire certificate chain, AIA won’t allow you to validate it, but as long as you have the signing root CA certificate, you can fill in any missing intermediate CA certificates this way.</p>
<p>Here’s the catch: some client devices can only request missing certificates from the HTTPS server. This doesn’t sound so bad…but what happens if the server’s certificate is cross-chained, and the certificate chain on the server goes to a root certificate that the device doesn’t have…even if it does have another valid root to another possible chain? What happens is certificate validation failure, on a certificate that tested as validated when you installed it on the Exchange server.</p>
<p><em>I want to note here that I’ve only personally seen this problem with Verisign certificates, but it’s a potential problem for any certificate authority.</em></p>
<h3>The Fix: Disable the invalid root</h3>
<p>We know the problem and we know why it happens. Now it’s time to fix it by disabling the invalid root.</p>
<p>Step #1 is find the root. Fire up the Certificates MMC snap-in, find your Exchange server certificate, and view the certificate chain properties. This is what the incorrect chain has looked like on the servers I’ve seen it on:</p>
<p><a href="http://i1.wp.com/www.thecabal.org/wp-content/uploads/2012/06/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://i2.wp.com/www.thecabal.org/wp-content/uploads/2012/06/image_thumb.png?resize=422%2C155"  data-recalc-dims="1"></a></p>
<p align="center"><strong>The invalid root CA server circled in red</strong></p>
<p>That’s a not very helpful friendly name on that certificate, so let’s take a look at the detailed properties:</p>
<p><a href="http://i2.wp.com/www.thecabal.org/wp-content/uploads/2012/06/image1.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://i0.wp.com/www.thecabal.org/wp-content/uploads/2012/06/image_thumb1.png?resize=366%2C347"  data-recalc-dims="1"></a></p>
<p align="center"><strong>Meet “VeriSign Class 3 Public Primary Certification Authority – G5”</strong></p>
<p>Step #2 is also performed in the Certificates MMC snap-in. Navigate to the Third-Party Root Certification Authorities node and find your certificate. Match the attributes above to the certificate below:</p>
<p><a href="http://i0.wp.com/www.thecabal.org/wp-content/uploads/2012/06/image2.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://i1.wp.com/www.thecabal.org/wp-content/uploads/2012/06/image_thumb2.png?resize=640%2C408"  data-recalc-dims="1"></a></p>
<p align="center"><strong>Root CA certificate hide and seek</strong></p>
<p>Right-click the certificate and select Properties (don’t just open the certificate) to get the following dialog, where you will want to select the option to disable the certificate for all purposes:</p>
<p><a href="http://i0.wp.com/www.thecabal.org/wp-content/uploads/2012/06/image3.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://i1.wp.com/www.thecabal.org/wp-content/uploads/2012/06/image_thumb3.png?resize=424%2C523"  data-recalc-dims="1"></a></p>
<p align="center"><strong>C’mon…you know you want to</strong></p>
<p>Go back to the server certificate and view the validation chain again. This time, you should see the sweet, sweet sign of victory (if not, close down the MMC and open it up again):</p>
<p><a href="http://i1.wp.com/www.thecabal.org/wp-content/uploads/2012/06/image4.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://i0.wp.com/www.thecabal.org/wp-content/uploads/2012/06/image_thumb4.png?resize=422%2C166"  data-recalc-dims="1"></a></p>
<p align="center"><strong>Working on the chain gang</strong></p>
<p>It’s a relatively easy process…so where do you need to do it? Great question!</p>
<p>The process I outlined obviously is for Windows servers, so you would think that you can fix this just on the the Exchange CAS roles in your Internet-facing sites. However, you may have additional work to do depending on how you’re publishing Exchange:</p>
<ul>
<li>If you’re using a hardware load balancer with the SSL certificate loaded, you may not have the ability to disable the invalid root CA certificate on the load balancer. You may simply need to remove the invalid chain, re-export the correct chain from your Exchange server, and reinstall the valid root and intermediate CA certificates.</li>
<li>If you’re publishing through ISA/TMG, perform the same process on the ISA/TMG servers. You may also want to re-export the correct chain from your Exchange server onto your reverse proxy servers to ensure they have all the intermediate CA certificates loaded locally.</li>
</ul>
<p>The general rule is that the outermost server device needs to have the valid, complete certificate chain loaded locally to ensure AIA does its job for the various client devices.</p>
<p>Let me know if this helps you out.</p>
<p>The post <a href="http://www.devinonearth.com/2012/06/beating-verisign-certificate-woes-in-exchange/">Beating Verisign certificate woes in Exchange</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/eBdI8m5d5G8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2012/06/beating-verisign-certificate-woes-in-exchange/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2012/06/beating-verisign-certificate-woes-in-exchange/</feedburner:origLink></item>
		<item>
		<title>Autism Is Not The New Cool</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/fx6pFOHbGUU/</link>
		<comments>http://www.devinonearth.com/2012/03/autism-is-not-the-new-cool/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 08:35:48 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Autism Spectrum]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.thecabal.org/?p=1148</guid>
		<description><![CDATA[<p>Pardon, y&#8217;all. It&#8217;s been a while since I&#8217;ve been here &#60;peers at the dust&#62;. I&#8217;ve had the best of intentions, but sadly, my bogging client of choice (Windows Live Writer) doesn&#8217;t auto-translate those into actual written blog posts yet. Maybe &#8230; <a href="http://www.devinonearth.com/2012/03/autism-is-not-the-new-cool/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://www.devinonearth.com/2012/03/autism-is-not-the-new-cool/">Autism Is Not The New Cool</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Pardon, y&#8217;all. It&#8217;s been a while since I&#8217;ve been here &lt;peers at the dust&gt;. I&#8217;ve had the best of intentions, but sadly, my bogging client of choice (Windows Live Writer) doesn&#8217;t auto-translate those into actual written blog posts yet. Maybe in the next version. &lt;sigh&gt;</p>
<p>I can hear some of you (both of you still reading, thank you loyal fans) asking what finally brought me back, and I have to say it&#8217;s a rant. A rant about autism (and Asperger&#8217;s, and the rest of the spectrum), how it is perceived, and how trendy equals insensitive. You have been warned.</p>
<h3>Hip To Be Square</h3>
<p>After karate class tonight on the drive home, Steph was reading through Facebook (something I do but occasionally these days, having overdosed myself on social media some time ago) and came across the following comment on a mutual friend&#8217;s post:</p>
<p align="center"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://i0.wp.com/www.thecabal.org/wp-content/uploads/2012/03/image.png?resize=314%2C38" data-recalc-dims="1" /></p>
<p align="center"><strong>Yes, that really does say that stupid thing</strong></p>
<p>For some reason, this really punched my buttons. I don&#8217;t know much about the person who posted it. I don&#8217;t know if they&#8217;re a fellow spectrum traveller or not. I don&#8217;t know how many close friends or family members they have who have autism. To a certain extent, it really doesn&#8217;t matter, because this comment is a textbook illustration of a fallacy that I&#8217;m seeing more and more:</p>
<p><em>If geeks are cool, and a lot of geeks are autistic, they must be cool because they are autistic.</em></p>
<p>This is a fallacy because it is the living embodiment of failure to grasp proper logic and set theory. This growing &quot;Autism Is The New Cool&quot; meme (AITNC for those of us who adore our acronyms), for lack of a better word, is reaching stupid proportions.</p>
<h3>Venn We Dance</h3>
<p>Now listen up, because if you&#8217;d paid attention in Algebra the first time, I wouldn&#8217;t have to be telling you this shit now.</p>
<p>What we are talking about here are properties that people have: the property of being cool, the property of being a geek, and the property of being on the autism spectrum. These are not variables that we can just slam together in a transitive<em>[1]</em> orgy of equation signs, as much as someone might like to be able to write on a whiteboard that A=B=C. </p>
<p align="center"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://i2.wp.com/www.thecabal.org/wp-content/uploads/2012/03/image1.png?resize=504%2C109" data-recalc-dims="1" /></p>
<p align="center"><strong>You get to stay after class and wipe down the whiteboard</strong></p>
<p>Instead, we need to head over to set theory, which is where we look at groupings (or &quot;sets&quot;) of objects, where said sets are organized by a shared trait. Such as being a geek, or being cool, or being on the autism spectrum. We represent these sets by drawing circles. Then we can make useful and interesting (and sometimes even more occasionally related to real life) observations by seeing where these sets overlap and what that tells us. This is a Venn diagram, and it helps us immediately destroy AITNC, because it reminds us that people (the members of the sets) are not single-value variables like A and B and C and the rest of their letter trash, but complex people who are not in any way entirely equal. This is my AITNC mega-buster Venn diagram, whipped up on this evening when I had lots of better stuff to do, just for your edification:</p>
<p align="center"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://i1.wp.com/www.thecabal.org/wp-content/uploads/2012/03/image2.png?resize=463%2C487" data-recalc-dims="1" /></p>
<p align="center"><strong>Filling in the missing names is left as an exercise for the reader<em>[2]</em></strong></p>
<p>Note that there are plenty of places where there is no overlap. Note that there are four separate regions where there are overlap. I can think of people who are examples of each of those areas, but I&#8217;m not enough of a dick to tell you who they are.</p>
<h3>The Big Boy/Girl Panties Are Right Over There</h3>
<p>I have, I shit you not, had parents ask me how to get their kid diagnosed with Asperger&#8217;s so they can &quot;give him an extra educational advantage&quot; (or some such nonsense). Yeah, I know. Fucked up, right?</p>
<p>I&#8217;m no child psychology professional, but I know spoiled, overly sugared kids when I see them. You want your kid to get an extra educational advantage? Don&#8217;t let the little bastards play video games and watch TV when they get home from school. Make them do homework and chores. Stop buying them everything they want and make them earn a meager amount of money and prioritize they things they really want from passing whims. Spend time with them and find out what they&#8217;re learning. Teach them about things you&#8217;re doing, which means you might want to put down the remote and pick up some more books or spend time outdoors or in your shop. Take the time to buy and prepare healthy food instead of boxed-up pre-digested pap. Teach them how to cook and clean, while you&#8217;re at it. Get involved with what they&#8217;re doing at school and be ruthlessly nosy about their grades and progress. Limit their after-school activities so they have time to study. Make and enforce a reasonable bedtime. In short, be a fucking parent. Stick with that for a year, and I guarantee your kids will have an educational advantage that you can&#8217;t believe.</p>
<p align="center"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="NoYouCannotHaveAPony" border="0" alt="NoYouCannotHaveAPony" src="http://i0.wp.com/www.thecabal.org/wp-content/uploads/2012/03/NoYouCannotHaveAPony.jpg?resize=517%2C344" data-recalc-dims="1" /></p>
<p align="center"><strong>Unless you want it in kebabs for dinner</strong></p>
<p>Once you&#8217;ve done that for a few years and your kids have adjusted to having the meanest parents on the block like mine have, <em>then</em> you can worry about whether your precious little shit belongs on the autism spectrum, or has ADHD, or whatever other crutch diagnosis you think you need to compensate for being a mere gamete donor instead of a real parent.</p>
<h3>People Are Strange (When You&#8217;re A Stranger)</h3>
<p>I&#8217;m not going to sing a litany of woes about how tough it is being Asperger&#8217;s. I have fought most of my adult life to keep this thing from defining who I am. <strong>Devin != autism</strong>, not by a long shot. It&#8217;s one of a large number of properties about me, and it&#8217;s a mere footnote at that. I refuse to self-identify as an &quot;Aspie&quot; because I see that many of them (not all, but a significant fraction of them) use it as a <em><strong>Get Out Of Life Free</strong></em> card. &quot;Oh, boohoo, I can&#8217;t make friends. Boohoo, I can&#8217;t have a relationship. Boohoo, my boss doesn&#8217;t understand me.&quot; I&#8217;ll grant it makes things difficult at times, but you know what? I look at so-called &quot;neurotypical&quot; people and they seem to have rough patches too. Life isn&#8217;t perfect for anyone. I don&#8217;t know how much harder my life is because of Asperger&#8217;s, and you don&#8217;t either. Anyone who claims to know is full of shit. At best, they&#8217;re making wild-ass guesses.</p>
<p>I choose not to play &quot;what-if&quot; games, because there is <em>always</em> something you think of after the fact. This wiring malfunction in my brain does not define or control me unless I choose to let it. The only reason its effects dominated my life through my early adulthood is that I didn&#8217;t know. Once I knew…well, I went all G. I. Joe<em>[3]</em> on its ass.</p>
<p>You know what really sucks? That my wife and kids have to be hyper-vigilant about what food they eat because their bodies are attacking their own auto-immune systems. I can tell you exactly how much of a crimp that&#8217;s put into their enjoyment of life. One thoughtless dweeb in a restaurant kitchen who doesn&#8217;t properly wash bread crumbs off a counter, or clean off that dollop of butter on the knife, can make them miserable for a week. <em>That&#8217;s</em> a pretty raw deal, friends. Asperger&#8217;s has nothing on that. Try traveling or going out to a restaurant with friends. The number of things you can eat with one of the <a href="http://www.mayoclinic.com/health/food-allergies/AA00057" target="_blank">8 major food allergies</a> quickly limits your options. Enjoy two of them (like my family) and you can start counting your dining options on one hand.</p>
<p>So if you&#8217;re one of those assholes who thinks autism is cool or glamorous, get a life. Seriously. Be thankful for what you have. And recognize that people are cool not because of their afflictions but because they are cool people.</p>
<p>&#160;</p>
<p><em><strong>[1]</strong> You&#8217;ll probably have forgotten in five minutes, but transitive means if one thing is equal to a second thing, and a third thing is also equal to the second thing, then the first and third things are equal too. This only usually works in math and quantum mechanics, because how often are two things actually equal in the real world?</em></p>
<p><em><strong>[2]</strong> Extra credit if you noticed that I really did match the color coding between the two diagrams.Without thinking.</em></p>
<p><em><strong>[3]</strong> &quot;Knowing is half the battle.&quot;</em></p>
<p>The post <a href="http://www.devinonearth.com/2012/03/autism-is-not-the-new-cool/">Autism Is Not The New Cool</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/fx6pFOHbGUU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2012/03/autism-is-not-the-new-cool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2012/03/autism-is-not-the-new-cool/</feedburner:origLink></item>
		<item>
		<title>Stop SOPA/PIPA now</title>
		<link>http://feedproxy.google.com/~r/thecabal/doe/~3/unwCiPHf8ls/</link>
		<comments>http://www.devinonearth.com/2012/01/stop-sopapipa-now/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 00:35:04 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.thecabal.org/?p=1141</guid>
		<description><![CDATA[<p>If you don&#8217;t know what SOPA and PIPA are by now&#8230;where have you been? Here&#8230;watch this: Now, go do something about it.</p><p>The post <a href="http://www.devinonearth.com/2012/01/stop-sopapipa-now/">Stop SOPA/PIPA now</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>If you don&#8217;t know what SOPA and PIPA are by now&#8230;where have you been?</p>
<p>Here&#8230;watch this:</p>
<p><iframe src="http://player.vimeo.com/video/31100268?title=0&amp;byline=0&amp;portrait=0" frameborder="0" width="640" height="360"></iframe></p>
<p>Now, <a title="Stop American censorship of the Internet" href="http://americancensorship.org/" target="_blank">go do something about it</a>.</p>
<p>The post <a href="http://www.devinonearth.com/2012/01/stop-sopapipa-now/">Stop SOPA/PIPA now</a> appeared first on <a href="http://www.devinonearth.com">Devin on Earth</a>.</p><img src="http://feeds.feedburner.com/~r/thecabal/doe/~4/unwCiPHf8ls" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.devinonearth.com/2012/01/stop-sopapipa-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.devinonearth.com/2012/01/stop-sopapipa-now/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 8.433 seconds. --><!-- Cached page generated by WP-Super-Cache on 2013-05-21 08:41:34 --><!-- Compression = gzip -->
