<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Locking my Mac when I want to step away from it</title>
	<atom:link href="http://thecodetrain.co.uk/2009/07/locking-my-mac-when-i-want-to-step-away/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecodetrain.co.uk/2009/07/locking-my-mac-when-i-want-to-step-away/</link>
	<description>Where Neil Crosby talks about coding on the train...</description>
	<lastBuildDate>Mon, 06 Feb 2012 18:15:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Mark Norman Francis</title>
		<link>http://thecodetrain.co.uk/2009/07/locking-my-mac-when-i-want-to-step-away/comment-page-1/#comment-477</link>
		<dc:creator>Mark Norman Francis</dc:creator>
		<pubDate>Wed, 12 Aug 2009 19:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://thecodetrain.co.uk/?p=280#comment-477</guid>
		<description>&lt;p&gt;If you need another option (and who doesn&#039;t), I used to use the script that Steve&#039;s is based upon, but these days I use Spark: http://www.shadowlab.org/Software/spark.php&lt;/p&gt;

&lt;p&gt;I have the &quot;Screen Saver&quot; action within Spark bound to Cmd+Escape (as I don&#039;t use Front Row).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If you need another option (and who doesn&#8217;t), I used to use the script that Steve&#8217;s is based upon, but these days I use Spark: <a href="http://www.shadowlab.org/Software/spark.php" rel="nofollow">http://www.shadowlab.org/Software/spark.php</a></p>

<p>I have the &#8220;Screen Saver&#8221; action within Spark bound to Cmd+Escape (as I don&#8217;t use Front Row).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Webster</title>
		<link>http://thecodetrain.co.uk/2009/07/locking-my-mac-when-i-want-to-step-away/comment-page-1/#comment-455</link>
		<dc:creator>Steve Webster</dc:creator>
		<pubDate>Thu, 23 Jul 2009 17:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://thecodetrain.co.uk/?p=280#comment-455</guid>
		<description>&lt;p&gt;I&#039;ve got a custom AppleScript that I run using a QuickSilver HotKey trigger:&lt;/p&gt;

&lt;p&gt;http://gist.github.com/153230&lt;/p&gt;

&lt;p&gt;It locks the screen with ScreensaverEngine.app (you you&#039;ll need to set a screensaver password), paused iTunes, sets me as away in both Adium and Colloquy. When logging back in, it returns Adium and Colloquy to online status, but doesn&#039;t resume playing iTunes.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got a custom AppleScript that I run using a QuickSilver HotKey trigger:</p>

<p><a href="http://gist.github.com/153230" rel="nofollow">http://gist.github.com/153230</a></p>

<p>It locks the screen with ScreensaverEngine.app (you you&#8217;ll need to set a screensaver password), paused iTunes, sets me as away in both Adium and Colloquy. When logging back in, it returns Adium and Colloquy to online status, but doesn&#8217;t resume playing iTunes.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: leu</title>
		<link>http://thecodetrain.co.uk/2009/07/locking-my-mac-when-i-want-to-step-away/comment-page-1/#comment-450</link>
		<dc:creator>leu</dc:creator>
		<pubDate>Mon, 20 Jul 2009 20:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://thecodetrain.co.uk/?p=280#comment-450</guid>
		<description>&lt;p&gt;There is also a third way.&lt;/p&gt;

&lt;p&gt;http://theappleblog.com/2009/06/11/how-to-proximity-automation/&lt;/p&gt;

&lt;p&gt;i used to use this at my old work place, used to work very well :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>There is also a third way.</p>

<p><a href="http://theappleblog.com/2009/06/11/how-to-proximity-automation/" rel="nofollow">http://theappleblog.com/2009/06/11/how-to-proximity-automation/</a></p>

<p>i used to use this at my old work place, used to work very well :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mike West</title>
		<link>http://thecodetrain.co.uk/2009/07/locking-my-mac-when-i-want-to-step-away/comment-page-1/#comment-449</link>
		<dc:creator>Mike West</dc:creator>
		<pubDate>Mon, 20 Jul 2009 18:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://thecodetrain.co.uk/?p=280#comment-449</guid>
		<description>&lt;p&gt;Third mechanism: the command line!  (I know.  You&#039;re shocked.)&lt;/p&gt;

&lt;p&gt;Run &lt;code&gt;/System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend&lt;/code&gt; from the shell to lock the computer down... I have this bound to a Quicksilver trigger, so a simple key combination (in my case &lt;code&gt;⌃⌥⌘-l&lt;/code&gt;) lets me get up without worrying about the screensaver jiggling it&#039;s way back to life in the second or so after it&#039;s triggered.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Third mechanism: the command line!  (I know.  You&#8217;re shocked.)</p>

<p>Run <code>/System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend</code> from the shell to lock the computer down&#8230; I have this bound to a Quicksilver trigger, so a simple key combination (in my case <code>⌃⌥⌘-l</code>) lets me get up without worrying about the screensaver jiggling it&#8217;s way back to life in the second or so after it&#8217;s triggered.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Crosby</title>
		<link>http://thecodetrain.co.uk/2009/07/locking-my-mac-when-i-want-to-step-away/comment-page-1/#comment-448</link>
		<dc:creator>Neil Crosby</dc:creator>
		<pubDate>Mon, 20 Jul 2009 11:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://thecodetrain.co.uk/?p=280#comment-448</guid>
		<description>&lt;p&gt;I must admit, I had to ask Sam Riley (the only other person I&#039;ve ever seen use the other tip) to remind me how to do it!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I must admit, I had to ask Sam Riley (the only other person I&#8217;ve ever seen use the other tip) to remind me how to do it!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Cristiano Betta</title>
		<link>http://thecodetrain.co.uk/2009/07/locking-my-mac-when-i-want-to-step-away/comment-page-1/#comment-447</link>
		<dc:creator>Cristiano Betta</dc:creator>
		<pubDate>Mon, 20 Jul 2009 11:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://thecodetrain.co.uk/?p=280#comment-447</guid>
		<description>&lt;p&gt;I&#039;ve always used the first one at work, but never seen anyone use that second tip. It seems I learned something new today!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always used the first one at work, but never seen anyone use that second tip. It seems I learned something new today!</p>]]></content:encoded>
	</item>
</channel>
</rss>

