<?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>Uncarved</title>
	<atom:link href="http://uncarved.prometheas.com/feed" rel="self" type="application/rss+xml" />
	<link>http://uncarved.prometheas.com</link>
	<description>An ongoing tension of potential, or how i learned to stop worrying and embrace the iterations.</description>
	<lastBuildDate>Fri, 27 Apr 2012 19:02:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Cafe Frizzante</title>
		<link>http://uncarved.prometheas.com/2012/04/cafe-frizzante.html</link>
		<comments>http://uncarved.prometheas.com/2012/04/cafe-frizzante.html#comments</comments>
		<pubDate>Fri, 27 Apr 2012 18:53:38 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[General Thoughts]]></category>

		<guid isPermaLink="false">http://uncarved.prometheas.com/?p=655</guid>
		<description><![CDATA[Learn how to make sparkling espresso.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s high time for my blog&#8217;s first recipe. It&#8217;s a simple one, to make fizzy espresso. Before you start, you&#8217;ll need:</p>

<ul>
<li>room temperature water</li>
<li>a <a href="https://www.google.com/#q=sodastream+soda+maker">Sodastream soda maker</a> and some way to make a double espresso.</li>
<li>some nice, rich coffee (I like <a href="http://www.illy.com/">Illy</a> and <a href="http://counterculturecoffee.com/">Counter Culture</a>, myself)</li>
</ul>

<p>Once you&#8217;ve got the necessary supplies on hand, here&#8217;s your workflow:</p>

<ol>
<li>Fill Soda Stream bottle with room temperature water (to the &#8220;fill line&#8221;).</li>
<li>Attach bottle to the Soda Stream soda maker</li>
<li>Press the &#8220;fizzer&#8221; button until the machine buzzes, then let go</li>
<li>Press the button again until it buzzes once more, then let go</li>
<li>&#8220;Burp&#8221; the bottle by unscrewing it until it releases its inbuilt pressure (you&#8217;ll hear a satisfying hiss), but do <em>not</em> remove the bottle</li>
<li>Screw the bottle back onto the the Soda Maker to create your seal again</li>
<li>Press the &#8220;fizzer&#8221; button once more, once again until it makes a buzzing sound, then release</li>
<li>Remove the bottle from the Soda Maker and cap it. <strong>Do not refrigerate</strong>; leave at room temperature.</li>
<li>Make your coffee (I recommend a double espresso).</li>
<li>For each 1.5 oz of liquid in your coffee, add a tablespoon of the over-fizzed water you made earlier.</li>
</ol>

<p>And that&#8217;s about it. Just remember, though, that if you add more hot water (for an Americano) or milk (for a latte, cappuccino, etc), you&#8217;ll need to add some more of that fizzy water – one tablespoon per 1.5 ounces of pre-fizzed drink.</p>

<p>Enjoy.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://uncarved.prometheas.com/2012/04/cafe-frizzante.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Responsive Breakpoints and Goldilocks</title>
		<link>http://uncarved.prometheas.com/2012/04/defining-responsive-breakpoints.html</link>
		<comments>http://uncarved.prometheas.com/2012/04/defining-responsive-breakpoints.html#comments</comments>
		<pubDate>Sat, 21 Apr 2012 20:32:57 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[responsive design]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://uncarved.prometheas.com/?p=642</guid>
		<description><![CDATA[Defining your site's "breakpoints" is a key part of a responsive design, but how do you identify just enough breakpoints to be useful without getting unwieldy?]]></description>
			<content:encoded><![CDATA[<p>The practice of defining &#8220;breakpoints&#8221; (of screen sizes) is a commonly-used mechanism the Responsive Design world as a mechanism for determining what sort of styling rules, experience enhancements, and even types of assets ought to be delivered to users viewing site content with their particular device.</p>

<p>I&#8217;ve typically seen these breakpoints chosen with iOS devices in mind: <code>320px</code> and up for handheld, <code>786px</code> and up for tablets, and then <code>1280px</code> and up for laptops and desktops.</p>

<p>But there are loads of devices being shipped by a variety of manufacturers, whose phones are larger, and whose tablets are smaller.  And let&#8217;s not overlook the possibility that the number of devices will only continue to grow into the future, <em>even if</em> all you might claim to care about is Apple&#8217;s iOS mobile devices (which, IMO, isn&#8217;t any smarter than slapping a &#8220;Best Viewed in Netscape 4&#8243; badge on your website).</p>

<p>So, how better to think of these breakpoints?</p>

<p>One might suggest that a &#8220;theoretically pure&#8221; approach would be do consider the physical size of the display and to offer up a design and assets that would be experienced well, given that space.</p>

<p>The trouble is that devices have different pixel densities.  And before we get all excited about the fact that CSS also supports real-world sizing units, like inches and millimeters, I regret to have to report that these aren&#8217;t reliable, either.  Even iOS devices, whose screen sizes are extraordinarily well-defined, render real-world measurement units at 3/4 size of the desired sizing (i.e., a 2-inch wide <code>&lt;div&gt;</code> rendered on an iPad measures 1.5 inches with a ruler).</p>

<p>In case you want to check this claim out for yourself:</p>

<p><section>
<header></p>

<h3>Inches</h3>

<p></header></p>

<div class="test" style="background-color:blue; color:white; font-weight:bold; line-height:2cm; margin:0; text-align:center; padding:0; width:3in; height:1in">3&#8243; x 1&#8243;</div>

<p></section>
<section>
<header></p>

<h3>Centimeters</h3>

<p></header></p>

<div class="test" style="background-color:blue; color:white; font-weight:bold; line-height:2cm; margin:0; text-align:center; padding:0; width:8cm; height: 2cm;">8cm x 2cm</div>

<p></section>
<section>
<header></p>

<h3>Milimeters</h3>

<p></header></p>

<div class="test" style="background-color:blue; color:white; font-weight:bold; line-height:2cm; margin:0; text-align:center; padding:0; width:80mm; height: 20mm">80mm x 20mm</div>

<p></section></p>

<p>Purity, as you can see, is rarely practical.</p>

<p>Still, the general goal of matching up layout styling rules appropriately for a given display size is a sound one.  And so I&#8217;m thinking a more pragmatic approach with similar goals is in order.</p>

<h2>Devices and Their Imperfect Pixels</h2>

<p>For better or worse, the digital design world uses pixels as the <em>de facto</em> measurement unit.  Now, anyone with a lick of experience with digital design (whether it&#8217;s creation, implementation, or troubleshooting) will immediately realize that there&#8217;s loads of pixel size variety between devices.  Very roughly, PC screens have an average pixel resolution of 100ppi, while mobile devices have a resolution of about 160ppi.</p>

<p>This is in no small part thanks to the fact that the original iPhone was a 160ppi device, and to <a href="http://developer.android.com/guide/practices/screens_support.html">Google&#8217;s &#8220;device independent pixel&#8221; work</a> (also called &#8220;dp&#8221; or &#8220;dip&#8221;), which notes:</p>

<blockquote>
  <p>The density-independent pixel is equivalent to one physical pixel on a 160 dpi screen, which is the baseline density assumed by the system for a &#8220;medium&#8221; density screen.</p>
</blockquote>

<p>So, given this loose &#8220;pixel-standard&#8221; sizing practice, I hunted around for some reference that outlined the screen sizes of some common mobile devices, and found this handy already-year-old matrix from <a href="http://www.uxbooth.com/blog/considerations-for-mobile-design-part-2-dimensions/">UX Booth</a>, reproduced here for convenience:</p>

<table class="data-report">
<thead>
<tr>
<td>Resolution</td>
<td>Devices</td>
</tr>
</thead>
<tbody>
<tr>
<td>320×240</td>
<td>
<ul>
<li><strong>Blackberry Devices:</strong> Curve 8530, Pearl Flip</li>
<li><strong>Android Devices:</strong> Motorola Charm, Sony Ericsson Xperia X10 Mini, others</li>
<li><strong>Symbian OS Devices:</strong> Nokia E63, others</li>
</ul>
</td>
</tr>
<tr>
<td>320×480</td>
<td>
<ul>
<li><strong>Apple OS Devices:</strong> iPhone, iPod</li>
<li><strong>Android devices:</strong> HTC Dream, HTC Hero, Droid Pro, i7500 Galaxy, Samsung Moment, others…</li>
</ul>
</td>
</tr>
<tr>
<td>480×360</td>
<td><strong>Blackberry Devices:</strong> Torch, Storm, Bold</td>
</tr>
<tr>
<td>360×640</td>
<td><strong>Symbian OS Devices:</strong> Nokia N8, Nokia C6-01, others</td>
</tr>
<tr>
<td>480×800</td>
<td>
<ul>
<li><strong>Android Devices:</strong> Liquid A1, HTC Desire, Nexus One, i9000 Galaxy S, others</li>
<li><strong>Maemo (Linux) Devices:</strong> Nokia 900, others</li>
<li><strong>Windows Mobile 6 Devices:</strong> Sharp S01SH</li>
<li><strong>Windows 7 Phone Devices</strong> Venue Pro, Samsung Omnia 7, HTC 7 Pro, others</li>
</ul>
</td>
</tr>
<tr>
<td>768×1024</td>
<td>iPad</td>
</tr>
<tr>
<td>640×960</td>
<td>iPhone 4</td>
</tr>
<tr>
<td>1280×800</td>
<td>
<ul>
<li><strong>Android Devices:</strong> Motorola Xoom, Samsung Galaxy Tab 10.1</li>
<li><strong>Windows OS Devices:</strong> Asus Eee Pad EP121</li>
<li><strong>Apple OS Devices:</strong> Axiotron Modbook</li>
</ul>
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2">
<p>Please note that this is a very limited list, and is by no means complete. What is important to take from this data is that a wide range of screen resolutions are out there, and new devices are introduced constantly.</p>
</td>
</tr>
</tfoot>
</table>

<p>Starting with this survey of device screen sizes, let&#8217;s loop back to the idea of using layout capabilities afforded by the display area as the central concern in identifying our breakpoints: which display width offers &#8220;enough room&#8221; for a image floats, and which for multiple columns of content?</p>

<p>Next, let&#8217;s keep the number of breakpoints practical, for each one introduces some amount of development and maintenance overhead. We&#8217;ll need to balance &#8220;enough to be useful&#8221; vs. &#8220;too many to manage&#8221;.</p>

<p>Here are my recommendations:</p>

<p><dt>(unknown)</dt>
  <dd>Presume &#8220;handheld&#8221; / feature phone. Single column. No floats. Serve images at their smallest dimensions (up to 64px wide, usually best served at around 40px-ish).</dd></p>

<p><dt>300px</td>
  <dd>Handheld-ish device. Single column. No image floats in primary content. Serve images at a &#8220;medium&#8221; dimension (300-400 px wide), allowing users to &#8220;pinch&#8221; to zoom in, etc. Tile ads OK.</dd></p>

<p><dt>720px</dt>
  <dd>Tablet-ish screen size. Honor image floats in primary content. Larger images. Still presenting primary content in a single column (i.e., <em>not</em> hoisting sidebar alongside primary content, but potentially giving the sidebar section two columns?). Banner and Tile ads OK.</dd></p>

<p><dt>960px</dt>
  <dd>Desktop-ish screen size.  Full-sized images.  Hoist sidebar alongside primary content.  Any ad size.</dd></p>

<p><dt>1280px</dt>
  <dd>Desktop &#8220;plus&#8221;. Consider adding supplemental stuff off to the right, like how Facebook automatically adds user chat to the right for wider screens&#8230; might be real-time social activity.</dd></p>

<h2>Last Thoughts</h2>

<p>It&#8217;s worth mentioning that the above breakpoints were defined considering layout capabilities, and do not apply to other facets of potential experience &#8220;enhancement&#8221; considerations, like whether a sequence of images is best presented as a list or a horizontal carousel, which is much more a consideration left to device capabilities such as JavaScript and/or support for swipe gestures.</p>

<p>And don&#8217;t forget the idea of 2x image assets for high-pixel density devices (like the new iPad, with its Retina Display™), which starts to open the <em>bandwidth measurement</em> can of worms.</p>

<p>What do you folks think of these breakpoints?</p>

<h2>Materials</h2>

<p>Here are some related materials that inspired this exploration:</p>

<ul>
<li><a href="http://www.uxbooth.com/blog/considerations-for-mobile-design-part-2-dimensions/">Considerations for Mobile Design (Part 2): Dimensions</a></li>
<li><a href="http://marcdrummond.com/responsive-web-design/2011/12/29/default-breakpoints-are-dead">Responsive Web Design Default Breakpoints Are Dead</a></li>
<li><a href="http://www.zeldman.com/2011/12/29/state-of-the-web-of-apps-devices-and-breakpoints/">State of the Web: of Apps, Devices, and Breakpoints</a></li>
<li><a href="https://developer.mozilla.org/en/Mobile/Viewport_meta_tag">Mozilla Developer Network: Using the viewport meta tag to control layout on mobile browsers</a></li>
</ul>

<p>And some tools I had in mind:</p>

<ul>
<li><a href="https://github.com/tubalmartin/riloadr">Riloadr</a></li>
<li><a href="http://960.gs/">960gs</a> (and CSS &#8220;grids&#8221; in general)</li>
<li><a href="http://responsivepx.com/">Responsive PX</a></li>
</ul>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://uncarved.prometheas.com/2012/04/defining-responsive-breakpoints.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New iPad Totally Awesome, but Two LTE Gotchas</title>
		<link>http://uncarved.prometheas.com/2012/03/new-ipad-totally-awesome-lte-warnings.html</link>
		<comments>http://uncarved.prometheas.com/2012/03/new-ipad-totally-awesome-lte-warnings.html#comments</comments>
		<pubDate>Sun, 25 Mar 2012 19:38:37 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[Verizon]]></category>

		<guid isPermaLink="false">http://uncarved.prometheas.com/?p=639</guid>
		<description><![CDATA[Like much of the rest of the folks who bought one, I&#8217;m really loving the New iPad (aka &#8220;iPad 3&#8243;). Yes, it really is that wonderful: instantly responsive and fluid, wonderful screen, and even without Siri, its dictation feature is a real boon when I&#8217;m writing small bits of text (for me, that&#8217;s when I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>Like much of the rest of the folks who bought one, I&#8217;m really loving the New iPad (aka &#8220;iPad 3&#8243;). Yes, it really is that wonderful: instantly responsive and fluid, wonderful screen, and even without Siri, its dictation feature is a real boon when I&#8217;m writing small bits of text (for me, that&#8217;s when I&#8217;m marking up PDFs or design comps with feedback for work).</p>

<p>When I got the first one, in 2010, I wasn&#8217;t sure what sort of mileage I&#8217;d give it. While I was excited to get my hands on one, I didn&#8217;t really know how much I&#8217;d wind up using it after the &#8220;honey moon&#8221; was over, and it was no longer that shiny new thing. So I decided to exercise some fiscal restraint and pick just one of the available options for &#8220;upgrade&#8221; from the base model, between the storage bump (32G instead of 16G), or the mobile data option. Since I had already been happily using my iPhone heavily for on-the-go data access, I decided the extra storage space would give my buck the biggest bang.</p>

<p>Turns out <em>I used the shit</em> out that iPad over the two years that followed, but definitely come to missing the data connection option that I had eschewed on several occasions.</p>

<p>I skipped on the iPad 2, in part for fiscal discipline, but also because I had used the iPhone 4 and knew a Retina Display would be the irresistible iPad upgrade lure. Thank goodness that the 2012 iPad had delivered on that display, too, because the newer versions of all my apps had already started putting a noticeable strain on the CPU and RAM on my two-years-old iPad.</p>

<p>I put my order in for this iPad the day it was announced.</p>

<p>This time, I knew I&#8217;d use this thing heavily for the next few years, so I opted to max out the storage at 64G, and — being sick of AT&amp;T&#8217;s shitty signal coverage on my iPhone — I opted for the model that supported Verizon&#8217;s LTE mobile data option.</p>

<p>Everything about this new iPad is brilliant, and I&#8217;m really enjoying having on-the-go data.</p>

<p>I won&#8217;t belabor the points about the smooth performance and the dazzling screen you&#8217;ll already have learned from other sources. They are indeed that good.</p>

<p>If you&#8217;re wondering whether I recommend you get one, the answer is almost certainly &#8220;yes&#8221;. If you&#8217;re similarly struggling, as I had previously been, between the getting additional storage or mobile data, I&#8217;m going to say most people would be better served by the mobile data option.</p>

<p>I do have two points of mild warning, however, both regarding the mobile data option:</p>

<ol>
<li><p>My high hopes for Verizon&#8217;s data coverage have been tempered by actual usage. Neither my iPhone&#8217;s AT&amp;T 3G connection, nor my iPad&#8217;s Verizon LTE coverage gives me a lick of actually-usable mobile data throughput in my Time Square office. Both devices show many bars of &#8220;signal strength&#8221;, but trying to actually load content over the mobile data network gets me nothing but quality time with &#8220;Loading&#8221; spinners. While one can simply write off Time Square as a dead zone for data (as well as the prospect of finding any good food, or much else of particular value, frankly), I&#8217;ve also had data timeouts in other places in NYC&#8217;s boroughs. Perhaps I&#8217;d set my hopes too high, or maybe Verizon just had a surge in the load of new iPad-owner LTE traffic that they&#8217;ll adjust to over time. Time will tell.</p></li>
<li><p>When data throughput <em>is</em> available on the Verizon LTE connection, it is very (<em>very</em>) fast. When coverage is available, my iPad&#8217;s Verizon LTE service is faster, in many cases, than the WiFi connection at my house which has a Verizon DSL Internet connection. So here&#8217;s the &#8220;warning&#8221; part of this point: <em>be very wary of streaming any video content</em>. Most video delivery services are designed to deliver lower-quality video to lower-bandwidth connections, and higher-quality video to higher-bandwidth ones. The trouble here is that the LTE connections are so fast that video streaming services deliver the highest bit-rate renditions of videos to your iPad. This will tear through the allotted data quota of whatever data package you&#8217;ve subscribed to far faster than you&#8217;d expect.</p></li>
</ol>

<p>In any case, I&#8217;m delighted to be able to pull the latest posts from my RSS subscriptions into <a href="http://itunes.apple.com/us/app/mr.-reader/id412874834?mt=8">Mr. Reader</a> while waiting for my coffee and eggs at brunch, or to review the tasks I&#8217;ve got in <a href="http://itunes.apple.com/us/app/omnifocus-for-ipad/id383804552?mt=8">OmniFocus</a> and ensure I&#8217;m working the latest sync of my data.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://uncarved.prometheas.com/2012/03/new-ipad-totally-awesome-lte-warnings.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greener Than Expected</title>
		<link>http://uncarved.prometheas.com/2011/08/greener.html</link>
		<comments>http://uncarved.prometheas.com/2011/08/greener.html#comments</comments>
		<pubDate>Mon, 08 Aug 2011 05:04:35 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[environmental]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[GreenPower]]></category>
		<category><![CDATA[i5]]></category>
		<category><![CDATA[Mac Mini]]></category>

		<guid isPermaLink="false">http://uncarved.prometheas.com/?p=621</guid>
		<description><![CDATA[How the new 2011 Mac Minis were almost too "green" to be used in tandem with Monster's "GreenPower" surge protector. And how a lightbulb saved the day.]]></description>
			<content:encoded><![CDATA[<p>I just picked up one of the new Mac Minis that Apple released this summer, which added the Thunderbolt port, dropped the optical drive, and ship with the new Intel i5 and i7 CPUs. Given that this is largely nerd talk, most of that isn&#8217;t particularly germane to the story, except the new processors, which were originally designed for laptop use (they&#8217;re also shipping in the new Thunderbolt-equipped MacBook Airs).</p>

<p>This computer replaced a five year-old Mac Pro; the very first tower Mac that Apple shipped with Intel CPUs.</p>

<p>In a nut, the Mac Pro had been a trusty computer, and actually still works splendidly. The only trouble is that it takes up a bunch of floor space, guzzles electricity, and – most painfully, during a NYC summer – kicks off a ton of heat. I was looking to lower all three profiles.</p>

<p>As part of my intention to use less electricity, I also picked up a <a href="http://www.amazon.com/HP-121652-Monster-Digital-POWERCENTER/dp/B004493AMS">Digital POWERCENTER 650G</a> &#8220;GreenPower&#8221; surge protector, by Monster. It looks like this:</p>

<p><img src="http://uncarved.prometheas.com/wp-content/uploads/2011/08/surge_protector.jpg" alt="" title="Monster Digital POWERCENTER 650G" width="545" height="257" class="alignnone size-full wp-image-622" /></p>

<p>For anyone unfamiliar with Monster&#8217;s &#8220;GreenPower&#8221; products, they describe the line as follows:</p>

<blockquote>
  <p>Monster GreenPower™ is a revolutionary new way to automatically reduce energy waste and save you money. Simply plug your computer into the GreenPower Control socket. When it’s turned off or goes to sleep, the other GreenPower sockets switch off, automatically eliminating energy wasted by peripherals, like your monitor and scanner, when you’re not using them. When your computer turns back on, the GreenPower sockets automatically power up again.</p>
</blockquote>

<p>The gist is that the surge protector has one &#8220;master&#8221; socket (labeled above as &#8220;computer&#8221;), into which you&#8217;re meant to plug the &#8220;primary device&#8221;, and a number of &#8220;subordinate&#8221; sockets (for the various accessories attached to the computer), which only get juice when the device on the &#8220;master&#8221; socket is consuming 17 Watts or more of power. The surge protector also has a single &#8220;independent&#8221; socket (labeled &#8220;modem&#8221; in the photo above), into which you can plug a device that isn&#8217;t part of the &#8220;master / subordinate&#8221; equation.</p>

<p>So, following the direction suggested by the labeling, I plugged the Mac Mini into the &#8220;master&#8221; socket, and plugged the monitor, printer, speakers, and USB hub into the &#8220;subordinate&#8221; sockets. The &#8220;independent&#8221; socket remained unused.</p>

<p>Then I turned the computer on. The &#8220;subordinate&#8221; devices remained off for a few seconds. But once the startup process was in full swing, the monitor came to life, I heard the printer begin to do its &#8220;wakeup dance&#8221;, and the speakers popped as power flowed to them!</p>

<p>Then the login screen came up, and the monitor, et al lost power.</p>

<p>I figured that I just needed to get past the login and start using the computer, and that this would keep everything juiced up. So I typed my password and hit the ENTER key. Immediately the monitor came back to life, the printer did it&#8217;s initialization dance, and the speakers popped to life again, while the Finder launched, my &#8220;startup items&#8221; got spawned, and Lion restored my application state from before I had shut the computer down in order to replace the old surge protector.</p>

<p>As I reached to the trackpad, however, the monitor and the rest of the devices plugged into the &#8220;subordinate&#8221; sockets all shut off again; the Mini simply did not consistently draw enough power to meet the 17 Watt minimum required from the &#8220;master&#8221; socket in order to activate its subordinates.</p>

<p>Remember when I mentioned that i5 Intel CPU back at the top? Apparently they <em>are</em> particularly energy efficient.</p>

<p>No wonder Apple put &#8216;em in the Air.</p>

<p>I started to wonder, however, if I&#8217;d just bought some new but utterly useless thing, destined to merely collect dust.</p>

<p>So I plugged the monitor into the still-free &#8220;independent&#8221; socket, and managed to safely shut the computer down again. While was clear to me that the Mini couldn&#8217;t be the device plugged into the &#8220;master&#8221; socket, it simply wasn&#8217;t safe to plug it into the &#8220;subordinate&#8221; sockets. So it had to take the &#8220;independent&#8221; socket, while some other device was to be used to drive the &#8220;master&#8221; socket.</p>

<p>At first, I tried plugging the monitor into the &#8220;master&#8221;. It seemed like a reasonable selection, given that putting the computer to sleep would cut the video signal, hence putting the monitor into standby mode.</p>

<p>Switching it on, I learn the monitor had no trouble driving the master socket. At all.</p>

<p>But now I had two devices (the Mini and the Monitor) which would be sipping power 24 hours a day, even in standby mode. My savings were diminishing. I also keep a clamp light next to my desk, which I always turn on when I&#8217;m using the computer. I&#8217;ve presently got a 60W bulb in it; which uses far more than the 17W minimum required to drive the &#8220;subordinate&#8221; accessories. And it draws ZERO Watts when switched off.</p>

<p>And so I&#8217;d found the winner.</p>

<p>So, in the end, the device powering setup on the surge protector looks like this:</p>

<table>
<tr>
<th>Master</th>
<td>Lamp (60W on; 0W off)</td>
</tr>

<tr>
<th>Subordinates</th>
<td>Monitor, Printer, Speakers, USB hub (various power consumption rates)</td>
</tr>

<tr>
<th>Independent</th>
<td>Mini (apparently mostly south of 17W on; ~4W in sleep)</td>
</tr>
</table>

<p>There is also no longer a Mac Pro on the floor, claiming 6&#8243; of space between the wall and my desk; and the corner remains much cooler, letting me run the AC at lower levels.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://uncarved.prometheas.com/2011/08/greener.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Google Identity Paradox</title>
		<link>http://uncarved.prometheas.com/2011/08/google-identity.html</link>
		<comments>http://uncarved.prometheas.com/2011/08/google-identity.html#comments</comments>
		<pubDate>Fri, 05 Aug 2011 04:15:07 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Check it out]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://uncarved.prometheas.com/?p=612</guid>
		<description><![CDATA[Google seems very confused about which image to use for my profile pic.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s like this: Google+ is a hydra. Google has clearly tried to combine everything about one&#8217;s GMail account into a cohesive single identity, but <em>what on earth is <em>this</em> about</em>?!!</p>

<p><img src="http://uncarved.prometheas.com/wp-content/uploads/2011/08/confusion.jpg" alt="" title="Which is pic REALLY my avatar??" width="321" height="155" class="alignnone size-full wp-image-615" /></p>

<p>The pic in which I&#8217;m smoking a Davidoff cigar is the one Google seems to consider my profile photo, as it&#8217;s the one I see in all the settings management screens, and yet that silly cactus shows up all throughout my activity streams.</p>

<p>If anyone has any sort of clue on this one, please do advise.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://uncarved.prometheas.com/2011/08/google-identity.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparative Inclines</title>
		<link>http://uncarved.prometheas.com/2011/01/comparative-inclines.html</link>
		<comments>http://uncarved.prometheas.com/2011/01/comparative-inclines.html#comments</comments>
		<pubDate>Fri, 14 Jan 2011 20:21:45 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://uncarved.prometheas.com/?p=596</guid>
		<description><![CDATA[I found a curious Business Insider post via Daring Fireball, which contained the following chart, visualizing the growth rate of various &#8220;smart phone&#8221; platforms, across carriers: I&#8217;m noticing a significant difference in the angle of elevation that the Android adoption curve is showing, amongst the different carriers. Specifically, I&#8217;m looking at how it&#8217;s showing the [...]]]></description>
			<content:encoded><![CDATA[<p>I found a curious <a href="http://www.businessinsider.com/android-iphone-blackberry-2011-1">Business Insider post</a> via <a href="http://daringfireball.net/linked/2011/01/14/android-blackberry">Daring Fireball</a>, which contained the following chart, visualizing the growth rate of various &#8220;smart phone&#8221; platforms, across carriers:</p>

<p><img src="http://static.businessinsider.com/image/4d307f73ccd1d553640e0000/android-iphone-blackberry-chart-by-att-verizon.jpg" alt="Chart [hosted by businessinsider.com]" /></p>

<p>I&#8217;m noticing a significant difference in the angle of elevation that the Android adoption curve is showing, amongst the different carriers. Specifically, I&#8217;m looking at how it&#8217;s showing the <em>flattest</em> rate of growth on AT&amp;T, the only carrier on that list that&#8217;s also offering the iPhone.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://uncarved.prometheas.com/2011/01/comparative-inclines.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Successor&#8217;s Design</title>
		<link>http://uncarved.prometheas.com/2011/01/successors-desig.html</link>
		<comments>http://uncarved.prometheas.com/2011/01/successors-desig.html#comments</comments>
		<pubDate>Sat, 01 Jan 2011 19:32:13 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Uncarved]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[wu wei]]></category>

		<guid isPermaLink="false">http://uncarved.prometheas.com/?p=585</guid>
		<description><![CDATA[A look at how Facebook messaging manages to "fix" several of e-mail's shortcomings by trading off some complexities, and how the biases of experience have a tipping point that can threaten to halt – rather than drive – innovation.]]></description>
			<content:encoded><![CDATA[<p>Chris Clark has <a href="http://releasecandidateone.com/236:crotchety_old_power_users">written a piece</a> that offers an interesting perspective on some ideas I had explored in a post I wrote last year, called &#8220;<a href="/2009/10/dont-ask-me-for-my-email-address.html">Don’t Ask Me for My Email Address</a>&#8220;.</p>

<p>Clark writes [emphasis mine]:</p>

<blockquote>
  <p>Email has grown gnarly in the decades past, as we’ve started receiving dozens or hundreds of spam and bacn messages a day. I have multiple server side rules and filters just to keep it in check, and an inbox policy of flagging anything I care about before running a slightly-modified version of John Gruber’s Inbox Sweeper to keep things tidy.</p>
  
  <p>Reply-all gaffes, top-posting etiquette, plaintext versus HTML, attachment limits, inbox limits… everybody hits them. By comparison the simplicity and clarity of Facebook mail is impressive. A Facebook message requires (privacy controls pending) a symmetrically-acknowledged relationship between parties, and on top of that spam-murdering convenience it’s self-threading, low friction, and lightweight.</p>
  
  <p>In a nutshell, <strong>Facebook is better than email unless you’re some kind of email expert</strong>. And for email’s successor to support all the expert features of email, none of its myriad problems would be solved.</p>
  
  <p>It’s been a recurring theme this week, but <strong>the Pro users of yesteryear’s products, the people with the biggest investment in old technologies, are not the people who should be calling the shots in the design of their successors</strong>. These are the people who complain that an iPad can’t have third party software installed from anywhere but the App Store, ignoring the massive convenience and security gains the policy affords average users. These are the people who are still using slotted screwdrivers and Edison light fixtures and manual transmission cars.</p>
</blockquote>

<p>I would specifically add that I find Clark&#8217;s argument that Facebook messaging improves upon e-mail <em>only within the context of social communication</em>; I find their messaging model incapable of replacing e-mail as a tool for work (email&#8217;s ability to run filters and rules, organize, and archive information comes a big workflow helper for email).</p>

<p>That having been said, however, maybe e-mail as a personal communications tool <em>is</em> for power users now (or, perhaps more aptly, <em>once again</em>).</p>

<p>My parting thought here isn&#8217;t to close your e-mail accounts and move to Facebook. Rather that – as we enter a new year, reminding ourselves to take fresh perspectives – is that it&#8217;s terribly easy to over-value past investments in our efforts build today what will stand tomorrow.</p>

<p>[Via <a href="http://daringfireball.net/linked/2010/12/31/clark">Daring Fireball</a>].</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://uncarved.prometheas.com/2011/01/successors-desig.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad 2 Display Prediction</title>
		<link>http://uncarved.prometheas.com/2010/12/ipad2-display-prediciton.html</link>
		<comments>http://uncarved.prometheas.com/2010/12/ipad2-display-prediciton.html#comments</comments>
		<pubDate>Thu, 30 Dec 2010 16:55:33 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Predictions]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[business strategy]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPad 2011]]></category>
		<category><![CDATA[prediction]]></category>

		<guid isPermaLink="false">http://uncarved.prometheas.com/?p=580</guid>
		<description><![CDATA[After reading this report from Digitimes, my Spidey Sense is telling me that Apple will forego a &#8220;Retina Display&#8221; in iPad 2, in order to: Achieve maximum supply volume, Place large enough bulk orders to minimize its component costs, and Sap the global 10&#8243; LCD market of supply so that their competitors in the tablet [...]]]></description>
			<content:encoded><![CDATA[<p>After reading <a href="http://www.digitimes.com/news/a20101228PD212.html">this report</a> from Digitimes, my Spidey Sense is telling me that Apple will forego a &#8220;<a href="http://en.wikipedia.org/wiki/Retina_display#Display">Retina Display</a>&#8221; in iPad 2, in order to:</p>

<ol>
<li>Achieve maximum supply volume,</li>
<li>Place large enough bulk orders to minimize its component costs, and</li>
<li>Sap the global 10&#8243; LCD market of supply so that their competitors in the tablet market are forced into constrained supply situations, preventing them from competing with Apple at the iPad&#8217;s price points.</li>
</ol>

<p>On a personal note, I&#8217;d be bummed to be right on this one; while <a href="http://en.wikipedia.org/wiki/Facetime">FaceTime</a> is quite spiffy, that Retina Display really is the killer iPhone 4 feature for me.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://uncarved.prometheas.com/2010/12/ipad2-display-prediciton.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Secret Agent Trick</title>
		<link>http://uncarved.prometheas.com/2010/04/secret-agent-trick.html</link>
		<comments>http://uncarved.prometheas.com/2010/04/secret-agent-trick.html#comments</comments>
		<pubDate>Wed, 14 Apr 2010 23:44:40 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Check it out]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[multi-tasking]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://uncarved.prometheas.com/?p=569</guid>
		<description><![CDATA[I recently discovered a neat little "trick" on my iPad (and iPhone): I've stumbled upon a way to listen to music streaming from Internet radio stations while I do "other things," like check my email, take photos, or write text messages.]]></description>
			<content:encoded><![CDATA[<p>I recently discovered a neat little &#8220;trick&#8221; on my iPad (and iPhone): I&#8217;ve stumbled upon a way to listen to music streaming from Internet radio stations while I do &#8220;other things,&#8221; like check my email, take photos, or write text messages.</p>

<p>While <a href="http://mashable.com/2010/04/08/iphone-4-0-os-multitasking/">iPhone OS 4.0</a> — due out this summer — will finally deliver the long-requested ability to allow users to listen to their Pandora or Last.fm radio streams in the &#8220;background&#8221; by virtue of its new &#8220;multi-tasking&#8221; capabilities, the solution I&#8217;ve stumbled upon works (in slight variations) <em>today</em> with any device running iPhone OS 3.x.</p>

<p>Although this little trick won&#8217;t work with Pandora, since you <em>must</em> be using a Pandora client to stream their music, you can use it with any radio station which exposes its MP3 or AAC music stream via a <a href="http://en.wikipedia.org/wiki/PLS_&#40;file_format]&#41;">multimedia playlist file</a> URL  (which will typically end in <code>.pls</code>); basically any radio station you&#8217;ll find on <a href="http://www.live365.com">Live 365</a>, <a href="http://www.somafm.com">Soma FM</a>, and more.</p>

<p>I&#8217;m a fan of Soma FM&#8217;s <a href="http://somafm.com/secretagent48.pls">Secret Agent</a> radio station, so we&#8217;ll use that for our example; feel free to try this out for any station you like.</p>

<p>The process is super easy, but slightly different between <a href="#handhelds">the handheld iPhone OS devices</a> (eg, iPhone and iPod Touch) and <a href="#ipad">iPads</a> (for which it&#8217;s actually a bit spiffier), so I&#8217;ll take you through the steps for doing it on each one.</p>

<p><a id="handhelds"></a></p>

<h2>iPhone / iPod Touch</h2>

<p>Launch Mobile Safari, and head to the following URL:</p>

<p>http://somafm.com/secretagent48.pls</p>

<p>You&#8217;ll see the following:</p>

<div class="figure"><img class="figure" src="http://uncarved.prometheas.com/wp-content/uploads/2010/04/photo-4.jpg" border="0" alt="" width="320" height="480" />
<span class="caption">Safari fetches the PLS file URL</span></div>

<p>Once the playlist file is loaded, Safari will find the URL of the music stream, and start playing the music, and you&#8217;ll see this:</p>

<div class="figure"><img class="figure" src="http://uncarved.prometheas.com/wp-content/uploads/2010/04/photo-5.jpg" border="0" alt="" width="320" height="480" />
<span class="caption">Safari has started playing the audio stream</span></div>

<p>Now — click the Home button and, say, check in on your email. Note that the music continues to play.</p>

<p>Isn&#8217;t <em>that</em> fantastic?</p>

<p>Just one caveat, though: you won&#8217;t be able to browse other websites in Safari until you click the &#8220;Done&#8221; button (top left), which — as you might expect — causes the music to stop playing.</p>

<p>One workaround is to use an alternative browser, like <a href="http://itunes.apple.com/app/icab-mobile-web-browser/id308111628?mt=8">iCab</a>, <a href="http://itunes.apple.com/app/opera-mini-web-browser/id363729560?mt=8">Opera Mini</a>, or any of a number of other web browsers (some paid, some free) available in the App Store.</p>

<p><a id="ipad"></a></p>

<h2>iPad</h2>

<p>Things get a little cooler on the iPad. The steps to get you listening to the music stream are the same, but we can do a few more things once the music starts playing on the iPad.</p>

<p>Once the music starts to play, you&#8217;ll see this:</p>

<div id="attachment_565" class="wp-caption alignnone" style="width: 310px"><a href="http://uncarved.prometheas.com/wp-content/uploads/2010/04/photo-3.png" rel="lightbox[569]" title="Screenshot of Safari playing the audio stream"><img src="http://uncarved.prometheas.com/wp-content/uploads/2010/04/photo-3-300x225.png" alt="Screenshot of Safari playing the audio stream" title="Screenshot of Safari playing the audio stream" width="300" height="225" class="size-medium wp-image-565" /></a><p class="wp-caption-text">Safari playing the audio stream</p></div>

<p>Note one key difference to note, however: unlike the iPhone&#8217;s Mobile Safari app, the iPad&#8217;s Mobile Safari <em>continues to show you the browser chrome</em> up top.</p>

<p>For starters, this means that you may continue browsing other websites in Safari on the iPad by simply tapping the tabs icon at the top:</p>

<div id="attachment_566" class="wp-caption alignnone" style="width: 310px"><a href="http://uncarved.prometheas.com/wp-content/uploads/2010/04/tabs.png" rel="lightbox[569]" title="Safari&#039;s tabs manager"><img src="http://uncarved.prometheas.com/wp-content/uploads/2010/04/tabs-300x225.png" alt="A screenshot of Safari&#039;s tabs manager" title="Safari&#039;s tabs manager" width="300" height="225" class="size-medium wp-image-566" /></a><p class="wp-caption-text">Change tabs or create new ones.</p></div>

<p>What&#8217;s more  you can actually create a bookmark for the radio station, so you can quickly listen any time:</p>

<div id="attachment_567" class="wp-caption alignnone" style="width: 310px"><a href="http://uncarved.prometheas.com/wp-content/uploads/2010/04/bookmarking.png" rel="lightbox[569]" title="Bookmarking"><img src="http://uncarved.prometheas.com/wp-content/uploads/2010/04/bookmarking-300x225.png" alt="Screenshot of Bookmarking" title="Bookmarking" width="300" height="225" class="size-medium wp-image-567" /></a><p class="wp-caption-text">Create bookmarks for your favorite stations</p></div>

<p>But — and this is where I started to get <a href="http://www.youtube.com/watch?v=PDXEgBh0TF0" target="_blank">a little verklempt</a> — it gets just slightly more fantastic: <em>you can bookmark it to your Home Screen</em>.</p>

<div id="attachment_568" class="wp-caption alignnone" style="width: 310px"><a href="http://uncarved.prometheas.com/wp-content/uploads/2010/04/homescreen.png" rel="lightbox[569]" title="Creating a Home Screen bookmark"><img src="http://uncarved.prometheas.com/wp-content/uploads/2010/04/homescreen-300x225.png" alt="A screenshot of creating a Home Screen bookmark" title="Creating a Home Screen bookmark" width="300" height="225" class="size-medium wp-image-568" /></a><p class="wp-caption-text">Now I can fire up Secret Agent FM from my Home Screen, just like Pandora or Last.fm.</p></div>

<p>Looks like the folks at Soma FM went the extra mile to specify a Home Screen icon for their website. Your mileage will vary with the availability of your favorite station&#8217;s dedicated icon for your Home Screen, however, depending on the site publisher.</p>

<p>Meanwhile, go forth and enjoy streaming some music while you&#8217;re sending those texts or reading the Times.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://uncarved.prometheas.com/2010/04/secret-agent-trick.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://somafm.com/secretagent48.pls" length="0" type="audio/x-scpls" />
		</item>
		<item>
		<title>Ball Drop: Dell&#8217;s Faulty Product Page</title>
		<link>http://uncarved.prometheas.com/2010/02/dells-faulty-product-page.html</link>
		<comments>http://uncarved.prometheas.com/2010/02/dells-faulty-product-page.html#comments</comments>
		<pubDate>Sat, 20 Feb 2010 05:39:20 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Business Sense]]></category>
		<category><![CDATA[Cylon]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[Inspiron Zino HD]]></category>
		<category><![CDATA[Mac Mini]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[ux]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://uncarved.prometheas.com/?p=543</guid>
		<description><![CDATA[An embarrassing look at a product page on Dell's website.]]></description>
			<content:encoded><![CDATA[<p>As a number of perturbed status updates I&#8217;d posted to my Facebook profile in the wee hours of Friday morning suggested to my friends this AM, the health of my Mac Mini, <em>Cylon.local</em>, took a bit of a nose dive last night. Now, it&#8217;s probably just a hard drive failure, which is actually not so bad, but I won&#8217;t know for sure until I take the little fella down to <a href="http://www.tekserve.com/">Tekserve</a>&#8216;s &#8220;ER&#8221; this weekend and get it properly diagnosed.</p>

<p>So one of the thoughts that naturally occurred to me is that there&#8217;s at least some small chance that <em>Cylon.local</em> won&#8217;t be coming back; perhaps the <a href="http://en.battlestarwiki.org/wiki/File:Resurrection_Ship.jpg">resurrection ship</a> was simply too far away when the dreadful moment arrived.</p>

<p>I&#8217;d just bought a Mac Mini for my parents this past Christmas, so I already know the value proposition of replacing it with the latest model.</p>

<p>But, while I&#8217;m entertaining the notion of replacement hardware, it occurs to me that Dell rolled out a competitor a few months ago, called the <a href="http://www.dell.com/us/en/corp/desktops/inspiron-zino-hd/pd.aspx?refid=inspiron-zino-hd&amp;s=corp">Inspiron Zino HD</a>. Now don&#8217;t get me wrong: I&#8217;m quite happy with the Mini&#8217;s performance over the last four years, and I&#8217;d be happy to keep it for as long as it&#8217;ll stick around with me, but any sensible man would think to check in on his options. <span id="more-543"></span></p>

<p>So I Google <a href="http://www.google.com/search?ie=UTF-8&amp;q=mac+mini+dell"><code>mac mini dell</code></a> and learn the product&#8217;s name. Another query with its name serves up a link that takes me directly to the Zino&#8217;s product page on Dell&#8217;s website.</p>

<p>I&#8217;m checking out the product description, the product porn (the photos gallery), the product video, and their convincingly-constructed selling points — everything&#8217;s looking pretty swell. &#8220;Not bad-looking,&#8221; I find myself thinking, &#8220;It&#8217;s got native support for HDMI&#8230; it&#8217;ll run Boxee and iTunes&#8230; what&#8217;s it cost?&#8221;</p>

<p>And then it hits me like a brick between the eyes:</p>

<p><object width="480" height="385"><param name="movie" value="http://www.youtube-nocookie.com/v/7tl0iJ6MPdk&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/7tl0iJ6MPdk&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>

<p>There&#8217;s no way to buy this computer from this page. While many manufacturers have individual &#8220;catalog&#8221; and &#8220;shop&#8221; pages for any given product, it&#8217;s astounding just what a pain it is to actually get from the Zino&#8217;s &#8220;catalog&#8221; page, to its &#8220;shop&#8221; page in Dell&#8217;s online store — <em>there wasn&#8217;t a single link</em> on that page to take me straight to a purchase opportunity.</p>

<p>Here&#8217;s a screenshot of the full page, so you can hunt around for yourself:</p>

<div id="attachment_544" class="wp-caption aligncenter" style="width: 247px"><a href="http://uncarved.prometheas.com/2010/02/dells-faulty-product-page.html/dell-zino-hd-product-page-fail" rel="attachment wp-att-544"><img src="http://uncarved.prometheas.com/wp-content/uploads/2010/02/Dell-Zino-HD-Product-Page-Fail-237x1024.png" alt="Dell Zino HD product page screenshot" title="Dell Zino HD Product Page (19 Feb 2010)" width="237" height="1024" class="size-large wp-image-544" /></a><p class="wp-caption-text">Salesmanship fail</p></div>

<p>And what makes this perhaps most embarrassing of all is the fact that Dell&#8217;s primary sales model has been direct-to-consumer, from the day they opened their doors for business.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://uncarved.prometheas.com/2010/02/dells-faulty-product-page.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

