<?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>Living the Liminal &#187; Apple</title>
	<atom:link href="http://livingtheliminal.com/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://livingtheliminal.com</link>
	<description>reports from the land of betwixt and between</description>
	<lastBuildDate>Fri, 20 Jan 2012 01:48:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cat Stand</title>
		<link>http://livingtheliminal.com/2010/04/16/cat-stand/</link>
		<comments>http://livingtheliminal.com/2010/04/16/cat-stand/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 12:35:30 +0000</pubDate>
		<dc:creator>LtL</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Sharing Smiles]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://livingtheliminal.com/?p=1786</guid>
		<description><![CDATA[via OS X Daily]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/earlysound/4490601295/"><img src="http://farm5.static.flickr.com/4049/4490601295_a0b00fb622.jpg" alt="cat stand" /></a></p>

<p>via <a href="http://osxdaily.com/2010/04/10/two-very-unique-ipad-stands/">OS X Daily</a></p>
<fb:like href='http://livingtheliminal.com/2010/04/16/cat-stand/' send='true' layout='button_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://livingtheliminal.com/2010/04/16/cat-stand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terminal Hacks I Can&#8217;t Live Without</title>
		<link>http://livingtheliminal.com/2009/09/10/terminal-hacks-i-cant-live-without/</link>
		<comments>http://livingtheliminal.com/2009/09/10/terminal-hacks-i-cant-live-without/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 02:14:12 +0000</pubDate>
		<dc:creator>LtL</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://livingtheliminal.com/2009/09/10/terminal-hacks-i-cant-live-without/</guid>
		<description><![CDATA[Wherein I discuss two Terminal commands that make me happy. <a href="http://livingtheliminal.com/2009/09/10/terminal-hacks-i-cant-live-without/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I use Safari. I have Firefox downloaded and available for those times when something doesn&#8217;t work in Safari, but that&#8217;s become less and less necessary over the past year. However, I can&#8217;t <em>stand</em> the way that Safari opens new window after new window instead of defaulting to simply opening a new tab. <em>That&#8217;s what the damn tabs are there for!</em></p>

<p>For a while I was using SafariStand to switch Safari&#8217;s behavior, but it was a hack, and would often be broken with a new update to Safari and almost inevitably broken with an operating system upgrade. So, the first thing I did when I installed Snow Leopard, well nearly the first thing, was to open up the <a href="http://www.apple.com/macosx/what-is-macosx/apps-and-utilities.html#terminal">Terminal</a> and enter this:</p>

<p><code>defaults write com.apple.Safari TargetedClicksCreateTabs -bool true</code></p>

<p>Then hit the return key, close Terminal, and open up Safari to it&#8217;s new and well mannered behavior. There are other ways to activate this through programs like <a href="http://www.maintain.se/cocktail/index.php">Cocktail</a>, but if you want Safari to behave itself and stop opening window after window after window, all you need is that one command. If you decide you like Safari the stupid way, you simply open up Terminal again, enter the same command but replace the word &#8220;true&#8221; with the word &#8220;false&#8221; and you&#8217;ll be back to normal.</p>

<p><center> ~~~ </center></p>

<p>With Snow Leopard&#8217;s redesign of the dock menus, I found I prefer seeing the dock in the 2d version, even when keeping it on the bottom of my screen. Mostly because then the dock and the dock menus actually match. I know, I know, me and my aesthetic sensibilities. There&#8217;s no simple switch modes in OS X (though there should be, silly Apple) and again, if you have a program like Cocktail you can enable the dock in 2d mode. Once again, however, there is a simple Terminal command that will help us out:</p>

<p>Enter the following:</p>

<p><code>defaults write com.apple.dock no-glass -boolean YES</code></p>

<p>hit the return key, then type &#8220;killall Dock&#8221; (all that is doing is shutting down the dock, which then automatically opens again with the change applied) and return. Once again, if you want to go back to the 3d Dock, simply replace the &#8220;YES&#8221; with &#8220;N0.&#8221;</p>

<p>This is basic stuff for some, but I know a lot of Mac users who have never opened up the Terminal. While you always want to be very careful when you do use the Terminal, especially if you aren&#8217;t an actual Unix program and don&#8217;t really know what you are doing, finding a few of these kinds of commands can make your working environment a bit more suited to how <em>you</em> want to work and not necessarily how Steve Jobs <em>thinks</em> you want to work.</p>

<p>A good source for finding tips like these and other tricks and customizations for the Mac is at <a href="http://macosxhints.com">MacOSXHints</a>, which is where I got both of these Terminal commands.</p>
<fb:like href='http://livingtheliminal.com/2009/09/10/terminal-hacks-i-cant-live-without/' send='true' layout='button_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://livingtheliminal.com/2009/09/10/terminal-hacks-i-cant-live-without/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard News &#8211; The oops, that&#8217;s not good edition</title>
		<link>http://livingtheliminal.com/2009/09/03/snow-leopard-news-the-oops-thats-not-good-edition/</link>
		<comments>http://livingtheliminal.com/2009/09/03/snow-leopard-news-the-oops-thats-not-good-edition/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 03:02:05 +0000</pubDate>
		<dc:creator>LtL</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://livingtheliminal.com/2009/09/03/snow-leopard-news-the-oops-thats-not-good-edition/</guid>
		<description><![CDATA[Update: John Gruber once more provides the voice of reason. I actually didn&#8217;t think this was that big a deal, but wanted to get the info to any of you who are not as geeky about following this kind of &#8230; <a href="http://livingtheliminal.com/2009/09/03/snow-leopard-news-the-oops-thats-not-good-edition/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Update:</p>

<p><a href="http://daringfireball.net/2009/09/flash_snow_leopard/">John Gruber</a> once more provides the voice of reason. I actually didn&#8217;t think this was that big a deal, but wanted to get the info to any of you who are not as geeky about following this kind of news. I was also lazy and just reposted TUAW&#8217;s article in full . . . not something I often do and not something I plan on doing again since I defeats my general effort to use this space in a more thoughtful manner and with greater attention to developing ideas and thoughts instead of posting stuff to simply post stuff.</p>

<p>The gist of the article is simple, if you install Snow Leopard, you should update your Adobe Flash. That is all.</p>

<p><span id="more-1527"></span></p>

<p>From TUAW:</p>

<blockquote cite="http://www.tuaw.com/2009/09/03/snow-leopard-apple-ships-old-security-compromised-flash-plugin/">
  <p>Filed under: <a href="http://www.tuaw.com/category/os/" rel="tag">OS</a>, <a href="http://www.tuaw.com/category/bugs-recalls/" rel="tag">Bugs/Recalls</a>, <a href="http://www.tuaw.com/category/bad-apple/" rel="tag">Bad Apple</a>, <a href="http://www.tuaw.com/category/security/" rel="tag">Security</a>, <a href="http://www.tuaw.com/category/found-footage/" rel="tag">Found Footage</a>, <a href="http://www.tuaw.com/category/snow-leopard/" rel="tag">Snow Leopard</a></p>

  <center>
    <object width="425" height="344">
      <param name="movie" value="http://www.youtube.com/v/U20NaKiF3Ds&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" />
      <param name="allowFullScreen" value="true" />
      <param name="allowScriptAccess" value="always" />
      <embed src="http://www.youtube.com/v/U20NaKiF3Ds&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="425" height="344" />
    </object>
  </center><br />
  It&#8217;s not that we have anything against the <a href="http://adobe.com/getflash">Flash</a> plugin for Mac browsers. Well, other than the fact that it&#8217;s crashy, and slow, and makes our laptop fans spin up like we&#8217;re doing wind tunnel testing for the Air Force. But other than that, we have nothing against it &#8212; and it&#8217;s lovely that the new 64-bit version of Safari in <a href="http://www.tuaw.com/category/Snow-Leopard/">Snow Leopard</a> can isolate Flash-related stalls and hiccups from the main browser process for enhanced crash protection. Very nice.<br />
  <br />
  Unfortunately, as <a href="http://www.sophos.com/blogs/gc/g/2009/09/02/apple-ships-vulnerable-version-flash-snow-leopard/">pointed out initially by Graham Cluley</a> over at the security and anti-virus vendor Sophos, the version of the Flash plugin that Apple bundles with Snow Leopard is old. It&#8217;s the 10.0.23.1 version, old enough that it has some notable vulnerabilities versus the currently shipping 10.0.32.18 version. You can check which version of the plugin you have by visiting <a href="http://kb2.adobe.com/cps/155/tn_15507.html">this Adobe check page</a>. Even if you had the current build on your machine before upgrading to Snow Leopard, the upgrade process replaces your Flash with the vintage Flash instead &#8212; poor form! Cluley recommends, and <a href="http://blogs.adobe.com/psirt/2009/09/flash_player_update_and_snow_l.html">Adobe concurs</a>, that the best thing to do is <a href="http://get.adobe.com/flashplayer/">head over to Adobe&#8217;s download site</a> and get the most up-to-date version instead.<br />
  <br />
  It&#8217;s understandable that Apple had to lock down a version of the Flash plugin for inclusion in the OS golden master, but if you&#8217;re gonna do that then you&#8217;ve got to provide an integrated method for users to update to the current build when the time comes (like, say, via an OS-wide <a href="http://www.tuaw.com/category/Software-Update/">Software Update</a> utility). <a href="http://www.sophos.com/blogs/chetw/g/2009/09/02/snow-leopard-downgrades-security-misses-opportunity-improve/">Downgrading user security</a> while upgrading OS versions is a rotten way to run a railroad.<br />
  <br />
  [Side note, does Cluley's narration in the video above make you wonder if, just maybe, he's moonlighting as <a href="http://www.escapistmagazine.com/videos/view/zero-punctuation">Ben 'Yahtzee' Croshaw over at The Escapist</a>? NSFW!]<br />
  <br />
  <em>Thanks to everyone who sent this in.</em>

  <p style="padding:5px;clear:both;"><a href="http://www.tuaw.com">TUAW</a><a href="http://www.tuaw.com/2009/09/03/snow-leopard-apple-ships-old-security-compromised-flash-plugin/">Snow Leopard: Apple ships old, security-compromised Flash plugin with new OS</a> originally appeared on <a href="http://www.tuaw.com">The Unofficial Apple Weblog (TUAW)</a> on Thu, 03 Sep 2009 16:15:00 EST. Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.<br style="clear:both;" /></p>

  <h6 style="clear: both; padding: 8px 0 0 0; height: 2px; font-size: 1px; border: 0; margin: 0; padding: 0;"></h6><a href="http://www.sophos.com/blogs/gc/g/2009/09/02/apple-ships-vulnerable-version-flash-snow-leopard/">Read</a> | <a href="http://www.tuaw.com/2009/09/03/snow-leopard-apple-ships-old-security-compromised-flash-plugin/" rel="bookmark" title="Permanent link to this entry">Permalink</a> | <a href="http://www.tuaw.com/forward/19150437/" title="Send this entry to a friend via email">Email this</a> | <a href="http://www.tuaw.com/2009/09/03/snow-leopard-apple-ships-old-security-compromised-flash-plugin/#comments" title="View reader comments on this entry">Comments</a> [From <a href="http://www.tuaw.com/2009/09/03/snow-leopard-apple-ships-old-security-compromised-flash-plugin/"><cite>Snow Leopard: Apple ships old, security-compromised Flash plugin with new OS</cite></a>]
</blockquote>
<fb:like href='http://livingtheliminal.com/2009/09/03/snow-leopard-news-the-oops-thats-not-good-edition/' send='true' layout='button_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://livingtheliminal.com/2009/09/03/snow-leopard-news-the-oops-thats-not-good-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard Tips &amp; Tricks from Around the Interwebs</title>
		<link>http://livingtheliminal.com/2009/08/31/snow-leopard-tips-tricks-from-around-the-interwebs/</link>
		<comments>http://livingtheliminal.com/2009/08/31/snow-leopard-tips-tricks-from-around-the-interwebs/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 14:00:13 +0000</pubDate>
		<dc:creator>LtL</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://livingtheliminal.com/2009/08/31/snow-leopard-tips-tricks-from-around-the-interwebs/</guid>
		<description><![CDATA[Here are some useful links for those who are either thinking of upgrading or have already upgraded: Macworld has a useful video about some of the new refinements A new website devoted to Snow Leopard Tips Macbreak Video&#8217;s demonstration of &#8230; <a href="http://livingtheliminal.com/2009/08/31/snow-leopard-tips-tricks-from-around-the-interwebs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here are some useful links for those who are either thinking of upgrading or have already upgraded:</p>

<p><a href="http://media.macworld.com/media/vodcast/mwvodcast123.mp4">Macworld has a useful video about some of the new refinements</a><br />
<a href="http://snowleopardtips.net/">A new website devoted to Snow Leopard Tips</a><br />
<a href="http://www.pixelcorps.tv/macbreak">Macbreak Video&#8217;s demonstration of the new Services functionality</a><br />
<a href="http://www.maclife.com/article/news/10_snow_leopard_features_philnote_forgot_mention_0">Mac Life lists some of the new features</a>, including the fact that iChat uses less bandwidth to deliver the same or better video then Leopard.</p>

<p>UPDATE:<br />
<a href="http://www.maclife.com/article/feature/100_snow_leopard_tips_tricks_and_features">Mac Life now has a list of 100 tips posted</a>. I hadn&#8217;t realized until last night that scanner support has been amped up in Snow Leopard.</p>
<fb:like href='http://livingtheliminal.com/2009/08/31/snow-leopard-tips-tricks-from-around-the-interwebs/' send='true' layout='button_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://livingtheliminal.com/2009/08/31/snow-leopard-tips-tricks-from-around-the-interwebs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.macworld.com/media/vodcast/mwvodcast123.mp4" length="12199334" type="video/mp4" />
		</item>
		<item>
		<title>Some Thoughts on Snow Leopard</title>
		<link>http://livingtheliminal.com/2009/08/29/some-thoughts-on-snow-leopard/</link>
		<comments>http://livingtheliminal.com/2009/08/29/some-thoughts-on-snow-leopard/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 04:28:29 +0000</pubDate>
		<dc:creator>LtL</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://livingtheliminal.com/2009/08/29/some-thoughts-on-snow-leopard/</guid>
		<description><![CDATA[Yes, I’m just the kind of person who went out yesterday and bought Apple’s new operating system Snow Leopard and have spent the majority of last night and today playing around with the new features and setting my computer back &#8230; <a href="http://livingtheliminal.com/2009/08/29/some-thoughts-on-snow-leopard/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yes, I’m just the kind of person who went out yesterday and bought Apple’s new operating system <a href="http://www.apple.com/macosx/">Snow Leopard</a> and have spent the majority of last night and today playing around with the new features and setting my computer back up (since I decided to do a totally clean install and reformatted my hard drive before installing—of course, that was <em>after</em> making a series of backups). You certainly don’t have to go through the effort that I did and if you are upgrading, you should be just fine upgrading on top of your current system and thereby keeping all your files and settings. I just felt that it was time I did some cleaning up of files and applications and starting from scratch is sometimes the best way to do that. Here is my current desktop:</p>

<p><img src="http://livingtheliminal.com/wp-content/uploads/2009/08/Screen-shot-2009-08-29-at-1.17.18-PM.jpg" width="480" height="300" alt="Screen shot 2009-08-29 at 1.17.18 PM.jpg" /></p>

<p>There are a lot more qualified people that can talk about the real advantages of Snow Leopard, but I wanted to share a couple of things I&#8217;ve seen and discovered about the operating system.</p>

<p><strong>Dock and Exposé</strong></p>

<p>Not only do Stacks have a greater range of functionality, allowing you to drill down into folders from the grid view, but now the list view matches the display style of the grid view, as does the display you get when you right click a program on the dock for the options available:</p>

<p><img src="http://livingtheliminal.com/wp-content/uploads/2009/08/Screen-shot-2009-08-29-at-4.00.10-PM.jpg" width="339" height="399" alt="Screen shot 2009-08-29 at 4.00.10 PM.jpg" /></p>

<p>As nice as those touches are, and they are very nice from an aesthetic point of view, the Exposé functionality for individual application windows when you click and hold an icon in the dock is way more cool. Here&#8217;s what I mean:</p>

<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/frSC6TNhOJQ&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/frSC6TNhOJQ&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>

<p>Also, when you active Exposé the old fashioned way, to show all your open windows, the windows are arranged in a much better fashion rather than the previously sloppy fashion:</p>

<p><img src="http://livingtheliminal.com/wp-content/uploads/2009/08/Screen-shot-2009-08-29-at-10.22.09-PM.jpg" width="480" height="300" alt="Screen shot 2009-08-29 at 10.22.09 PM.jpg" /></p>

<p><strong>Quicktime</strong></p>

<p>Quicktime now allows you to do basic screencasts, as you just saw in the above example. It certainly won&#8217;t replace more advanced screencast applications because there is no editing functions other than a basic trim function. But for something quick and basic, if you wanted to show someone how to access a function or perform a task, Quicktime could easily become a useful tool, especially since you can export to YouTube, MobileMe, or iTunes right from the program. Quicktime isn&#8217;t just for screencasts, either, it will allow you to record both audio and video using your computer&#8217;s camera and microphone as well.</p>

<p><strong>Services</strong></p>

<p>The coolness of the new Services is probably a bit on the geeky side, but even if you aren&#8217;t a computer wiz, there are lots of ways they could be useful. For a really great introduction, you <a href="http://getmadcat.com/engine/?view=video&amp;I=55396">should go over and watch this video</a> produced by <a href="http://www.pixelcorps.tv/">PixelCorps</a> which will give you a nice sense of what you can do with the new Services architecture.</p>

<p>One of the neat things you can set up are specific websites as services that you can then invoke with a keystroke. For example, here&#8217;s a screenshot of a Facebook HUD (heads up display) that allows basic interaction with Facebook without having to open up a full web browser.</p>

<p><img src="http://livingtheliminal.com/wp-content/uploads/2009/08/Screen-shot-2009-08-29-at-1.20.06-PM.jpg" width="480" height="300" alt="Screen shot 2009-08-29 at 1.20.06 PM.jpg" /></p>

<p>You can do the same thing with Twitter and with web-based email services. Sure, full blown applications will offer more versatility than what are basically mobile versions of these websites (although you can use Safari as a setting when creating these Web Pop-up automations/services), but as quick and easy ways to interact with specific websites with a simple keystroke combination, the new interaction between Services and Automator is really exciting if you have any kind of regular task that you&#8217;d like to automate and reduce to one or two keystrokes.</p>

<p><strong>Other Miscellaneous Thoughts</strong></p>

<p>The Keyboard Preferences Pane sets out the keyboard shortcuts in a much more organized and easy to view manner. Did you know that ^F3 will shift focus to the Dock and you can use the arrow keys to move between Dock items?</p>

<p>It&#8217;s about time you could easily add the date to your menu bar next to the time. Sometimes, as much as an Apple fan as I&#8217;ve become since switching, I can&#8217;t help but wonder why it took so long for them to fix some of these little things. Now, if only they would change the look of Spotlight so that it matched the rest of the look and feel of OS X.</p>

<p>There are lots of features I haven&#8217;t played around with yet and we won&#8217;t see some of the benefits to the new technologies under the hood like OpenCL and Grand Central Dispatch until programs begin to take advantage of them. Casual users might want to wait for a few months in order for an update or two to deal with the inevitable few issues that arise with any new operating system, but given the price, the aesthetics, the new usefulness of Services, and the upcoming programs that will take advantage of some very cool aspects of the operating system, I certainly think most people should upgrade by the end of the year if not sooner.</p>

<p>Just remember, even if you are doing an install on top of your current installation, always make a backup, <a href="http://www.bombich.com/software/ccc.html">preferably a full clone</a>, of your system before installing a new operating system.</p>

<p><strong>UPDATE</strong><br />
I&#8217;m noticing some issues cropping up around my Airport Extreme, with occasional disconnects, particularly with respect to the hard drive I have attached to the router that acts as a networked drive for my music and media.</p>

<p>I&#8217;ve also noticed some odd behavior in the Finder while working with files on those networked drives. Several times when deleting files, the finder has switched views from column or list into icon view when I&#8217;ve moved a file to the trash.</p>

<p>Neither of these are proving major issues (so far) and I&#8217;m hopeful that they will be addressed in the next update.</p>

<p><strong>UPDATE</strong><br />
Just another reminder, before you upgrade any operating system <em>make a backup of your computer.</em></p>
<fb:like href='http://livingtheliminal.com/2009/08/29/some-thoughts-on-snow-leopard/' send='true' layout='button_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://livingtheliminal.com/2009/08/29/some-thoughts-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digging Through My RSS Feeds &#8211; iPhone Edition</title>
		<link>http://livingtheliminal.com/2009/08/07/digging-through-my-rss-feeds-iphone-edition/</link>
		<comments>http://livingtheliminal.com/2009/08/07/digging-through-my-rss-feeds-iphone-edition/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 15:40:14 +0000</pubDate>
		<dc:creator>LtL</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://livingtheliminal.com/?p=1449</guid>
		<description><![CDATA[Here&#8217;s the first in a series of posts sharing cool links that I&#8217;ve culled from my 400+ clippings in NetNewsWire. Turn your iPhone into a document scanner Send iPhone photos at full resolution iPhone as multi-track recorder Want to take &#8230; <a href="http://livingtheliminal.com/2009/08/07/digging-through-my-rss-feeds-iphone-edition/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the first in a series of posts sharing cool links that I&#8217;ve culled from my 400+ clippings in NetNewsWire.</p>

<p><a href="http://lifehacker.com/5324574/create-an-iphone-document-scanner-from-cardboard">Turn your iPhone into a document scanner</a><br />
<a href="http://lifehacker.com/5323809/send-photos-in-full-resolution-from-your-iphone">Send iPhone photos at full resolution</a><br />
<a href="http://www.tuaw.com/2009/07/02/the-88-song-recorded-on-iphone-and-released-in-itunes-store/">iPhone as multi-track recorder</a><br />
<a href="http://www.theiphoneblog.com/2009/03/17/review-griffin-clarifi-iphone-3g/">Want to take better close-up pictures with your iPhone? There&#8217;s a case for that</a><br />
<a href="http://opertoon.com/2009/05/ruben-lullaby/">A new form of storytelling/gameplay</a> (I haven&#8217;t downloaded this yet, but will probably get it soon. I think there&#8217;s a huge space for new forms of storytelling in the coming years.)<br />
<a href="http://www.tuaw.com/2008/12/06/securing-your-iphone-web-traffic-with-hotspot-shield/">Never got around to checking this out either.</a> Have you thought about your iPhone and wifi security?<br />
<a href="http://www.tuaw.com/2009/06/17/steampunk-tales-a-monthly-magazine-for-your-iphone/">Getting your steampunk read on.</a><br />
<a href="http://www.ubergizmo.com/15/archives/2009/05/gigga_clam_offers_protection_on_beach.html">Not so much an iPhone product, but a cool way to keep your iPhone (or wallet or other electronic devices) safe from casual thieves at the beach</a></p>
<fb:like href='http://livingtheliminal.com/2009/08/07/digging-through-my-rss-feeds-iphone-edition/' send='true' layout='button_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://livingtheliminal.com/2009/08/07/digging-through-my-rss-feeds-iphone-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Remaining iPhone Wishes</title>
		<link>http://livingtheliminal.com/2009/06/19/my-remaining-iphone-wishes/</link>
		<comments>http://livingtheliminal.com/2009/06/19/my-remaining-iphone-wishes/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 21:54:02 +0000</pubDate>
		<dc:creator>LtL</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://livingtheliminal.com/2009/06/19/my-remaining-iphone-wishes/</guid>
		<description><![CDATA[With the release of the new iPhone operating system and the new iPhone 3GS, the intertubes are chock full of iPhone news and commentary. So, I thought to myself this afternoon, why not add to the general din. So here &#8230; <a href="http://livingtheliminal.com/2009/06/19/my-remaining-iphone-wishes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>With the release of the new iPhone operating system and the new iPhone 3GS, the intertubes are chock full of iPhone news and commentary. So, I thought to myself this afternoon, why not add to the general din. So here are a few things I wish for (and would even wish for if I could get the new 3GS):</p>

<p><strong>Easier way to switch between 3G and Edge</strong></p>

<p>Right now, it takes 3 selections to get to the proper screen to switch between networks. I may switch more than some, but because of the trade-off between performance and battery life, it would be great to have an easier way to manage these network settings (as well as turning wifi on and off).</p>

<p>Actually, in thinking about the wifi situation, how cool would it be to have the iPhone switch Wifi on or off based on your location? Consider: I set the phone to always turn on wifi when I&#8217;m in my apartment, at work, or at my favorite coffee shop and then, when I&#8217;m driving or seeing a movie with a friend, or anywhere that I&#8217;m not normally using wifi, the phone just turns it off, thereby saving battery life.</p>

<p><strong>An external keyboard</strong></p>

<p>I expected someone to be poised and ready with one of these when the 3.0 operating system launched, considering that one of the key parts of iPhone 3.0 is that Apple offers 3rd party developers the opportunity to use the dock connector for hardware. I know I&#8217;m not alone in wanting a small external keyboard to go with my phone because, truth be told, as good as the software keyboard may be for short emails and text messages, if I want to do some serious blogging or writing done but want to leave my laptop behind, I need a keyboard. As much as I love my Macbook Pro, there are plenty of times that I&#8217;d like to leave it home and just bring my iPhone and small keyboard with me for a short trip.</p>

<p><strong>Send to AirTunes</strong></p>

<p>I&#8217;m sure it would kill the iPhone&#8217;s battery life, but how cool would it be to take your iPhone and an <a href="http://www.amazon.com/gp/product/B0015YJOK2?ie=UTF8&amp;tag=livingthelimi-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0015YJOK2">Airport Express</a> with you and be able to stream to a stereo? Considering Apple&#8217;s own <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284417350&amp;mt=8">Remote</a> app can detect Airtunes and allows you to select speakers attached to an Airport Express, you&#8217;d think it could send music that was coming from the iPhone itself to those same speakers.</p>

<p><strong>Easier Mail Management</strong></p>

<p>If you have multiple emails set up on the iPhone, switching between them is a pain and a half. There must be a better way!</p>

<p><strong>Customizable Background</strong></p>

<p>Without going overboard with personal customization, I think having the ability to choose a background image is reasonable. The plain black background is a bit staid and uninspiring.</p>

<p>What about you? Are there any annoyances or irritations or pie-in-the-sky wishes that remain even after the 3.0 and hardware updates?</p>

<p>(Update: I forgot to mention that I would really appreciate a Weekly view in the iPhone&#8217;s calendar app. I don&#8217;t think I&#8217;m alone in that one either. While I tend to use Montly views on my computers, I&#8217;ve always preferred a Weekly view on small screen like my old Toshiba pda and on the iPhone.)</p>
<fb:like href='http://livingtheliminal.com/2009/06/19/my-remaining-iphone-wishes/' send='true' layout='button_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://livingtheliminal.com/2009/06/19/my-remaining-iphone-wishes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Apple Products are Good for Me</title>
		<link>http://livingtheliminal.com/2009/01/29/why-apple-products-are-good-for-me/</link>
		<comments>http://livingtheliminal.com/2009/01/29/why-apple-products-are-good-for-me/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 18:53:36 +0000</pubDate>
		<dc:creator>LtL</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://livingtheliminal.com/2009/01/29/why-apple-products-are-good-for-me/</guid>
		<description><![CDATA[I am a product of my culture and a bit of a computer geek and, as such, have an affinity for getting the newest, most up-to-date x (where x = &#8220;pretty much damn near anything tech/computer related). Of course, I &#8230; <a href="http://livingtheliminal.com/2009/01/29/why-apple-products-are-good-for-me/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am a product of my culture and a bit of a computer geek and, as such, have an affinity for getting the newest, most up-to-date <i>x</i> (where x = &#8220;pretty much damn near anything tech/computer related). Of course, I have never had the income to really pursue that affinity to the lengths that I might want. However, even if I can&#8217;t afford to get the newest, coolest <i>x</i>, not having it produces a vague sense of dissatisfaction<sup><a href="http://livingtheliminal.com/2009/01/29/why-apple-products-are-good-for-me/#footnote_0_1102" id="identifier_0_1102" class="footnote-link footnote-identifier-link" title="capitalism at work!!">1</a></sup> . Ironically, I find that by switching to a Mac as my computer and buying an iPhone I am able to excise some of that dissatisfaction and be content with my current set of tools.<br /><br /><i>Investing in Quality</i><br /><br />My Macbook Pro is the most expensive computer I&#8217;ve ever purchased and it&#8217;s almost 20 months old&#8211;which is like 5 of our people years. Since then, the line has had a minor refresh and a major overhaul with the <a href="http://www.apple.com/macbookpro/">new (pretty!) unibody </a>construction. Until I switched to a Mac, I was always buying low- to mid-end computers that meant I wanted to upgrade every 6 to 12 months. I wasn&#8217;t actually making a serious investment in my computer equipment, so I was seeing each computer as temporary, merely a brief stop on my way to the next, better computer. Not so much these days. Oh, don&#8217;t get me wrong, I think the new Macbook Pros are gorgeous, and if someone were to give me one, I&#8217;d surely take it, but I honestly don&#8217;t feel like I just have to have the newest and latest model because my computer remains an excellent tool that is more than sufficient to my needs. This is partly because of the quality of Apple products and partly because I consciously invested in getting a computer that would last 4 or 5 people years.<br /><br /><i>Updates? We don&#8217;t need no stinkin&#8217; updates.</i><br /><br />I have a jailbroken iPhone. Primarily for two reasons and secondarily for one reason. Mainly I keep my iPhone jailbroken for 1) Video capability&#8211;even though I haven&#8217;t had a use for this, I like knowing that I could capture video if necessary and 2) tethering, which can come in handy if there&#8217;s no other source of internet access. Additionally, I like being able to individualize the look of my iPhone and have a theme that I think is actually nicer than Apple&#8217;s (though many of the themes are not). One of the ramifications of keeping my phone jailbroken is that I need to be careful when updating the phone and this is forcing me to reconsider my knee-jerk reaction to hearing about updates to any of my technology which has generally been, OMG I need to update NOW!<br /><br />Patience, they say, is a virtue, and my (jailbroken) iPhone is helping me learn a bit more patience than I have previously maintained . . . at least in this one area of my life (but maybe it&#8217;ll bleed over into other areas).<br /><br />Using a well made tool will make any task more enjoyable than using an ill made tool, and Apple products, beyond their sleek design and sexy looks, are well made tools that are helping me focus a bit more on how and why I use technology instead of just wanting to play with the newest, coolest, most cutting edge <i>x</i> out there.<br /></p>

<p class="scribefire-powered">Powered by <a href="http://www.scribefire.com/">ScribeFire</a>.</p>
<ol class="footnotes"><li id="footnote_0_1102" class="footnote">capitalism at work!!</li></ol><fb:like href='http://livingtheliminal.com/2009/01/29/why-apple-products-are-good-for-me/' send='true' layout='button_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://livingtheliminal.com/2009/01/29/why-apple-products-are-good-for-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maybe Steve Jobs Was Right</title>
		<link>http://livingtheliminal.com/2009/01/16/maybe-steve-jobs-was-right/</link>
		<comments>http://livingtheliminal.com/2009/01/16/maybe-steve-jobs-was-right/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 19:59:20 +0000</pubDate>
		<dc:creator>LtL</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[auto-save]]></category>
		<category><![CDATA[iwork]]></category>

		<guid isPermaLink="false">http://livingtheliminal.com/?p=1057</guid>
		<description><![CDATA[For over a year, I&#8217;ve bemoaned the fact that Apple&#8217;s iWork suite doesn&#8217;t perform auto-saves considering that nearly every other office suite or stand-alone word processing program offers this feature. Maybe I was wrong and Steve Jobs was right. I&#8217;ve &#8230; <a href="http://livingtheliminal.com/2009/01/16/maybe-steve-jobs-was-right/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For over a year, I&#8217;ve bemoaned the fact that Apple&#8217;s iWork suite doesn&#8217;t perform auto-saves considering that nearly every other office suite or stand-alone word processing program offers this feature.  Maybe I was wrong and Steve Jobs was right.  I&#8217;ve been working with Office 2007 at my temp job to put together reports that combine text and a significant number of images. And every so often, as I&#8217;m working, the program stops responding while it creates an automatic back-up and I wait for the back-up to finish. The wait isn&#8217;t long, mind you, but enough to stop my work flow and annoy the heck out of me.  So I&#8217;m reconsidering my stance on the whole auto-save situation. In the end, I think I still wish iWork offered the option and, instead of timed back-ups, performed them whenever there was no activity happening in the document (I think that&#8217;s how <a href="http://literatureandlatte.com">Scrivener</a> and some other programs handle the process). However, I can sort of see the logic of not including this feature in iWork. I still think its a flawed logic, but I will probably complain less about the lack of auto-save than before.</p>
<fb:like href='http://livingtheliminal.com/2009/01/16/maybe-steve-jobs-was-right/' send='true' layout='button_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://livingtheliminal.com/2009/01/16/maybe-steve-jobs-was-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

