<?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>Cloudiness &#187; hacking</title>
	<atom:link href="http://www.cloudiness.com/category/hacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cloudiness.com</link>
	<description>Just like the old cloudiness, but bloggier</description>
	<lastBuildDate>Wed, 16 Nov 2011 16:54:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Get Automator working again in iTunes 10</title>
		<link>http://www.cloudiness.com/2010/09/03/found/get-automator-working-again-in-itunes-10/</link>
		<comments>http://www.cloudiness.com/2010/09/03/found/get-automator-working-again-in-itunes-10/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 03:25:49 +0000</pubDate>
		<dc:creator>Art</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Found]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://www.cloudiness.com/?p=494</guid>
		<description><![CDATA[Macs have a wonderful system-wide scripting tool with a GUI interface called Automator. Many people use Automator to take care of repetitive tasks involving iTunes. iTunes 10, the latest version, breaks Automator for a trivial reason: Automator checks to make sure that iTunes is new enough to be compatible. So it looks for version 4.6 [...]]]></description>
			<content:encoded><![CDATA[<p>Macs have a wonderful system-wide scripting tool with a GUI interface called <a title="Apple - Mac OS X - What Is Mac OS X - Automator" href="http://www.apple.com/macosx/what-is-macosx/apps-and-utilities.html#automator">Automator</a>. Many people use Automator to take care of repetitive tasks involving iTunes.</p>
<p>iTunes 10, the latest version, breaks Automator for a trivial reason: Automator checks to make sure that iTunes is new enough to be compatible. So it looks for version 4.6 or later. iTunes is at version 10. Even though the number 10 is larger than the number 4.6, some part of Automator is treating &#8220;10&#8243; and &#8220;4.6&#8243; as text. Since when treated as text, &#8220;10&#8243; comes before &#8220;4.6&#8243; for the same reason &#8220;ant&#8221; is before &#8220;bee&#8221;; the leftmost characters are compared; if they are equivalent, then the second-leftmost are compared, and so on; &#8220;1&#8243; is before &#8220;4&#8243;, so the comparison algorithm halts there. Automator considers the latest version of iTunes too old.</p>
<p>Anyway, the title links to an article about how to fix the problem. It involves hacking some XML files. If you&#8217;re not comfortable with that, you should probably wait for Apple to issue a system update. And you should probably notice that this indicates how few people within Apple can be arsed to use Automator unless required to.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudiness.com/2010/09/03/found/get-automator-working-again-in-itunes-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jailbreak Responsibly</title>
		<link>http://www.cloudiness.com/2010/08/07/found/jailbreak-responsibly/</link>
		<comments>http://www.cloudiness.com/2010/08/07/found/jailbreak-responsibly/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 03:23:37 +0000</pubDate>
		<dc:creator>Art</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Found]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[Phones]]></category>

		<guid isPermaLink="false">http://www.cloudiness.com/?p=485</guid>
		<description><![CDATA[A neatly concise, even-handed summary about jailbreaking an iPhone, covering both the advantages and disadvantages, free of axegrinding. This would be the tl;dr version of anything I could say on the matter, if I were to jailbreak my iPhone, which I probably won&#8217;t. [via Tom Boutell]]]></description>
			<content:encoded><![CDATA[<p>A neatly concise, even-handed summary about jailbreaking an iPhone, covering both the advantages and disadvantages, free of axegrinding. This would be the tl;dr version of anything I could say on the matter, if I were to jailbreak my iPhone, which I probably won&#8217;t. [via <a title="Twitter / Tom Boutell" href="http://twitter.com/tommybgoode/status/20597905677">Tom Boutell</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudiness.com/2010/08/07/found/jailbreak-responsibly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smokescreen</title>
		<link>http://www.cloudiness.com/2010/06/02/found/smokescreen/</link>
		<comments>http://www.cloudiness.com/2010/06/02/found/smokescreen/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 18:44:33 +0000</pubDate>
		<dc:creator>Art</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Found]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.cloudiness.com/?p=475</guid>
		<description><![CDATA[Interprets Flash files entirely in Javascript. Not only a remarkable accomplishment in its own right, but also because it&#8217;s primarily one person&#8217;s work. One of a couple similar projects I&#8217;m aware of, but this one seems to have the most traction. It&#8217;s also interesting to speculate why Adobe isn&#8217;t attempting anything like this, or why [...]]]></description>
			<content:encoded><![CDATA[<p>Interprets Flash files entirely in Javascript. Not only a remarkable accomplishment in its own right, but also because it&#8217;s primarily one person&#8217;s work. One of a couple similar projects I&#8217;m aware of, but this one seems to have the most traction.</p>
<p>It&#8217;s also interesting to speculate why Adobe isn&#8217;t attempting anything like this, or why they&#8217;re so closed-lipped about it if they are.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudiness.com/2010/06/02/found/smokescreen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPhone frenzy in the mini-sausages&#8230;</title>
		<link>http://www.cloudiness.com/2010/02/11/found/iphone-frenzy-in-the-mini-sausages/</link>
		<comments>http://www.cloudiness.com/2010/02/11/found/iphone-frenzy-in-the-mini-sausages/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 16:18:41 +0000</pubDate>
		<dc:creator>Art</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Found]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[Phones]]></category>

		<guid isPermaLink="false">http://www.cloudiness.com/?p=469</guid>
		<description><![CDATA[The iPhone&#8217;s touch screen works by conducting a small electronic charge through your fingertip; most gloves that are effective insulators from the cold are also pretty good at electrical isolation, so you have to take your glove off and your hand gets cold. South Koreans have solved the cold-weather iPhone problem: Buy a particular brand [...]]]></description>
			<content:encoded><![CDATA[<p>The iPhone&#8217;s touch screen works by conducting a small electronic charge through your fingertip; most gloves that are effective insulators from the cold are also pretty good at electrical isolation, so you have to take your glove off and your hand gets cold.</p>
<p>South Koreans have solved the cold-weather iPhone problem: Buy a particular brand of mini sausage that&#8217;s approximately the same shape and conductivity of a human finger.</p>
<p>Clusterflock has a concise summary of the <a title="Clusterflock: sausage fingers" href="http://www.clusterflock.org/2010/02/sausage-fingers.html">iPhone sausage finger</a>. The Google-translated article leaves us with this thought: &#8220;Maekseubong tagitcheung and this just fits the iPhone user base, while the poisonous celebrity, Max is on the stick.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudiness.com/2010/02/11/found/iphone-frenzy-in-the-mini-sausages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone headphone mic works with [late 2008 Mac] laptops</title>
		<link>http://www.cloudiness.com/2010/01/11/found/iphone-headphone-mic-works-with-late-2008-mac-laptops/</link>
		<comments>http://www.cloudiness.com/2010/01/11/found/iphone-headphone-mic-works-with-late-2008-mac-laptops/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 04:43:46 +0000</pubDate>
		<dc:creator>Art</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Found]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[Phones]]></category>

		<guid isPermaLink="false">http://www.cloudiness.com/?p=446</guid>
		<description><![CDATA[This evening I wondered whether the four-conductor iPhone headsets (headphone plus microphone) could be used as conventional headphones on my computer, nevermind the mic. As it turns out, they not only work on Apple&#8217;s laptops, the mic does as well, as does the play/pause clicker. Now you can use Skype without taking off your earphones. (They&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>This evening I wondered whether the four-conductor iPhone headsets (headphone plus microphone) could be used as conventional headphones on my computer, nevermind the mic. As it turns out, they not only work on Apple&#8217;s laptops, the mic does as well, as does the play/pause clicker. Now you can use Skype without taking off your earphones. (They&#8217;re also <a title="Apple: Compatibility of Apple wired headset models with iPod and iPhone models" href="http://support.apple.com/kb/HT3310 ">compatible with almost all of Apple&#8217;s iPods</a>.)</p>
<p>Apple&#8217;s own documentation is sparse bordering on nonexistent. Product descriptions for their iPhone headsets only mention iPods. The most Apple has written about this is on page 25 of a PDF of the <a title="Apple: PDF file: MacBook Pro (15-inch, 2.53 GHz, Mid 2009) - User Guide" href="http://manuals.info.apple.com/en_US/MacBook_Pro_15inch_2.53GHz_Mid2009.pdf">MacBook Pro user&#8217;s guide</a>: &#8220;<strong><em>Audio out port</em></strong><em>: Connect external speakers, headphones (including iPhone), or digital audio equipment.</em>&#8220;</p>
<p>If you haven&#8217;t got a compatible laptop, you can <a title="Travis Pettijohn: Use an iPhone Headset for VoIP" href="http://www.pettijohn.com/2008/06/use-iphone-headset-for-voip.html">make an adaptor</a> that splits into Mic In and Stereo Out plugs, or <a title="ShowMe Cables: iPhone Headset adapter for Skype &amp; Other VOIP connections F/M/M" href="http://www.showmecables.com/viewItem.asp?idProduct=8183">buy one</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudiness.com/2010/01/11/found/iphone-headphone-mic-works-with-late-2008-mac-laptops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac netbook wrap-up, cha cha cha</title>
		<link>http://www.cloudiness.com/2009/11/17/apple/mac-netbook-wrap-up-cha-cha-cha/</link>
		<comments>http://www.cloudiness.com/2009/11/17/apple/mac-netbook-wrap-up-cha-cha-cha/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 02:46:38 +0000</pubDate>
		<dc:creator>Art</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://www.cloudiness.com/?p=380</guid>
		<description><![CDATA[The rather dark grey legality and tenuous maintainability of netbook hacktintoshes aren&#8217;t things I want to blog about incessantly, but enough has happened in the two weeks since the last post to call for a sequel. For good measure, there are also some further impressions regarding the hackintoshed Dell 10v. And for reference, here&#8217;s the original Mac [...]]]></description>
			<content:encoded><![CDATA[<p>The <a title="This post: Dubious legal status" href="http://www.cloudiness.com/2009/11/17/apple/mac-netbook-wrap-up-cha-cha-cha/#legal-status">rather dark grey legality</a> and <a title="This post: Technical frailty" href="http://www.cloudiness.com/2009/11/17/apple/mac-netbook-wrap-up-cha-cha-cha/#review-followup">tenuous maintainability</a> of netbook hacktintoshes aren&#8217;t things I want to blog about incessantly, but enough has happened in the two weeks since the last post to call for a sequel. For good measure, there are also some <a title="This post: Further impressions" href="http://www.cloudiness.com/2009/11/17/apple/mac-netbook-wrap-up-cha-cha-cha/#tech-news">further impressions</a> regarding the hackintoshed Dell 10v. And for reference, here&#8217;s the <a title="This site: How desperate are you for a Mac netbook?" href="http://www.cloudiness.com/2009/11/04/apple/how-desperate-are-you-for-a-mac-netbook/">original Mac netbook post</a> from November 4. For further information, many of the websites linked to in this and the previous post are excellent resources.</p>
<p><span id="more-380"></span></p>
<h3><a name="legal-status"></a>Legal status: Continuing to be dubious</h3>
<p>Apple&#8217;s victories in court against renegade Mac cloner Psystar are tangentially relevant and provide an object lesson in how not to go about things. Psystar is a company that openly sold <a title="Wikipedia: White box (computer hardware)" href="http://en.wikipedia.org/wiki/White_box_(computer_hardware)">white box PCs</a>, optionally with Mac OS X pre-installed. Apple leapt quickly, lawsuit-wise, and this weekend won an unalloyed victory against Psystar on most key counts.</p>
<p><a title="Groklaw: Apple Wins Like a Champ - Psystar is Toast -- What? You're Surprised? " href="http://www.groklaw.net/article.php?story=20091114101637997">Groklaw has a detailed post on the news</a>, although it&#8217;s considerably more readable if you&#8217;re already familiar with the key players and issues. <a title="Wikipedia: Psystar Corporation" href="http://en.wikipedia.org/wiki/Psystar">Wikipedia&#8217;s entry on Psystar</a> is a good place to start (and, perhaps tellingly, has little about the business or products and a great deal about their legal problems). One of the key points of Apple&#8217;s lawsuit is that Psystar violated Apple&#8217;s end-user license agreement (EULA) which prohibits third-party installations of Mac OS X. Psystar&#8217;s key defense was that the EULA was not binding or didn&#8217;t apply to how Psystar used it, which the court rejected. As I write this, Psystar&#8217;s site is still operating (and can be googled), but now that they&#8217;ve run out of ways to pay their bills, that may not last.</p>
<p>Psystar never tried to be a good actor; from the beginning they were known for shifting addresses, failing to process orders, and antagonizing the open-source community by distributing open-source software without respecting the appropriate licenses. In doing so, it lost an opportunity to earn goodwill among those inclined to cheer on anybody who&#8217;s sticking it to the man. The key component of Psystar&#8217;s business model &#8212; distributing somebody else&#8217;s software without paying for it &#8212; was too unlikely to establish precedent for a radical new understanding of copyright, and it&#8217;s difficult to imagine how Psystar expected to get away with it. As Groklaw points out, if you want your software <a title="Quo vadis, libre software? by Jesus M. Gonzalez-Barahona" href="http://sinetgy.org/jgb/articulos/libre-software-origin/">libre</a>, there are plenty of legitimate options and no legal or ethical support for doing what Psystar did.</p>
<p>Psystar&#8217;s violation of Apple&#8217;s EULA was the grounds for being shut down, but it was Psystar&#8217;s bootlegging Apple&#8217;s OS which drew Apple&#8217;s attention. A disorganized population of amateur hackintoshers, each working on their own, may constitute targets too small for Apple to go after, but hackers ought to at least stake some ethical ground by buying a copy of OS X for each computer they hack and minimize the number of EULA violations they commit. To the best of my understanding &#8212; which is not well-researched &#8212; Apple has only gone after commercial repackagers of its OS, not hobbyists building their own systems from legitimately purchased components.</p>
<div id="attachment_398" class="wp-caption alignright" style="width: 145px"><a href="http://www.cloudiness.com/wp-content/uploads/2009/11/Dell-Mini-with-Apple-sticker.jpg"><img class="size-thumbnail wp-image-398" title="Dell-Mini-with-Apple-sticker" src="http://www.cloudiness.com/wp-content/uploads/2009/11/Dell-Mini-with-Apple-sticker-135x150.jpg" alt="The sound you hear is lawyers in Cupertino slapping their foreheads" width="135" height="150" /></a><p class="wp-caption-text">The sound you hear is lawyers in Cupertino slapping their foreheads</p></div>
<p>Incidentally, while Apple&#8217;s six-thousand-word-long <a title="Apple Inc: Software License Agreement for Mac OS X (PDF file)" href="http://images.apple.com/legal/sla/docs/macosx106.pdf">Software License Agreement for Mac OS X</a> (PDF file) makes it clear that while the OS may only be installed on Apple-<em>branded</em> computers, it doesn&#8217;t say Apple-<em>manufactured</em> or Apple-<em>packaged</em> computers. So if Apple sues you, try covering the Dell badge on the lid of your netbook with an Apple sticker of conveniently the right size (such as, say, the ones packaged with each new Mac, iPhone and iPod) and claim that you found a loophole. Preferably while chortling smugly to yourself. Let me know how it works out.</p>
<h3><a name="tech-news"></a>Technical status: At the mercy of somebody who, if they acknowledged you exist, would try to hurt you</h3>
<p>As noted now by everybody who cares, the OS X 10.6.2 updater fair and squarely disables itself on the Atom processor common to netbooks. The rumors had were flying even while the updater was in beta, so when the change remained in the final release the news was significant. And within a day of the beta going live, there were <a title="MyDellMini: OS X 10.6.2 installation instructions" href="http://www.mydellmini.com/forum/general-mac-os-x-discussion/15050-osx-10-6-2-a-2.html#post117830">command-line hacks to get the updater running</a>, and inside of a week the <a title="Google Code project hosting: netbook-installer" href="http://code.google.com/p/netbook-installer/">NetbookInstaller app</a> had been patched to do the same thing with a one-button click. In the end, there was a great deal of hand wringing about an apparently simple workaround.</p>
<p>Apple seems institutionally aware of the diminishing profit inherent in over-aggressively locking down its flagship OS. Apple can also, somewhat, afford a measure of slackness regarding the distribution of Mac OS X since it profits by selling the computer hardware, whereas Microsoft can&#8217;t. The consumer version of Mac OS X has minimal built-in enforcement of its EULA, in contrast to Microsoft&#8217;s many-pronged technique to control how and where its OSes go. (For that matter, Apple secures OS X Server and most of its application software; clearly it&#8217;ll use registration mechanisms when it wishes.) It&#8217;s possible that hackintoshing has be accommodated in the breach if Apple has decided losses due to misuse are minor compared to the repeat sales advantage in a user experience unimpeded by serial numbers, hardware keying and &#8220;For your protection&#8221; nagboxes. It may also be that the number of hackintoshers who could be potential customers are too small a population to be worth reaching out to.</p>
<p>Netbook hackintosh users represent a mix of agendas. Some are current Apple customers who already have enough Apple-built hardware to meet their needs, some are people who want an ultra-portable and are building their own in lieu of Apple providing one. There are also those into it for the hacking challenge or curiosity. Some are unlikely to buy Apple hardware for any number of reasons but who want to try Mac OS, possibly in part of routinely trying a variety of OSes. And there are probably people who start with Mac OS X on a PC and later buy their first Apple product, but that&#8217;s unlikely to represent a majority of of hackintoshers regardless of what they may say when asked.</p>
<p>It remains to be seen whether this is now a cat-and-mouse game. 10.6.3 and subsequent issues may attempt to circumvent previous patches, or they may not. Hackintosh users have always been obligated to keep an ear to the ground in this regard, not knowing whether any change to the OS risks bricking their computer, and recent news drives that point home. Apple has means other than the courts to control the distribution and use of their software, and this is one of them. Hackers are at a natural disadvantage by open-sourcing their work, allowing Apple&#8217;s engineers the same access to the workarounds as everybody else does, making their own job of counter-hacking easier. A measure of wariness, if not paranoia, is the rule every time a new OS update is pending.</p>
<h3><a name="review-followup"></a>Further impressions: Not all that bad, really</h3>
<p>As of this writing, the <a title="Meklort's Blog: NetbookInstaller 0.8.3 RC4 (With 10.6.2 support)" href="http://www.meklort.com/?p=114">latest version of NetbookInstaller</a> appears to have improved the trackpad driver; using the trackpad on this Dell Mini 10v is no longer tooth-grindingly awful. Pointing and clicking work great. Two-finger tapping (for a right click) and two-finger scrolling now behave as designed, and while sensitivity and movement are not up to the standards of Apple product they&#8217;re good enough for free. This was one significant problem I harped on at length in the original Mac netbook writeup, and this is a change significant enough to rescind that earlier complaint. It also means those configuring new Mac netbooks may have less work to do, since fixing and patching the trackpad up to marginal usefulness consumed a big chunk of my time.</p>
<p>I&#8217;ve mostly gotten used to the keyboard, with caveats. Fatfingering keys hadn&#8217;t been much of a problem from day one, and most gotchas involved how my motor memory dealt with key placement. For example, function-delete has been the standard keystroke for forward-delete on my Mac laptops for as long as I&#8217;ve owned any, but it&#8217;s nonexistent on the Dell. Instead, I have to use the dedicated forward-delete key. I love having a forward-delete key, in fact, but reaching for it is not an action I&#8217;ve been able to memorize yet. Weird, that one. The swapped positions of the function and control keys continue to be a minor irritation, as I don&#8217;t depend on those keys for most tasks I do on the netbook, but your mileage may vary.</p>
<p>The display is a mix of annoyances and virtues. Image quality isn&#8217;t up to Apple standards, and there&#8217;s no way around it; colors don&#8217;t look quite right, available viewing angles are narrower, and most critically the image is slightly distorted &#8211; everything&#8217;s a wee bit fatter. Having a small display with only a few lines of text visible while writing is fantastic when I&#8217;m pounding out first drafts, whether of blog entries or pseudocode, but becomes constraining when I&#8217;ve slowed down, begun editing, and am forced to scroll up and down a more than I&#8217;m used to.</p>
<p>Flipping between windows frequently, somewhat necessary while blogging when I&#8217;m fact checking and collecting links, feels more onerous on the netbook and I can&#8217;t quite put my finger on why. Possibly because with a large display my working windows do not have to take up the full screen so I have visual prompts of what else is open, or because with two-monitor displays I can keep multiple windows unobstructed while working. The netbook&#8217;s ultra-constrained display is, to some extent, a necessary evil, but  if Dell offered the same optional high-res display for the 10v that is available for the 10, I would have gone for it.</p>
<p>The battery does not fit tightly in its bracket, so the computer sometimes clunks when moved. As previously noted this is the awkward, oversized six-cell battery, so moving the computer at all is sure to shift the battery and contribute to the computer&#8217;s flimsy, plasticky feel.</p>
<p>A fitted case is a must when carrying a netbook around as it&#8217;s going to get jostled too much even in conventional computer bags, and the six-cell version of the Mini can only fit in a neoprene sleeve as it&#8217;s too awkwardly shaped for a non-stretchy padded case. I got a <a title="Case Logic: 7-10&quot; Netbook Sleeve" href="http://www.caselogic.com/7_10_netbook_sleeve/product_detail/index.cfm?modelid=122243">CaseLogic neoprene sleeve</a> that comfortably fits the Mini with its outsized battery plus power adaptor in an extra zippered pocket, and the handles are a boon. The whole kit fits in an army surplus musette bag with enough room left for half a gallon of milk, some bread and dinner fixings.</p>
<p>The Mini 10v is Dell&#8217;s design for a tiny low-cost computer, something I don&#8217;t picture Apple willing to make. For the most part, Dell made reasonable compromises; some slow me down as a user, some are aesthetically displeasing, but none of the downsides keep me from using it. I&#8217;ve worked on this post on both the Dell Mini and a MacBook Pro. The MBP, by its size, inhibits a certain degree of portability. Since it&#8217;s also my desktop machine I&#8217;ve got to unplug a half-dozen cables before it can move at all, and the sturdy heft that makes it feel like a Real Computer also makes it feel like extra work to fold it up and haul it into a carrying bag. By my working arrangements the Mini is mobile-<em>er</em>, a second computer that&#8217;s never tethered to anything but its power cord, its size facilitating the convenience of pick-up-and-go ease. Apple understands portability with regard to its iPod and iTunes lines; subtle-seeming changes in dimensions and weight can amount to significant changes in use; a couple millimeters shaved here and there means the device can fit into pockets it might not otherwise fit, be handheld in slightly more hands, and simply feel and look like something that&#8217;s easier to carry. The MacBook Pro is a desktop computer that fits in a bag, portable but not meant for fleetness.</p>
<p>The Mini 10v, in contrast to the MacBook Pro, is not subtly small. It&#8217;s freaking tiny for something meant to set on your lap and be typed on. I don&#8217;t really contemplate packing the MBP for quick trips any more when I can sweep up the Mini and go. The MBP has more weight and feels weightier; the Mini is smaller and lighter, but above all it simply <em>feels</em> more portable. This may be where its cheapness is its virtue, not because it&#8217;s disposable but because feeling light and plasticky dilutes its impression of heft.</p>
<p>A hackintosh would serve badly as a primary computer for reasons I&#8217;ve spent thousands of words on. As a secondary computer it may be better in some ways than Genuine Apple Product, at least until the next OS update.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudiness.com/2009/11/17/apple/mac-netbook-wrap-up-cha-cha-cha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyDellMini: OS X 10.6.2</title>
		<link>http://www.cloudiness.com/2009/11/10/found/mydellmini-os-x-10-6-2/</link>
		<comments>http://www.cloudiness.com/2009/11/10/found/mydellmini-os-x-10-6-2/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 20:53:14 +0000</pubDate>
		<dc:creator>Art</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Found]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://www.cloudiness.com/?p=366</guid>
		<description><![CDATA[Following last week&#8217;s epic post about running Mac OS X on a Dell netbook, this link is obligatory now that the news has dropped. Rumors of problems with 10.6.2 were widespread while it was in beta but there no useful confirmation of the problem was possible until last night, when the public release shipped. In [...]]]></description>
			<content:encoded><![CDATA[<p>Following last week&#8217;s epic post about running Mac OS X on a Dell netbook, this link is obligatory now that the news has dropped. Rumors of problems with 10.6.2 were widespread while it was in beta but there no useful confirmation of the problem was possible until last night, when the public release shipped.</p>
<p>In a nutshell, Apple&#8217;s latest update to Mac OS X (10.6.2) disables support for the Atom CPU common in most netbooks, including the Dell Mini 10v used in my review. Whether it was a side effect in fixing an unrelated issue or because Apple is now actively trying to inhibit hackintoshing, the result is the same as far as the Mac hacking community is concerned: From here on out, every Apple OS update is going to have to be reviewed and possibly modified by the hackintosh community before it can be safe for installation on non-Apple hardware. For my thoughts on the matter, see the <a title="Cloudiness: How desperate are you for a Mac netbook - Addendum" href="http://www.cloudiness.com/2009/11/04/apple/how-desperate-are-you-for-a-mac-netbook/#091104_1">late addition to the long Mac netbook post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudiness.com/2009/11/10/found/mydellmini-os-x-10-6-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How desperate are you for a Mac netbook?</title>
		<link>http://www.cloudiness.com/2009/11/04/apple/how-desperate-are-you-for-a-mac-netbook/</link>
		<comments>http://www.cloudiness.com/2009/11/04/apple/how-desperate-are-you-for-a-mac-netbook/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 04:18:28 +0000</pubDate>
		<dc:creator>Art</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://www.cloudiness.com/?p=285</guid>
		<description><![CDATA[Ever since the surprise success of the Asus EEE netbooks, Mac users and fans have been hoping and wishing that Apple will ship an ultra-small laptop form factor of their own. Apple hasn&#8217;t. So motivated hackers have been busily wedging Mac OS X into other company&#8217;s laptops as well as they could. This is not [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since the surprise success of the <a title="Wikipedia: Asus EEE PC" href="http://en.wikipedia.org/wiki/ASUS_Eee_PC">Asus EEE</a> netbooks, Mac users and fans have been hoping and wishing that Apple will ship an ultra-small laptop form factor of their own.</p>
<div id="attachment_342" class="wp-caption alignright" style="width: 160px"><a href="http://www.flickr.com/photos/mickpro/2990847163/in/photostream/"><img class="size-thumbnail wp-image-342  " title="This &quot;MacBook Nano&quot;, for example. By Mickphoto" src="http://www.cloudiness.com/wp-content/uploads/2009/10/2990847163_c13c34f8bb_o-150x112.jpg" alt="This MacBook Nano, for example, by Mickphoto" width="150" height="112" /></a><p class="wp-caption-text">This &quot;MacBook Nano&quot;, for example. By Mickphoto</p></div>
<p>Apple hasn&#8217;t. So motivated hackers have been busily wedging Mac OS X into other company&#8217;s laptops as well as they could. This is not as easy as it might sound; options are limited to those computers with technical specifications closest to what Apple supports in its own products, patching the system to accommodate, compensate for, or ignore the remaining differences.</p>
<p>Enough progress has been made that even people who have no clue how to diagnose BIOS or edit <a title="Wikipedia: Loadable kernel module" href="http://en.wikipedia.org/wiki/Kext">kext</a> files can do a passable job of putting Mac OS X on computers not made by Apple. Some do it purely out of being able to, some do it under the illusion that this will be an easy way to have a Macintosh for a fraction of the price of a real one. (<strong>Edit, Nov 4:</strong> An addendum about how <a title="November 4 addendum at the end of this post." href="http://www.cloudiness.com/2009/11/04/apple/how-desperate-are-you-for-a-mac-netbook/#091104_1">the Apple taketh away and the Apple giveth back</a> at the end of this post.) (<strong>Edit, Nov 17:</strong> There is now <a title="cloudiness: Mac netbook wrap-up, cha cha cha" href="http://www.cloudiness.com/2009/11/17/apple/mac-netbook-wrap-up-cha-cha-cha/">a second post</a> with more news about Apple vs. hackintoshing, updates, and further impressions.)</p>
<p><span id="more-285"></span></p>
<h3>Well? How desperate?</h3>
<p>Thanks to increasing uniformity among the major computer vendors, hackintoshing isn&#8217;t a monumental challenge. No computer models are exactly alike (except when one company is simply putting their badge on somebody else&#8217;s work), so most hacked PCs get pretty close to working like Macs but rarely exactly like Macs. Depending on what&#8217;s lacking or different compared to Apple&#8217;s computer hardware, a hackintosh can be passable or a failure. For a while BoingBoing maintained <a title="BoingBoing Gadgets: Mac OS X Netbook Compatibility Chart" href="http://gadgets.boingboing.net/2008/12/17/osx-netbook-compatib.html">a table of Mac-hackable netbooks</a>, and on it you can see that, for example, the Sony Vaio P is a great choice as long as you never try to go online.</p>
<p>The recent <a title="Ask Metafilter: Hackintosh Netbooks" href="http://ask.metafilter.com/136305/Hackintosh-netbooks">Hackintosh Netbooks</a> thread on Ask Metafilter renewed my interest in this. To summarize the question: &#8221; I want a netbook running Mac OS X. I&#8217;m not afraid of the risks, I&#8217;m technically competent, but I don&#8217;t want to throw my money away and I don&#8217;t want upkeep to be a time-consuming hobby. So what should I get and what should I do?&#8221; The answers are surprisingly direct and positive.</p>
<p>What grabbed me was this line in <a title="Ask Metafilter: Hackintosh Netbooks: rokusan's response" href="http://ask.metafilter.com/136305/Hackintosh-netbooks#1947838">rokusan&#8217;s response</a>: &#8220;<em>I like it because if I drop it or break it or it dies in six months, who cares. Cheap, disposable Mac for less than the cost of an <a title="OLPC: Laptop Hardware" href="http://laptop.org/en/laptop/hardware/index.shtml">OLPC</a></em><em>.</em>&#8221; I can&#8217;t consider myself a cheapskate, what with the cost of my work equipment (Apple hardware, Microsoft and Adobe software, and so on), but rokusan captured the motivation. This is the only way to get an incredibly portable computer on which I can run the operating system I&#8217;m most comfortable using. I may screw up and turn the thing into three pounds of sizzling plastic bacon, leaving me wishing I&#8217;d never bothered, but I won&#8217;t be out a lot. The odds of success are high and as computers go the stakes are low.</p>
<div id="attachment_333" class="wp-caption alignright" style="width: 160px"><a href="http://www.cloudiness.com/wp-content/uploads/2009/10/dell_mini_10v_disp_vs_mac_disp.jpg"><img class="size-thumbnail wp-image-333    " title="Dell Mini 10v display vs. my usual work environment. (Image enhanced for clarity)" src="http://www.cloudiness.com/wp-content/uploads/2009/10/dell_mini_10v_disp_vs_mac_disp-150x145.jpg" alt="Dell Mini 10v display vs. my work environment" width="150" height="145" /></a><p class="wp-caption-text">Dell Mini 10v display vs. my usual work environment. (Image enhanced for clarity)</p></div>
<p>As long as the constraints on using a netbook aren&#8217;t too limiting, it&#8217;s awfully appealing. My household can use a netbook. Collectively we&#8217;ll logging a fair amount of air travel in the coming year, and a new computer with half the size and weight of our current laptops will make it easier to work in transit.</p>
<h3>Dell Mini 10v: The choice of the desperate</h3>
<p>Voices in the Ask Metafilter thread were mostly in unison regarding the Dell Mini 10v. It&#8217;s not the smallest, but it&#8217;s small. It&#8217;s not the cheapest, but it&#8217;s cheap. The keyboard is better than those on most netbooks. It&#8217;s the younger, bigger brother of the thoroughly hackintosh-compatible Mini 9. It&#8217;s <a title="YouTube: How to upgrade Dell Mini 10v memory - Part 1 (disassemble)" href="http://www.youtube.com/watch?v=P_jUFbxHoAU">not the most readily moddable</a>, but it&#8217;s one of the platforms for which other people have bundled all the required hacks into a single application. When prepared as directed, the considerable effort of patching and modding the OS is done on your behalf.</p>
<p>With the patch application, installing Mac OS X on the Mini 10v is sufficiently easy that <a title="Gizmodo: How To: Hackintosh a Dell Mini 10v Into the Ultimate Snow Leopard Netbook" href="http://gizmodo.com/5389166/how-to-hackintosh-a-dell-mini-10v-into-the-ultimate-snow-leopard-netbook">even Gizmodo editors can do it</a>. And now there&#8217;s a clearly written, well-illustrated step-by-step tutorial that&#8217;s far better than the hackers themselves have written. If you want to read how I did it, read that.</p>
<p>My Mini 10v came from <a title="Dell Outlet Store website" href="http://www.dell.com/content/segmenter.aspx?c=us&amp;l=en&amp;s=dfo">Dell&#8217;s Outlet Store</a>, shaving $25 off the cost. It also meant I got an older version of the 10v, one that doesn&#8217;t require a BIOS downgrade, which is yet another slim-but-possible opportunity to brick the machine. After about an hour at night spent preparing the tools for the installation and an hour the next morning doing the installing, I ended up with a working copy of OS X on a Dell laptop. Weird.</p>
<p>The installation process was without trauma. I unboxed the computer, configured it, and ran some programs. It became a hackintosh. After more configuring I took it to a cafe and typed to some friends, &#8220;I&#8217;m on a hackintosh.&#8221; Because that&#8217;s the way I roll.</p>
<h3>Is it worth doing?</h3>
<p>The first two hours, outlined above, don&#8217;t demand your attention; computers are grinding away, doing their thing, and you can go do your thing, which may involve pizza, a movie, or a relaxing bath. Some time later, after you get to witness the jarring transition from the Dell logo on bootload to the grey Apple screen, your work begins.</p>
<p>Quality of experience under Mac OS X on the Dell Mini 10v is&#8230; not Apple-like.</p>
<p><a title="MyDellMini: Better Touchpad driver for Mini 10v" href="http://www.mydellmini.com/forum/mac-os-x-development/12297-better-touchpad-driver-mini-10v.html">The trackpad is close to useless without further hacking</a>, after which it&#8217;s marginal at best. Tracking works passably well, but two-finger clicking and scrolling are evanescent experiences &#8212; they rarely occur, never when expected, and are impossible to repeat reliably. If you&#8217;re not already in the habit of plugging in a mouse or optimizing keyboard use, this will beat those habits into you.</p>
<p>The keyboard is cramped (90% of standard keyboard size) and the control key&#8217;s to the left of the function key (reversing their positions on Apple&#8217;s laptops), contributing to the cascades of minor irritations. If you can&#8217;t touch type, the alt and Windows keys will be endlessly frustrating. As a lifelong touch typist with large-ish hands, I didn&#8217;t find the scale of the keyboard to be a problem and haven&#8217;t fatfingered yet.</p>
<div id="attachment_334" class="wp-caption alignright" style="width: 160px"><a href="http://www.cloudiness.com/wp-content/uploads/2009/10/dell_mini_10v_with_universal_access_prefs_pane.png"><img class="size-thumbnail wp-image-334  " title="Dell Mini 10v screenshot showing Universal Access preference pane" src="http://www.cloudiness.com/wp-content/uploads/2009/10/dell_mini_10v_with_universal_access_prefs_pane-150x87.png" alt="Dell Mini 10v screenshot showing Universal Access preference pane" width="150" height="87" /></a><p class="wp-caption-text">You should appreciate the irony in this screenshot</p></div>
<p>Some windows are too tall for the screen, so you have to use <a title="MyDellMini: Virtually increase your Dell Mini Screen Resolution" href="http://www.mydellmini.com/forum/faqs-how-tos/2099-virtually-increase-your-dell-mini-screen-resolution.html">one hack or another to rescale windows</a> to fit the display.</p>
<p>The colors on the display are off. The netbook hack app includes a few color profiles that improve things, but none are spot on.</p>
<p>So after the couple hours of installation, plan on a couple additional hours to patch the trackpad driver, learn how scaling hacks work, download applications, see which apps fail and read <a title="MyDellMini" href="http://www.mydellmini.com/">MyDellMini</a> to see if anybody else has worked around them, and learn how little you can do on a laptop with only 1 GB of RAM and a display half the size of Apple&#8217;s standard product. This is the time to acclimate yourself to the computer and adjust the computer to you.</p>
<p>And then, as demonstrated, take it to a cafe with wifi and grab some bragging rights.</p>
<h3>Hackintoshes are for desperadoes and the indifferent</h3>
<p>This hack violates both Apple&#8217;s and Dell&#8217;s warranties, might have broken some intellectual property laws, risked wasting my money and time, and put my computer in the hands of people I don&#8217;t know who wrote applications that have access to data I store and transmit. The less you know about what you&#8217;re doing, the less you should take this lightly, even if you have money to burn.</p>
<p>Every change to the software or hardware is unsupported by everybody. Dell won&#8217;t help you. Apple can&#8217;t help you. <a title="Ars Technica: Dutch hacker holds jailbroken iPhones &quot;hostage&quot; for €5" href="http://arstechnica.com/apple/news/2009/11/dutch-hacker-holds-jailbroken-iphones-hostage-for-5.ars">Using hardware and software in unauthorized ways exposes you to risks you don&#8217;t otherwise face.</a> <a title="MyDellMini Forums: Intel Atom Support Removed in 10.6.2" href="http://www.mydellmini.com/forum/general-mac-os-x-discussion/14376-intel-atom-support-removed-10-6-2-a.html">A new Mac OS X update might brick your computer</a>; you have to wait until it&#8217;s been vetted by people who know what&#8217;s going on under the hood. You&#8217;re at the mercy of volunteers now so hope they don&#8217;t get tired of this and start doing something else for a hobby. When you don&#8217;t know what&#8217;s going on, you have to check in with others, judge their credibility, and act accordingly.</p>
<p>This is an open-source project without legitimacy and you&#8217;ll be participating as a comparatively clueless peer. Let&#8217;s drive this point home with a mallet: If something you install ruins your computer, <em>it&#8217;s your fault</em><em>.</em></p>
<p>This is the state of the art in putting Apple&#8217;s computer operating system where it wasn&#8217;t meant to be. Due to laws, and to major corporations&#8217; attitudes regarding how their products are used, it&#8217;s unlikely to improve further. Keep that in mind, too.</p>
<p>You have to be pretty desperate for a Mac to do this out of need. You&#8217;re probably an idiot to depend on one as your primary computer. Treat this as a productive hobby and avoid getting too attached to the results. Keep your computer&#8217;s recovery disks and a copy of <a title="Homepage of the Ubuntu Linux distribution" href="http://www.ubuntu.net/">Ubuntu</a> handy in case you get tired of the grey area you&#8217;re operating in. And don&#8217;t use a hackintosh if you won&#8217;t make one yourself.</p>
<h3>How un-Apple-like can a Mac-alike get?</h3>
<p>First, living in an all Mac household and as the web developer in an all Mac workplace, I don&#8217;t deal with PC hardware often. (Courtesy of VMWare Fusion, I continue to deal with Windows regularly). Apple&#8217;s design, construction, and finish in their products are the norm to me; the sharp corners near the trackpad on the current MacBook Pro is about the most blatant design flaw that comes to mind at the moment. Apple&#8217;s modern laptops aren&#8217;t massive, but they have satisfying heft. Even the MacBook Air, surprisingly light for its size, is solid and sturdy. Design decisions matter even when the result is meant to be unnoticed; for example, the heaviest components in a laptop (battery and hard drive) are farthest from the display hinge so that the case can be opened by lifting the lid with one hand. The body is as seamless as modern mass production allows. The result of all this detailed work in design and build is a device that does what I want it to do without my having to think hard about how it&#8217;s done; a characteristic shared by many good tools.</p>
<p>The Mini 10v feels flimsy and light. The battery is at the screen hinge, making it off-balance and tippy, so when it&#8217;s on my lap I occasionally need to keep one hand on the palm rest. The plastic of the lid top can be flexed. You can see the display hinge&#8217;s shaft, metal shielding between the keyboard and case, and other gaps. The housing has more seams and the edge of the lid feels like it&#8217;s got mold flashing. The underside is perforated with grates, an access panel that doesn&#8217;t open, and large screw heads. There are, of course, ubiquitous Intel and Microsoft branding stickers plus a REFURB sticker (optional), a Windows product key sticker, a sticker with a ton of certification badges and the logo of the manufacturer Dell outsourced this to. An Apple product is uniformly and unambiguously a product of Apple (&#8220;Designed by Apple in California. Assembled in China&#8221;), regardless of who was hired to manufacture it. Dell gets top billing but when among other marques, it becomes a front man, not an authority. There&#8217;s an implicit preemptive passing of the buck: &#8220;Does the case hinge wobble? That&#8217;s Anatel&#8217;s fault, not mine. The system crashed? Hey, don&#8217;t look at me, man.&#8221;</p>
<p>While the bezel around the Mini 10v&#8217;s display is only 2mm wider than a MacBook Pro&#8217;s, it overwhelms the small display within. The user may be forgiven for imagining Dell could have fit a larger LCD in the case when it looks like fifty percent of the monitor surface is housing. The all-black case is garnished with superfluous design details like a grey wrist rest and trackpad (whereas Apple simply ships <a title="Flickr: Black Macbook vs White iBook by rogeriopvl" href="http://www.flickr.com/photos/rogeriopvl/2204447067/">an all-black case</a>). The design is restrained by PC industry standards; there&#8217;s no contrasting trim, creases and embossings, patterns and labels, excess status lights and buttons for disk access, network access, audio settings, or <a title="notebookbox.com: MSI GX600 gaming laptop review" href="http://laptopadvisor.blogspot.com/2007/12/msi-gx600-gaming-laptop.html">turbo</a>.</p>
<p>Some design details are questionable. On such a small keyboard, the redundant Home and End keys are annoying. Even Apple&#8217;s minimalist laptops have Caps Lock lights; the Mini 10v doesn&#8217;t. There&#8217;s a bulky old-fashioned VGA display jack rather than a tinier, more efficient miniDV.</p>
<p>The Mini 10v is meant to be inexpensive. Nothing I&#8217;ve mentioned are deal killers, and many of them make sense in context. Design compromises that lower manufacturing expense without jeopardizing the computer&#8217;s integrety are called for. Housing plastic that&#8217;s fractionally thinner, a hinge design that works to spec with greater assembly tolerances, and a commodity keyboard picked from an EOM catalog all help meet the $300-350 pricepoint common to netbooks. The aggregated effect of all these lacking details and cost cutting results in a computer that feels considerably cheaper and flimsier than Apple product, whether or not it is.</p>
<p>The Mini 10v has some nice amenities that Apple doesn&#8217;t provide. It has an ethernet jack and the MacBook Air doesn&#8217;t. Neener. There are dedicated delete and backspace keys. The VGA port means one less rat-tail to pack when it&#8217;s got to drive a meeting room projector.</p>
<p>There is one non-small problem: A 3-cell battery that fits flush with the case is standard, but a 6-cell battery is needed to get more than three hours of runtime. It&#8217;s shaped like <a title="Engadget: Dell Mini 10 6-cell battery gets pictured" href="http://www.engadget.com/2009/05/09/dell-mini-10-6-cell-battery-gets-pictured/">a stack of C-cell batteries permanently affixed under the hinge</a>. It&#8217;s a fine, functional prop while working (aside from elevating the keyboard to the hands when it&#8217;s on a table, it also helps air circulate under the machine), but it renders the Mini 10v as something other than a rectangular box-shaped computer: It is now T-shaped when open, L-shaped when closed. The outboard battery housing will be a continual obstacle every time the computer is picked up. Good luck finding a padded computer bag that fits. The battery is an egregious design failure. In fact I couldn&#8217;t find a representative picture of it anywhere on Dell&#8217;s site other than in the <a title="Dell Laptop Accessories: 56 WHr 6-Cell Lithium-Ion Battery for Dell Inspiron 11z/ Mini 10 Laptops" href="http://accessories.us.dell.com/sna/products/Power/productdetail.aspx?c=us&amp;l=en&amp;s=dhs&amp;cs=19&amp;sku=312-0935">support and accessories</a> area; in the product customizer when you&#8217;re designing your new computer, the photo is taken from above so that you can&#8217;t see how bulky it is. <em>(Between the first draft and now, Dell stopped offering the 6-cell battery as a substitute for the standard 3-cell in the build-to-order store. Now the 10v is only sold with the 3-cell battery preinstalled, and the 6-cell as an additional battery. So this rant is unlikely to apply to new system buyers but it&#8217;s still worth pointing out because </em>oh man <em>is that thing awkward.)</em></p>
<h3>If you hate it so much, why don&#8217;t you divorce it?</h3>
<p>I&#8217;ve been whipping my impressions into this post as I use the Mini 10v; about half of it has been typed from the hackintosh itself. It is useful. It&#8217;s going to travel in airplane carryon bags. It&#8217;s going to be my secondary development machine, because sometimes I work best when pounding out first drafts on a small screen in a library while wearing headphones; a lavish desktop system with two monitors accommodates too many distractions. The 10v may also serve as a portable presentation machine, thanks to the built-in VGA jack. And I like low-impact hacking toys.</p>
<div id="attachment_332" class="wp-caption alignright" style="width: 160px"><a href="http://www.cloudiness.com/wp-content/uploads/2009/10/dell_mini_10v_and_apple_ext_ii_keybd.jpg"><img class="size-thumbnail wp-image-332 " title="Dell Mini 10v on an Apple Extended II Keyboard" src="http://www.cloudiness.com/wp-content/uploads/2009/10/dell_mini_10v_and_apple_ext_ii_keybd-150x65.jpg" alt="Dell Mini 10v on an Apple Extended II Keyboard" width="150" height="65" /></a><p class="wp-caption-text">The Dell Mini 10v: Half the size of a real keyboard</p></div>
<p>For some perspective, the Mini 10v could be hidden underneath <a title="Wikipedia: Apple Extended Keyboard" href="http://en.wikipedia.org/wiki/Apple_Extended_Keyboard">the keyboard I&#8217;m currently typing on</a>.</p>
<p>I&#8217;m going to keep it. So far I like it. It&#8217;s tiny and looks nice. Aside from its scary technical status and dubious legal status, it seems useful enough to justify the extra effort needed to keep it running. I might pick off all the stickers and cover the Dell logos with the white Apple stickers that are pretty easy to find around our house, but haven&#8217;t succumbed to that temptation yet.</p>
<h3>What can we assume about Apple&#8217;s attitude towards netbooks if this is all we have to go on?</h3>
<p>That OS X 10.6 runs on the Mini 10v at all says more about how much the computer contract manufacturing industry has shrunk than it does about Apple&#8217;s plans.</p>
<p>Apple already has a MacBook Air. It weighs half a pound more than the Mini 10v, has half again the battery life of a stock Mini 10v, and its base price is five times as much. The benefits for that price are obvious: Much larger display, full-sized keyboard, build quality, and legitimacy.</p>
<p>If Apple had a netbook-like Macintosh in the pipeline, it would feature the following:</p>
<ul>
<li>The same keyboard Apple installs in every other Macintosh, which isn&#8217;t possible in current 9&#8243; and 10&#8243; netbook form factors. This is an ergonomics issue, not a marketing matter, and if any computer company understands this Apple does.</li>
<li>A display that is at least 768 pixels tall, to meet minimum standard display height for windows. The Dell Mini 10 (but not the 10v) is available with a 1366&#215;768  screen, so this is possible in current netbook form factors, but since the keyboard will be bigger and the display covers the keyboard, the display may as well have larger dimensions too.</li>
<li>A trackpad at least as large as a current MacBook&#8217;s, to provide the room necessary for Mac OS&#8217;s current suite of two, three, and four finger gesture controls; Apple eliminated the trackpad button in part to provide more sensor space, and they&#8217;re not going to cut that back.</li>
<li>A better processor and capacity for more RAM, rather than the comparatively underpowered Intel Atom and 2 GB memory limit.</li>
<li>The larger monitor and higher-spec CPU will mean higher energy needs, mandating a larger battery.</li>
<li>The larger battery, keyboard, touchpad, display and CPU require a larger case.</li>
</ul>
<p>Practically speaking, this brings us around again to a Macbook Air.</p>
<div id="attachment_340" class="wp-caption alignleft" style="width: 160px"><a href="http://applestylelabo.wordpress.com/2009/01/14/macbook-mini-090114/"><img class="size-thumbnail wp-image-340" title="Isamu Sanada designs beautiful imaginary Apple products" src="http://www.cloudiness.com/wp-content/uploads/2009/10/macbookmini090114_042-150x112.jpg" alt="Isamu Sanada designs beautiful imaginary Apple products" width="150" height="112" /></a><p class="wp-caption-text">Isamu Sanada designs beautiful imaginary Apple products</p></div>
<p>In the farther-flung future, the terms may change. <a title="Pixel Qi: E-paper with Color and Video" href="http://www.pixelqi.com/">Ultra-low-power high-quality displays</a> are coming. Smaller, more efficient CPUs are in the pipeline. Solid-state drives are going to become cheaper, more efficient, and physically smaller. There will always be practical minimums to case size &#8212; the keyboard must be large enough to type on, the display large enough to be useful. Those of us who remember the 12&#8243; iBook or 12&#8243; PowerBook know that Apple can create a laptop case as wide as the keyboard in it, but the 11.25&#8243; x 9.25&#8243; iBook is still considerably larger than the 10.25&#8243; x 7.25&#8243; Mini 10 &#8212; and in the world of portables, minor differences in size and weight can have exaggerated effects on the impression they give of being small and light.</p>
<p>So I suspect Apple isn&#8217;t going to rush into the netbook market. Apple does not ship a product until it satisfies a certain baseline of utility, pleasure, and ease of use, and subsequent products improve on it. This is one reason why Apple has effectively only one iPhone model, varying in storage capacity and what services can be successfully supported by improvements in technology. Apple&#8217;s current economy-grade iPhone is simply last year&#8217;s model. There aren&#8217;t multiple iPhones with differing subsets of features, targeted towards different demographics or markets. And a low-end iPhone with features disabled would be easy to make, but the diminished quality of it would, in turn, diminish Apple’s reputation for creating pleasing, functional systems.</p>
<p>So if you want a Mac netbook you&#8217;ll have to make one yourself.</p>
<h3><a name="091104_1"></a>Addendum, November 4: The Apple taketh away, the Apple giveth back</h3>
<p>Over the five days needed to write this ridiculously long blog post (over 3,200 words), <a title="MacRumors: Apple Disabling Support for Intel Atom Processor in Latest 10.6.2 Build?" href="http://www.macrumors.com/2009/11/02/apple-disabling-support-for-intel-atom-processor-in-latest-10-6-2-build/">news began flying</a> that in the latest development version of Mac OS X 10.6.2 <a title="MyDellMini: [Rumor] Apple Dropping Support for Intel Atom CPU in OSX 10.6.2" href="http://www.mydellmini.com/forum/news/14761-rumor-apple-dropping-support-intel-atom-cpu-osx-10-6-2-a.html">Apple had disabled compatibility with the Atom processor</a>, the wee little low-power unit that most netbooks are built on. If true it might have been Apple cutting off support for a CPU that isn&#8217;t in any of their products, or it may have been a deliberate attempt to cut off netbook hacking. In the context of <a title="PreCentral.net: Palm Responds To Apple's iTunes Sync Notice" href="http://www.precentral.net/palm-responds-apples-veiled-sync-break-threat">Apple&#8217;s current war with Palm</a> over the <a title="PreCentral.net: Apple Blocks Palm Pre iTunes Syncing" href="http://www.precentral.net/apple-blocks-palm-pre-itunes-syncing">Pre smartphone syncing through iTunes</a>, the hypothesis that it was intentional is certainly believable.</p>
<p>As I write this, word is out that a new development version of <a title="Stell's Blog: 10.6.2 kills Atom and other news : UPDATED" href="http://stellarola.tumblr.com/post/225234492/10-6-2-kills-atom-and-other-news-updated">10.6.2 restores compatibility with Atom</a>, so the alarm is temporarily over.</p>
<p>But the lesson to take from this episode is: Apple is not beholden to support things it doesn&#8217;t make. And whether it discontinues support for the hardware underlying most netbooks out an internal efficiencies decision &#8212; supporting any unique device costs Apple money &#8212; or as an attempt to stem hacker activity, the result is going to be similar to most netbook owners. Caveat hacker.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudiness.com/2009/11/04/apple/how-desperate-are-you-for-a-mac-netbook/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Why can&#8217;t we figure out what Google Wave is good for?</title>
		<link>http://www.cloudiness.com/2009/10/19/web/why-cant-we-figure-out-what-google-wave-is-good-for/</link>
		<comments>http://www.cloudiness.com/2009/10/19/web/why-cant-we-figure-out-what-google-wave-is-good-for/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 03:24:33 +0000</pubDate>
		<dc:creator>Art</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[wave]]></category>

		<guid isPermaLink="false">http://www.cloudiness.com/?p=244</guid>
		<description><![CDATA[Google Wave is&#8230; something. What it is, exactly, few people have been able to agree on. Google&#8217;s own PR about Google Wave is a frustratingly imbalanced information overload, their publicity effort centering around an 80 minute video of the developer preview at Google I/O, earlier this year, entirely burying their slick, short product demos. Apple can [...]]]></description>
			<content:encoded><![CDATA[<p>Google Wave is&#8230; something. What it is, exactly, few people have been able to agree on. Google&#8217;s own PR about Google Wave is a frustratingly imbalanced information overload, their publicity effort centering around an <a title="YouTube: Google Wave Developer Preview at Google I/O 2009" href="http://www.youtube.com/watch?v=v_UyVmITiYQ">80 minute video of the developer preview</a> at Google I/O, earlier this year, entirely burying their slick, short product demos.</p>
<p>Apple can routinely, in 80 minutes, tout its sales figures, announce three revolutionary consumer products, demo them, preview yet another devastatingly witty TV commercial starring an affable PC and bemused Mac, and have a surprise musical guest run through a number or two. Even Microsoft&#8217;s execs can put on a reasonably tight show when announcing new products. So how does Google&#8217;s new product announcement compare? It&#8217;s thorough and boring. It&#8217;s unrehearsed, heavily padded by presentation failures, presenter fumbles, and an excruciatingly long introduction by one of Google&#8217;s research unit executives.</p>
<p>The Wave video is a fine tech conference presentation. But it&#8217;s a lousy public product demonstration, and it&#8217;s the entirety of Google&#8217;s sales pitch. Sales pitches, product sheets, whitepapers, short demonstrations of single features are all missing from Wave&#8217;s PR. In their place is a long video of people fumbling with their demo equipment. I watched it in 20 minute chunks, because if this is The Future, The Future is awkward.</p>
<p><span id="more-244"></span></p>
<p>Wave is new, it&#8217;s exciting, it will replace email, instant messaging, wikis, and be the new unified front-end for everything from blogs to bug trackers, and Google seems to say that if you sit through this unedited speech you are worthy of it. (Those slick demos? Read on.) In a way, this preemptively blames the user for Not Getting It if they&#8217;re disinclined to watch. Google&#8217;s previous Big Idea product at least got a <a title="Welcome to Google Chrome, by Scott McCloud" href="http://www.google.com/googlebooks/chrome/">comic book</a>.</p>
<p>What&#8217;s in the video? In the first twenty minutes, the front-end demo &#8212; what the average user will care about &#8212; is largely complete. Edit out the two presentation failures, presenter fumfuhs, and the executive&#8217;s appearance and there would be maybe ten minutes of raw video to make a proper demo out of. The remaining hour has some impressive demos, tech talk, and promising peeks into what&#8217;s to come, but the high points all come early.</p>
<p>It&#8217;s all great and good to know the full arsenal of capabilities. But maybe not all at once. Especially since the cues for what anyone can get out of it for themselves aren&#8217;t the purpose of the presentation. Google&#8217;s answer to end user questions amounts to, &#8220;When you use it, it will become useful,&#8221; which may be true but lacks any empathy for those who need a rationale besides curiosity to spend time on it. So to fill in the breach, the best what&#8217;s-in-it-for-me pieces are coming from <a title="Daniel Tenner: What problems does Google Wave solve?" href="http://danieltenner.com/posts/0012-google-wave.html">elsewhere</a>.</p>
<p>Judging Wave &#8212; and Google&#8217;s attitude toward the public &#8212; by this is a little unfair. But only a little: Wave&#8217;s homepage has a sign-in form, a tagline, a very cluttered screenshot, and the teaser, &#8220;Watch our looooong video&#8221;. The video page spares a hundred words to describe the product and links to two more videos, where you can watch short whiteboard talks about Wave&#8217;s <a title="YouTube: Google Wave: Live collaborative editing" href="http://www.youtube.com/watch?v=3ykZYKCK7AM">concurrency control</a> and <a title="YouTube: Google Wave: Natural Language Processing" href="http://www.youtube.com/watch?v=Sx3Fpw0XCXk">natural language processing</a> (shot outdoors, interrupted by boat horns). Shorter, yes, but not a great outreach to users.</p>
<h3>The secret videos</h3>
<p>What Google doesn&#8217;t mention until after you&#8217;ve gotten keys to the kingdom is that the quick demos were available all along. There&#8217;s an <a title="YouTube: Google Wave Overview" href="http://www.youtube.com/watch?v=p6pgxLaDdQw">eight-minute video</a> conducted by Wave&#8217;s project managers, not slick but considerably easier to digest, and even illustrates features not mentioned in the big announcement.</p>
<p>There are also extremely short walkthroughs of discrete tasks: <a title="YouTube: Google Wave: Reading waves" href="http://www.youtube.com/watch?v=4Mc3D1YVkag">Reading a wave</a>, <a title="YouTube: Starting a new wave" href="http://www.youtube.com/watch?v=J_zpfGxpKMo">starting a new wave</a>, <a title="YouTube: Google Wave: Adding Contacts" href="http://www.youtube.com/watch?v=U7f8Nycg3l4">adding contacts</a>, <span style="text-decoration: none;"><a title="YouTube: Google Wave: Playback" href="http://www.youtube.com/watch?v=EAKfhstqbVk">p</a></span><a title="YouTube: Google Wave: Playback" href="http://www.youtube.com/watch?v=EAKfhstqbVk">laying back waves</a>, <a title="YouTube: Google Wave: Replying with Shift+Enter " href="http://www.youtube.com/watch?v=funpKRmGo6A">replying</a>, <a title="YouTube: Google Wave: Moving panels" href="http://www.youtube.com/watch?v=-0KWnGuw07k">moving panels</a>, <a title="YouTube: Google Wave: Making a folder" href="http://www.youtube.com/watch?v=SIJjljnL80I">making a folder</a>&#8230; GoogleVideo&#8217;s channel has <a title="YouTube: GoogleVideo's Channel filtered for &quot;wave&quot;" href="http://www.youtube.com/user/GoogleVideos#p/search/8/xBzuuWZPaXc">a ton of these</a>. Why they aren&#8217;t being used for Wave&#8217;s promotion is a mystery.</p>
<p>I have a Wave account of my own and will post impressions after experimenting further with friends and coworkers. So far, it takes little poking around or demo-watching to see how useful this is going to be. In the meanwhile, here&#8217;s a <a title="YouTube: Google Wave Cinema: Pulp Fiction" href="http://www.youtube.com/watch?v=xcxF9oz9Cu0">rapid-fire Wave video</a> (some offensive language is used) which is meant as a joke but doubles as a respectable demo in its own right.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudiness.com/2009/10/19/web/why-cant-we-figure-out-what-google-wave-is-good-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Ultimate Showdown of Content Management System Destiny</title>
		<link>http://www.cloudiness.com/2009/03/16/found/the-ultimate-showdown-of-content-management-system-destiny/</link>
		<comments>http://www.cloudiness.com/2009/03/16/found/the-ultimate-showdown-of-content-management-system-destiny/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 02:21:30 +0000</pubDate>
		<dc:creator>Art</dc:creator>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[sxsw]]></category>

		<guid isPermaLink="false">http://www.cloudiness.com/?p=175</guid>
		<description><![CDATA[I wasn&#8217;t planning on linking to anything involving SXSW this week since every going-on there will be blogged and tweeted to death without me, but I liked the premise of this: Three dev teams were tasked with producing a website to uniform design, content and technical specifications within 100 hours, each in a different CMS: [...]]]></description>
			<content:encoded><![CDATA[<p>I wasn&#8217;t planning on linking to anything involving SXSW this week since every going-on there will be blogged and tweeted to death without me, but I liked the premise of this: Three dev teams were tasked with producing a website to uniform design, content and technical specifications within 100 hours, each in a different CMS: <a title="CMS Showdown: Drupal site" href="http://www.drupalshowdown.com/">Drupal</a>, <a title="CMS Showdown: Joomla site" href="http://joomlashowdown.com/">Joomla</a> or <a title="CMS Showdown: WordPress site" href="http://wpshowdown.com/">WordPress</a>. My friend Tom Boutell provides <a title="P'unk Ave Window entry: ''Ultimate Showdown of CMS Destiny''" href="http://window.punkave.com/2009/03/16/ultimate-showdown-of-cms-destiny/">session notes</a> (and better backgrounding than the Showdown site provides).</p>
<p>Ultimately, the result is not a proof of any platform&#8217;s superiority, but that there&#8217;s sufficient functional overlap of the low and high end CMSes to make specifying a platform a considerably less nervewracking experience than it was a couple years ago.</p>
<p>Incidentally, Tom just announced <a title="P'unk Ave: Context CMS homepage" href="http://context.punkave.com/">Context</a> at SXSW today, a brand new CMS based on the <a title="Symfony Open-Source PHP Web Framework website" href="http://www.symfony-project.org/">Symfony</a> framework.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudiness.com/2009/03/16/found/the-ultimate-showdown-of-content-management-system-destiny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

