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

<channel>
	<title>The Adventures of Systems Boy! &#187; SnowLeopard</title>
	<atom:link href="http://systemsboy.com/category/snowleopard/feed" rel="self" type="application/rss+xml" />
	<link>http://systemsboy.com</link>
	<description>Big, Honkin' Systems Stuff</description>
	<lastBuildDate>Sun, 20 May 2012 16:20:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Software Update Downloader</title>
		<link>http://systemsboy.com/2009/11/software-update-downloader.html</link>
		<comments>http://systemsboy.com/2009/11/software-update-downloader.html#comments</comments>
		<pubDate>Fri, 20 Nov 2009 16:22:19 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[ScriptSharing]]></category>
		<category><![CDATA[SnowLeopard]]></category>

		<guid isPermaLink="false">http://systemsboy.com/?p=3035</guid>
		<description><![CDATA[There are at least a few folks who are less than happy with Apple&#8217;s decision to remove the option to download and keep updates from the Software Update application in Snow Leopard. I count myself among them. Though the option may be gone from the GUI, however, it still exists in the command line version. [...]]]></description>
			<content:encoded><![CDATA[<p>There are at least a few folks who are <a href="http://www.betalogue.com/2009/10/22/software-update/" target="_blank">less than happy</a> with Apple&#8217;s decision to remove the option to download and keep updates from the Software Update application in Snow Leopard. I count myself among them.</p>
<p>Though the option may be gone from the GUI, however, it still exists in the command line version. <a href="http://www.macworld.com/article/143391/2009/10/slupdates.html" target="_blank">Rob Griffiths solution</a> is to use the command:</p>
<p><code>softwareupdate -d</code></p>
<p>There are a couple problems with this. The first is that the command, as listed in Mr. Griffiths article, doesn&#8217;t do anything, at least not when I run it. From what I can tell the command requires the <code>-a</code> flag. So if you want it to actually work, it should look like:</p>
<p><code>softwareupdate -d -a</code></p>
<p>This will download everything you don&#8217;t already have to a directory that the Software Update app can see (/Library/Updates). Now we&#8217;re off to a more promising start.</p>
<p>The other problem with this method is that it doesn&#8217;t offer a great deal of things you normally get with the GUI. In particular, as <a href="http://www.betalogue.com/2009/10/23/softwareupdate-more/" target="_blank">Pierre Igot points out</a>, you don&#8217;t get a progress indicator. Which really blows, I agree.</p>
<p>You also don&#8217;t get prompted to install the updates once downloading has finished. To that end, I&#8217;ve written a little Automator Service. The service, when launched from any Services menu in any app, will prompt you to continue with this confirmation box:</p>
<div id="attachment_3054" class="wp-caption aligncenter" style="width: 510px"><a href="http://systemsboy.com/wp-content/uploads/2009/11/SUDownloaderConfirm3.png"><img class="size-full wp-image-3054" title="SUDownloaderConfirm3" src="http://systemsboy.com/wp-content/uploads/2009/11/SUDownloaderConfirm3.png" alt=" " width="500" height="236" /></a><p class="wp-caption-text"> </p></div>
<p>Once you click OK, the download will begin. When the download is complete, the service will copy the new updates to an Updates folder at the top level your home account (~/Updates) for safe keeping.</p>
<div id="attachment_3055" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/11/SU-updates-folder-2.png"><img class="size-medium wp-image-3055" title="SU-updates-folder-2" src="http://systemsboy.com/wp-content/uploads/2009/11/SU-updates-folder-2-530x351.png" alt=" " width="530" height="351" /></a><p class="wp-caption-text"> </p></div>
<p>Once copying has finished, the Software Update app will launch and ask you if you want to install the updates you just downloaded. Just install as normal. Let Software Update do its business.</p>
<div id="attachment_3041" class="wp-caption aligncenter" style="width: 458px"><a href="http://systemsboy.com/wp-content/uploads/2009/11/SU-Updates.png"><img class="size-medium wp-image-3041" title="SU-Updates" src="http://systemsboy.com/wp-content/uploads/2009/11/SU-Updates-448x530.png" alt=" " width="448" height="530" /></a><p class="wp-caption-text"> </p></div>
<p>In the end everything will get installed and you&#8217;ll be left with copies of all the updates in your home account for later use, all with only a single download.</p>
<p>While I can&#8217;t really offer a progress bar, I like this better than the alternatives. It more closely approximates the old &#8220;Install and Keep&#8221; Software Update method than having to go and open the Terminal and do all that stuff as individual steps. And it&#8217;s almost as user-friendly, being activated from a drop-down menu, just like Software Update usually is.</p>
<p>So here it is. The Software Update Download service:<br />
<a href="http://systemsboy.com/wp-content/uploads/2009/11/SoftwareUpdateDownloadService.zip">Software Update Download Service</a></p>
<p>Download it, unstuff it and put it in ~/Library/Services. You should be able to launch it from the Services menu in any application.</p>
<p>A minor disclaimer: this service has mostly worked well for me, but there was one instance in which it seems to have had troubles. In particular, it seemed to choke on the latest iWork &#8217;09 updates. This may have been a fluke, or it may have had something to do with that particular update. I honestly don&#8217;t know. But if you have troubles, let me know in the comments of this article. I&#8217;ll do my best to figure out what&#8217;s wrong as I&#8217;m using this in my own workflow. But consider this a beta at best; it&#8217;s been through minimal testing.</p>
<p>Also, you should be able to open the workflow up in Automator and make adjustments to the behavior if you so please. Feel free to do so and let me know about it in the comments.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2009/11/software-update-downloader.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>A Time Machine Gotcha</title>
		<link>http://systemsboy.com/2009/10/a-time-machine-gotcha.html</link>
		<comments>http://systemsboy.com/2009/10/a-time-machine-gotcha.html#comments</comments>
		<pubDate>Thu, 29 Oct 2009 14:00:33 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[SnowLeopard]]></category>

		<guid isPermaLink="false">http://systemsboy.com/?p=2873</guid>
		<description><![CDATA[Though Time Machine uses hard links to reference files from any point in time without using additional space, changing anything about a file will, obviously, trigger a new copy of said changed file to be backed up to your Time Machine disk. What&#8217;s perhaps less obvious is that even simply changing the path to the [...]]]></description>
			<content:encoded><![CDATA[<p>Though Time Machine uses hard links to reference files from any point in time without using additional space, changing anything about a file will, obviously, trigger a new copy of said changed file to be backed up to your Time Machine disk. What&#8217;s perhaps less obvious is that even simply changing the path to the file will trigger a new copy to be made.</p>
<div id="attachment_2876" class="wp-caption aligncenter" style="width: 325px"><a href="http://systemsboy.com/wp-content/uploads/2009/10/time-machine-backingup.png"><img class="size-full wp-image-2876" title="time-machine-backingup" src="http://systemsboy.com/wp-content/uploads/2009/10/time-machine-backingup.png" alt="This WIll Take a While" width="315" height="142" /></a><p class="wp-caption-text">This Will Take a While</p></div>
<p>To wit: I have a very large folder — about 100GB — full of material that I intend to archive. That folder used to be called &#8220;BurnMe.&#8221; But I recently <a href="http://systemsboy.com/2009/09/archives.html">changed my archiving approach</a> such that the &#8220;BurnMe&#8221; moniker seemed inappropriate. So I renamed &#8220;BurnMe&#8221; to &#8220;ArchiveMe.&#8221; My hope was that Time Machine would see that, yes, the folder had changed, but that its contents pointed to already existing files on disk, and that those files hadn&#8217;t changed and could thus be referenced with a hard link.</p>
<p>Unfortunately, Time Machine isn&#8217;t that smart. What it actually did was erase some older backups to make room, and then it indeed recopied the entire 100GB folder with the new name. Apparently, changing even the name of a file&#8217;s enclosing folder counts as a change to the file and will trigger a new backup copy to be created.</p>
<div id="attachment_2878" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/10/timemachine-delete-backup-cu.png"><img class="size-medium wp-image-2878" title="timemachine-delete-backup-cu" src="http://systemsboy.com/wp-content/uploads/2009/10/timemachine-delete-backup-cu-530x401.png" alt="Deleting a Backup" width="530" height="401" /></a><p class="wp-caption-text">Deleting a Backup</p></div>
<p>My solution to this problem, unfortunately, will be to manage my Time Machine data a bit. It is possible to delete previous Time Machine backups by entering into the interface and right-clicking the file or folder you want to delete, then choosing to &#8220;Delete All Backups&#8221; of the selected file or folder. From now on I will need to be mindful of name changes to large folders, and be sure and delete the previous backups before (or perhaps after, depending on available space) I do so.</p>
<p>In any case, this is not a huge problem, but it is a minor inconvenience in a process that is meant to be almost entirely hands-off.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2009/10/a-time-machine-gotcha.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Enclosing Mail Folders</title>
		<link>http://systemsboy.com/2009/10/enclosing-mail-folders.html</link>
		<comments>http://systemsboy.com/2009/10/enclosing-mail-folders.html#comments</comments>
		<pubDate>Wed, 28 Oct 2009 12:53:20 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[SnowLeopard]]></category>

		<guid isPermaLink="false">http://systemsboy.com/?p=2925</guid>
		<description><![CDATA[A quickie: It&#8217;s fairly common knowledge that, in the Finder, command-clicking the icon in the titlebar of the folder you&#8217;re in will reveal the folder hierarchy that said folder lives in. This is a handy way to find your current location and &#8220;drill up&#8221; in the folder hierarchy, if you will. I&#8217;ve always longed for [...]]]></description>
			<content:encoded><![CDATA[<p>A quickie: It&#8217;s fairly common knowledge that, in the Finder, command-clicking the icon in the titlebar of the folder you&#8217;re in will reveal the folder hierarchy that said folder lives in. This is a handy way to find your current location and &#8220;drill up&#8221; in the folder hierarchy, if you will.</p>
<p>I&#8217;ve always longed for similar functionality in Mail.app, but the best we&#8217;d had was titlebar text that displayed the email name and its enclosing folder. Until now.</p>
<p>In Snow Leopard Mail.app finally gets the same command-click behavior we have in the Finder (control-click also seems to work). Open a message in a new window, and command-click the icon of the message in the titlebar.</p>
<p style="text-align: center;">
<div id="attachment_2926" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/10/mail-titlebar-1.png"><img class="size-medium wp-image-2926 " title="mail-titlebar-1" src="http://systemsboy.com/wp-content/uploads/2009/10/mail-titlebar-1-530x92.png" alt=" " width="530" height="92" /></a><p class="wp-caption-text">Mail Titlebar</p></div>
<p>Doing so reveals the location of the message and allows you to navigate there.</p>
<div id="attachment_2927" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/10/mail-titlebar-2.png"><img class="size-medium wp-image-2927" title="mail-titlebar-2" src="http://systemsboy.com/wp-content/uploads/2009/10/mail-titlebar-2-530x97.png" alt="Mail Hierarchy" width="530" height="97" /></a><p class="wp-caption-text">Mail Hierarchy</p></div>
<p>Excellent!</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2009/10/enclosing-mail-folders.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My 2009 17&#8243; MacBook Pro</title>
		<link>http://systemsboy.com/2009/10/my-2009-17-macbook-pro.html</link>
		<comments>http://systemsboy.com/2009/10/my-2009-17-macbook-pro.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 14:00:38 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[SnowLeopard]]></category>

		<guid isPermaLink="false">http://systemsboy.com/?p=2610</guid>
		<description><![CDATA[I recently switched from an 8-core Mac Pro desktop system to a new 17&#8243; MacBook Pro and I&#8217;m loving it. Video Toe-To-Toe Against the Mac Pro My first concern making this switch was, would the MacBook Pro offer enough power to get my toughest work done. The answer so far has been yes. Though I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>I recently switched from an 8-core Mac Pro desktop system to a new <a href="/2009/09/it-is-done.html">17&#8243; MacBook Pro</a> and I&#8217;m loving it.</p>
<div id="attachment_2900" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/mbp-transfer.JPG"><img class="size-medium wp-image-2900" title="mbp-transfer" src="http://systemsboy.com/wp-content/uploads/2009/09/mbp-transfer-530x397.jpg" alt="The Switch" width="530" height="397" /></a><p class="wp-caption-text">The Switch</p></div>
<p><strong>Video Toe-To-Toe Against the Mac Pro</strong><br />
<a href="/2009/08/shifting-needs.html">My first concern</a> making this switch was, would the MacBook Pro offer enough power to get my toughest work done. The answer so far has been yes.</p>
<p>Though I&#8217;ve been doing less video work — one of the changes that led me to this switch — I actually did get a fairly involved video project to work on for a friend. The project involved a good deal of compositing in Final Cut Pro, so it was a fairly resource-intensive affair. The MacBook Pro handled it with aplomb. I never once felt like I was working on an underpowered system. Final Cut performed just as well — which is to say sluggishly — as it did on my 8-core. Sure, rendering took a bit longer, but not as much as I&#8217;d expected, and not in any way that was a ever problem.</p>
<p>The 17&#8243; MacBook Pro&#8217;s amazing screen really helped a lot too. What was even better, though, was hooking the MacBook Pro up to my secondary Cinema Display and working with dual-monitors. In this way, the MacBook Pro was actually a step up.</p>
<p>So, in a face off with my 8-core tower doing my toughest work, the new system passed with flying colors.</p>
<p><strong>Size Matters</strong><br />
Another concern I had was whether or not I would really like the 17&#8243; model. I&#8217;ve always felt that the 15&#8243; was the ideal balance between usability and portability, but I opted for the 17&#8243; because I wouldn&#8217;t be taking it out much and would be using it more as desktop replacement.</p>
<div id="attachment_2901" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/mbp.JPG"><img class="size-medium wp-image-2901" title="mbp" src="http://systemsboy.com/wp-content/uploads/2009/09/mbp-530x397.jpg" alt="The Right Size" width="530" height="397" /></a><p class="wp-caption-text">The Right Size</p></div>
<p>I&#8217;m rather surprised at how happy I am with the size. It certainly doesn&#8217;t feel significantly heavier or bulkier than my old 15&#8243; PowerBook. A little, but not much. And it&#8217;s fantastic around the house. Perfectly portable for moving between rooms.</p>
<p>Having the extra screen real estate is also wonderful, though the 1920&#215;1200 resolution can get a bit tiresome on my aging eyes. This is more than made up for in brightness, however, which can be blinding (I had to turn it down for the photos). I&#8217;m also very happy I got the anti-glare screen. The treatment doesn&#8217;t reduce the depth of the blacks nearly as much as I thought it would.</p>
<p>Overall the monitor is amazing, and I&#8217;m very happy with the size of the machine as a whole.</p>
<p><strong>On Its Own Merits</strong><br />
In addition to being able to hold its own against my desktop system, and against my prior laptop experiences, there&#8217;s a lot to love about the MacBook Pro in and of itself.</p>
<p>For one, I&#8217;m loving the new trackpad. There are things about this trackpad that I actually prefer over mousing, in particular, two-finger scrolling and the many other gestures that multi-touch offers. I sometimes miss those features now when I&#8217;m stuck using a standard mouse at work. This is one reason I&#8217;m so excited to try the Magic Mouse.</p>
<p>The battery life is quite good as reported. Like most folks I&#8217;ve read, I get about four straight hours of solid use, which is usually plenty. Any more than that and I should probably go sit at my desk anyway.</p>
<div id="attachment_2896" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/mbp-battery-indicator.JPG"><img class="size-medium wp-image-2896" title="mbp-battery-indicator" src="http://systemsboy.com/wp-content/uploads/2009/09/mbp-battery-indicator-530x397.jpg" alt="Battery Indicator" width="530" height="397" /></a><p class="wp-caption-text">Battery Indicator</p></div>
<p>Now that I&#8217;ve set up my <a href="/2009/09/802-11n.html">802.11n wireless network,</a> I&#8217;m quite happy with the general network speed of the machine. It&#8217;s a huge improvement over 802.11g.</p>
<p>The uni-body construction really feels solid. In some ways it feels more solid than my tower, and certainly lacks the creakiness of the old PowerBook.</p>
<p>It also stays remarkably cool. My legs are loving it.</p>
<p>The keyboard is also great, as good as my tower&#8217;s.</p>
<div id="attachment_2898" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/mbp-keyboard.JPG"><img class="size-medium wp-image-2898" title="mbp-keyboard" src="http://systemsboy.com/wp-content/uploads/2009/09/mbp-keyboard-530x397.jpg" alt="Excellent Keyboard" width="530" height="397" /></a><p class="wp-caption-text">Excellent Keyboard</p></div>
<p><strong>Odds And Ends</strong><br />
I bought my MacBook Pro with the DVI-to-Display Port adaptor offered by Apple. When you order this with your computer on Apple&#8217;s site it comes in the sealed computer box as though it were an included item, not in a separate box of its own.</p>
<p>I actually rather like the Mini Display port. It&#8217;s small and space-efficient, and much easier to handle and plug in than a DVI plug, believe it or not. And for the record, it&#8217;s powering an ancient 23&#8243; plastic, easel-style Cinema Display hooked up to a ADC-to-DVI converter. Fun! And it works like a charm.</p>
<p>The monitors on these new-gen MacBooks no longer leave imprints on the screen. I can&#8217;t tell you (or maybe I can) how annoying it was to have to have a screen protector at all times with my old PowerBook. So lame! A rubber grommet around the edge of the screen and problem solved!</p>
<p>The system came with a <a href="/2009/08/pre-ordering-snow-leopard.html">full install</a> disc of <a href="/2009/09/snow-leopard-impressions.html">Snow Leopard</a>. Now I have <a href="/2009/08/convergence.html">three</a>!</p>
<p><strong>There Will Be Beefs</strong><br />
As close as this one comes, no system is perfect. There are always beefs.</p>
<p>I&#8217;ve mentioned the occasional difficulty with the monitor resolution, but my biggest beef is probably the fact that the keyboard is so far from the front edge of the computer. This, coupled with my second-biggest complaint, the fact that the unibody edges are so sharp, makes for some less-then-perfect text input. That sharp edge tends to cut at my wrists when I&#8217;m typing. Yes, it&#8217;s a very minor quibble. And it&#8217;s really the only one that&#8217;s bothered me enough to write down.</p>
<div id="attachment_2897" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/mbp-edges.JPG"><img class="size-medium wp-image-2897" title="mbp-edges" src="http://systemsboy.com/wp-content/uploads/2009/09/mbp-edges-530x397.jpg" alt="Sharp!" width="530" height="397" /></a><p class="wp-caption-text">Ouch!</p></div>
<p>Beyond that, I&#8217;ve had some system freezes on the new machine, but they seem to have mostly dissipated since installing the <a href="http://support.apple.com/kb/HT3901" target="_blank">Performance Update</a> from earlier this month.</p>
<p>And I guess I&#8217;d like to see more gesture programmability someday. But now I&#8217;m just grasping at straws.</p>
<p><strong>Final Analysis</strong><br />
In case you can&#8217;t tell. I&#8217;m quite enamored of my new 17&#8243; MacBook Pro. It&#8217;s pretty much everything I want a computer to be: space-efficient yet powerful, comfortable and reliable. It&#8217;s hard to imagine a better computer for someone like me.</p>
<p>The thing I like best about it, though, is that I can have everything — all my main rig data and all my laptop data — right there on a single system that is both portable and powerful. I can take it around with me everywhere I go and there it is. But plug it into the desktop monitor and hook up a couple firewire drives and I have a very functional, dual-monitor desktop rig that&#8217;s just as comfortable and appropriate for video work as my desktop system ever was. It&#8217;s like having all the power of a tower anywhere in the house.</p>
<div id="attachment_2899" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/mbp-logo.JPG"><img class="size-medium wp-image-2899" title="mbp-logo" src="http://systemsboy.com/wp-content/uploads/2009/09/mbp-logo-530x397.jpg" alt="Happy Computer User" width="530" height="397" /></a><p class="wp-caption-text">Everything You Want</p></div>
<p>The versatility of this system is what makes special, and I&#8217;ve been nothing but impressed. If you&#8217;re ever thinking of making a similar switch, and your processing needs can handle it, I highly recommend the 17&#8243; MacBook Pro. It&#8217;s everything you want in both a laptop and a desktop system.</p>
<p>And it&#8217;s made me a much <a href="http://al3x.net/2008/09/08/al3xs-rules-for-computing-happiness.html" target="_blank">happier computer user</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2009/10/my-2009-17-macbook-pro.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Snow Leopard Scanner Application</title>
		<link>http://systemsboy.com/2009/10/snow-leopard-scanner-application.html</link>
		<comments>http://systemsboy.com/2009/10/snow-leopard-scanner-application.html#comments</comments>
		<pubDate>Fri, 02 Oct 2009 14:00:00 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[SnowLeopard]]></category>

		<guid isPermaLink="false">http://systemsboy.com/?p=2767</guid>
		<description><![CDATA[It&#8217;s been widely reported that the Image Capture app in Snow Leopard can now see and scan from many common scanners. This is a huge boon to those of us who are sick and tired of crappy scanner drivers and software. Image Capture is quite a capable scanner app, and fairly Mac-like. But there&#8217;s another, [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been widely reported that the Image Capture app in Snow Leopard can now see and scan from many common scanners. This is a huge boon to those of us who are sick and tired of crappy scanner drivers and software. Image Capture is quite a capable scanner app, and fairly Mac-like.</p>
<div id="attachment_2768" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/snowleopard-scan-03.png"><img class="size-medium wp-image-2768" title="snowleopard-scan-03" src="http://systemsboy.com/wp-content/uploads/2009/09/snowleopard-scan-03-530x450.png" alt="Scanner Joy!" width="530" height="450" /></a><p class="wp-caption-text">Scanner Joy!</p></div>
<p>But there&#8217;s another, more direct way to access your scanner without opening Image Capture.</p>
<div id="attachment_2769" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/snowleopard-scan-05.png"><img class="size-medium wp-image-2769" title="snowleopard-scan-05" src="http://systemsboy.com/wp-content/uploads/2009/09/snowleopard-scan-05-530x458.png" alt="You Got Scanners in My Printers" width="530" height="458" /></a><p class="wp-caption-text">You Got Scanners in My Printers</p></div>
<p>Just like with printers, adding a scanner (either via Image Capture or directly in your Print &amp; Fax preference pane) will create a scanner application in ~/Library/Printers. This can be dragged directly to your Dock for quick, easy scanner access.</p>
<div id="attachment_2770" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/snowleopard-scan-00.png"><img class="size-medium wp-image-2770" title="snowleopard-scan-00" src="http://systemsboy.com/wp-content/uploads/2009/09/snowleopard-scan-00-530x430.png" alt="I Think We Should Call it Print, Fax &amp; Scan" width="530" height="430" /></a><p class="wp-caption-text">I Think We Should Call it Print, Fax &amp; Scan</p></div>
<p>Or, if you open the scanner directly from the Print &amp; Fax prefs, it will appear in the Dock where you can simply right-click it and choose to &#8220;Keep in Dock&#8221; from the options.</p>
<div id="attachment_2771" class="wp-caption aligncenter" style="width: 434px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/snowleopard-scan-07.png"><img class="size-full wp-image-2771" title="snowleopard-scan-07" src="http://systemsboy.com/wp-content/uploads/2009/09/snowleopard-scan-07.png" alt="My Scanner in My Dock" width="424" height="235" /></a><p class="wp-caption-text">My Scanner in My Dock</p></div>
<p>All-in-all native scanning is an extremely handy feature and seems to work well in my tests. Keeping my scanner in my Dock just makes it that much easier to use.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2009/10/snow-leopard-scanner-application.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Snow Leopard Server-Related Changes</title>
		<link>http://systemsboy.com/2009/09/snow-leopard-server-related-changes.html</link>
		<comments>http://systemsboy.com/2009/09/snow-leopard-server-related-changes.html#comments</comments>
		<pubDate>Wed, 30 Sep 2009 14:00:24 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[SnowLeopard]]></category>

		<guid isPermaLink="false">http://systemsboy.com/?p=2747</guid>
		<description><![CDATA[That title should give you a hint just how much my responsibilities have changed since I took my new job. Yes, I still run a Mac OS X Server, but I no longer get bi-yearly hardware updates. So my server is running a PPC, as is my workstation. So no Snow Leopard Server for me, [...]]]></description>
			<content:encoded><![CDATA[<p>That title should give you a hint just how much my responsibilities have changed since I took my new job. Yes, I still run a Mac OS X Server, but I no longer get bi-yearly hardware updates. So my server is running a PPC, as is my workstation. So no Snow Leopard Server for me, at least not for a while.</p>
<p>I have noticed (as have many others) a few changes to how Snow Leopard handles certain server-related tasks, and I thought I&#8217;d just jot them down for the record — mine as much as yours.</p>
<p><strong>Directory Utility</strong><br />
The first, and possibly weirdest, change is that Directory Utility is no longer a readily available application. It now lives in the very unintuitive /System/Library/Core Services, which tells me that Apple would rather us not use it unless absolutely necessary, which, generally speaking, it should not be, at least not for binding to Open Directory servers. Much of its functionality has moved to other applications and parts of the OS.</p>
<p><strong>OD Server Binding</strong><br />
Curiously, OD binding now happens in the Login Options section of the Accounts preference pane. Even more curiously, you can open the Directory Utility from here as well:</p>
<div id="attachment_2750" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/snowleopard-accounts-prefs.png"><img class="size-medium wp-image-2750" title="snowleopard-accounts-prefs" src="http://systemsboy.com/wp-content/uploads/2009/09/snowleopard-accounts-prefs-530x433.png" alt="Snow Leopard OD Binding" width="530" height="433" /></a><p class="wp-caption-text">Snow Leopard OD Binding</p></div>
<p><strong>NFS Mounts</strong><br />
Directory Utility used to have a pane for configuring NFS automounts. That pane has been moved to the arguably more logical Disk Utility application, where you access it under File-&gt;NFS Mounts, but it looks pretty much the same as it did before:</p>
<div id="attachment_2749" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/snow-leopard-nfsmounts.png"><img class="size-medium wp-image-2749" title="snow-leopard-nfsmounts" src="http://systemsboy.com/wp-content/uploads/2009/09/snow-leopard-nfsmounts-530x353.png" alt="Snow Leopard NFS Mounts" width="530" height="353" /></a><p class="wp-caption-text">Snow Leopard NFS Mounts</p></div>
<p><strong>Root User</strong><br />
Since 10.5 the root user has also been activated via Directory Utility. I haven&#8217;t found a new way to do this. It looks like if that&#8217;s your bag you&#8217;ll need to either find a way to open Directory Utility, or use the command-line. &#8216;Course, if you know what root is, you shouldn&#8217;t find either of these things terribly difficult. Especially since I just told you two ways to do the first thing.</p>
<p><strong>Directory</strong><br />
There used to be an app called Directory in the Utilities folder, but it too is gone. I&#8217;m assuming some of its functionality has been added to Address Book, which now has its very own Accounts preference pane:</p>
<div id="attachment_2751" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/snow-leopard-addressbook.png"><img class="size-medium wp-image-2751" title="snow-leopard-addressbook" src="http://systemsboy.com/wp-content/uploads/2009/09/snow-leopard-addressbook-530x477.png" alt="Snow Leopard Addressbook Accounts" width="530" height="477" /></a><p class="wp-caption-text">Snow Leopard Address Book Accounts</p></div>
<p>And I&#8217;ve <a href="http://www.afp548.com/article.php?story=20090828230739301" target="_blank">read that some of its functionality</a> has been moved to the iCal Server Utility app now included with the <a href="http://www.apple.com/downloads/macosx/apple/macosx_updates/serveradmintools106.html" target="_blank">10.6 Server Admin Tools</a>:</p>
<div id="attachment_2764" class="wp-caption aligncenter" style="width: 540px"><strong><a href="http://systemsboy.com/wp-content/uploads/2009/09/snow-leopard-icalutility.png"><img class="size-medium wp-image-2764" title="snow-leopard-icalutility" src="http://systemsboy.com/wp-content/uploads/2009/09/snow-leopard-icalutility-530x328.png" alt="iCal Server Utility" width="530" height="328" /></a></strong><p class="wp-caption-text">iCal Server Utility</p></div>
<p>I&#8217;ve also read that there is some functionality that is completely gone now.</p>
<p><strong>MCX Cache</strong><br />
A fellow SysAdmin has posted <a href="http://krypted.com/mac-os-x-server/15-changes-in-snow-leopard-server/" target="_blank">his own groovy list</a> of Snow Leopard changes as well. My favorite:</p>
<blockquote><p><em>&#8220;New command, mcxrefresh, used for refreshing managed preferences on clients&#8221;</em></p></blockquote>
<p>Hallelujah! I&#8217;ve bitched frequently about Mac OS X Server&#8217;s overly aggressive cache. Having a way to clear it makes all the difference.</p>
<p><strong>Conclusion</strong><br />
So we have a bit of a shuffling around here, but overall it looks to me like Apple is trying to keep simplifying the OD binding and setup process in Snow Leopard, as they have done with each iteration of Mac OS X. The most obvious features are in obvious places, whereas the more obscure features have been moved to more obscure locations. Most of these changes make sense, too, though dedicated apps for OD setup make sense on some level too. Must everything be another preference pane? In any case, it&#8217;s just good to know that all the same stuff is there, it&#8217;s just been moved around a bit.</p>
<p>On a personal note, it&#8217;s a bit of a bummer to not get to play with Snow Leopard Server. I may never get the chance, actually. It could be long gone by the time we get new hardware, and we just don&#8217;t rely on Mac OS X Server like we did at my old job. Ah well life goes on.</p>
<p>If anyone has any Snow Leopard Server stories to share, I&#8217;d love to hear them in the comments. As far as reportage goes, though, I&#8217;m gonna have to sit this one out.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2009/09/snow-leopard-server-related-changes.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Snow Leopard Impressions</title>
		<link>http://systemsboy.com/2009/09/snow-leopard-impressions.html</link>
		<comments>http://systemsboy.com/2009/09/snow-leopard-impressions.html#comments</comments>
		<pubDate>Wed, 09 Sep 2009 02:12:56 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[SnowLeopard]]></category>

		<guid isPermaLink="false">http://systemsboy.com/?p=2439</guid>
		<description><![CDATA[So I finally got my hands on a copy of Snow Leopard and have had a chance to kick the tires and take her &#8217;round the block a few times. Here are my initial thoughts. The Good There are a bunch of really great improvements to Snow Leopard. You&#8217;ve probably heard all about most of [...]]]></description>
			<content:encoded><![CDATA[<p>So I finally got my hands on a copy of Snow Leopard and have had a chance to kick the tires and take her &#8217;round the block a few times. Here are my initial thoughts.</p>
<h3>The Good</h3>
<p style="padding-left: 30px;">There are a bunch of really great improvements to Snow Leopard. You&#8217;ve probably heard all about most of them. These are some of my favorites.</p>
<div id="attachment_2460" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/install-splash.png"><img class="size-medium wp-image-2460" title="install-splash" src="http://systemsboy.com/wp-content/uploads/2009/09/install-splash-530x495.png" alt="Installer" width="530" height="495" /></a><p class="wp-caption-text">Installer</p></div>
<p><strong>Upgrading<br />
</strong>Upgrading my Leopard system was a breeze. This is the first time I&#8217;ve ever performed a straight upgrade, in the past opting for the Archive and Install option. But, <a href="http://systemsboy.com/2009/08/pre-ordering-snow-leopard.html">as I&#8217;d surmised</a>, this installer is made for the upgrade. It was absolutely seamless. A few clicks — literally two or three — and half an hour later I was back up and running. Everything happened from the Desktop, too. After inserting the DVD I simply hit the Install button, set my customizations (I installed Rosetta and opted out of Language Translations), and the DVD did the rest. I was able to walk away while the whole thing happened. I believe I had a muffin.</p>
<div id="attachment_2458" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/install-custom.png"><img class="size-medium wp-image-2458" title="install-custom" src="http://systemsboy.com/wp-content/uploads/2009/09/install-custom-530x410.png" alt="Installation Customizations" width="530" height="410" /></a><p class="wp-caption-text">Installation Customizations</p></div>
<p style="text-align: center;">
<p>My girlfriend&#8217;s Tiger upgrade was a bit slower and behaved slightly differently. Upgrading from Tiger is more like what we&#8217;ve seen in the past. Running the installer from the Desktop will prompt for admin credentials and then boot into the DVD before allowing you to customize your install. And it took closer to an hour to complete. But beyond that, again, it was seamless.</p>
<p style="text-align: left;">I find myself mightily impressed and filled with a new confidence in Apple&#8217;s Upgrade installer. I think they&#8217;ve gotten it right this time. I will use it again.</p>
<p><strong>Performance and Disk Space<br />
</strong> The claims that Snow Leopard is faster are, in my experience, true, though your mileage may vary. My girlfriend doesn&#8217;t really notice the speed boost so much. It may be due to the vastly differing systems we&#8217;re running, mine an 8-core Mac Pro with 6GB of RAM, hers a Macbook from a couple of years ago. In my experience, the most notable speed bump is in how quickly many applications — particularly Carbon ones — seem to launch. Safari, for instance, comes up almost instantly. TextEdit&#8217;s fast now too. And seemingly speedier animations provide a psychological speed boost as well.</p>
<div id="attachment_2461" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/disk-space-savings.png"><img class="size-medium wp-image-2461" title="disk-space-savings" src="http://systemsboy.com/wp-content/uploads/2009/09/disk-space-savings-530x374.png" alt="10 Extra Gigs" width="530" height="374" /></a><p class="wp-caption-text">10 Extra Gigs</p></div>
<p>But the disk space savings are undeniable. I have an extra 10GB of drive space on my system partition. No, I have not figured out what that works out to in the old math. But no matter how you slice it, it&#8217;s significant. And a very good thing.</p>
<p><strong>Finder Improvements<br />
</strong>I&#8217;m very happy to finally be able to sort columns by criteria other than name. That will be immensely useful as I tend to prefer column view and use it exclusively, but I tend to sort a lot of things by label. Prior to Snow Leopard this required switching to list view. Now I don&#8217;t have to. Being able to sort my search results by Date Created and Last Opened will also be a boon. And the new naming convention used by the screen capture utility — naming by date, what a concept! — is wonderful, if long overdue.</p>
<div id="attachment_2462" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/column-view-by-date.png"><img class="size-medium wp-image-2462" title="column-view-by-date" src="http://systemsboy.com/wp-content/uploads/2009/09/column-view-by-date-530x355.png" alt="Column View Sorted By Date Created" width="530" height="355" /></a><p class="wp-caption-text">Column View Sorted By Date Created</p></div>
<p>I&#8217;m also very much enjoying some of the changes and additions to Exposé and the Dock. I&#8217;ve never used Exposé much in the past, being more in the habit of command-tabbing and batch hiding whole groups of applications. But I&#8217;m already using the preference to minimize windows to their corresponding application, and I like it. That, combined with the new application-centric Exposé features have me wanting to try out Exposé for window management, and perhaps finally make it a part of my daily work habits.</p>
<div id="attachment_2463" class="wp-caption aligncenter" style="width: 261px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/app-centric-expose.png"><img class="size-full wp-image-2463" title="app-centric-expose" src="http://systemsboy.com/wp-content/uploads/2009/09/app-centric-expose.png" alt="App-Sposé" width="251" height="172" /></a><p class="wp-caption-text">App-Sposé</p></div>
<p><strong>New Go Menu Items<br />
</strong>In Snow Leopard Apple has continued the tradition of adding more items to the Finder&#8217;s Go menu with Snow Leopard. This time they&#8217;ve added a Documents link, complete with the requisite key-command (command-shift-O). Very handy! They&#8217;ve also added a link to select the startup disk on the Desktop (command-shift-up arrow). Yes, that one is a bit strange, I agree.</p>
<div id="attachment_2464" class="wp-caption aligncenter" style="width: 345px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/go-menu-new.png"><img class="size-full wp-image-2464" title="go-menu-new" src="http://systemsboy.com/wp-content/uploads/2009/09/go-menu-new.png" alt="New Go Menu Items" width="335" height="360" /></a><p class="wp-caption-text">New Go Menu Items</p></div>
<p><strong>Quicktime X Screen Capture</strong><br />
I&#8217;m not a fan of the new Quicktime X player by and large (more on that in a bit), but boy is it nice to be able to record my screen to video. The screen capture utility almost makes up for everything else Quicktime X lacks. I&#8217;ve always wanted to be able to record screen videos, but never badly enough to pony up actual money. And Quicktime X makes it drop-dead easy and seems to do a great job. Quicktime X captures your screen at its current resolution using the H.264 CODEC.</p>
<div id="attachment_2468" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/window-resize.mov" target="_blank"><img class="size-medium wp-image-2468  " title="window-resize-web" src="http://systemsboy.com/wp-content/uploads/2009/09/window-resize-web-530x397.jpg" alt="Screen Capture: Window Resize Pron" width="530" height="397" /></a><p class="wp-caption-text">Screen Capture: Window Resize Pron (click to watch video)</p></div>
<p>The results are very good looking. Now that I have the capability, you may well see videos start to appear on TASB. I know you&#8217;re excited about that!</p>
<p><strong>Services</strong><br />
What can I say. Services, once relegated to the productivity ghetto, are now actually very useful. I think <a href="http://www.macosxautomation.com/services/index.html" target="_blank">contextual</a> was absolutely the right way to go with them, and I&#8217;ll finally be able to get some serious use out of my right-click. But the best thing about Services, the big wonderful surprise, is that they&#8217;re now customizable. Sure, the old standbys are mostly there, but Snow Leopard offers numerous ways to customize the hell out of them if you want to. Which, of course, I totally do.</p>
<div id="attachment_2471" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/services-prefs.png"><img class="size-medium wp-image-2471" title="services-prefs" src="http://systemsboy.com/wp-content/uploads/2009/09/services-prefs-530x479.png" alt="Services Prefs" width="530" height="479" /></a><p class="wp-caption-text">Services Prefs</p></div>
<p>First of all, Services now have their own special section of the greatly improved Keyboard Shortcuts preference pane. Here you can turn services on and off and assign keyboard shortcuts to them.</p>
<p>But the real customization comes from the fact that you can now create your own Services in Automator. I&#8217;d already been <a href="http://systemsboy.com/2007/03/scripts-part-7-contextual-menus-with-automator.html">doing</a> <a href="http://systemsboy.com/2009/04/scripts-part-8-toggle-hidden-files.html">this</a> with <a href="http://systemsboy.com/2007/03/scripts-part-7-contextual-menus-with-automator.html">Automator workflows</a> a great deal. These have been replaced by customized Services, which offer better context control in a wider array of apps and, I think, will be a better solution in the long run.</p>
<div id="attachment_2472" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/services-automator.png"><img class="size-medium wp-image-2472" title="services-automator" src="http://systemsboy.com/wp-content/uploads/2009/09/services-automator-530x383.png" alt="Custom Services n Automator" width="530" height="383" /></a><p class="wp-caption-text">Custom Services n Automator</p></div>
<p>Right now Services can only be built for a handful of specific applications or for &#8220;any application.&#8221; I&#8217;m not sure if there are ways for developers to augment Services functionality, but I would assume there are as there have been in the past. With third-party additions, home-grown Services could become even more insanely useful than they already are.</p>
<p>But the way Services is currently implemented — with a focus on context — is something I&#8217;ve wanted for a long, long time. I&#8217;m really looking forward to using this.</p>
<p><strong>UPDATE:<br />
Image Capture</strong><br />
The obscure digital camera photo importing app gets a really nifty new feature: it&#8217;s scanner software! Finally, Image Capture can read and import images from many common scanners. It recognizes and scans from my Epson scanner just fine, without the need for third-party drivers or software. I&#8217;ve only poked at it, but on the surface, at least, it looks very nice. I&#8217;m pretty psyched to not have to install and use the crappy scanner software that&#8217;s generally included with these scanners anymore.</p>
<h3>The Ugly</h3>
<p style="padding-left: 30px;">There are some things about Snow Leopard that, while not downright bad, turn out to not work as well as I might have hoped.</p>
<p><strong>Substitutions</strong><br />
Substitutions are a great idea: type an abbreviation and the computer will replace it with the full text. I hate typing my email address over and over again, for instance. It&#8217;s long and I always screw it up. It takes tiny bits of time away from my life, and those bits add up, as bits will do. An abbreviation system is something I&#8217;ve longed for, particularly in my browser.</p>
<div id="attachment_2473" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/substitutions.png"><img class="size-medium wp-image-2473" title="substitutions" src="http://systemsboy.com/wp-content/uploads/2009/09/substitutions-530x467.png" alt="Substitutions Prefs Pane" width="530" height="467" /></a><p class="wp-caption-text">Substitutions Prefs Pane</p></div>
<p>Unfortunately, as is so often the case with new core services like these, Substitutions are limited to Cocoa applications, and my browser is Firefox. With Safari&#8217;s improved speed and now Substitutions, I&#8217;ve been very tempted to switch. But the fact of the matter is that Safari just doesn&#8217;t work for me. So many things I need to do in Safari — like writing this web post — just don&#8217;t work well, even after all this time. And while I understand the reasoning, I&#8217;m starting to get a bit annoyed with useful system-level features that only work in Cocoa apps.</p>
<p>Look, I know you guys want developers to move to Cocoa, but unfortunately you&#8217;re making the user suffer for it. I love the idea of Substitutions, but the plain fact of the matter is that the main apps I want to use it in are Carbon apps. And that&#8217;s largely because most major apps are Carbon apps. So, while Substitutions may be a great feature, it&#8217;s not a particularly useful one.</p>
<div id="attachment_2474" class="wp-caption aligncenter" style="width: 214px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/substitutions-activate.png"><img class="size-full wp-image-2474" title="substitutions-activate" src="http://systemsboy.com/wp-content/uploads/2009/09/substitutions-activate.png" alt="Substitutions Activation" width="204" height="168" /></a><p class="wp-caption-text">Substitutions Activation</p></div>
<p>There&#8217;s a discoverability problem here as well: by default Substitutions is not activated in most apps, Safari in particular. At first I thought it plain didn&#8217;t work, but it turns out you just need to activate it. To do so, simply right click in a text field and select Substitutions-&gt;Text Replacement. It will activate immediately and you can begin using the feature right away.</p>
<p><strong>Workflows</strong><br />
I&#8217;ve been posting Automator scripts to add as Finder Workflows for years now, and I use them regularly myself. Unfortunately, rather than being augmented by custom Services, they&#8217;ve been completely replaced. That&#8217;s right, Finder Workflows no longer work, they simply don&#8217;t appear in the contextual menu anymore. For similar functionality you&#8217;ll have to redo all your Workflows with Services.</p>
<div id="attachment_2484" class="wp-caption aligncenter" style="width: 317px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/service-001.png"><img class="size-full wp-image-2484" title="service-001" src="http://systemsboy.com/wp-content/uploads/2009/09/service-001.png" alt="Services Contextual Menu Item" width="307" height="359" /></a><p class="wp-caption-text">Services Contextual Menu Item</p></div>
<p>The Services contextual menu is also inferior to the old Workflow menu in at least one regard: you cannot order the Services menu; it&#8217;s a flat list. Oddly, the Services service does some organization for you: Services are stored in ~/Library/Services. If you have more than four Services in the folder, the contextual menu will group them into a Services submenu.</p>
<div id="attachment_2485" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/services-submenu.png"><img class="size-medium wp-image-2485" title="services-submenu" src="http://systemsboy.com/wp-content/uploads/2009/09/services-submenu-530x482.png" alt="Contextul Weirdness" width="530" height="482" /></a><p class="wp-caption-text">Contextul Weirdness</p></div>
<p>Oddly, Services appear in reverse alphabetical order in the contextual menu. I would imagine that this is a bug. And it&#8217;s definitely ugly.</p>
<h3>The Bad</h3>
<p style="padding-left: 30px;">There are actually ways in which Snow Leopard takes backwards steps or fails to rectify long-standing bugs. Here are a few I&#8217;ve noticed.</p>
<p><strong>Quicktime X</strong><br />
As a long time Quicktime Pro user and fan you&#8217;ll have to forgive my near complete and total disdain for Quicktime X (in every regard except screen capture, of course). It fails at the one thing it seems expressly designed for: playing movies. The controller obscures the content far too much, especially on SD content, and stays active for far too long. I have 30 second SD movies that play in their entirety with the big, giant controller blocking a significant portion of the image. There&#8217;s no way to move it off the content, though clicking the surrounding image does at least make it disappear. The titlebar overlapping the movie also seems contrary to what this player is supposed to be about. Why is Quicktime X so intent on obscuring content? This is wrong way to go.</p>
<p>Trimming is nice, I suppose, but nowhere near frame-accurate. In fact, it&#8217;s the same trim action I have on my iPhone. Except on my Mac! What? Thank the good lord I still have my Quicktime Pro (now relegated to /Applications/Utilities).</p>
<p>The Quicktime X interface is a glaring case of attractive design <em>impeding</em> usability where it should normally <a href="http://systemsboy.com/2009/04/more-data-vs-design.html">enhance it,</a> and it&#8217;s a shame to see that, especially from Apple.</p>
<p><strong>Stealing Focus</strong><br />
I <a href="http://systemsboy.com/2009/07/a-lack-of-focus.html">wrote a while</a> back about a long-standing problem in which applications can and do steal focus from one another, leaving the user in an input no-man&#8217;s-land. This issue has not been addressed in Snow Leopard. I can&#8217;t believe this doesn&#8217;t bug the crap out of someone at Infinite Loop. Guys, fix this shit!</p>
<p><strong>Desktop Background</strong><br />
Prior to Snow Leopard I was using an SGI image as my Desktop background. Upon logging in after the upgrade, my background image had reverted to basic blue. It appears that, for some reason, SGI images are no longer supported as Desktop backgrounds in Snow Leopard. What a weird thing to stop supporting. Oh well.</p>
<p><strong>Screen Saver</strong><br />
Snow Leopard <a href="http://support.apple.com/kb/TS2913" target="_blank">removes support for 32-bit screen savers</a>, which pretty much amounts to all third-party screen savers. Awesome.</p>
<p><strong>UPDATE:</strong><br />
<strong>Software Update</strong><br />
Snow Leopard&#8217;s version of Software Update no longer offers &#8220;Download Only&#8221; or &#8220;Download and Keep Installer&#8221; options. Actually, you know, maybe this isn&#8217;t such a bad thing. I didn&#8217;t need those cluttering up my drive anyway.</p>
<div id="attachment_2498" class="wp-caption aligncenter" style="width: 309px"><a href="http://systemsboy.com/wp-content/uploads/2009/09/su-no-downloads.png"><img class="size-full wp-image-2498" title="su-no-downloads" src="http://systemsboy.com/wp-content/uploads/2009/09/su-no-downloads.png" alt="Software Update: No More Direct Downloads" width="299" height="111" /></a><p class="wp-caption-text">No More Direct Downloads</p></div>
<h3>The Annoying</h3>
<p style="padding-left: 30px;">There have been a few things that, while certainly not the fault of the new OS, have made the overall Snow Leopard experience less than it could have been.</p>
<p><strong>Pre-Ordering</strong><br />
Not to <a href="http://systemsboy.com/2009/08/pre-ordering-snow-leopard.html">harp</a> on this, but I still haven&#8217;t received my Snow Leopard discs, and it&#8217;s been out for well over a week. While I&#8217;m glad to have gotten Amazon&#8217;s $20 discount, I had no idea it&#8217;d be at the expense of the shipment arriving in a timely fashion. To make matters worse, Amazon had the disc sent via a carrier knows as A1, who marked the item &#8220;Delivered&#8221; when it arrived at <em>their</em> facility, not when it arrived in <em>my</em> sweaty mitts, so I had to call Amazon for clarification.</p>
<p>Overall, pre-ordering has been a bad experience: The shipment has come well after the release date, and I&#8217;ve had no sense of when to expect my delivery, where it is or what&#8217;s taking it so long to arrive. At this rate my custom MacBook Pro is liable to make it here from China before I ever get my Snow Leopard disc. And that&#8217;s just lame.</p>
<p>I will not be pre-ordering Apple products from Amazon again.</p>
<p><strong>Applications</strong><br />
Overall I&#8217;ve been pleased as punch with application compatibility in Snow Leopard. Nothing broke. Not even my copy of Photoshop CS2 (yes, 2!). That&#8217;s about as good as it gets. But one application I&#8217;ve come to rely on has decided to &#8220;go Pro.&#8221; That application is called PTHPasteboard. PTHPasteboard is an application that stores multiple clipboards for easy retrieval. Having multiple clipboards is something I&#8217;ve come to really rely on, and PTHPasteboard has always had a &#8220;Lite&#8221; version that was free and suited my needs well. But now, with Snow Leopard, PTHPasteboard will be &#8220;Pro&#8221; — read: &#8220;pay for&#8221; — only. There will no longer be a free version. If you want to use the app you&#8217;ll just have to pay.</p>
<p>While I certainly don&#8217;t begrudge developers charging for their wares, I&#8217;ve grown weary of this tactic. It happened with Pro Tools, way back in the OS 9 days. Then Butler (though its pay version is, thus far, vaporware). Now it&#8217;s happening with PTHPasteboard. I&#8217;m sick of it. It&#8217;s beginning to feel a bit like bait-and-switch, frankly.</p>
<p>Look, pick a pay structure and stick with it. Otherwise you lose customer loyalty (yes, I&#8217;ll likely look elsewhere for even a pay-for clipboard manager), and build customer animosity. It&#8217;s a great way to make folks feel cheated when your app goes from free and easy to costly and a pain in the ass.</p>
<p><strong>Conclusion</strong><br />
Overall I&#8217;m very happy with Snow Leopard. There&#8217;s lots to like in the promised performance and space improvements, and even a lot of new toys to keep the constant tinkerer busy for a bit. But if you pre-ordered from Amazon, get comfy and find a friend with a copy you can burn, &#8217;cause it&#8217;s gonna be a while.</p>
<p>I will say, though, it&#8217;s worth the wait. I already miss it when I&#8217;m working on my PPC machines.</p>
<p><strong>UPDATE:</strong><br />
What review of a new Mac OS would be complete without the obligatory link to <a href="http://arstechnica.com/apple/reviews/2009/08/mac-os-x-10-6.ars" target="_blank">Ars Technica&#8217;s famed coverage</a> of said OS. Amazingly thorough and detailed, yet somehow still fascinating. Go read it, if you dare!</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2009/09/snow-leopard-impressions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://systemsboy.com/wp-content/uploads/2009/09/window-resize.mov" length="631202" type="video/quicktime" />
		</item>
		<item>
		<title>Convergence</title>
		<link>http://systemsboy.com/2009/08/convergence.html</link>
		<comments>http://systemsboy.com/2009/08/convergence.html#comments</comments>
		<pubDate>Mon, 31 Aug 2009 13:59:54 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[SnowLeopard]]></category>

		<guid isPermaLink="false">http://systemsboy.com/?p=2418</guid>
		<description><![CDATA[It occurs to me that the themes of the last two posts will likely soon converge. When I buy my new MacBook Pro it will come with Snow Leopard, thus negating much need for pre-ordering the beast at all, which I&#8217;ve spent the last two weeks obsessively worrying over. And, speaking of, pre-ordering, while I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>It occurs to me that the themes of the last two posts will likely soon converge. When I buy my new <a href="http://systemsboy.com/2009/08/shifting-needs.html">MacBook Pro</a> it will come with <a href="http://systemsboy.com/2009/08/pre-ordering-snow-leopard.html">Snow Leopard</a>, thus negating much need for pre-ordering the beast at all, which I&#8217;ve spent the last two weeks obsessively worrying over.</p>
<p>And, speaking of, pre-ordering, while I&#8217;m glad to have helped out <a href="http://daringfireball.net/" target="_blank">Daring Fireball</a>, I&#8217;m still waiting on the shipment. That&#8217;s right, Amazon hasn&#8217;t even shipped the order yet. Not sure what the point of pre-ordering is if you end up getting your order a week after everyone else. Looks like I can <em>still</em> pre-order it, in fact. Because Amazon just doesn&#8217;t have it yet. So, a word to the wise: If you&#8217;re expecting an Amazon pre-order of an Apple product to be in your hands on release day — or anywhere close, for that matter — don&#8217;t. It doesn&#8217;t work like that. The good news is, Amazon&#8217;s giving me a $20 discount on my pre-order. So that&#8217;s cool.</p>
<p>I guess if I&#8217;d played all this right I&#8217;d have just gotten my Snow Leopard MacBook and forgone the hand-wringing. Or at least focused said hand-wringing exclusively on which MacBook Pro to get. 17&#8243; or 15&#8243;? 17&#8243; or 15&#8243;? 17&#8243; or 15&#8243;?</p>
<p>Oh, and, &#8220;Glossy screen or matte? Glossy screen or matte? Glossy screen or matte?&#8221;</p>
<p>In any case, it&#8217;s done now. And so I wait.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2009/08/convergence.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pre-Ordering Snow Leopard</title>
		<link>http://systemsboy.com/2009/08/pre-ordering-snow-leopard.html</link>
		<comments>http://systemsboy.com/2009/08/pre-ordering-snow-leopard.html#comments</comments>
		<pubDate>Thu, 20 Aug 2009 14:11:22 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[SnowLeopard]]></category>

		<guid isPermaLink="false">http://systemsboy.com/?p=2341</guid>
		<description><![CDATA[I&#8217;ve been on the fence for some time about whether or not to pre-order Snow Leopard, and, if I were to do so, which package I should get. There are two options under my consideration. The first is the $29 Upgrade option. This option requires the user to already have a copy of Leopard. What [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been on the fence for some time about whether or not to pre-order Snow Leopard, and, if I were to do so, which package I should get. There are two options under my consideration.</p>
<p>The first is the $29 Upgrade option. This option requires the user to already have a copy of Leopard. What this means exactly is unclear. It could simply mean that you will need to prove that you have purchased Leopard in order to qualify for purchasing or using the installer on this disc. Given Apple&#8217;s lack of serial number tracking for their OS, though, I find this scenario unlikely. More likely is that the upgrade disc will require that Leopard has already been installed on the system, and then the upgrade disc will be used to literally upgrade that install to Snow Leopard. MacRumors even <a href="http://www.macrumors.com/2009/08/19/snow-leopard-box-set-briefly-appears-in-apple-online-store/" target="_blank">states</a>:</p>
<blockquote><p>&#8220;&#8230;the standalone OS X Snow Leopard, <a href="http://www.macrumors.com/2009/06/08/mac-os-x-10-6-snow-leopard-shipping-in-september-29-for-leopard-users/" target="_blank">priced at $29</a>, will require an existing installation of OS X 10.5 Leopard.&#8221;</p></blockquote>
<p>The second option is the Box Set option. The Box Set comes with iLife, iWork and a full installer for Snow Leopard, and is said to be required if you want to upgrade from Tiger (or, presumably, even older OSes). This option, though, is $169. And, though it remains to be seen, it appears to be the only option available at this time to those looking for a full installer disc.</p>
<p>Since no one is really sure what the final options will be, I&#8217;ve been holding off on pre-ordering Leopard, despite the fact that I&#8217;d really like to <a href="http://daringfireball.net/linked/2009/08/10/snow-leopard-preorder" target="_blank">show my support</a> as well as get the disc as soon as humanly possible. But now I&#8217;m reconsidering. Again.</p>
<p>I had originally said that the Upgrade option was a no-go for me, that, as a SysAdmin I felt I needed a full install of the OS as, traditionally, there had been much lacking with previous upgrade-style OS discs. (No, I can&#8217;t recall offhand what they were, but there&#8217;s definitely a red flag in my brain on these sorts of things, and it&#8217;s there for a reason.) But I&#8217;m starting to think it&#8217;s meant to be this way. That is, after <a href="http://arstechnica.com/apple/news/2009/08/snow-leopard-cometh-soon-brings-installation-tricks-galore.ars" target="_blank">reading up</a> on the matter, it sounds like Apple intends Leopard owners to use the upgrade disk, that this is the preferred method of installing Snow Leopard. And frankly, the <a href="http://www.appleinsider.com/articles/09/08/12/sources_detail_changes_to_snow_leopard_installation_process.html" target="_blank">new installer tricks</a> sound cool enough that I want to use that upgrade disk to check them out, see if they work, and, if nothing else report my findings. Yes, I&#8217;m considering it for the blogging potential. Plus, at $29 bucks you almost can&#8217;t go wrong.</p>
<p>Here&#8217;s the thing, though. Even though I already have iLife, and even though I certainly don&#8217;t need — but wouldn&#8217;t mind getting — a copy of iWork, I may find myself buying the Box Set at some point anyway. Just to have the full installer. And this makes me really back off the idea of getting the Upgrade option. So, here we are: Cognitive Dissonance City.</p>
<p>What I wish is that Daring Fireball had a pre-order link to the Box Set. I&#8217;d almost certainly do that. As it stands now, I&#8217;ve just about talked myself into getting both — pre-ordering the Upgrade and then getting the Box Set later.</p>
<p>How sick is that? Yes, I have problems.</p>
<p><strong>UPDATE:</strong> Problem solved: Mr. Gruber has a page with pre-order links to all the various possible <a href="http://daringfireball.net/linked/2009/08/01/snow-leopard-amazon" target="_blank">incarnations of Snow Leopard</a>. I&#8217;ll be pre-ordering the Box Set of Snow Leopard today.</p>
<p><strong>UPDATE 2:</strong> I have just ordered the Snow Leopard Box Set. I&#8217;m assuming this will give me the best of all possible worlds — an upgrade install if I want it, and a full install if I need it. I also just realized that I will, in fact, be upgrading a Tiger system, so having the full, unfettered installer will be a real boon. And having iWork and an extra copy of iLife bundled in won&#8217;t be so bad either. So there it is, done at last.</p>
<p>Just a final thank you to everyone who wrote in on this, both in this article&#8217;s comments and <a href="http://systemsboy.com/2009/08/mac-os-x-10-5-8-reduces-drive-space-usage.html#comments">here</a>. Your input helped with this decision a <em>lot</em>. Thanks!</p>
<p><strong>UPDATE 3:</strong> Just to follow up on this, there has been some discussion in the comments — and on the <a href="http://arstechnica.com/apple/news/2009/08/29-snow-leopard-retail-disc-will-install-over-tiger.ars" target="_blank">Internet</a> at large — about the fact that the Snow Leopard Upgrade disc actually contains the full installer and that the Box Set is not physically required to upgrade from Tiger, though it is required in order to be compliant with the EULA. While part of me did feel a bit scammed by the vague nature of the pre-order language, I mostly feel quite pleased with Apple&#8217;s policies governing OS updates: They are reasonably priced and extremely liberal in the restrictions on how and where they can be installed. Simply put, Apple does not require any sort of serial number input or product activation to use their updates; you buy them and are on your honor to abide by the EULA. Snow Leopard continues this proud tradition. While I do wish there were a cheaper legal option that didn&#8217;t require me purchasing iLife and iWork, I&#8217;m still, overall, a very happy camper and am looking forward to receiving my Snow Leopard Box Set. In the end, no complaints here.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2009/08/pre-ordering-snow-leopard.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.5.8 Reduces Drive Space Usage</title>
		<link>http://systemsboy.com/2009/08/mac-os-x-10-5-8-reduces-drive-space-usage.html</link>
		<comments>http://systemsboy.com/2009/08/mac-os-x-10-5-8-reduces-drive-space-usage.html#comments</comments>
		<pubDate>Wed, 12 Aug 2009 15:22:11 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[SnowLeopard]]></category>

		<guid isPermaLink="false">http://systemsboy.com/?p=2332</guid>
		<description><![CDATA[I&#8217;d day this is probably a first in my career. It appears that after installing the Mac OS X 10.5.8 update my drive space requirements have gone down. Yup, that&#8217;s right, my System partition now occupies a bit less space than it did prior to the update. I&#8217;d first noticed this on my old PowerBook [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d day this is probably a first in my career. It appears that after installing the Mac OS X 10.5.8 update my drive space requirements have gone down.</p>
<div id="attachment_2333" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/08/drive-space-before-1058.png"><img class="size-medium wp-image-2333" title="drive-space-before-1058" src="http://systemsboy.com/wp-content/uploads/2009/08/drive-space-before-1058-530x379.png" alt="Before 10.5.8" width="530" height="379" /></a><p class="wp-caption-text">Before 10.5.8</p></div>
<p>Yup, that&#8217;s right, my System partition now occupies a bit less space than it did prior to the update. I&#8217;d first noticed this on my old PowerBook and thought I was going nuts. But after installing the update on my Intel tower as well, the results seem pretty consistent.</p>
<div id="attachment_2334" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/08/drive-space-after-1058.png"><img class="size-medium wp-image-2334" title="drive-space-after-1058" src="http://systemsboy.com/wp-content/uploads/2009/08/drive-space-after-1058-530x379.png" alt="After 10.5.8" width="530" height="379" /></a><p class="wp-caption-text">After 10.5.8</p></div>
<p>If this is the sort of thing we can expect in Snow Leopard, you can officially call me excited.</p>
<p>Now about those <a href="http://systemsboy.com/2009/08/random-thoughts.html">upgrade disks</a>. Anyone know what&#8217;s up with them?</p>
<p>Anyone?</p>
<p><strong>UPDATE:</strong><br />
So I just installed three additional updates — Safari 4.0.3, Security Update 2009-004, and the latest GarageBand patch — and my available drive space has increased even more. One commenter has brought up the possibility that these space gains are simply due to swap files being deleted after a reboot. But all these screen shots — including the first one — are taken immediately after a reboot, so I don&#8217;t think swap files should be a factor. Also, the gains on my PowerBook were significant enough to rule out swap. And now I&#8217;m seeing subsequent updates <em>freeing up even more drive space</em>.</p>
<div id="attachment_2338" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2009/08/freer-space.png"><img class="size-medium wp-image-2338" title="freer-space" src="http://systemsboy.com/wp-content/uploads/2009/08/freer-space-530x361.png" alt="After Additional Updates" width="530" height="361" /></a><p class="wp-caption-text">After Additional Updates</p></div>
<p>No, I think something else is going on here. My suspicion is that we&#8217;re beginning to see some of the sorts of efficiency improvements — like a smaller disk space footprint — that Snow Leopard is supposed to be all about. I suspect that whatever they&#8217;re doing in Snow Leopard to reduce disk usage is making its way into the latest bunch of updates, and so these updates are actually decreasing the amount of disk space required by the OS.</p>
<p>But this is only a wild guess. For the record, I&#8217;ve got no more evidence than I&#8217;m presenting here, and have not been thorough nor the least bit scientific in my approach to this phenomenon, nor do I have time to investigate much beyond these observations.</p>
<p>I think you have to admit, though, if nothing else, it&#8217;s quite odd to see a consistent increase in drive capacity after multiple system updates. This is not the usual way of things.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2009/08/mac-os-x-10-5-8-reduces-drive-space-usage.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/48 queries in 0.045 seconds using disk: basic
Object Caching 556/648 objects using disk: basic

Served from: systemsboy.com @ 2012-05-22 19:18:23 -->
