<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Lone Sysadmin &#187; General Rambling</title>
	<atom:link href="http://lonesysadmin.net/category/general-rambling/feed/" rel="self" type="application/rss+xml" />
	<link>http://lonesysadmin.net</link>
	<description>Virtualization, System Administration, and Technology.</description>
	<lastBuildDate>Sun, 29 Aug 2010 21:54:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Three Organizational Decisions That Help Me Virtualize</title>
		<link>http://lonesysadmin.net/2010/08/06/three-organizational-decisions-that-help-me-virtualize/</link>
		<comments>http://lonesysadmin.net/2010/08/06/three-organizational-decisions-that-help-me-virtualize/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 18:55:55 +0000</pubDate>
		<dc:creator>Bob Plankers</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[General Rambling]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://lonesysadmin.net/?p=2762</guid>
		<description><![CDATA[Over the last ten years my organization has come a long way with its IT policies and processes. We&#8217;ve gone from the wild, wild west of IT where personal heroism ruled the day, to a place where there&#8217;s just enough process to make sure that communication happens correctly and things like our Configuration Management Database [...]

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2009/04/07/how-much-capacity-should-i-have-for-vmware/" rel="bookmark">How Much Capacity Should I Have For VMware?</a><!-- (33.266)--></li>
		<li><a href="http://lonesysadmin.net/2008/08/13/why-this-vmware-time-bomb-issue-is-a-big-deal/" rel="bookmark">Why This VMware Time Bomb Issue is a Big Deal</a><!-- (32.889)--></li>
		<li><a href="http://lonesysadmin.net/2008/06/17/leopard-on-esx-would-be-nice/" rel="bookmark">Leopard on ESX Would Be Nice</a><!-- (30.8466)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>Over the last ten years my organization has come a long way with its IT policies and processes. We&#8217;ve gone from the wild, wild west of IT where personal heroism ruled the day, to a place where there&#8217;s just enough process to make sure that communication happens correctly and things like our Configuration Management Database (CMDB) stay up to date. It&#8217;s been a lot of work, but I am actually really proud of where we&#8217;re at.</p>
<p>There are three fundamental decisions we made a long time ago that, had they not been made, would have drastically changed how virtualization has proceeded here.</p>
<p><strong>1. Clearly defined maintenance windows.</strong></p>
<p>Knowing exactly when someone can do maintenance on server has been crucial to getting things done in our virtualization environment. There are many adjustments you can &amp; should make in virtual environments, but if you can&#8217;t ever take the VMs down to make the changes you&#8217;re stuck. We&#8217;ve been able to do physical to virtual migrations, performance tuning, VMware Tools upgrades, vSphere upgrades, and a whole slew of other things in relatively short timeframes because we have this all worked out already. This also lets us &#8220;right-size&#8221; our VMs &#8212; rather than deploying huge VMs just in case they need the CPU or RAM, we deploy smaller ones and then can take an outage to add CPUs and RAM if we need to. The maintenance windows for a server are negotiated between the application/service admins and the system administrators when a machine is put into production, we track it in our CMDB, and any member of the whole team supporting the service can take the maintenance window, as long as they follow some rules about notifications for the change (timeframes, etc.).</p>
<p><strong>2. Use of load-balancing technologies.</strong></p>
<p>We use application load balancers (layer 4 of the OSI model) to decouple services from individual servers. Not only does this allow us to take a host down without affecting a service, but it also lets us spread the load out more among the physical hosts we have in our virtual infrastructure. In a lot of cases having more, smaller VMs results in better workload scheduling by ESX and DRS, especially on smaller ESX hosts.</p>
<p>Of course, this also plays nicely into the other points, because it&#8217;s very liberating to be able to do what we call &#8220;rolling maintenance&#8221; on a service, just taking one machine down at a time so that customers are not impacted. It also means that system administrator quality of life goes up, for now we can do maintenance tasks during the day instead of on weekends and off-hours. Doing maintenance during business hours has a couple of benefits. First, it means that the maintenance will actually get done. If you try to use someone&#8217;s personal time to do work they tend to opt out of that work. Servers go unpatched, tuning doesn&#8217;t happen, lots of things that should get done don&#8217;t because people will choose their personal time over work. Second, it means that if something goes wrong there are others around to help out. Doing work at 5 AM on a Sunday is fun, but if things go sideways you have to wake someone up or try fixing it yourself. Doing work during the day means you have the rest of the team around to lend a hand.</p>
<p>Third, it gives you a way to make incremental changes and then watch the effects. This has been particularly awesome for performance tuning of applications and our virtual environments themselves. Testing tuning changes is often hard, because test suites and test load generators are synthetic and often don&#8217;t compare to real load. But because the load is spread out we can make a change to one VM, or one ESX host servicing one VM, and keep an eye on it. I&#8217;m not advocating being a complete cowboy &#8212; you still have to do testing &#8212; but the risks to your production environment are a lot lower if you can catch problems on one VM first.</p>
<p>There are usually some other benefits to load balancers, too, that make them virtualization-friendly. Many will offload SSL processing, so your VMs have less work to do. Others have features, like iRules in F5&#8242;s products, that let you rewrite network traffic on the fly, which has some really neat implications for security, monitoring, and service delivery. And if you don&#8217;t want to buy a piece of hardware you can often get a virtual appliance from these vendors, though the physical appliances are usually a lot faster.</p>
<p><strong>3. Commitment to operating system and application patching.</strong></p>
<p>It is a fundamental belief of mine that one of the best ways to stay secure is to keep up on your patching. My organization agrees, and by using load balancers and defining maintenance windows we&#8217;ve made it easy for ourselves to keep our hosts up to date with regular patching cycles. Because we can take servers down without taking services down, and because sysadmins know exactly when a server can come down, we can schedule maintenance cycles easily, whether it&#8217;s six months out or two weeks. We can also respond very rapidly to emergency situations, like recent remote execution vulnerabilities in Microsoft Windows, by rolling patches out to development &amp; test hosts, then QA &amp; production, over the course of just two days if needed.</p>
<p>Keeping up to date with patches not only keeps you secure, it also lets you take advantage of new features that are added to operating systems. For example, Red Hat keeps adding new virtualization-friendly features, like kernel interrupt clock dividers. Being a kernel parameter you can&#8217;t just change it on the fly. And if you have to reboot, but can&#8217;t get a time to do it, you won&#8217;t do it. For us, we just rolled the change into one of our patching cycles and reduced the load on our infrastructure dramatically. Meaning more VMs per physical host, and a quantifiable amount of savings from just a small change on each machine.</p>
<p>Furthermore, our commitment to patching also extends to the virtual infrastructure itself, and we have a rule that we will not implement anything that breaks vMotion or Storage vMotion. Why? Because then it becomes very difficult to cope with ESX updates, or hardware failures, or any situation where vMotion could be used to prevent an outage. Sure, this means that we still need physical hardware for some applications, but it&#8217;s still just a fraction of the hardware we were buying years ago. This also makes virtual infrastructure easy to upgrade when the time comes, for new versions of vSphere, new storage arrays, and new physical hosts. Instead of planning outages on hundreds of VMs we just vMotion them, and nobody is the wiser.</p>
<p><em>Disclosure: F5 is a sponsor of Gestalt IT Tech Field Day, of which I have been a participant. I am not a customer of F5 at this time, though.</em></p>
<p><hr></p><p>This post written by Bob Plankers for <a href="http://lonesysadmin.net">The Lone Sysadmin</a>. Unless otherwise noted it is &copy; 2010 Bob Plankers and licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons BY-NC-SA 3.0 license</a>.</p><img src="http://lonesysadmin.net/?ak_action=api_record_view&id=2762&type=feed" alt="" />

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2009/04/07/how-much-capacity-should-i-have-for-vmware/" rel="bookmark">How Much Capacity Should I Have For VMware?</a><!-- (33.266)--></li>
		<li><a href="http://lonesysadmin.net/2008/08/13/why-this-vmware-time-bomb-issue-is-a-big-deal/" rel="bookmark">Why This VMware Time Bomb Issue is a Big Deal</a><!-- (32.889)--></li>
		<li><a href="http://lonesysadmin.net/2008/06/17/leopard-on-esx-would-be-nice/" rel="bookmark">Leopard on ESX Would Be Nice</a><!-- (30.8466)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://lonesysadmin.net/2010/08/06/three-organizational-decisions-that-help-me-virtualize/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Youth</title>
		<link>http://lonesysadmin.net/2010/08/05/youth/</link>
		<comments>http://lonesysadmin.net/2010/08/05/youth/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 23:45:09 +0000</pubDate>
		<dc:creator>Bob Plankers</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[General Rambling]]></category>

		<guid isPermaLink="false">http://lonesysadmin.net/?p=2775</guid>
		<description><![CDATA[&#8220;Hey, do any of you guys have an old, full-height hard disk lying around?&#8221; This was a relatively new person from another group in our organization. People occasionally come looking for random old equipment to use for training &#38; examples, because they know we have things like original IBM PCs, Cisco AGS+ routers, token ring [...]

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2010/07/01/vmware-data-recovery-paravirtualized-scsi/" rel="bookmark">VMware Data Recovery &#038; Paravirtualized SCSI</a><!-- (24.2984)--></li>
		<li><a href="http://lonesysadmin.net/2009/08/18/brent/" rel="bookmark">Brent</a><!-- (21.23)--></li>
		<li><a href="http://lonesysadmin.net/2008/12/25/merry-christmas/" rel="bookmark">Merry Christmas!</a><!-- (20.2937)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>&#8220;Hey, do any of you guys have an old, full-height hard disk lying around?&#8221;</p>
<p>This was a relatively new person from another group in our organization. People occasionally come looking for random old equipment to use for training &amp; examples, because they know we have things like original IBM PCs, Cisco AGS+ routers, token ring MAUs, and 1200 baud Multitech Multimodems on hand.</p>
<p>&#8220;Sure, I&#8217;ve got a full height drive, one second.&#8221; I produce a full-height 600 MB Imprimis SCSI disk. Made in the USA, so it&#8217;s pretty old. It&#8217;s a bookend on my bookshelf.</p>
<p><a href="http://lonesysadmin.net/wp-content/uploads/2010/08/photo.jpg"><img class="alignnone size-full wp-image-2776" title="600 MB Imprimis SCSI drive, full height" src="http://lonesysadmin.net/wp-content/uploads/2010/08/photo.jpg" alt="600 MB Imprimis SCSI drive, full height" width="240" height="320" /></a></p>
<p>&#8220;What in the heck is that?&#8221; he asks.</p>
<p>&#8220;Um, a full-height drive?&#8221; I reply, really wondering what he thinks he&#8217;s asking for.</p>
<p>&#8220;No, man, I don&#8217;t know what that&#8217;s out of but it&#8217;s wicked. Full-height is like a couple inches tall, though.&#8221;</p>
<p>&#8220;And 3.5&#8243; form factor, right?&#8221;</p>
<p>&#8220;Yeah.&#8221;</p>
<p>&#8220;Dude, that&#8217;s half height.&#8221;</p>
<p>&#8220;Nah, that&#8217;s full height, at least that&#8217;s what I&#8217;ve been told. So what is that?&#8221; he asks, as he points to my impressive specimen of early 1990s drive technology.</p>
<p>&#8220;What you were looking for is half height. <em>This</em> is a full height 600 MB SCSI fixed disk. Final answer.&#8221; I hope he didn&#8217;t learn full height vs. half height from someone he paid.</p>
<p>&#8220;I&#8217;ve never seen one of those before. Can I borrow it? The other guys will flip out when they see this thing.&#8221;</p>
<p>I wonder what they&#8217;d think if they saw 8&#8243; floppy disks. Freakin&#8217; kids.</p>
<p><hr></p><p>This post written by Bob Plankers for <a href="http://lonesysadmin.net">The Lone Sysadmin</a>. Unless otherwise noted it is &copy; 2010 Bob Plankers and licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons BY-NC-SA 3.0 license</a>.</p><img src="http://lonesysadmin.net/?ak_action=api_record_view&id=2775&type=feed" alt="" />

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2010/07/01/vmware-data-recovery-paravirtualized-scsi/" rel="bookmark">VMware Data Recovery &#038; Paravirtualized SCSI</a><!-- (24.2984)--></li>
		<li><a href="http://lonesysadmin.net/2009/08/18/brent/" rel="bookmark">Brent</a><!-- (21.23)--></li>
		<li><a href="http://lonesysadmin.net/2008/12/25/merry-christmas/" rel="bookmark">Merry Christmas!</a><!-- (20.2937)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://lonesysadmin.net/2010/08/05/youth/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Oregon Trail: The Movie</title>
		<link>http://lonesysadmin.net/2010/08/02/oregon-trail-the-movie/</link>
		<comments>http://lonesysadmin.net/2010/08/02/oregon-trail-the-movie/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 19:43:32 +0000</pubDate>
		<dc:creator>Bob Plankers</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[General Rambling]]></category>

		<guid isPermaLink="false">http://lonesysadmin.net/?p=2765</guid>
		<description><![CDATA[One would think this is off-topic, but for techies it really isn&#8217;t. I present to you the official trailer for The Oregon Trail. Very well done! Makes me proud to have grown up in Minnesota (MECC == &#8220;Minnesota Educational Computing Consortium&#8221;). If you want to play it Classic Gaming has it and a copy of [...]

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/terms-of-use/" rel="bookmark">Terms of Use</a><!-- (82.1124)--></li>
		<li><a href="http://lonesysadmin.net/2008/12/01/license-changes/" rel="bookmark">License Changes</a><!-- (47.6057)--></li>
		<li><a href="http://lonesysadmin.net/2008/02/16/creative-commons/" rel="bookmark">Creative Commons</a><!-- (46.5517)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>One would think this is off-topic, but for techies it really isn&#8217;t. I present to you the official trailer for The Oregon Trail. Very well done!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/CHps2SecuDk&amp;hl=en_US&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/CHps2SecuDk&amp;hl=en_US&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Makes me proud to have grown up in Minnesota (MECC == &#8220;Minnesota Educational Computing Consortium&#8221;). If you want to play it <a href="http://classicgaming.gamespy.com/View.php?view=GameMuseum.Detail&amp;id=266">Classic Gaming has it</a> and a copy of AppleWin.</p>
<p><hr></p><p>This post written by Bob Plankers for <a href="http://lonesysadmin.net">The Lone Sysadmin</a>. Unless otherwise noted it is &copy; 2010 Bob Plankers and licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons BY-NC-SA 3.0 license</a>.</p><img src="http://lonesysadmin.net/?ak_action=api_record_view&id=2765&type=feed" alt="" />

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/terms-of-use/" rel="bookmark">Terms of Use</a><!-- (82.1124)--></li>
		<li><a href="http://lonesysadmin.net/2008/12/01/license-changes/" rel="bookmark">License Changes</a><!-- (47.6057)--></li>
		<li><a href="http://lonesysadmin.net/2008/02/16/creative-commons/" rel="bookmark">Creative Commons</a><!-- (46.5517)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://lonesysadmin.net/2010/08/02/oregon-trail-the-movie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy System Administrator Appreciation Day!</title>
		<link>http://lonesysadmin.net/2010/07/30/happy-system-administrator-appreciation-day/</link>
		<comments>http://lonesysadmin.net/2010/07/30/happy-system-administrator-appreciation-day/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 17:01:06 +0000</pubDate>
		<dc:creator>Bob Plankers</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[General Rambling]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://lonesysadmin.net/?p=2757</guid>
		<description><![CDATA[The Wisconsin DMV sent me my gift a day early: And it was a present &#8212; I needed replacement plates but hadn&#8217;t ordered them yet. I&#8217;m glad I didn&#8217;t! I often joke that I haven&#8217;t come up with an original solution to anything in years, thanks to all the other sysadmins out there who share [...]

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/terms-of-use/" rel="bookmark">Terms of Use</a><!-- (70.2905)--></li>
		<li><a href="http://lonesysadmin.net/2008/12/01/license-changes/" rel="bookmark">License Changes</a><!-- (47.6057)--></li>
		<li><a href="http://lonesysadmin.net/2008/02/16/creative-commons/" rel="bookmark">Creative Commons</a><!-- (46.5517)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>The Wisconsin DMV sent me my gift a day early:</p>
<p><img class="alignnone size-full wp-image-2758" title="UN1X" src="http://lonesysadmin.net/wp-content/uploads/2010/07/photo.png" alt="" width="450" height="232" /></p>
<p>And it was a present &#8212; I needed replacement plates but hadn&#8217;t ordered them yet. I&#8217;m glad I didn&#8217;t!</p>
<p>I often joke that I haven&#8217;t come up with an original solution to anything in years, thanks to all the other sysadmins out there who share their solutions, knowledge, and time in order to make the world better. Thank you all for everything you do!</p>
<p><hr></p><p>This post written by Bob Plankers for <a href="http://lonesysadmin.net">The Lone Sysadmin</a>. Unless otherwise noted it is &copy; 2010 Bob Plankers and licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons BY-NC-SA 3.0 license</a>.</p><img src="http://lonesysadmin.net/?ak_action=api_record_view&id=2757&type=feed" alt="" />

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/terms-of-use/" rel="bookmark">Terms of Use</a><!-- (70.2905)--></li>
		<li><a href="http://lonesysadmin.net/2008/12/01/license-changes/" rel="bookmark">License Changes</a><!-- (47.6057)--></li>
		<li><a href="http://lonesysadmin.net/2008/02/16/creative-commons/" rel="bookmark">Creative Commons</a><!-- (46.5517)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://lonesysadmin.net/2010/07/30/happy-system-administrator-appreciation-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gestalt IT Tech Field Day Seattle</title>
		<link>http://lonesysadmin.net/2010/07/14/gestalt-it-tech-field-day-seattle/</link>
		<comments>http://lonesysadmin.net/2010/07/14/gestalt-it-tech-field-day-seattle/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 22:01:06 +0000</pubDate>
		<dc:creator>Bob Plankers</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[General Rambling]]></category>

		<guid isPermaLink="false">http://lonesysadmin.net/?p=2739</guid>
		<description><![CDATA[Apple iPad: $670 Wyse PocketCloud RDP/View Client: $14.99 One flight worth of GoGoWireless: $12.95 Posting on my blog via an RDP connection to my work desktop across a VPN from 30,000 feet: priceless. I&#8217;m on my way to Gestalt IT&#8217;s Seattle Tech Field Day. I&#8217;m excited, for a lot of reasons. It&#8217;s an honor to [...]

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2007/02/06/when-tech-writers-are-idiots/" rel="bookmark">When Tech Writers Are Idiots</a><!-- (22.7399)--></li>
		<li><a href="http://lonesysadmin.net/2007/11/23/staff-time-isnt-free/" rel="bookmark">Staff Time Isn&#8217;t Free</a><!-- (17.906)--></li>
		<li><a href="http://lonesysadmin.net/2010/08/29/vmworld-2010-saturday/" rel="bookmark">VMworld 2010: Saturday</a><!-- (17.8961)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>Apple iPad: $670</p>
<p>Wyse PocketCloud RDP/View Client: $14.99</p>
<p>One flight worth of GoGoWireless: $12.95</p>
<p>Posting on my blog via an RDP connection to my work desktop across a VPN from 30,000 feet: priceless.</p>
<p>I&#8217;m on my way to Gestalt IT&#8217;s Seattle Tech Field Day. I&#8217;m excited, for a lot of reasons. It&#8217;s an honor to be invited, nominated by some of the other delegates. I&#8217;ve spent little time in Seattle, and while I won&#8217;t have a lot of extra free time this trip it&#8217;ll be better than last time I was there. I&#8217;ll get to hang out at a bunch of high-tech places, and best yet, do so with a bunch of high-tech folks that, frankly, I&#8217;ve only read about. How cool is that?</p>
<p>Pretty damn cool, if you ask me. And you didn&#8217;t, I know. :)</p>
<p><hr></p><p>This post written by Bob Plankers for <a href="http://lonesysadmin.net">The Lone Sysadmin</a>. Unless otherwise noted it is &copy; 2010 Bob Plankers and licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons BY-NC-SA 3.0 license</a>.</p><img src="http://lonesysadmin.net/?ak_action=api_record_view&id=2739&type=feed" alt="" />

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2007/02/06/when-tech-writers-are-idiots/" rel="bookmark">When Tech Writers Are Idiots</a><!-- (22.7399)--></li>
		<li><a href="http://lonesysadmin.net/2007/11/23/staff-time-isnt-free/" rel="bookmark">Staff Time Isn&#8217;t Free</a><!-- (17.906)--></li>
		<li><a href="http://lonesysadmin.net/2010/08/29/vmworld-2010-saturday/" rel="bookmark">VMworld 2010: Saturday</a><!-- (17.8961)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://lonesysadmin.net/2010/07/14/gestalt-it-tech-field-day-seattle/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Saturday Morning in Ohio</title>
		<link>http://lonesysadmin.net/2010/07/02/saturday-morning-in-ohio/</link>
		<comments>http://lonesysadmin.net/2010/07/02/saturday-morning-in-ohio/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 20:45:48 +0000</pubDate>
		<dc:creator>Bob Plankers</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[General Rambling]]></category>

		<guid isPermaLink="false">http://lonesysadmin.net/?p=2698</guid>
		<description><![CDATA[Photo courtesy Maitri, background on the Dell from Vladstudio. This post written by Bob Plankers for The Lone Sysadmin. Unless otherwise noted it is &#169; 2010 Bob Plankers and licensed under the Creative Commons BY-NC-SA 3.0 license. Related Posts Terms of Use Creative Commons License Changes

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/terms-of-use/" rel="bookmark">Terms of Use</a><!-- (68.0454)--></li>
		<li><a href="http://lonesysadmin.net/2008/02/16/creative-commons/" rel="bookmark">Creative Commons</a><!-- (46.5517)--></li>
		<li><a href="http://lonesysadmin.net/2008/12/01/license-changes/" rel="bookmark">License Changes</a><!-- (42.1756)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/maitri/4754741909/sizes/l/"><img class="alignnone size-large wp-image-2699" title="All Worship The Tablet" src="http://lonesysadmin.net/wp-content/uploads/2010/07/4754741909_2d35b8e33e_o-1024x768.jpg" alt="" width="465" height="348" /></a></p>
<p><em>Photo courtesy <a href="http://vatul.net/blog/">Maitri</a>, background on the Dell from <a href="http://www.vladstudio.com/home/">Vladstudio</a>.</em></p>
<p><hr></p><p>This post written by Bob Plankers for <a href="http://lonesysadmin.net">The Lone Sysadmin</a>. Unless otherwise noted it is &copy; 2010 Bob Plankers and licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons BY-NC-SA 3.0 license</a>.</p><img src="http://lonesysadmin.net/?ak_action=api_record_view&id=2698&type=feed" alt="" />

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/terms-of-use/" rel="bookmark">Terms of Use</a><!-- (68.0454)--></li>
		<li><a href="http://lonesysadmin.net/2008/02/16/creative-commons/" rel="bookmark">Creative Commons</a><!-- (46.5517)--></li>
		<li><a href="http://lonesysadmin.net/2008/12/01/license-changes/" rel="bookmark">License Changes</a><!-- (42.1756)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://lonesysadmin.net/2010/07/02/saturday-morning-in-ohio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s A Family Thing</title>
		<link>http://lonesysadmin.net/2010/06/08/its-a-family-thing/</link>
		<comments>http://lonesysadmin.net/2010/06/08/its-a-family-thing/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 22:07:08 +0000</pubDate>
		<dc:creator>Bob Plankers</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[General Rambling]]></category>

		<guid isPermaLink="false">http://lonesysadmin.net/?p=2640</guid>
		<description><![CDATA[I&#8217;m taking an off-topic break for a moment to express my delight in popular culture, for a change. Those of you watching HBO&#8217;s Treme saw something this week that is summarized quite nicely by the New Orleans Times-Picayune, in their &#8220;Treme Explained&#8221; post: Antoine and Desiree barbecuing on a parade route illustrates an aspect of [...]

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2008/01/26/new-orleans-mardi-gras-me/" rel="bookmark">New Orleans, Mardi Gras, Me</a><!-- (85.1875)--></li>
		<li><a href="http://lonesysadmin.net/2009/01/31/mask-check-costume-check/" rel="bookmark">Mask? Check. Costume? Check.</a><!-- (76.6001)--></li>
		<li><a href="http://lonesysadmin.net/2008/01/31/new-orleans-wrap-up/" rel="bookmark">New Orleans Wrap-Up</a><!-- (51.1267)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m taking an off-topic break for a moment to express my delight in popular culture, for a change. Those of you watching HBO&#8217;s <em>Treme</em> saw something this week that is summarized quite nicely by the New Orleans Times-Picayune, in their &#8220;Treme Explained&#8221; post:</p>
<blockquote><p>Antoine and Desiree barbecuing on a parade route illustrates an aspect  of Mardi Gras that’s poorly understood by outsiders: The beads ‘n’ boobs  “Girls Gone Wild” version of the holiday that Delmond briefly  experiences elsewhere in the episode is largely confined to the French  Quarter and almost exclusively perpetrated by drunken tourists, not that  there’s anything wrong with that. For most local participants in the  Carnival parade experience in New Orleans, the setting more resembles a  family picnic.</p></blockquote>
<p>As someone who rides with the Krewe of King Arthur each year this is the number one thing I have to explain to those who ask me where I&#8217;m going for two weeks in late winter. I&#8217;m really glad someone is shining some light on it, for maybe it will reduce the &#8220;Oh, you go to Mardi Gras? That&#8217;s okay with your girlfriend?&#8221; comments in my future.</p>
<p>Maybe.</p>
<p>As a side note, and slightly back on topic, my coworkers will be able to tell when I&#8217;ve had it, because I&#8217;ll start naming servers after New Orleans geographical features. Like Tchoupitoulas (chop-uh-too-luss) Street, Marigny (MARE-uh-knee), Treme (trah-MAY), etc. Even something as seemingly simple as Calliope is really &#8220;CAL-ee-ope,&#8221; and Burgundy more like &#8220;burr-GUN-dee.&#8221; Mean? Yeah, I know. Though I really would delight in naming something after the OPP.</p>
<p>Links:</p>
<p>- <a href="http://www.nola.com/treme-hbo/index.ssf/2010/06/treme_explained_all_on_a_mardi.html">NOLA.com&#8217;s &#8220;Treme&#8221; explained</a>.<br />
- <a href="http://www.kreweofkingarthur.com/">Krewe of King Arthur</a><br />
- Continued hat tip to Rafe Colburn&#8217;s <a href="http://rc3.org/2010/06/08/treme-episode-8-essential-reference/">Essential Reference</a> posts. Good stuff.<br />
- The &#8220;<a href="http://backoftown.wordpress.com/">Back of Town: Blogging Treme</a>&#8221; blog also has in-depth commentary by NOLA locals.</p>
<p><hr></p><p>This post written by Bob Plankers for <a href="http://lonesysadmin.net">The Lone Sysadmin</a>. Unless otherwise noted it is &copy; 2010 Bob Plankers and licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons BY-NC-SA 3.0 license</a>.</p><img src="http://lonesysadmin.net/?ak_action=api_record_view&id=2640&type=feed" alt="" />

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2008/01/26/new-orleans-mardi-gras-me/" rel="bookmark">New Orleans, Mardi Gras, Me</a><!-- (85.1875)--></li>
		<li><a href="http://lonesysadmin.net/2009/01/31/mask-check-costume-check/" rel="bookmark">Mask? Check. Costume? Check.</a><!-- (76.6001)--></li>
		<li><a href="http://lonesysadmin.net/2008/01/31/new-orleans-wrap-up/" rel="bookmark">New Orleans Wrap-Up</a><!-- (51.1267)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://lonesysadmin.net/2010/06/08/its-a-family-thing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Test My ISP</title>
		<link>http://lonesysadmin.net/2010/06/01/test-my-isp/</link>
		<comments>http://lonesysadmin.net/2010/06/01/test-my-isp/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 04:13:59 +0000</pubDate>
		<dc:creator>Bob Plankers</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[General Rambling]]></category>

		<guid isPermaLink="false">http://lonesysadmin.net/?p=2627</guid>
		<description><![CDATA[Test My ISP is a new program from the FCC to measure the speeds people are getting from their ISPs: Together, the FCC and Samknows are setting out to provide US consumers with reliable and accurate statistics of their broadband connections. If you are interested in using one of our units to measure your home [...]

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2006/07/23/how-much-io-are-you-doing/" rel="bookmark">How Much I/O Are You Doing?</a><!-- (26.9384)--></li>
		<li><a href="http://lonesysadmin.net/2008/06/20/signed-stealed-delivered/" rel="bookmark">Signed, Stealed, Delivered</a><!-- (21.1023)--></li>
		<li><a href="http://lonesysadmin.net/2007/10/18/close/" rel="bookmark">close()</a><!-- (18.537)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>Test My ISP is a new program from the FCC to measure the speeds people are getting from their ISPs:</p>
<blockquote><p>Together, the FCC and Samknows are setting out to provide US consumers  with reliable and accurate statistics of their broadband connections. If  you are interested in using one of our units to measure your home  broadband connection, then please sign up below. You will get to play a  part in changing the face of the American broadband industry and you  also get a free high-speed wireless router!</p></blockquote>
<p>I think it&#8217;s great they&#8217;re doing something like this. My AT&amp;T DSL connection never goes 6 Mbps, which is what I&#8217;m paying for (and want). However, it probably won&#8217;t be hard for the smart folks at these ISPs to figure out where these devices are, what kind of traffic they generate, and how to make the traffic high-priority. Especially since every big ISP probably has someone signing up for one of these devices right now. &#8220;Evil will always win, because good is dumb.&#8221;</p>
<ul>
<li><a href="https://www.testmyisp.com/">Test My ISP</a></li>
</ul>
<p><hr></p><p>This post written by Bob Plankers for <a href="http://lonesysadmin.net">The Lone Sysadmin</a>. Unless otherwise noted it is &copy; 2010 Bob Plankers and licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons BY-NC-SA 3.0 license</a>.</p><img src="http://lonesysadmin.net/?ak_action=api_record_view&id=2627&type=feed" alt="" />

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2006/07/23/how-much-io-are-you-doing/" rel="bookmark">How Much I/O Are You Doing?</a><!-- (26.9384)--></li>
		<li><a href="http://lonesysadmin.net/2008/06/20/signed-stealed-delivered/" rel="bookmark">Signed, Stealed, Delivered</a><!-- (21.1023)--></li>
		<li><a href="http://lonesysadmin.net/2007/10/18/close/" rel="bookmark">close()</a><!-- (18.537)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://lonesysadmin.net/2010/06/01/test-my-isp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Thanks AMD!</title>
		<link>http://lonesysadmin.net/2010/05/18/thanks-amd/</link>
		<comments>http://lonesysadmin.net/2010/05/18/thanks-amd/#comments</comments>
		<pubDate>Tue, 18 May 2010 21:31:23 +0000</pubDate>
		<dc:creator>Bob Plankers</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[General Rambling]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://lonesysadmin.net/?p=2585</guid>
		<description><![CDATA[Holy crap, server pricing has come down a lot in the last month! Four weeks ago a Dell R810 with 256 GB of RAM, dual Intel 6550 8-core CPUs, and the standard complement of drives, warranties, etc. was almost $28,000. A couple weeks ago the AMD-based Dell R815 was released, featuring the AMD 8- and [...]

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2007/11/12/intel-releases-the-xeon-5200-5400-processors/" rel="bookmark">Intel Releases the Xeon 5200 &#038; 5400 Processors</a><!-- (46.0109)--></li>
		<li><a href="http://lonesysadmin.net/2006/05/12/vmware-l2-cache/" rel="bookmark">VMware L2 cache</a><!-- (40.9244)--></li>
		<li><a href="http://lonesysadmin.net/2008/04/28/how-do-you-find-the-number-of-cpu-cores-on-linux/" rel="bookmark">How Do You Find The Number of CPU Cores on Linux?</a><!-- (36.2406)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>Holy crap, server pricing has come down a lot in the last month!</p>
<p>Four weeks ago a Dell R810 with 256 GB of RAM, dual Intel 6550 8-core CPUs, and the standard complement of drives, warranties, etc. was almost $28,000.</p>
<p>A couple weeks ago the AMD-based Dell R815 was released, featuring the AMD 8- and 12-core CPUs. A similar configuration to the R810 above comes to almost $17,000, and that&#8217;s with more cores in the host than the Intel.</p>
<p>Now the Dell R810, same configuration, is a little over $18,000.</p>
<p>I&#8217;ve not been a big fan of AMD&#8217;s technology in the past, because of caching bugs, OS incompatibilities, general BS, etc.  However, for what they just saved me by keeping Intel honest I might buy a test server based on their CPUs and take another look. :)</p>
<p>Also, the Dell R910 can have 1 TB of RAM in it now. A fully decked-out R910 with 1 terabyte of RAM and 32 CPU cores is $72,000. Depreciated over 5 years (which is the maximum hardware warranty), that&#8217;s only $14,400 each year.</p>
<p>I <em>really</em> want one.</p>
<p><hr></p><p>This post written by Bob Plankers for <a href="http://lonesysadmin.net">The Lone Sysadmin</a>. Unless otherwise noted it is &copy; 2010 Bob Plankers and licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons BY-NC-SA 3.0 license</a>.</p><img src="http://lonesysadmin.net/?ak_action=api_record_view&id=2585&type=feed" alt="" />

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2007/11/12/intel-releases-the-xeon-5200-5400-processors/" rel="bookmark">Intel Releases the Xeon 5200 &#038; 5400 Processors</a><!-- (46.0109)--></li>
		<li><a href="http://lonesysadmin.net/2006/05/12/vmware-l2-cache/" rel="bookmark">VMware L2 cache</a><!-- (40.9244)--></li>
		<li><a href="http://lonesysadmin.net/2008/04/28/how-do-you-find-the-number-of-cpu-cores-on-linux/" rel="bookmark">How Do You Find The Number of CPU Cores on Linux?</a><!-- (36.2406)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://lonesysadmin.net/2010/05/18/thanks-amd/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Kind of Day I&#8217;m Having</title>
		<link>http://lonesysadmin.net/2010/05/14/the-kind-of-day-im-having/</link>
		<comments>http://lonesysadmin.net/2010/05/14/the-kind-of-day-im-having/#comments</comments>
		<pubDate>Fri, 14 May 2010 17:12:35 +0000</pubDate>
		<dc:creator>Bob Plankers</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[General Rambling]]></category>

		<guid isPermaLink="false">http://lonesysadmin.net/?p=2576</guid>
		<description><![CDATA[Me: &#8220;I wonder when Red Hat Enterprise Linux 6 will actually get released.&#8221; Coworker: &#8220;What is &#8216;exactly one month after it would have helped you solve a problem&#8217;?&#8221; This post written by Bob Plankers for The Lone Sysadmin. Unless otherwise noted it is &#169; 2010 Bob Plankers and licensed under the Creative Commons BY-NC-SA 3.0 [...]

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/terms-of-use/" rel="bookmark">Terms of Use</a><!-- (74.6722)--></li>
		<li><a href="http://lonesysadmin.net/2008/02/16/creative-commons/" rel="bookmark">Creative Commons</a><!-- (43.2941)--></li>
		<li><a href="http://lonesysadmin.net/2008/12/01/license-changes/" rel="bookmark">License Changes</a><!-- (39.2943)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>Me: &#8220;I wonder when Red Hat Enterprise Linux 6 will actually get released.&#8221;</p>
<p>Coworker: &#8220;What is &#8216;exactly one month after it would have helped you solve a problem&#8217;?&#8221;</p>
<p><hr></p><p>This post written by Bob Plankers for <a href="http://lonesysadmin.net">The Lone Sysadmin</a>. Unless otherwise noted it is &copy; 2010 Bob Plankers and licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons BY-NC-SA 3.0 license</a>.</p><img src="http://lonesysadmin.net/?ak_action=api_record_view&id=2576&type=feed" alt="" />

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/terms-of-use/" rel="bookmark">Terms of Use</a><!-- (74.6722)--></li>
		<li><a href="http://lonesysadmin.net/2008/02/16/creative-commons/" rel="bookmark">Creative Commons</a><!-- (43.2941)--></li>
		<li><a href="http://lonesysadmin.net/2008/12/01/license-changes/" rel="bookmark">License Changes</a><!-- (39.2943)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://lonesysadmin.net/2010/05/14/the-kind-of-day-im-having/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>On Lost iPhone Prototypes</title>
		<link>http://lonesysadmin.net/2010/04/19/on-lost-iphone-prototypes/</link>
		<comments>http://lonesysadmin.net/2010/04/19/on-lost-iphone-prototypes/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 05:30:11 +0000</pubDate>
		<dc:creator>Bob Plankers</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[General Rambling]]></category>

		<guid isPermaLink="false">http://lonesysadmin.net/?p=2545</guid>
		<description><![CDATA[I&#8217;ve been reading the comments on Gizmodo&#8217;s &#8220;How Apple Lost the Next iPhone.&#8221; I have a few observations in response to a few of the types of comments. &#8220;I can&#8217;t believe someone like Gray Powell would have a prototype phone out in the wild.&#8221; I can. It makes perfect sense for the guy who writes [...]

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2007/09/27/iphone-bricks-macworld-and-warnings/" rel="bookmark">iPhone Bricks, MacWorld, and Warnings</a><!-- (47.0917)--></li>
		<li><a href="http://lonesysadmin.net/2008/03/19/iphone-enterprise-beta/" rel="bookmark">iPhone Enterprise Beta</a><!-- (43.5095)--></li>
		<li><a href="http://lonesysadmin.net/2007/07/27/binsh-on-iphone/" rel="bookmark">/bin/sh on iPhone</a><!-- (39.8999)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been reading the comments on Gizmodo&#8217;s &#8220;<a href="http://gizmodo.com/5520438/how-apple-lost-the-next-iphone">How Apple Lost the Next iPhone.</a>&#8221; I have a few observations in response to a few of the types of comments.</p>
<p><strong>&#8220;I can&#8217;t believe someone like Gray Powell would have a prototype phone out in the wild.&#8221;</strong></p>
<p>I can. It makes perfect sense for the guy who writes the baseband controller firmware to have one out for personal testing. When there&#8217;s a problem he can dump logs, etc. while it&#8217;s happening. There is sometimes no substitute for being able to see a problem in action, and having the guy eat his own dog food is a great way to do that. I, as an iPhone user, appreciate this level of testing.</p>
<p><strong>&#8220;I can&#8217;t believe someone with a prototype phone would be that irresponsible.&#8221;</strong></p>
<p>The whole point of field testing is to take it with you everywhere, and use it like you would use it normally. Sure, it sucks to lose your phone in the process. But you know, from the sounds of Mr. Powell&#8217;s last Facebook status update he was new to drinking German beer, and underestimated its quality and ass-kicking nature. I, as a German beer drinker, can&#8217;t fault someone for trying something new.</p>
<p><strong>&#8220;I can&#8217;t believe someone took the phone instead of turning it in.&#8221;</strong></p>
<p>The somewhat inebriated line of thinking is usually that you&#8217;ll take it and call the guy in the morning. Anybody commenting about finding a lost phone at a Starbucks and turning it in to the barista hasn&#8217;t been drinking. Logic does not apply.</p>
<p><strong>&#8220;The guy that found it was intentionally malicious the whole time, else he would have returned it right away or left it there.&#8221;<br />
</strong></p>
<p>It was bricked by the time the finder was sober, and there wasn&#8217;t a chance to apply logic to the situation. Personally, I would have posted to the guy&#8217;s own Facebook wall right away, but again, that&#8217;s logic and doesn&#8217;t apply when you&#8217;ve been drinking. I think the decision to brick it immediately caused more problems than just going with the flow for a few more hours and waiting for a call. Hell, send it a text, &#8220;hey, if you have my phone can you call me so I can meet you?&#8221;</p>
<p>The best way to avoid suspicion is to act like nothing is amiss.</p>
<p><strong>&#8220;This is a big ad for MobileMe.&#8221;</strong></p>
<p>I doubt it was intentional, but heck yeah, I&#8217;ve got a demo  MobileMe account I haven&#8217;t played with much and now I&#8217;m really going to  check it out. I&#8217;ve always been afraid of what might happen if my phone  leaves my possession, maybe I have been overlooking something.</p>
<p><strong>&#8220;Why didn&#8217;t Apple just remotely find the location of the device and go get it? Deliberately not recovering the phone was intentional.&#8221;</strong></p>
<p>First, this isn&#8217;t the movies. Second, I&#8217;m not 100% sure of what MobileMe can ascertain about the device but finding the actual location of it was probably less important, and less possible, than securing the device. When it was discovered what happened, Apple had two choices. They could actively seek out the device, which would arouse suspicion and cause news stories, especially if they tried to use law enforcement channels. Or they could just assume that the device is in a lost and found box somewhere and that nobody would know the difference. Mr. Powell could retrace his steps and retrieve it, and nobody would be the wiser. I suspect Apple decided to play it cool and just assume that the server at the bar, who was the most likely to recover it, wouldn&#8217;t do a thorough examination of it and just put it in box in the office already full of lost hot pink Motorola RAZRs, Blackberries, and other iPhones in hot pink cases.</p>
<p>It&#8217;s a gamble, and in this case it didn&#8217;t work. Why? Because there are a lot of curious techie-types in Silicon Valley, and because Apple didn&#8217;t think like a bunch of curious techie-types who had been drinking.</p>
<p>It&#8217;s also very possible that Apple wasn&#8217;t involved in the initial response to the situation, and the bricking was just a &#8220;CRAP CRAP CRAP I&#8217;m so fired&#8221; response by Mr. Powell. He called the bar, they weren&#8217;t open or didn&#8217;t have it, and he continued freaking out. Irrational thinking, but totally understandable. It&#8217;s also a good argument against him being fired by Apple, by the way. That sort of additional pressure just makes mistakes bigger, and makes people more apt to try hiding a mistake, neither of which are productive.</p>
<p><strong>&#8220;Why didn&#8217;t it just get turned in to Apple?&#8221;</strong></p>
<p>From the story, it sounds like they tried, but ended up with a support ticket. To me, having worked in a help desk, this says that either the person reporting this wasn&#8217;t very clear about what they had, or that the person taking the call wasn&#8217;t properly empowered to escalate this to someone that could have handled the situation. It&#8217;s likely the caller didn&#8217;t know what they had at the time, because a nice, clear &#8220;I have a prototype iPhone that was lost and want to give it back&#8221; would have probably made the point, loud &amp; clear.</p>
<p><strong>&#8220;This has been seriously destructive to Apple&#8217;s marketing plans  for iPhone 4.&#8221;</strong></p>
<p>Doubtful. It&#8217;s not like it was working when Gizmodo had it. And what did we learn? We learned that everything we suspected would be in a new phone revision is, and that we can&#8217;t use our 3GS cases on the new phone. Big frickin&#8217; deal. Steve Jobs can still do all the demos of the thing this summer and we&#8217;ll still be in awe. After all, the iPhone is way more about software than hardware.</p>
<p>Actually, it&#8217;d be pretty funny if Apple had Mr. Powell participate in the presentation this summer.</p>
<p><strong>&#8220;Selling &amp; buying stolen property is a dumb idea and Apple should prosecute everybody involved.&#8221;<br />
</strong></p>
<p>I suspect that the legal status of the iPhone is questionable at best, and the people that found it can reasonably say they tried to notify the owner of the loss. If I were Apple I&#8217;d just want this whole incident to go away soon. Taking legal action against people isn&#8217;t a good way to make it go away quickly, but it is a good way to seem like a bunch of litigious jerks, and that&#8217;s not a good choice.</p>
<p>The other thing is that, given the prevalence of iPhones in the wild, why would someone finding one initially assume it&#8217;s a prototype? And unless it had a sticker on it saying &#8220;This is the property of Apple Computer&#8221; there is also no reason to even think it belongs to a company. iPhones are not popular with enterprises, yet. Frankly, beyond waiting just a little longer to brick it, a sticker would have helped immensely:</p>
<p>&#8220;This device belongs to Apple Computer. If you have it the person with it has obviously left it somewhere. Could you please call 1-800-whatever and we&#8217;ll arrange to get it? We&#8217;ll give you an iTunes gift card as a thank you.&#8221; That&#8217;s nice &amp; non-suspicious.</p>
<p><strong>&#8220;This was a plant.&#8221;<br />
</strong></p>
<p>Hanlon&#8217;s Razor: &#8220;Never attribute to malice that which can be adequately explained by  stupidity.&#8221;</p>
<p><hr></p><p>This post written by Bob Plankers for <a href="http://lonesysadmin.net">The Lone Sysadmin</a>. Unless otherwise noted it is &copy; 2010 Bob Plankers and licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons BY-NC-SA 3.0 license</a>.</p><img src="http://lonesysadmin.net/?ak_action=api_record_view&id=2545&type=feed" alt="" />

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2007/09/27/iphone-bricks-macworld-and-warnings/" rel="bookmark">iPhone Bricks, MacWorld, and Warnings</a><!-- (47.0917)--></li>
		<li><a href="http://lonesysadmin.net/2008/03/19/iphone-enterprise-beta/" rel="bookmark">iPhone Enterprise Beta</a><!-- (43.5095)--></li>
		<li><a href="http://lonesysadmin.net/2007/07/27/binsh-on-iphone/" rel="bookmark">/bin/sh on iPhone</a><!-- (39.8999)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://lonesysadmin.net/2010/04/19/on-lost-iphone-prototypes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Submit Presentations To Conferences</title>
		<link>http://lonesysadmin.net/2010/03/26/how-to-submit-presentations-to-conferences/</link>
		<comments>http://lonesysadmin.net/2010/03/26/how-to-submit-presentations-to-conferences/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 04:29:20 +0000</pubDate>
		<dc:creator>Bob Plankers</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[General Rambling]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://lonesysadmin.net/?p=2267</guid>
		<description><![CDATA[With the VMworld 2010 call for papers out there I&#8217;ve been thinking about judging submissions to conferences. I&#8217;ve been fortunate enough to have helped judge papers for a couple of conferences, and it&#8217;s been pretty educational for me. I&#8217;ve seen a lot of good submissions, but also a lot of rough ones, too. I&#8217;ve kept [...]

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2007/10/15/6-tips-for-technical-presentations/" rel="bookmark">6 Tips for Technical Presentations</a><!-- (53.3097)--></li>
		<li><a href="http://lonesysadmin.net/2006/11/14/my-excel-wish-list/" rel="bookmark">My Excel Wish List</a><!-- (28.6275)--></li>
		<li><a href="http://lonesysadmin.net/2007/06/14/thanks-lopsa-madison/" rel="bookmark">Thanks LOPSA Madison</a><!-- (25.1796)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>With the VMworld 2010 call for papers out there I&#8217;ve been thinking about judging submissions to conferences. I&#8217;ve been fortunate enough to have helped judge papers for a couple of conferences, and it&#8217;s been pretty educational for me. I&#8217;ve seen a lot of good submissions, but also a lot of rough ones, too. I&#8217;ve kept some notes about what I&#8217;m thinking when I judge a presentation and I thought maybe it would be helpful to others.</p>
<p><strong>1. If your presentation is just whipped together please say so, up front.</strong> Ideally you&#8217;d have spent some quality time with your presentation and submitted it in an excellent, finished state, but we all know how deadlines sneak up on us. It&#8217;s just that sometimes it&#8217;s really tough to figure out if a presenter thinks the slide deck is finished. A quick blurb about what you plan to do helps a lot, if only to reassure a judge that you know it needs polishing. You might also mention any graphics or demos you haven&#8217;t put in yet.</p>
<p><strong>2. Submit your presentation in the form it will be presented, or in exactly the format asked for.</strong> Judges are being asked to figure out if the combination of you and your slide deck would be interesting to a bunch of people for 30 minutes. A ton of bullet points in Microsoft Word doesn&#8217;t tell them much about your ability to present your content to a room full of people, even if it looks like great stuff. Things like your font choices, slide layout, and general slide organization give judges clues about whether you&#8217;ll give a good presentation or not.</p>
<p>If the conference has rules about how to submit a presentation you should follow them precisely. Sometimes organizers want things in a specific format, to normalize the differences in presentation style or make it easier to distribute to judges. Don&#8217;t submit a PowerPoint presentation when they ask for only an outline in Microsoft Word 2007 format.</p>
<p><strong>3. Skip the parts that are obvious to the audience.</strong> One of the biggest things I&#8217;ve looked for is whether the presenter has considered their audience at all. A great example of this is all the presentations at VMworld where the presenter spends 15 minutes telling the audience how great virtualization is. Well, duh! We know that, else we wouldn&#8217;t be at the conference. If your presentation is about how to optimize backup product X for virtual machines assume that everybody in the room wants to hear about how to optimize product X for virtual machines, and only that. Tell them things they don&#8217;t know on that topic only.</p>
<p><strong>4. Don&#8217;t bring marketing presentations to a technical conference.</strong> Judges need about 3 brain cells to tell it was a marketing slide deck. How? Sometimes it&#8217;s because of the pros &amp; cons slide that still lists how it lowers licensing sales as a con. That sounds like a pro to me, you sales droid scammer! Sometimes it&#8217;s because the presentation is about optimizing the performance of product X but the whole thing seems to be about why you should buy product X, or some add-on. Sometimes it&#8217;s just that there&#8217;s some sort of introduction by someone with &#8220;marketing&#8221; in their title.  Let&#8217;s just say that I ask myself if I&#8217;d want to sit through each presentation I judge. If the answer is no, I won&#8217;t willingly make any of my fellow techies do so, either.</p>
<p><strong>5. Delete markup &amp; change tracking data.</strong> Microsoft Office products allow you to track the changes you&#8217;ve made to a document or slide deck, which can be a great way for a team to work on a document together. Get rid of that before you send it in. Believe me, you don&#8217;t want people to see that stuff.</p>
<p><strong>6. Spell check your presentation.</strong> Grammar is one thing, but I&#8217;ve always been floored by the number of people that say &#8220;I don&#8217;t care at all&#8221; by not spell-checking their presentation. If you&#8217;re having trouble finding it the button looks like:</p>
<p><a href="http://lonesysadmin.net/wp-content/uploads/2009/11/Spelling.png"><img class="alignnone size-full wp-image-2268" title="Spelling Button" src="http://lonesysadmin.net/wp-content/uploads/2009/11/Spelling.png" alt="Spelling Button" width="50" height="54" /></a></p>
<p>in the U.S.A. version of Microsoft PowerPoint 2007, and is usually near the top left of the window under &#8220;Review.&#8221; That is, if you&#8217;ve missed all the little red squiggles under the misspelled words and simultaneously forgot how to right-click. Or, maybe you&#8217;re a Mac user and don&#8217;t have a right mouse button&#8230; :)</p>
<p><strong>7. Use less text.</strong> You&#8217;re giving a presentation, not writing a book, and the more text you put on a slide the less people will pay attention to you (and then leave to go download your slides). I&#8217;ve always been a fan of <a href="http://blog.guykawasaki.com/2005/12/the_102030_rule.html">Guy Kawasaki&#8217;s 10/20/30 rule</a>: 10 slides, 20 minutes, 30 point font. I like 30 point fonts. You can see them in back and on videos of the presentation, and it shows that you care about the audience reading your slides. If you want to put a lot of text on a slide for reference put it at the end, or put it in the notes for the slides.</p>
<p>One reason to put a lot of text on a slide is if you&#8217;re showing commands in a console. You might ask yourself if you need the whole screenshot. Is it important to show the formatting? Could you crop &#038; magnify the image to make it easier to see in the back, but not lose the message? Or, maybe your audience just needs the command you ran, and not all the output, too.</p>
<p><strong>8. Use black &amp; white for text colors.</strong> High-contrast colors are easily seen from anywhere in the room and by people with color blindness. If you have to use another color do it sparingly, and keep it to a bold color like red or blue against a white background. Never use red and green together, or blue and yellow, because those are the most common types of color blindness. In fact, never use yellow for anything in a presentation because it cannot be seen, from anywhere, by anyone.</p>
<p>You&#8217;re at a disadvantage when you submit a presentation to conference organizers, because nobody can hear you talking and get a feel for the whole package. It&#8217;s very important, then, that your materials convey how you respect your future audience, their time, their knowledge and interests, and what they&#8217;ve done to get into the room with you. Do that and you&#8217;re set. Good luck!</p>
<p><hr></p><p>This post written by Bob Plankers for <a href="http://lonesysadmin.net">The Lone Sysadmin</a>. Unless otherwise noted it is &copy; 2010 Bob Plankers and licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons BY-NC-SA 3.0 license</a>.</p><img src="http://lonesysadmin.net/?ak_action=api_record_view&id=2267&type=feed" alt="" />

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2007/10/15/6-tips-for-technical-presentations/" rel="bookmark">6 Tips for Technical Presentations</a><!-- (53.3097)--></li>
		<li><a href="http://lonesysadmin.net/2006/11/14/my-excel-wish-list/" rel="bookmark">My Excel Wish List</a><!-- (28.6275)--></li>
		<li><a href="http://lonesysadmin.net/2007/06/14/thanks-lopsa-madison/" rel="bookmark">Thanks LOPSA Madison</a><!-- (25.1796)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://lonesysadmin.net/2010/03/26/how-to-submit-presentations-to-conferences/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Well Played, Google</title>
		<link>http://lonesysadmin.net/2010/03/23/well-played-google/</link>
		<comments>http://lonesysadmin.net/2010/03/23/well-played-google/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 07:39:34 +0000</pubDate>
		<dc:creator>Bob Plankers</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[General Rambling]]></category>

		<guid isPermaLink="false">http://lonesysadmin.net/?p=2443</guid>
		<description><![CDATA[Undoubtably you&#8217;ve seen the news about Google ending their censoring in mainland China: Users visiting Google.cn are now being redirected to Google.com.hk, where we are offering uncensored search in simplified Chinese, specifically designed for users in mainland China and delivered via our servers in Hong Kong. Users in Hong Kong will continue to receive their [...]

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2008/04/14/sun-google-are-as-bad-as-apple/" rel="bookmark">Sun &#038; Google are as Bad as Apple</a><!-- (42.3591)--></li>
		<li><a href="http://lonesysadmin.net/2008/02/03/google-pots-and-kettles/" rel="bookmark">Google, Pots, and Kettles.</a><!-- (38.1503)--></li>
		<li><a href="http://lonesysadmin.net/2006/02/19/aclu-google/" rel="bookmark">ACLU &#038; Google</a><!-- (29.165)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>Undoubtably you&#8217;ve seen <a href="http://googleblog.blogspot.com/2010/03/new-approach-to-china-update.html">the news</a> about Google ending their censoring in mainland China:</p>
<blockquote><p>Users visiting Google.cn are now being redirected to <a href="http://www.google.com.hk/">Google.com.hk</a>, where we are  offering uncensored search in simplified Chinese, specifically designed  for users in mainland China and delivered via our servers in Hong Kong.  Users in Hong Kong will continue to receive their existing uncensored,  traditional Chinese service, also from <a href="http://www.google.com.hk/">Google.com.hk</a>.</p></blockquote>
<p>Personally, I love this solution, as it&#8217;s an elegant exploitation of the politics of China.</p>
<p>1. Remember that Hong Kong was turned over to China in 1997. According to Wikipedia, &#8220;The Basic Law [of Hong Kong] stipulates that Hong Kong shall enjoy a &#8216;high degree of  autonomy&#8217; in all matters except foreign relations and military defence.&#8221; This is how they kept all the people from fleeing Hong Kong, even though it went from a British colony to a Communist state overnight.</p>
<p>2. Continuing in the &#8220;please don&#8217;t leave us, we like your money&#8221; department China doesn&#8217;t censor Hong Kong&#8217;s Internet.</p>
<p>3. That hypocrisy is now biting them in the duff. Now they can either piss off a ton of their wealthiest citizens by forcing censorship on them, or risk insurrection by allowing open Internet access in the mainland.</p>
<p>Well played, Google.</p>
<p><strong>Update: </strong>When I first wrote this I guess I didn&#8217;t think about Hong Kong being outside the Great Firewall. Blocking of search results is still happening, but Google is no longer complicit with it, which I think is good. Besides, it&#8217;s still planting a question in mainland Chinese citizens&#8217; heads: why are people in Hong Kong better than me?</p>
<p><hr></p><p>This post written by Bob Plankers for <a href="http://lonesysadmin.net">The Lone Sysadmin</a>. Unless otherwise noted it is &copy; 2010 Bob Plankers and licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons BY-NC-SA 3.0 license</a>.</p><img src="http://lonesysadmin.net/?ak_action=api_record_view&id=2443&type=feed" alt="" />

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2008/04/14/sun-google-are-as-bad-as-apple/" rel="bookmark">Sun &#038; Google are as Bad as Apple</a><!-- (42.3591)--></li>
		<li><a href="http://lonesysadmin.net/2008/02/03/google-pots-and-kettles/" rel="bookmark">Google, Pots, and Kettles.</a><!-- (38.1503)--></li>
		<li><a href="http://lonesysadmin.net/2006/02/19/aclu-google/" rel="bookmark">ACLU &#038; Google</a><!-- (29.165)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://lonesysadmin.net/2010/03/23/well-played-google/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Immortals</title>
		<link>http://lonesysadmin.net/2010/03/23/immortals/</link>
		<comments>http://lonesysadmin.net/2010/03/23/immortals/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 06:40:06 +0000</pubDate>
		<dc:creator>Bob Plankers</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[General Rambling]]></category>
		<category><![CDATA[People Stuff]]></category>

		<guid isPermaLink="false">http://lonesysadmin.net/?p=2430</guid>
		<description><![CDATA[It&#8217;s an interesting thing, this life. You&#8217;re born, you live, you die. And along the way there are certain epochs, milestones, that mark the journey. Early on you don&#8217;t remember these things, like learning to walk, or, just as crucial, going to the bathroom on your own. Sometimes you do remember them, like your first [...]

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2007/07/11/pownce/" rel="bookmark">Pownce</a><!-- (27.8496)--></li>
		<li><a href="http://lonesysadmin.net/2006/02/13/law-of-charting-complexity/" rel="bookmark">Law of Charting Complexity</a><!-- (21.0818)--></li>
		<li><a href="http://lonesysadmin.net/2008/03/17/rights-of-survivorship/" rel="bookmark">Rights of Survivorship</a><!-- (19.9386)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s an interesting thing, this life. You&#8217;re born, you live, you die. And along the way there are certain epochs, milestones, that mark the journey. Early on you don&#8217;t remember these things, like learning to walk, or, just as crucial, going to the bathroom on your own. Sometimes you do remember them, like your first kiss, or holding your own offspring for the first time. Sometimes the events are obvious milestones, sometimes it takes years before you realize they were signs along the road.</p>
<p>Sometimes these milestones are like the forbidden fruit in the garden of Eden, though. As much as you know they&#8217;re a part of life you&#8217;d like to put them back, take a do-over, and go back to blissful ignorance. Like the day you learn, for sure, 100%, that your parents aren&#8217;t immortal. Now, don&#8217;t confuse this with learning that your parents are human. At some point we all figure out that parents are, to some degree, human, making mistakes and being grumpy and irrational and all that. But at some point it&#8217;ll occur to you that your parents won&#8217;t always be around, and that&#8217;s a huge thought all on its own.</p>
<p>We learned of my father&#8217;s stomach cancer late in October 2000. Six months later he was gone. I was in denial most of the time he was dying, that it could be happening at all, that it was possible for it to happen to someone I cared about. It took me years afterward to wrap my head around the idea that he was gone. In fact, if you go with the five stages of grief, I was stuck at &#8220;anger&#8221; for quite a number of years. But I still had my mom, and while I couldn&#8217;t ask her for advice on replumbing my house she kept the immortal flame of parenthood burning in all the other good ways.</p>
<p>It&#8217;s been a while since I&#8217;ve written anything here. Not coincidentally, it&#8217;s been about that same amount of time since I was reminded, again, that my parents are not immortal. This time, a brain tumor. Possibly operable, likely quite treatable, but still a shock.[0] Doubly so because this is a threat to the last bastion of the old ways, the homestead, and the status quo of my family. My father&#8217;s death, and the ensuing nine years, have given me experience to deal with this sort of thing, but it&#8217;s still been this inedible lump sitting there for me to digest. And while I&#8217;ve been nibbling away at it I lost all my will to write, to do link posts with snarky comments, or to even update Facebook and Twitter. In fact, I missed my annual tribute to my father on his birthday, recycling some of his own snarky comments. I really feel bad about that, but I suspect he&#8217;d understand.</p>
<p>I don&#8217;t write all this fishing for sympathy or anything. I&#8217;m not. While it sucks, we all eventually go through it, and if anything talking about it helps me sort some of it out. This post is more of an apology for disappearing and a pledge that, since I&#8217;ve found some of my words again, I&#8217;ll post occasionally on the topic. After all, this blog is about technology, and a hell of a lot of it is being used on my mom, by no less than brain surgeons. Most importantly, though, this post is a plea, in the sage words of a billboard along U.S. Highway 151 between Dubuque and Madison: call your mom. I&#8217;m sure she&#8217;d like to hear from you.</p>
<p>It sure is an interesting thing, this life.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>[0] Anaplastic astrocytoma. If you Google it realize that while astrocytomas are not rare catching them in this stage (anaplastic, or WHO Grade III) is. They&#8217;re usually found when smaller or larger. As such, there isn&#8217;t a ton of data about prognoses or treatment. In fact, it was only a few years ago that they started using radiation AND chemotherapy together on these tumors, and there isn&#8217;t a lot of published data on the survival rates now, mainly because those people are still alive. Can&#8217;t argue with that. :)</p>
<p><hr></p><p>This post written by Bob Plankers for <a href="http://lonesysadmin.net">The Lone Sysadmin</a>. Unless otherwise noted it is &copy; 2010 Bob Plankers and licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons BY-NC-SA 3.0 license</a>.</p><img src="http://lonesysadmin.net/?ak_action=api_record_view&id=2430&type=feed" alt="" />

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2007/07/11/pownce/" rel="bookmark">Pownce</a><!-- (27.8496)--></li>
		<li><a href="http://lonesysadmin.net/2006/02/13/law-of-charting-complexity/" rel="bookmark">Law of Charting Complexity</a><!-- (21.0818)--></li>
		<li><a href="http://lonesysadmin.net/2008/03/17/rights-of-survivorship/" rel="bookmark">Rights of Survivorship</a><!-- (19.9386)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://lonesysadmin.net/2010/03/23/immortals/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPad vs. Netbook: Netbook FTW</title>
		<link>http://lonesysadmin.net/2010/01/27/ipad-vs-netbook-netbook-ftw/</link>
		<comments>http://lonesysadmin.net/2010/01/27/ipad-vs-netbook-netbook-ftw/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 21:38:03 +0000</pubDate>
		<dc:creator>Bob Plankers</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[General Rambling]]></category>
		<category><![CDATA[Outright Rant]]></category>

		<guid isPermaLink="false">http://lonesysadmin.net/?p=2404</guid>
		<description><![CDATA[I&#8217;m glad to see the iPad is announced. It looks like an interesting device, not quite a notebook, not quite an iPhone. I, however, don&#8217;t see how it&#8217;s anything beyond a portal to give Apple more money. Please, if you see I&#8217;ve made an error here let me know in the comments. Thank you! 1. [...]

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2008/01/04/new-laptop-on-its-way/" rel="bookmark">New Laptop On Its Way</a><!-- (24.5232)--></li>
		<li><a href="http://lonesysadmin.net/2007/08/19/how-to-get-the-open-apple-back-on-the-mac-keyboard/" rel="bookmark">How To Get The Open Apple Back On The Mac Keyboard</a><!-- (24.3146)--></li>
		<li><a href="http://lonesysadmin.net/2008/01/16/20-for-an-ipod-update-like-ohmygod/" rel="bookmark">$20 for an iPod update?!? Like Ohmygod!</a><!-- (23.8488)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m glad to see the iPad is announced. It looks like an interesting device, not quite a notebook, not quite an iPhone. I, however, don&#8217;t see how it&#8217;s anything beyond a portal to give Apple more money.</p>
<p><em>Please, if you see I&#8217;ve made an error here let me know in the comments. Thank you!</em></p>
<p>1. AT&amp;T. Seriously, a &#8220;breakthrough&#8221; deal with AT&amp;T is like being the fastest reader in remedial reading class. You&#8217;re still in remedial reading class.</p>
<p>2. No Flash. It&#8217;s astonishing how much stuff I watch in Flash on my laptop, and it being missing on this device is going to be a big hole. Lots of stuff is in YouTube, but not everything, and HTML5 isn&#8217;t going to solve this problem for quite a while, either.</p>
<p>3. You still need a desktop to dock this thing to, for anything beyond basic downloading or web browsing. Despite what some apps can do (including iWork), it really is just a standalone viewer of content.</p>
<p>4. The dock and keyboard setup is a kludge. It appears clunky, certainly not easily portable, and looks like it&#8217;ll fall over when you try to click on something by touching it. I&#8217;m skeptical. I think a netbook or cheap laptop will continue to smoke the iPad for anybody who needs to type anything. Heck, you can add an external USB keyboard and a mouse to a netbook.</p>
<p>5. E-books with DRM. There is no mention of being able to use anything but EPUB format books. I&#8217;d like to be able to read things from <a href="http://www.gutenberg.org/wiki/Main_Page">Project Gutenberg</a>, for example, or anything that an independent party might like to push out. Furthermore, it looks as if <a href="http://en.wikipedia.org/wiki/EPUB#Criticism">EPUB doesn&#8217;t work well</a> for technical books or books that need precision graphics placement (comic books, for example).</p>
<p>6. No user-replaceable batteries, though it&#8217;s not a huge deal because you can charge just about anywhere. If their battery life figures aren&#8217;t inflated it should be enough for a day&#8217;s use. Plus, with a tablet I&#8217;m anticipating third-party form-fitting add-ons that boost battery life. I worry about wear on the battery, though &#8212; after a year or so of daily charging batteries lose significant capacity.</p>
<p>7. It is still tied to the draconian App Store policies. Apple still controls who can put what on this device, and their policies are not consumer-friendly. Take Google Voice as an example. Maybe Apple should watch their first commercial, &#8220;1984,&#8221; and see what their message was then.</p>
<p>8. No multitasking. On a real computing device you can switch between apps and not lose your place. I understand the implications for battery life and whatnot, but I&#8217;d like the option to quickly switch between apps, like an SSH client and a web browser, and keep my sessions.</p>
<p>Looking at Apple&#8217;s list of things they think the iPad can do better:</p>
<p>Browsing: netbooks for the win. A netbook has Flash and can run any web browser, not just the Apple-prescribed browser and technologies.</p>
<p>Email: netbooks for the win. The external keyboard is a kludge, not portable, and I&#8217;m guessing they added it because typing on the screen sucks.</p>
<p>Photos: <strong>I&#8217;ve changed this based on new information in the comments.</strong> I didn&#8217;t realize that the iPad had a camera connector, so I&#8217;ll dub this a tie. Netbooks are more flexible and can run more software packages, but the display &amp; interface on the iPad will likely smoke a netbook&#8217;s. What does remain to be seen is if iPhoto or something like it will be ported to Windows. If that happens it&#8217;s iPad FTW.</p>
<p>Video: netbooks for the win. Aside from the lack of Flash on the iPad, which disables most Internet video players, you are only able to watch video encoded with Apple-prescribed codecs.</p>
<p>Music: iPad. The iPod is the standard, and the iPad will draw on that heritage.</p>
<p>Games: iPad. The games for the iPhone and iPad are so-so, but netbooks really don&#8217;t have the ability or interface to play anything.</p>
<p>eBooks: libraries for the win. A paperback book doesn&#8217;t take any power, can be read in many differing conditions, isn&#8217;t made of toxic waste, isn&#8217;t locked to a carrier, doesn&#8217;t have a monthly fee (though one would argue your library has a fee in the form of taxes), can be loaned to your cousin, is available at millions of locations, has an easy-to-use interface, can be dropped on the floor or crushed in your luggage, and can be donated to or borrowed from a library or a book swap when you&#8217;re done with it.</p>
<p>I think, for now, I&#8217;ll stick with a netbook and a paperback.</p>
<p><hr></p><p>This post written by Bob Plankers for <a href="http://lonesysadmin.net">The Lone Sysadmin</a>. Unless otherwise noted it is &copy; 2010 Bob Plankers and licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons BY-NC-SA 3.0 license</a>.</p><img src="http://lonesysadmin.net/?ak_action=api_record_view&id=2404&type=feed" alt="" />

<h3>Related Posts</h3>
<ol>
		<li><a href="http://lonesysadmin.net/2008/01/04/new-laptop-on-its-way/" rel="bookmark">New Laptop On Its Way</a><!-- (24.5232)--></li>
		<li><a href="http://lonesysadmin.net/2007/08/19/how-to-get-the-open-apple-back-on-the-mac-keyboard/" rel="bookmark">How To Get The Open Apple Back On The Mac Keyboard</a><!-- (24.3146)--></li>
		<li><a href="http://lonesysadmin.net/2008/01/16/20-for-an-ipod-update-like-ohmygod/" rel="bookmark">$20 for an iPod update?!? Like Ohmygod!</a><!-- (23.8488)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://lonesysadmin.net/2010/01/27/ipad-vs-netbook-netbook-ftw/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
