<?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>ScottSchulz.us</title>
	
	<link>http://scottschulz.us</link>
	<description>One Geek, One Adventure</description>
	<lastBuildDate>Mon, 06 Feb 2012 12:01:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Scottschulz" /><feedburner:info uri="scottschulz" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://scottschulz.us/?pushpress=hub" /><item>
		<title>Ubuntu Precise Pangolin Update Issue with LibreOffice</title>
		<link>http://feedproxy.google.com/~r/Scottschulz/~3/vAgiU1FhXqo/</link>
		<comments>http://scottschulz.us/2012/01/13/ubuntu-precise-pangolin-update-issue-with-libreoffice/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 14:18:41 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[precisepangolin]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://scottschulz.us/?p=19422</guid>
		<description><![CDATA[If you are among those brave (foolhardy?) enough to have already updated systems to Ubuntu&#8217;s Precise Pangolin, you may have encountered the following error while updating your system over the last 24 hours or so: Errors were encountered while processing: /var/cache/apt/archives/libreoffice-core_1%3a3.5.0~beta2-2ubuntu2_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1) Fortunately, there is a relatively easy &#8230; </p><p><a class="more-link block-button" href="http://scottschulz.us/2012/01/13/ubuntu-precise-pangolin-update-issue-with-libreoffice/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>If you are among those brave (foolhardy?) enough to have already updated systems to Ubuntu&#8217;s Precise Pangolin, you may have encountered the following error while updating your system over the last 24 hours or so:</p>
<blockquote><p>Errors were encountered while processing:<br />
/var/cache/apt/archives/libreoffice-core_1%3a3.5.0~beta2-2ubuntu2_i386.deb<br />
E: Sub-process /usr/bin/dpkg returned an error code (1)</p></blockquote>
<p>Fortunately, there is a relatively easy fix. I am not sure exactly what is causing this, but it occurred on two of my systems yesterday, and still this morning on a third. Initially I thought it might have occurred on the one system because it has been upgraded through several releases, but when it started occurring on freshly installed systems that idea went out the window.</p>
<p>Regardless, the following commands should help get your system back on track.</p>
<div id="wpshdo_1" class="wp-synhighlighter-outer"><div id="wpshdt_1" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_1"></a><a id="wpshat_1" class="wp-synhighlighter-title" href="#codesyntax_1"  onClick="javascript:wpsh_toggleBlock(1)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_1" onClick="javascript:wpsh_code(1)" title="Show code only"><img border="0" style="border: 0 none" src="http://scottschulz.us/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_1" onClick="javascript:wpsh_print(1)" title="Print code"><img border="0" style="border: 0 none" src="http://scottschulz.us/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://scottschulz.us/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://scottschulz.us/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_1" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;"><span class="kw2">sudo</span> <span class="kw2">mv</span> <span class="sy0">/</span>usr<span class="sy0">/</span>lib<span class="sy0">/</span>libreoffice<span class="sy0">/</span>basis3.4<span class="sy0">/</span>program<span class="sy0">/</span> <span class="sy0">/</span>usr<span class="sy0">/</span>lib<span class="sy0">/</span>libreoffice<span class="sy0">/</span>basis3.4<span class="sy0">/</span>program.old
<span class="kw2">sudo</span> <span class="kw2">mkdir</span> <span class="sy0">/</span>usr<span class="sy0">/</span>lib<span class="sy0">/</span>libreoffice<span class="sy0">/</span>basis3.4<span class="sy0">/</span>program
<span class="kw2">sudo</span> <span class="kw2">apt-get</span> <span class="kw2">install</span> <span class="re5">-f</span>
<span class="kw2">sudo</span> <span class="kw2">mv</span> <span class="sy0">/</span>usr<span class="sy0">/</span>lib<span class="sy0">/</span>libreoffice<span class="sy0">/</span>basis3.4<span class="sy0">/</span>program.old<span class="sy0">/</span> <span class="sy0">/</span>usr<span class="sy0">/</span>lib<span class="sy0">/</span>libreoffice<span class="sy0">/</span>basis3.4<span class="sy0">/</span>program</pre></div></div>
<p>Good luck!</p>
<img src="http://feeds.feedburner.com/~r/Scottschulz/~4/vAgiU1FhXqo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://scottschulz.us/2012/01/13/ubuntu-precise-pangolin-update-issue-with-libreoffice/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://scottschulz.us/2012/01/13/ubuntu-precise-pangolin-update-issue-with-libreoffice/</feedburner:origLink></item>
		<item>
		<title>Verizon 4G MiFi Quicktest</title>
		<link>http://feedproxy.google.com/~r/Scottschulz/~3/H2zRGxglzc8/</link>
		<comments>http://scottschulz.us/2011/07/29/verizon_4g_mifi_quicktest/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 22:12:35 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://scottschulz.us/?p=19266</guid>
		<description><![CDATA[Got my hands on a Verizon 4G LTE MiFi device to test today, so of course the first thing I did when I got home was a quick Speedtest.net check on it. First, a test of my Time Warner RoadRunner: Not bad on the download side, though one important thing to remember is that this &#8230; </p><p><a class="more-link block-button" href="http://scottschulz.us/2011/07/29/verizon_4g_mifi_quicktest/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Got my hands on a Verizon 4G LTE MiFi device to test today, so of course the first thing I did when I got home was a quick Speedtest.net check on it.</p>
<p>First, a test of my Time Warner RoadRunner:</p>
<div id="attachment_19267" class="wp-caption aligncenter" style="width: 310px"><a href="http://scottschulz.us/wp-content/uploads/2011/07/roadrunner.png" rel="lightbox[19266]" title="Roadrunner Speed Test"><img src="http://scottschulz.us/wp-content/uploads/2011/07/roadrunner-300x31.png" alt="" title="Roadrunner Speed Test" width="300" height="31" class="size-medium wp-image-19267" /></a><p class="wp-caption-text">Roadrunner Speed Test</p></div>
<p>Not bad on the download side, though one important thing to remember is that this speed is largely based on the burst technology Roadrunner is using, and that speed is only good for the first 16 seconds of a download or so, at which time it drops to roughly half that speed.  Therefore, since this download fits within those 16 or so seconds, the speed is greatly inflated over what a larger download would have shown.</p>
<p>And not unexpectedly, the speed test shows the anemic upload speeds which has plagued Roadrunner connections from the very beginning.  I was actually surprised to see even this number.</p>
<p>Now for the Verizon numbers:</p>
<div id="attachment_19268" class="wp-caption aligncenter" style="width: 310px"><a href="http://scottschulz.us/wp-content/uploads/2011/07/Verizon-4G-LTE.png" rel="lightbox[19266]" title="Verizon-4G-LTE"><img src="http://scottschulz.us/wp-content/uploads/2011/07/Verizon-4G-LTE-300x32.png" alt="Verizon 4G LTE Speed Test" title="Verizon-4G-LTE" width="300" height="32" class="size-medium wp-image-19268" /></a><p class="wp-caption-text">Verizon 4G LTE Speed Test</p></div>
<p>As you can see, the download speeds are roughly equal, which in reality is an amazing feat given that this is wireless broadband versus a cable connection.  The other thing to remember is that these speeds seem to hold steady across an entire large download and do not drop off like the Roadrunner speeds do.</p>
<p>On the upload side, the Verizon MiFi simply crushed the Roadrunner speeds.  Given that we plan to use these to upload mobile video, this will be a critical number if it holds steady throughout the region.</p>
<p>I gotta say, I am really impressed by this thing, though we&#8217;ll see how true that is after I test it in a variety of locations.</p>
<img src="http://feeds.feedburner.com/~r/Scottschulz/~4/H2zRGxglzc8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://scottschulz.us/2011/07/29/verizon_4g_mifi_quicktest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://scottschulz.us/2011/07/29/verizon_4g_mifi_quicktest/</feedburner:origLink></item>
		<item>
		<title>SBIRS Geo-1 Launch</title>
		<link>http://feedproxy.google.com/~r/Scottschulz/~3/sTBAVA7URBQ/</link>
		<comments>http://scottschulz.us/2011/05/07/sbirs-geo-1-launch/#comments</comments>
		<pubDate>Sat, 07 May 2011 18:52:17 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Space]]></category>
		<category><![CDATA[Satellite]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[USAF]]></category>

		<guid isPermaLink="false">http://scottschulz.us/?p=18904</guid>
		<description><![CDATA[This afternoon, the United Launch Alliance had another successful launch of the Atlas V vehicle, this time carrying the Space Based Infrared System (SBIRS) Geo-1 satellite into orbit. The first of a new breed of missile launch detection birds, this platform will provide near-constant monitoring capabilities, as opposed to q 10 seconds capability of earlier &#8230; </p><p><a class="more-link block-button" href="http://scottschulz.us/2011/05/07/sbirs-geo-1-launch/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>This afternoon, the <a href="http://www.ulalaunch.com">United Launch Alliance</a> had another successful launch of the Atlas V vehicle, this time carrying the Space Based Infrared System (SBIRS) Geo-1 satellite into orbit.  The first of a new breed of missile launch detection birds, this platform will provide near-constant monitoring capabilities, as opposed to q 10 seconds capability of earlier models.</p>
<div class="wp-caption aligncenter" style="width: 310px"><a href="http://s3.scottschulz.us/images/sbirs_geo1-launch.jpg" rel="lightbox[18904]" title="SBIRS Geo-1 Launch"><img alt="SBIRS Geo-1 Launch" src="http://s3.scottschulz.us/images/sbirs_geo1-launch-300.jpg" title="SBIRS Geo-1 Launch" width="300" height="188" /></a><p class="wp-caption-text">SBIRS Geo-1 Launch aboard Atlas V</p></div>
<p>This will give the <a href="http://www.airforce.com">USAF</a> <a href="http://www.afspc.af.mil/">Space Command</a> one more bird to control and those of us from SeeSat-L one more to track.</p>
<div class="wp-caption aligncenter" style="width: 310px"><a href="http://s3.scottschulz.us/images/sbirs_geo1-mission_patch.jpg" rel="lightbox[18904]" title="SBIRS Geo-1 Mission Patch"><img alt="SBIRS Geo-1 Mission Patch" src="http://s3.scottschulz.us/images/sbirs_geo1-mission_patch-300.jpg" title="SBIRS Geo-1 Mission Patch" width="300" height="301" /></a><p class="wp-caption-text">SBIRS Geo-1 Mission Patch</p></div>
<img src="http://feeds.feedburner.com/~r/Scottschulz/~4/sTBAVA7URBQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://scottschulz.us/2011/05/07/sbirs-geo-1-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://scottschulz.us/2011/05/07/sbirs-geo-1-launch/</feedburner:origLink></item>
		<item>
		<title>Farewell Odin – Good Job</title>
		<link>http://feedproxy.google.com/~r/Scottschulz/~3/slJYowkd0f4/</link>
		<comments>http://scottschulz.us/2011/03/20/farewell-odin-good-job/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 18:36:13 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uptime]]></category>

		<guid isPermaLink="false">http://scottschulz.us/?p=18449</guid>
		<description><![CDATA[Something almost sad about taking a server out of circulation after all this time. But time for a new version of Ubuntu or Arch Linux. ss@odin:/$ uptime 14:36:37 up 762 days, 3:39, 1 user, load average: 0.15, 0.03, 0.01 ss@odin:/$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=7.10 DISTRIB_CODENAME=gutsy DISTRIB_DESCRIPTION="Ubuntu 7.10"]]></description>
			<content:encoded><![CDATA[<p>Something almost sad about taking a server out of circulation after all this time.  But time for a new version of Ubuntu or Arch Linux.</p>
<p><code>ss@odin:/$ uptime<br />
 14:36:37 up 762 days,  3:39,  1 user,  load average: 0.15, 0.03, 0.01</p>
<p>ss@odin:/$ cat /etc/lsb-release<br />
DISTRIB_ID=Ubuntu<br />
DISTRIB_RELEASE=7.10<br />
DISTRIB_CODENAME=gutsy<br />
DISTRIB_DESCRIPTION="Ubuntu 7.10"<br />
</code></p>
<img src="http://feeds.feedburner.com/~r/Scottschulz/~4/slJYowkd0f4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://scottschulz.us/2011/03/20/farewell-odin-good-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://scottschulz.us/2011/03/20/farewell-odin-good-job/</feedburner:origLink></item>
		<item>
		<title>7435*2^749431-1 is prime!</title>
		<link>http://feedproxy.google.com/~r/Scottschulz/~3/y7URrxcQhj8/</link>
		<comments>http://scottschulz.us/2011/01/01/74352749431-1-is-prime/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 21:11:50 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Science]]></category>
		<category><![CDATA[Distributed Computing]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Primes]]></category>

		<guid isPermaLink="false">http://scottschulz.us/?p=16910</guid>
		<description><![CDATA[I started participating in the Free-DC Prime Search early last week, and early last night I received a Notifo popup on my iPhone that the computer currently checking for prime numbers had found one: This yields a number which is 225606 digits long and which currently (though likely not for long) is in 1543rd place &#8230; </p><p><a class="more-link block-button" href="http://scottschulz.us/2011/01/01/74352749431-1-is-prime/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>I started participating in the <a title="Free-DC Forum and Stats" href="http://www.free-dc.org" target="_blank">Free-DC</a> <a title="Prime Search Forum Page" href="http://www.free-dc.org/forum/forumdisplay.php?148-Free-DC-s-Prime-Search" target="_blank">Prime Search</a> early last week, and early last night I received a <a title="Notifo " href="http://www.notifo.com" target="_blank">Notifo</a> popup on my iPhone that the computer currently checking for prime numbers had found one:</p>
<p style="text-align: center;"><img src='http://s.wordpress.com/latex.php?latex=7435%5Ctimes%202%5E%7B749431%7D%20-1&#038;bg=ffffff&#038;fg=000000&#038;s=3' alt='7435\times 2^{749431} -1' title='7435\times 2^{749431} -1' class='latex' /></p>
<p>This yields a number which is 225606 digits long and which currently (though likely not for long) is in 1543rd place on the list of the <a title="5000 Largest Primes Database" href="http://primes.utm.edu/primes/" target="_blank">5000 largest primes</a>.  The prime has its own page on that site and bears the registration number <a title="Prime Number 97197" href="http://primes.utm.edu/primes/page.php?id=97197" target="_blank">97197</a>.</p>
<div class="wp-caption aligncenter" style="width: 250px"><a href="http://s3.scottschulz.us/images/prime_notifo.jpg" rel="lightbox[16910]" title="Notifo Notificaiton"><img title="Notifo Notificaiton" src="http://s3.scottschulz.us/images/prime_notifo-240.jpg" alt="" width="240" height="360" /></a><p class="wp-caption-text">Notifo Notification</p></div>
<div class="wp-caption aligncenter" style="width: 259px"><a href="http://s3.scottschulz.us/images/prime-97197.png" rel="lightbox[16910]" title="Prime Registration Page"><img title="Prime Registration Page" src="http://s3.scottschulz.us/images/prime-97197-249.jpg" alt="" width="249" height="232" /></a><p class="wp-caption-text">Prime Registration</p></div>
<img src="http://feeds.feedburner.com/~r/Scottschulz/~4/y7URrxcQhj8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://scottschulz.us/2011/01/01/74352749431-1-is-prime/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://scottschulz.us/2011/01/01/74352749431-1-is-prime/</feedburner:origLink></item>
		<item>
		<title>The New Sherlock</title>
		<link>http://feedproxy.google.com/~r/Scottschulz/~3/A4OozlVW2Hk/</link>
		<comments>http://scottschulz.us/2010/11/07/the-new-sherlock/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 12:33:57 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Movies]]></category>
		<category><![CDATA[mystery]]></category>
		<category><![CDATA[sherlockholmes]]></category>

		<guid isPermaLink="false">http://scottschulz.us/?p=16783</guid>
		<description><![CDATA[Two men who couldn&#8217;t be more different — united by ADVENTURE! Blowing away the fog of the Victorian era, the world&#8217;s most famous detective enters the 21st century. If you are even a modest fan of the Sherlock Holmes character, you owe it to yourself to catch the new episodes of Sherlock now playing on &#8230; </p><p><a class="more-link block-button" href="http://scottschulz.us/2010/11/07/the-new-sherlock/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>Two men who couldn&#8217;t be more different — united by ADVENTURE! Blowing  away the fog of the Victorian era, the world&#8217;s most famous detective  enters the 21st century.</p></blockquote>
<p>If you are even a modest fan of the Sherlock Holmes character, you owe it to yourself to catch the new episodes of <a title="Sherlock" href="http://www.pbs.org/wgbh/masterpiece/sherlock/index.html" target="_blank">Sherlock</a> now playing on <a title="Masterypiece Mystery!" href="http://www.pbs.org/wgbh/masterpiece/" target="_blank">Masterpiece Mystery! </a></p>
<p>Set in modern London, the young chap playing Sherlock is one of the best I have seen, and he has captured the essence of a younger Sherlock perfectly.  While I was at first leary of a modern Sherlock, Benedict Cumberbatch (as Sherlock) has swept aside all concerns and brings something to the role that I didn&#8217;t think was possible since the passing of Brett.</p>
<p>If you liked the movie, this may not be for you.  But if you like the Rathbone or Brett Sherlock&#8217;s, then give this a try.  Series 1 consists of three episodes, the last of which is playing tonight (7 Nov 2010), but I believe they are also already available on DVD.</p>
<img src="http://feeds.feedburner.com/~r/Scottschulz/~4/A4OozlVW2Hk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://scottschulz.us/2010/11/07/the-new-sherlock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://scottschulz.us/2010/11/07/the-new-sherlock/</feedburner:origLink></item>
		<item>
		<title>STS-133 Artwork Released</title>
		<link>http://feedproxy.google.com/~r/Scottschulz/~3/_m0qqhOsF0g/</link>
		<comments>http://scottschulz.us/2010/06/13/sts-133-artwork-released/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 19:05:25 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Space]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Shuttle]]></category>

		<guid isPermaLink="false">http://scottschulz.us/?p=5379</guid>
		<description><![CDATA[NASA have released the artwork for the forthcoming STS-133 shuttle mission. The patch pays homage not only to the shuttle Discovery which will be completing its stint as a flying shuttle soon, but also to Mr. Robert McCall, longtime artist for NASA: The STS-133 mission patch is based upon sketches from the late artist Robert &#8230; </p><p><a class="more-link block-button" href="http://scottschulz.us/2010/06/13/sts-133-artwork-released/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://spaceflight.nasa.gov/gallery/images/shuttle/sts-133/html/sts133-s-001.html"><img alt="" src="http://s3.scottschulz.us/images/sts133-s-001.jpg" title="STS-133 Mission Imagery" class="aligncenter" width="300" height="260" /></a></p>
<p><a href="http://www.nasa.gov/">NASA</a> have released the artwork for the forthcoming STS-133 shuttle mission.  The patch pays homage not only to the shuttle Discovery which will be completing its stint as a flying shuttle soon, but also to Mr. Robert McCall, longtime artist for NASA:</p>
<blockquote><p>The STS-133 mission patch is based upon sketches from the late artist Robert McCall; they were the final creations of his long and prodigious career.</p></blockquote>
<p>For additional information including an explanation of the imagery, please see the NASA Spaceflight website.</p>
<img src="http://feeds.feedburner.com/~r/Scottschulz/~4/_m0qqhOsF0g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://scottschulz.us/2010/06/13/sts-133-artwork-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://scottschulz.us/2010/06/13/sts-133-artwork-released/</feedburner:origLink></item>
		<item>
		<title>National Park Week 2010</title>
		<link>http://feedproxy.google.com/~r/Scottschulz/~3/sqiGDir087M/</link>
		<comments>http://scottschulz.us/2010/04/03/national-park-week-2010/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 12:19:23 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Hobbies]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Backpacking]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[Parks]]></category>

		<guid isPermaLink="false">http://scottschulz.us/?p=439</guid>
		<description><![CDATA[National Park Week will run from April 17th through the 25th this year.  Entrance to all 392 national parks will be free for that week, so now is the time to start finalizing plans for that great expedition.  Throw on the backpack and mosey on down a few miles of trail, or break out the &#8230; </p><p><a class="more-link block-button" href="http://scottschulz.us/2010/04/03/national-park-week-2010/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" title="National Park Service Logo" src="http://s3.scottschulz.us/images/nps_300.png" alt="" width="300" height="391" /></p>
<p>National Park Week will run from April 17th through the 25th this year.  Entrance to all 392 national parks will be free for that week, so now is the time to start finalizing plans for that great expedition.  Throw on the backpack and mosey on down a few miles of trail, or break out the <a title="Trek Light Gear" href="http://www.treklightgear.com/" target="_blank">Trek Light Gear</a> hammock and cosy up to a couple trees for some R&amp;R time amidst the sounds of nature.</p>
<img src="http://feeds.feedburner.com/~r/Scottschulz/~4/sqiGDir087M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://scottschulz.us/2010/04/03/national-park-week-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://scottschulz.us/2010/04/03/national-park-week-2010/</feedburner:origLink></item>
		<item>
		<title>Happy Pi Day</title>
		<link>http://feedproxy.google.com/~r/Scottschulz/~3/rgfbPxZZUL4/</link>
		<comments>http://scottschulz.us/2010/03/14/happy-pi-day/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 12:50:15 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Science]]></category>
		<category><![CDATA[Science Math]]></category>

		<guid isPermaLink="false">http://scottschulz.us/?p=435</guid>
		<description><![CDATA[For those who understand such things: Happy Pi Day.  I rarely jump on the bandwagon of all of the various X-days that have come and gone recently or which are coming, e.g. 10/10/10, but since Pi is such an interesting beast, it just needs to be celebrated on its day.  Question is: How does one &#8230; </p><p><a class="more-link block-button" href="http://scottschulz.us/2010/03/14/happy-pi-day/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>For those who understand such things: Happy Pi Day.  I rarely jump on the bandwagon of all of the various X-days that have come and gone recently or which are coming, e.g. 10/10/10, but since Pi is such an interesting beast, it just needs to be celebrated on its day.  Question is: How does one properly celebrate Pi Day?  Sit down with your favorite math book?  Hug a math nerd?</p>
<p>Anyway&#8230;  I really like some of the other suggestions for Pi Day proposed on the <a title="Real Pi Day" href="http://www.realpiday.org/" target="_blank">Real Pi Day</a> site.  Hopefully a consensus will be reached and banks and government employees can begin to have a day off in honor of the holiday.  And in case anyone is listening, I vote for the day/time when the sun has travelled 1/pi from perihelion.</p>
<img src="http://feeds.feedburner.com/~r/Scottschulz/~4/rgfbPxZZUL4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://scottschulz.us/2010/03/14/happy-pi-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://scottschulz.us/2010/03/14/happy-pi-day/</feedburner:origLink></item>
		<item>
		<title>Congrats to the Brother</title>
		<link>http://feedproxy.google.com/~r/Scottschulz/~3/QX6PSUjNfoA/</link>
		<comments>http://scottschulz.us/2010/02/27/congrats-to-the-brother/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 14:33:55 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://scottschulz.us/?p=421</guid>
		<description><![CDATA[Congratulations go out to my brother who was named national Technician of the Year by the E9-1-1 Institute. More information appears in this story on the WRAL website. Love the quote: “Through his leadership, the emergency communications IT team and the communications-electronics maintenance shop have made great strides toward enhancing the reliability and affordability of &#8230; </p><p><a class="more-link block-button" href="http://scottschulz.us/2010/02/27/congrats-to-the-brother/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://s3.scottschulz.us/images/craig_wral.png" rel="lightbox[421]" title="Craig on WRAL"><img class="alignright" title="Craig on WRAL" src="http://s3.scottschulz.us/images/craig_wral_250.png" alt="Craig on WRAL" width="250" height="264" /></a>Congratulations go out to my brother who was named national Technician of the Year by the <a title="E9-1-1 Institute" href="http://www.e911institute.org/" target="_blank">E9-1-1 Institute</a>.</p>
<p>More information appears in <a title="WRAL Story" href="http://www.wral.com/news/local/noteworthy/story/7123645/" target="_blank">this story</a> on the WRAL website.</p>
<p>Love the quote: “Through his leadership, the emergency communications IT team and the communications-electronics maintenance shop have made great strides toward enhancing the reliability and affordability of a wide variety of technology,&#8221; Furey said.</p>
<p>Now I&#8217;ll probably need an appointment to talk to him on IRC.</p>
<img src="http://feeds.feedburner.com/~r/Scottschulz/~4/QX6PSUjNfoA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://scottschulz.us/2010/02/27/congrats-to-the-brother/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://scottschulz.us/2010/02/27/congrats-to-the-brother/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 0.490 seconds --><!-- Cached page served by WP-Cache -->

