<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Matt Fisher on Security, Computers and Life</title>
	<atom:link href="http://mattfisher.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattfisher.wordpress.com</link>
	<description>Matt Fisher on Security, Computers, and Life</description>
	<lastBuildDate>Thu, 29 Dec 2011 23:54:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mattfisher.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Matt Fisher on Security, Computers and Life</title>
		<link>http://mattfisher.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mattfisher.wordpress.com/osd.xml" title="Matt Fisher on Security, Computers and Life" />
	<atom:link rel='hub' href='http://mattfisher.wordpress.com/?pushpress=hub'/>
		<item>
		<title>&#8220;We use military grade encryption&#8221;</title>
		<link>http://mattfisher.wordpress.com/2011/12/29/we-use-military-grade-encryption/</link>
		<comments>http://mattfisher.wordpress.com/2011/12/29/we-use-military-grade-encryption/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 23:54:39 +0000</pubDate>
		<dc:creator>mattfisher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattfisher.wordpress.com/2011/12/29/we-use-military-grade-encryption/</guid>
		<description><![CDATA[Time for me to finally get a rant off my chest, after having once again seen this appear &#8230; Have you ever been concerned about the privacy or security of a website and read their policies only to find statements like these  &#8220;we use military grade encryption&#8221;  or &#8220;we use the same encryption banks do&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattfisher.wordpress.com&amp;blog=508218&amp;post=292&amp;subd=mattfisher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Time for me to finally get a rant off my chest, after having once again seen this appear &#8230;</p>
<p>Have you ever been concerned about the privacy or security of a website and read their policies only to find statements like these  &#8220;we use military grade encryption&#8221;  or &#8220;we use the same encryption banks do&#8221; ?   Despite the reassuring boldness of the statements, they mean next to nothing and amount to weasel words.</p>
<p>They&#8217;re simply talking about a technology called Secure Sockets Layer &#8211; or &#8220;SSL&#8221; for short.  SSL has been around a long time, and is the accepted standard for encrypting network communications.   It is, generally speaking, a solid technology that really does do quite a bit to protect your data while it&#8217;s travelling over the internet.  Do banks use it ?  Absolutely.  Do military organizations ? Absolutely.    Does it make a computer system secure ? Absolutely NOT !   </p>
<p>It&#8217;s important to understand what Secure Sockets Layer does and doesn&#8217;t do, and how this all relates to computer security as a whole. Secure Sockets Layer is an encryption technology that can be implemented in many ways.  The most common by far, however, is to encrypt web traffic so that it can&#8217;t be read by eavesdroppers.  In fact, anytime your browser is pointing at a web address that starts with httpS://  (emphasis on the S) then you&#8217;re actually using SSL with that website.</p>
<p>As an example, let&#8217;s say you&#8217;re on a shared network (like in a hotel or cafe) with strangers on the network.  Whether you realized it or not, they can likely see all the traffic going between your computer and other computers (this used to be trivial for anyone to do, with the maturity of technology these days it can take a little effort to do, but is still a huge security concern).   If you visit a website without the S &#8211; just the regular http:// then the browser is sending information to and from the website unencrypted; and anyone on that hotel network or in the cafe could potentially eavesdrop on it.  With SSL however, the traffic is encrypted and reasonably protected from eavesdropping.   In fact, when properly implemented, SSL can even help you be sure that the website you&#8217;re communicating with is the website you expected it to be (and not, say, an imposter website pretending to be your bank). <br />Now SSL is an encryption technology, but not all encryption is created equal.  There are different types of encryption schemes, and strengths as well.  These are constantly changing and maturity to reflect growing needs.  Also, the actually SSL itself has different versions; there&#8217;s SSL version 1, SSL version 2, and SSL Version 3.0 (which usually goes by a slightly different name, but that&#8217;s unimportant to this article).  When a marketing weasel say they use &#8220;military grade&#8221; or &#8220;bank grade&#8221; encryption, they&#8217;re saying that they use the highest level of SSL &#8211; version 3.0 and specific ciphers with large keys &#8211; just like the big boys do.  And that&#8217;s a 100% truthful statement.  </p>
<p>The reason they are weasel statements, however, is because I&#8217;ve only described everything SSL does.  Don&#8217;t get me wrong; it&#8217;s a fundamental security requirement but it&#8217;s NOT the ONLY fundamental security requirement &#8211; the fact that a website uses SSL means next to nothing by itself.  Let&#8217;s look at some things SSL doesn&#8217;t do:</p>
<p>a) it doesn&#8217;t protect your data sitting on their server.  it only protects it from eavesdropping while it&#8217;s beng sent to the server.</p>
<p>b) it doesn&#8217;t prevent your information from being displayer to other users due to a programming error.</p>
<p>c) it doesn&#8217;t protect your data from an outside attack against the web application or web server.</p>
<p>d) it doesn&#8217;t help if the company has a &#8220;bad egg&#8221; working inside it.</p>
<p>e) it doesn&#8217;t ensure the company routinely patches their systems, routinely tests their systems, etc.</p>
<p>f) it doesn&#8217;t ensure that the company follows best practices for disposing of hard drives.  all the SSL in the world doesn&#8217;t help if they dump their old hard drives &#8211; with your data on themm &#8211; in the trash.</p>
<p>g) it doesn&#8217;t ensure they have any access controls on their systems, that they have strong password policies, that they run antivirus (and that it&#8217;s updated !) , that they have solid backups in place to prevent data loss,</p>
<p>h) it doesn&#8217;t ensure that your data isn&#8217;t housed overseas</p>
<p>Are you starting to get the picture ?  Oh, and by the way, I have witnessed every one of the above scenarios result in a breach &#8211; these aren&#8217;t fictional.</p>
<p>Computer and network security is a vastly large, complex and difficult challenge as proven by the countless organizations &#8211; big and small &#8211; technologies and non-technology companies alike- that get breached. Banks and governmental organizations spend millions to billions of dollars a year on it; it&#8217;s regulatedy by reams and reams of formal policy, technical guidelines and heaping spoonfuls of technical expertise &#8230; the use of SSL is but just one small checkbox amongst many standards, practices and ongoing operations.   </p>
<p>For a company to state &#8220;we use military grade encryption&#8221; as their sole security assertion is not only laughable, but insulting to one&#8217;s intelligence.   And with that, my rant is done <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattfisher.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattfisher.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattfisher.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattfisher.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattfisher.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattfisher.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattfisher.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattfisher.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattfisher.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattfisher.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattfisher.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattfisher.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattfisher.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattfisher.wordpress.com/292/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattfisher.wordpress.com&amp;blog=508218&amp;post=292&amp;subd=mattfisher&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattfisher.wordpress.com/2011/12/29/we-use-military-grade-encryption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5b1c9ed274ec74bb8f932f9b4e1f7c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattfisher</media:title>
		</media:content>
	</item>
		<item>
		<title>I remember when Norton didn&#8217;t suck.</title>
		<link>http://mattfisher.wordpress.com/2011/12/25/i-remember-when-norton-didnt-suck/</link>
		<comments>http://mattfisher.wordpress.com/2011/12/25/i-remember-when-norton-didnt-suck/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 07:24:14 +0000</pubDate>
		<dc:creator>mattfisher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattfisher.wordpress.com/2011/12/25/i-remember-when-norton-didnt-suck/</guid>
		<description><![CDATA[Just saying. I remember when Peter Norton built some of the best Windows utilities on the market. Now that it has just become obnovioux-ware.  Popup activation screens that you can&#8217;t close,etc. It&#8217;s on my list of &#8220;first things to uninstall&#8221; now.  Just sayin&#8217; &#8230; I remember when Norton software didn&#8217;t suck.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattfisher.wordpress.com&amp;blog=508218&amp;post=256&amp;subd=mattfisher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#333333;">Just saying. I remember when Peter Norton built some of the best Windows utilities on the market. Now that it has just become obnovioux-ware.  Popup activation screens that you can&#8217;t close,etc. It&#8217;s on my list of &#8220;first things to uninstall&#8221; now.  </span></p>
<p>Just sayin&#8217; &#8230; I remember when Norton software didn&#8217;t suck.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattfisher.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattfisher.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattfisher.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattfisher.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattfisher.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattfisher.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattfisher.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattfisher.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattfisher.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattfisher.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattfisher.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattfisher.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattfisher.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattfisher.wordpress.com/256/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattfisher.wordpress.com&amp;blog=508218&amp;post=256&amp;subd=mattfisher&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattfisher.wordpress.com/2011/12/25/i-remember-when-norton-didnt-suck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5b1c9ed274ec74bb8f932f9b4e1f7c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattfisher</media:title>
		</media:content>
	</item>
		<item>
		<title>Deciphering the ReadyNas line of products</title>
		<link>http://mattfisher.wordpress.com/2011/10/18/deciphering-the-readynas-line-of-products/</link>
		<comments>http://mattfisher.wordpress.com/2011/10/18/deciphering-the-readynas-line-of-products/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 10:48:36 +0000</pubDate>
		<dc:creator>mattfisher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattfisher.wordpress.com/?p=243</guid>
		<description><![CDATA[Given the numerous amount of computing devices I&#8217;ve had pretty much all  of my adult life, I&#8217;ve finally decided once and for all to forgo backing up locally and purchasing a NAS appliance.  In the past I&#8217;ve assembled DIY NAS&#8217;s at home (FreeNas, for example, Windows servers, etc) and have gotten to the point where [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattfisher.wordpress.com&amp;blog=508218&amp;post=243&amp;subd=mattfisher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Given the numerous amount of computing devices I&#8217;ve had pretty much all  of my adult life, I&#8217;ve finally decided once and for all to forgo backing up locally and purchasing a NAS appliance.  In the past I&#8217;ve assembled DIY NAS&#8217;s at home (FreeNas, for example, Windows servers, etc) and have gotten to the point where I want an easy, self-managing appliance.  Home NAS&#8217;s now are really quite advanced, and many have some very useful features beyond merely shared storage, such as the ability to act as a print server (plug a printer into a USB device), DLNA servers (stream media), etc.   After some research I decided I liked the ReadyNas line most, and started figuring out which ReadyNas was for me.</p>
<p>&nbsp;</p>
<p>I quickly discovered that there are *many* ReadyNas products, and the differences between them can be subtle.  I really could have used an online &#8220;guide&#8221; or &#8220;wizard&#8221; to help me decided what I needed &#8230; after hours of research (including speaking to a VAR and Netgear pre-sales support) here&#8217;s what I&#8217;ve discovered.  These are just raw notes, and not meant to be an article or guide:</p>
<p>Comparison chart: <a href="http://www.readynas.com/wp-content/uploads/2009/03/ReadyNAS_Comparison_Home.pdf">http://www.readynas.com/wp-content/uploads/2009/03/ReadyNAS_Comparison_Home.pdf</a></p>
<p>Drive Compatability list: <a href="http://www.readynas.com/?page_id=82">http://www.readynas.com/?page_id=82</a></p>
<p>The &#8220;Ultra&#8221; line uses intel atoms.  The NV+ and non-ultra line uses Sparcs, which their pre-sales say is slower, use intels for better throughput and definitely for any media streaming.</p>
<p>The Ultra lines have the &#8220;normal&#8221; (ie 2 Ultra) and &#8220;Plus&#8221; (ie 2 Ultra Plus), the Plus is a dual-core atom processor, everything else is the same.</p>
<p>Software features appear to be the same across the line.</p>
<p>The X-Raid gives it theDrobo-like functionality of mish-mashing drive sizes.</p>
<p>Ultra line does not do AD integration.</p>
<p>Only the ultra 2 offers a usb 3.0 port for higher speed peripherals in case you wanted to plug a usb drive and share it via your nas.  Not sure why one would do that, or perhaps for faster initial loading ?</p>
<p>Of the Ultra&#8217;s, only Ultra 4 and Ultra 6 offer Raid 5.</p>
<p>The &#8220;2&#8243;, &#8220;4&#8243; and &#8220;6&#8243; in Ultra refer to bays.</p>
<p>Ultra 6 (and apparently only the 6 ?  ) can have an drives in chassis spec&#8217;d as a hot spare.  &lt;&#8212; This can buy some time in case a drive fails while away from the NAS.  This becomes important when you&#8217;re on a trip and if a drive fails and you aren&#8217;t there to see it your storage could spend days or weeks in a situation where it has no additional fault tolerance.</p>
<p>They all use consumer grade drives, not &#8220;enterprise&#8221; (according to a review, haven&#8217;t looked at actual supplied drives)</p>
<p>Can buy diskless chassis and populate drives myself; be sure to read compatability chart.</p>
<p>Big question: with an existing 2 tb or data, how much capacity doI need for right now, and for future growth ?</p>
<p>More notes to come as I research more &#8230; I&#8217;m leaning heavily towards the Ultra 6 at thispoint, but it is pretty darn expensive, over a grand with 6tb of disks, and that may just be as a non-redundant volume.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattfisher.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattfisher.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattfisher.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattfisher.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattfisher.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattfisher.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattfisher.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattfisher.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattfisher.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattfisher.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattfisher.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattfisher.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattfisher.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattfisher.wordpress.com/243/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattfisher.wordpress.com&amp;blog=508218&amp;post=243&amp;subd=mattfisher&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattfisher.wordpress.com/2011/10/18/deciphering-the-readynas-line-of-products/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5b1c9ed274ec74bb8f932f9b4e1f7c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattfisher</media:title>
		</media:content>
	</item>
		<item>
		<title>Quick BBQ FAQ</title>
		<link>http://mattfisher.wordpress.com/2011/09/20/quick-bbq-faq/</link>
		<comments>http://mattfisher.wordpress.com/2011/09/20/quick-bbq-faq/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 19:59:09 +0000</pubDate>
		<dc:creator>mattfisher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattfisher.wordpress.com/?p=241</guid>
		<description><![CDATA[Enough people have asked me about smoking barbecue that I figured it&#8217;s about time I write this up as proactive FAQ of sorts.  This will NOT teach you how to smoke q; it&#8217;s just a rattling-off of things.  There&#8217;s plenty of great bbq sites and forums that will give you the particulars. First of all,let [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattfisher.wordpress.com&amp;blog=508218&amp;post=241&amp;subd=mattfisher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Enough people have asked me about smoking barbecue that I figured it&#8217;s about time I write this up as proactive FAQ of sorts.  This will NOT teach you how to smoke q; it&#8217;s just a rattling-off of things.  There&#8217;s plenty of great bbq sites and forums that will give you the particulars.</p>
<p>First of all,let me state one thing: I make phenomenal barbecue. Better than you&#8217;ll get in any restaurant around here.  Better than Red Hot and Blue, Better than Famous Daves, and a hell of a lot better than that place in the Crystal City Underground.  I make Q so good I&#8217;ve converted vegetarians ( Shouts to Marcus !), and my kids do  a happy dance everytime I make it.  Yeah, seriously, it&#8217;s that damn good.  I literally gave away my gas grill after my second batch of barbecue &#8211; it was clear that I had no need for it anymore.</p>
<p>&nbsp;</p>
<p>The best news is, there&#8217;s nothing special about me; it&#8217;s just that easy to make great BBQ at home if you&#8217;re willing to put in the effort. It&#8217;s simple see &#8211; making Q is really just a matter of how much effort you&#8217;re willing to put into it.  I put in levels of effort that aren&#8217;t commercially feasible, and it shows.  My Rib rub uses 24 different seasonings.  My brisket rub uses fresh Hatch Chile pepper from New Mexico &#8211; pepper that is vastly superiour from anything you&#8217;ll get in a local grocery store.  The last brisket I made weighed somewhere between 22 and 24 pounds, was so large I had to carry it on my shoulder, and smoked for 48 hours.  I hand selected it from a specific butcher and it had been chewing grass 2 days before I got it.  I rubbed it in a handmade rub using fresh Hatch chile&#8217;s, and smoked it with coal and hickory for 48 hours.   That&#8217;s effort, although dirt simple.   The good news is, this was a *massive* brisket and the longest smoke I&#8217;ve ever done. Most briskets will take an overnight, but I&#8217;ve never heard of one taking thatlong before. When it came out, I let it rest for a bit, then sliced into it,and it was magical.  The kids happy danced for it.  If you&#8217;re willing to put that kind of effort into it, then you can easily make great Q at home.</p>
<p>So here&#8217;s a few thing about smoking:</p>
<p>1. Get a smoker.  Don&#8217;t try to smoke on your Weber, no matter how much the sticker on that accessory waterpan says &#8220;makes great bbq&#8221;.  It ain&#8217;t bbq.  It&#8217;s a little smokeflavouring added to your direct heat grilling.</p>
<p>2. Smoking is about low and slow. If you&#8217;re inpatient, don&#8217;t bother.</p>
<p>3. It doesn&#8217;t take anything fancy.  I use a Silver Smoker &#8211; the cheapo entry model. I&#8217;ve done a few slight tweaks to it; there are many mods listed all over the internet for it,but frankly I don&#8217;t think it really requires any.</p>
<p>4.  The most important aspect is learning how to smoke correctly.  Rubs, sauces, all that stuff is second place to smoking correctly.  Google, read, try, be patient.</p>
<p>5. Most important rule when smoking is to be patient with temperature changes. Add some wood, wait a half hour  before checking temp.  Change a baffle vent, wait a half hour.</p>
<p>6.  I like any temp between 220 and 250.   My smoker definitely has a hot and cold spot, so I rotate the meat.</p>
<p>7.  Small (Costco) briskets take 12 to 15 hours easily.  Ribs take 6-8.  Large briskets take eons, but read 8.</p>
<p>8. It&#8217;s done when it&#8217;s done.  You can get rouch guidelines of how long it takes.  Every smoker, every cut of meat is different.   It&#8217;s done when it&#8217;s done.</p>
<p>9.  Use a thermometer for the meat, but also use your head.  Just cause it hits the safezone doesn&#8217;t mean you have to pull it. In fact brisket, unlike most cuts of beef, gets more tender the longer you cook it.</p>
<p>10. When doing a very long smoke,it does help to wrap the meat in foil  at some point. Most of the smoke entry into the meat is during the first and last several hours &#8211; in between is just cooking time.  wrapping it can help reduce the &#8220;charring&#8221; of the outside.</p>
<p>11. Go for smoke flavouring &#8211; don&#8217;t use so much wood that you have plumes coming out of the chimney.  Shoot for a thin streak.</p>
<p>12. I like to rub a day or two ahead of time, although I&#8217;ve also rubbed on the spot right at the smoker.</p>
<p>13. I find spareribs to be meatier, tastier, and generally more satisfying than back ribs.</p>
<p>14. I&#8217;ll rub q, but I never sauce it.  I&#8217;ll serve sauce as a condiment.  If your brisket is right, adults will eat it straight on a bun with no extras needed, although kids love to dump sauce over everything.  I personally like it on a bun with some sliced onion, a little &#8220;texas&#8221; style sauce, and some extra Tabasco on top.</p>
<p>15. Tabasco makes everything taste better.</p>
<p>16. you do NOT use Kingsford coal in your smoker. You MUST use coals that are safe for smoking with. Again, google, find a forum, learn.</p>
<p>17.  Yes, cheap thermometers are often wrong. However, better a cheap uncalibrated thermometer than none.  You MUST monitorin the meatbox temp !</p>
<p>18.  start off slow &#8211; it&#8217;s a lot easier to stoke up a cold firebox than let a hot one die down.</p>
<p>19. Yes, I grill on my smoker too, but everytime I do that an angel loses a wing.</p>
<p>20.  There is a temperature plateu in every piece of meat, where it seems like it stays at that temperature forever, and you may start having doubts.  Stick to your temp, don&#8217;t mess with nothin&#8217;, it will break that plateu then shoot up.</p>
<p>21. BE PATIENT. It&#8217;s done when it&#8217;s done. Don&#8217;t try to rush it.  Don&#8217;t try to meet a deadline with it. If it ain&#8217;t ready yet, but y&#8217;all are ready for dinner, order pizza.   Don&#8217;t suddenly stoke up the heat and try to cook the meat faster; you&#8217;ll end up ruining it and wasting your investment.</p>
<p>22. I like to reheat leftovers in a steamer.</p>
<p>So this is all I can think of right now.  Over  the last couple years I know some friends have gotten smokers at home because of me and swear by them now. If you have any questions give me a shout.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattfisher.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattfisher.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattfisher.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattfisher.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattfisher.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattfisher.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattfisher.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattfisher.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattfisher.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattfisher.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattfisher.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattfisher.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattfisher.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattfisher.wordpress.com/241/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattfisher.wordpress.com&amp;blog=508218&amp;post=241&amp;subd=mattfisher&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattfisher.wordpress.com/2011/09/20/quick-bbq-faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5b1c9ed274ec74bb8f932f9b4e1f7c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattfisher</media:title>
		</media:content>
	</item>
		<item>
		<title>Verizon Fios: Now More Intrusive Than Ever</title>
		<link>http://mattfisher.wordpress.com/2011/04/21/verizon-fios-now-more-intrusive-than-ever/</link>
		<comments>http://mattfisher.wordpress.com/2011/04/21/verizon-fios-now-more-intrusive-than-ever/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 14:02:42 +0000</pubDate>
		<dc:creator>mattfisher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattfisher.wordpress.com/?p=238</guid>
		<description><![CDATA[If you have Verizon Fios then you probably don&#8217;t want to know that they maintain constant control of your router.  Order some television services, and then take a look at all the port translation rules they automatically add.  Check out the interface changes they make (for instance, I never had those admin nag screens when [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattfisher.wordpress.com&amp;blog=508218&amp;post=238&amp;subd=mattfisher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you have Verizon Fios then you probably don&#8217;t want to know that they maintain constant control of your router.  Order some television services, and then take a look at all the port translation rules they automatically add.  Check out the interface changes they make (for instance, I never had those admin nag screens when I first ordered it).</p>
<p>Now they&#8217;re taking it to a whole new level: CHANGING YOUR PASSWORD.  Yup, Verizon just updated their TOS to now include, among other things, the right to change your router admin password at will, with no constraints or requirements built into the TOS. </p>
<p>To me this is completely unacceptable.  Updating MY GATEWAY WHICH SITS ON MY LAN without my permission was pushing it far enough, but now I have to firewall my gateway from my ISP.  That&#8217;s messed up.   Verizon, I DON&#8217;T NEED NOR WANT YOUR HELP.  Keep your hands off my router.</p>
<p>Here&#8217;s the whole clause:</p>
<p>&#8220;3. <strong>Home Router Password Changes</strong>. Section 10.4 was updated to clarify that Verizon may in limited instances modify administrative passwords for home routers in order to safeguard Internet security and our network, the security and privacy of subscriber information, to comply with the law, and/or to provide, upgrade and maintain service.  The administrative password for your home router is used to access the “administrative” controls for the router and to make changes to your router’s internal settings.  We will use reasonable means to notify Subscribers whose home router administrative passwords are changed, which may include email notice to your Primary Email Address and/or an announcement on the My Verizon portal.&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattfisher.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattfisher.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattfisher.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattfisher.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattfisher.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattfisher.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattfisher.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattfisher.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattfisher.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattfisher.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattfisher.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattfisher.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattfisher.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattfisher.wordpress.com/238/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattfisher.wordpress.com&amp;blog=508218&amp;post=238&amp;subd=mattfisher&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattfisher.wordpress.com/2011/04/21/verizon-fios-now-more-intrusive-than-ever/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5b1c9ed274ec74bb8f932f9b4e1f7c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattfisher</media:title>
		</media:content>
	</item>
		<item>
		<title>Want to save fuel ? Check your tire pressure the right way.</title>
		<link>http://mattfisher.wordpress.com/2011/04/03/want-to-save-fuel-check-your-tire-pressure-the-right-way/</link>
		<comments>http://mattfisher.wordpress.com/2011/04/03/want-to-save-fuel-check-your-tire-pressure-the-right-way/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 15:13:41 +0000</pubDate>
		<dc:creator>mattfisher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattfisher.wordpress.com/?p=221</guid>
		<description><![CDATA[Tire pressure has a measurable effect on fuel economy.  In my car, it can make over a 3 mile per gallon difference and if you&#8217;re a heavy commutter that makes a noticable difference in your fuel expenditures.  Take for example my typical commutting scenario: - One way is 38 miles, for a total of 76 miles a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattfisher.wordpress.com&amp;blog=508218&amp;post=221&amp;subd=mattfisher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tire pressure has a measurable effect on fuel economy.  In my car, it can make over a 3 mile per gallon difference and if you&#8217;re a heavy commutter that makes a noticable difference in your fuel expenditures.  Take for example my typical commutting scenario:</p>
<p>- One way is 38 miles, for a total of 76 miles a day.<br />
- That&#8217;s 1,520 miles a typical work month (76*20).<br />
- At 40 miles per gallon (of diesel ) that&#8217;s 38 gallons of fuel (1520/40), and at an example price of 3.99 per gallon that&#8217;s 151.62.<br />
-Now that same commutte with low tire pressure at 37 milese per gallon (of diesel) consumes 41.08 (actually 41.08108 repetand 108) of fuel per month, which at the example price of 3.99 per gallon is 163.91.   That&#8217;s a difference of 12.29.  Not a lot of money, particulary given how many miles that&#8217;s spread over, but it&#8217;s 12 bucks all the same.  Multiply that times 6 months of not checking your tire pressure, and it adds up to 73 bucks.</p>
<p>What if you have multiple cars in your family ? That&#8217;s even more fuel and money wasted.</p>
<p>Keeping your tires properly inflated also yields better traction, better handling, and longer tire life.  When tires lose pressure they change their shape, and all of their traction and performance characterstics change. </p>
<p>How often do you need to check your tire pressure ?  If you&#8217;re like me, and hauling lots of equipment (I&#8217;m in a band) then I estimate you need to check your tire pressure at least monthy.  At a minimum you need to check it with seasonal weather changes (this means at least 4 times a year), as well as before or after any long road trips.</p>
<p>Here&#8217;s a couple things you need to know though:</p>
<p><strong>1. Don&#8217;t use the pressure gauge on any air compressor.  </strong></p>
<p> To properly maintain your tire pressure you need a couple cheap tools, namely a real pressure meter.  The meters on the pumps at gas stations are worthless, as are those little pen shaped gauges.  Go to a car store, a super-department store like walmart, and buy yourself a decent gauge like the one I have pictured.  They&#8217;ll cost you about ten bucks, but will give you a much more accurate reading.  Also buy a small compressor &#8211; the type that&#8217;s powered by your cigarette lighter and add that to your small bag of emergency tools and supplies you keep in your trunk (you DO keep a bag of emergency tools like jumpers and a flashlight in the trunk of your car, right ?!?).</p>
<div id="attachment_222" class="wp-caption aligncenter" style="width: 507px"><a href="http://mattfisher.files.wordpress.com/2011/04/tirepressure_meter.jpg"><img class="size-full wp-image-222" title="tirepressure_meter" src="http://mattfisher.files.wordpress.com/2011/04/tirepressure_meter.jpg?w=540" alt=""   /></a><p class="wp-caption-text">This is the right kind of pressure gauge to use. </p></div>
<p><strong>2.  Check your tire pressure first thing in the morning.  </strong></p>
<p>The pressure of a tire changes as you drive it; the tires literaly warm up and the air inside them expands.  Tire pressure specifications are meant for COLD tires, so check the tire pressure first thing in the morning before you drive the car anywhere.</p>
<p><strong>3. Open the driver&#8217;s door. </strong>  Why ? Because as you look down inside the door panel you&#8217;ll see a sticker that tells you what the right pressure for your tires is.  THIS IS THE ONLY SOURCE YOU USE !  Don&#8217;t use anything else, including stuff printed on the tire (because it&#8217;s the vehicle manufacturer that determines the correct pressure for the correct performance characteristics for their vehicle), don&#8217;t use anything in a Haynes manual, anything the sales rep told you.  Check the sticker.  It&#8217;s the authoritative source and there&#8217;s a reason they are placed in a uniform location on all vehicles.</p>
<p><strong>4.  Always check all four tires. </strong></p>
<p> Don&#8217;t assume that they lose pressure evenly &#8211; they absolutely do not. This morning I checked both my vehicles and found a 10 psi difference between tires on the same vehicle.  Yes, it&#8217;s been too long since I checked the pressure if there was such a difference.  I&#8217;ve had a rough winter (haven&#8217;t we all !).  Point being though, actually check all four tires because there *will* be a difference between the front and back tires, and sometimes even left side versus the right side !   For example, my rear tires on the Jetta were around 20 psi (not good ! ) while my front were around 30 psi.  I think hauling band equipment accounts for that difference.  On our van however, which is less than one month old, one side of the van was at a solid 35 and needed no topping off, while the other side of it was around 32 psi.  Why was the left side pressure higher than the right side pressure ? I&#8217;m not sure, although possibly the sunrise had something to do with it.  Either way, all tires on both cars are now at the correct pressure, so we&#8217;ll save fuel and I can drive more confidently.</p>
<p>I hope this helps some.  If so, leave a comment.  Spam links will be deleted as always.</p>
<div id="_mcePaste" class="mcePaste" style="position:absolute;width:1px;height:1px;overflow:hidden;top:0;left:-10000px;">﻿</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattfisher.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattfisher.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattfisher.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattfisher.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattfisher.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattfisher.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattfisher.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattfisher.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattfisher.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattfisher.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattfisher.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattfisher.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattfisher.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattfisher.wordpress.com/221/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattfisher.wordpress.com&amp;blog=508218&amp;post=221&amp;subd=mattfisher&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattfisher.wordpress.com/2011/04/03/want-to-save-fuel-check-your-tire-pressure-the-right-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5b1c9ed274ec74bb8f932f9b4e1f7c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattfisher</media:title>
		</media:content>

		<media:content url="http://mattfisher.files.wordpress.com/2011/04/tirepressure_meter.jpg" medium="image">
			<media:title type="html">tirepressure_meter</media:title>
		</media:content>
	</item>
		<item>
		<title>To all the candidates, a nice friendly welcome</title>
		<link>http://mattfisher.wordpress.com/2010/10/31/to-all-the-candidates-a-nice-friendly-welcome/</link>
		<comments>http://mattfisher.wordpress.com/2010/10/31/to-all-the-candidates-a-nice-friendly-welcome/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 00:27:33 +0000</pubDate>
		<dc:creator>mattfisher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattfisher.wordpress.com/?p=218</guid>
		<description><![CDATA[If you&#8217;re at all familiar with how Zach D. intro&#8217;s classic NWA in live sets, you already know how this is going to end.   It&#8217;s bad enough that there&#8217;s signs all over the damn town.  It&#8217;s bad enough that I can&#8217;t walk into the Metro without another lame-ass politican trying to get my vote (Want [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattfisher.wordpress.com&amp;blog=508218&amp;post=218&amp;subd=mattfisher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re at all familiar with how Zach D. intro&#8217;s classic NWA in live sets, you already know how this is going to end.   It&#8217;s bad enough that there&#8217;s signs all over the damn town.  It&#8217;s bad enough that I can&#8217;t walk into the Metro without another lame-ass politican trying to get my vote (Want to see a politician ? You stand a better chance of seeing one at the Greenbelt Metro than you *ever* do once they&#8217;re voted in).  It&#8217;s bad enough that I can&#8217;t watch a single f&#8217;ing video on YouTube without weathing a negative ad.  But when the fuckers RoboCall me on a Sunday &#8211; yes, I&#8217;ve gotten robocalls today from both a Dem and a Republican, well then y&#8217;all get that nice friendly welcome &#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattfisher.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattfisher.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattfisher.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattfisher.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattfisher.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattfisher.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattfisher.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattfisher.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattfisher.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattfisher.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattfisher.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattfisher.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattfisher.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattfisher.wordpress.com/218/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattfisher.wordpress.com&amp;blog=508218&amp;post=218&amp;subd=mattfisher&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattfisher.wordpress.com/2010/10/31/to-all-the-candidates-a-nice-friendly-welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5b1c9ed274ec74bb8f932f9b4e1f7c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattfisher</media:title>
		</media:content>
	</item>
		<item>
		<title>Yay, Kennedy Pumpkin</title>
		<link>http://mattfisher.wordpress.com/2010/10/31/yay-kennedy-pumpkin/</link>
		<comments>http://mattfisher.wordpress.com/2010/10/31/yay-kennedy-pumpkin/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 16:55:19 +0000</pubDate>
		<dc:creator>mattfisher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattfisher.wordpress.com/?p=213</guid>
		<description><![CDATA[That&#8217;s what was texted back by a colleague after I couldn&#8217;t help but MMS around pic&#8217;s of my latest jack&#8217;o lantern. I made this at my sister&#8217;s house, with her husband&#8217;s permission ahead of time. Turned out, it actually makes a bit of a humour IQ test. My son and brother-in-law cracked up the second [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattfisher.wordpress.com&amp;blog=508218&amp;post=213&amp;subd=mattfisher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_214" class="wp-caption aligncenter" style="width: 470px"><a href="http://mattfisher.files.wordpress.com/2010/10/imag0792.jpg"><img class="size-large wp-image-214" title="Yay, Kennedy Pumpkin" src="http://mattfisher.files.wordpress.com/2010/10/imag0792.jpg?w=460&#038;h=324" alt="Matt Fisher's latest jack'o lantern.  " width="460" height="324" /></a><p class="wp-caption-text">Yay, Kennedy Pumpkin</p></div>
<p>That&#8217;s what was texted back by a colleague after I couldn&#8217;t help but MMS around pic&#8217;s of my latest jack&#8217;o lantern. I made this at my sister&#8217;s house, with her husband&#8217;s permission ahead of time. Turned out, it actually makes a bit of a humour IQ test. My son and brother-in-law cracked up the second they saw it, but other members of the family were stumped. Oh well. Tell me what you think of it. Note that I was just storing it, when properly staged there wouldn&#8217;t be a paper plate &#8230;</p>
<p>edits are me playing with wordpress to get best photo format.  you should be able to click through for the full-sized original.  or not, i dunno.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattfisher.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattfisher.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattfisher.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattfisher.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattfisher.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattfisher.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattfisher.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattfisher.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattfisher.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattfisher.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattfisher.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattfisher.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattfisher.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattfisher.wordpress.com/213/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattfisher.wordpress.com&amp;blog=508218&amp;post=213&amp;subd=mattfisher&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattfisher.wordpress.com/2010/10/31/yay-kennedy-pumpkin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5b1c9ed274ec74bb8f932f9b4e1f7c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattfisher</media:title>
		</media:content>

		<media:content url="http://mattfisher.files.wordpress.com/2010/10/imag0792.jpg?w=1024" medium="image">
			<media:title type="html">Yay, Kennedy Pumpkin</media:title>
		</media:content>
	</item>
		<item>
		<title>Kayaking to Work</title>
		<link>http://mattfisher.wordpress.com/2010/08/12/kayaking-to-work/</link>
		<comments>http://mattfisher.wordpress.com/2010/08/12/kayaking-to-work/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 13:53:15 +0000</pubDate>
		<dc:creator>mattfisher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattfisher.wordpress.com/?p=202</guid>
		<description><![CDATA[We had a terrific storm in the Washington, D.C. area this morning.   I actually stayed bone-dry through the whole affair because it was only sprinkling when I left my house, and had actually cleared up by the time I pulled into my garage.  The highlight was kayaking driving down the Baltimore-Washington River where I got to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattfisher.wordpress.com&amp;blog=508218&amp;post=202&amp;subd=mattfisher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We had a terrific storm in the Washington, D.C. area this morning.   I actually stayed bone-dry through the whole affair because it was only sprinkling when I left my house, and had actually cleared up by the time I pulled into my garage.  The highlight was <span style="text-decoration:line-through;">kayaking</span> driving down the Baltimore-Washington <span style="text-decoration:line-through;">River </span>where I got to fjord some pretty deep water.  Watch the video &#8211; this is literally more than enough water to kayak in, and looks deep enough to have actually have a flat-bottomed john boat in (with prop clearance !) .  I love the wave on the left side.   My little VW made it through this with no problem.  Even braking distance didn&#8217;t seem to be affected afterwards.  In an old car, I would have worried about my brakes, calipers, bearing, boots, distributor, etc.  Remember those days ?  I&#8217;m a little nostalgic for the old days of working on cars all the time, but honestly I&#8217;m really glad to have a car that &#8220;just works&#8221;.</p>
<p>The sad part is, despite this weather, getting into the office by driving only took a few minutes longer than if I had taken the metro, and <em>still cost less. </em></p>
<p><em>Update: WordPress won&#8217;t let me directly upload vid&#8217;s, so the video will come after I figure out where to host it.  Sorry <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </em></p>
<p><em> Update 2: And the video, thanks to SintixErr&#8217;s tip on using vimeo ! </em></p>
<div class='embed-vimeo' style='text-align:center;'><iframe src='http://player.vimeo.com/video/14089466' width='400' height='300' frameborder='0'></iframe></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattfisher.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattfisher.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattfisher.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattfisher.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattfisher.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattfisher.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattfisher.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattfisher.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattfisher.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattfisher.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattfisher.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattfisher.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattfisher.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattfisher.wordpress.com/202/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattfisher.wordpress.com&amp;blog=508218&amp;post=202&amp;subd=mattfisher&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattfisher.wordpress.com/2010/08/12/kayaking-to-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5b1c9ed274ec74bb8f932f9b4e1f7c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattfisher</media:title>
		</media:content>
	</item>
		<item>
		<title>The roof, the roof &#8230;</title>
		<link>http://mattfisher.wordpress.com/2010/07/14/the-roof-the-roof/</link>
		<comments>http://mattfisher.wordpress.com/2010/07/14/the-roof-the-roof/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 17:48:39 +0000</pubDate>
		<dc:creator>mattfisher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattfisher.wordpress.com/?p=199</guid>
		<description><![CDATA[ Several months ago I was inside a large commercial datacenter and noticed how insanely sturdy their wire bridges were. I mean, these things were help up with 1/2 inch threaded bolts every couple of feet &#8211; really good solid construction. Of course, being what I am, I couldn&#8217;t help but think how they would *easily* [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattfisher.wordpress.com&amp;blog=508218&amp;post=199&amp;subd=mattfisher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> Several months ago I was inside a large commercial datacenter and noticed how insanely sturdy their wire bridges were. I mean, these things were help up with 1/2 inch threaded bolts every couple of feet &#8211; really good solid construction. Of course, being what I am, I couldn&#8217;t help but think how they would *easily* support the weight of a fully grown man, if not several. Adding to that interest was the fact that the cameras were on extensions from the particularly high ceiling so that they could get a better view of the floor, and the cameras were actually slightly lower than the wire bridges, allowing for a camera-free rooftop entry.  I know, that makes me sound like I&#8217;m parandoid. Or crazy.  I&#8217;m neither, and my vindication hath arrived:</p>
<p><a href="http://www.nj.com/news/index.ssf/2010/03/acrobatic_thieves_hit_nj_best.html">http://www.nj.com/news/index.ssf/2010/03/acrobatic_thieves_hit_nj_best.html</a><br />
Cut hole, rappel down, stay on racks to avoid cameras and floor-based presence detectors.</p>
<p><a href="http://www.tampabay.com/news/publicsafety/crime/article1108521.ece">http://www.tampabay.com/news/publicsafety/crime/article1108521.ece</a><br />
Cut hole, rappel down, load off 3,000 computers from a SOCOM contractor. Not pretty.  Very not pretty, particularly considering you <a title="Prez's whirlybird on p2p not so awesome." href="http://www.scmagazineus.com/blueprints-of-obamas-marine-one-helicopter-leaked-on-p2p/article/128109/" target="_blank">can&#8217;t always trust these large defense contractors when it comes to information protection.</a></p>
<p>Are you aware of any more roof-based robberies ? Fill me in on it via the comments.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattfisher.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattfisher.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattfisher.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattfisher.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattfisher.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattfisher.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattfisher.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattfisher.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattfisher.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattfisher.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattfisher.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattfisher.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattfisher.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattfisher.wordpress.com/199/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattfisher.wordpress.com&amp;blog=508218&amp;post=199&amp;subd=mattfisher&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattfisher.wordpress.com/2010/07/14/the-roof-the-roof/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5b1c9ed274ec74bb8f932f9b4e1f7c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattfisher</media:title>
		</media:content>
	</item>
	</channel>
</rss>
