<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: An addition to&#8230; Take iSight snapshots during invalid login attempts</title>
	<atom:link href="http://www.MattMatteson.com/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.MattMatteson.com/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/</link>
	<description></description>
	<lastBuildDate>Sat, 27 Jun 2009 04:55:51 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kostakis</title>
		<link>http://www.MattMatteson.com/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/comment-page-1/#comment-3152</link>
		<dc:creator>Kostakis</dc:creator>
		<pubDate>Wed, 25 Apr 2007 22:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://dlzip.com/wordpress/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/#comment-3152</guid>
		<description>This is perfect! Very nice job, well designed, well explained. Well done! Works PERFECT! Thumbs up ;)</description>
		<content:encoded><![CDATA[<p>This is perfect! Very nice job, well designed, well explained. Well done! Works PERFECT! Thumbs up <img src='http://www.MattMatteson.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: k huffine</title>
		<link>http://www.MattMatteson.com/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/comment-page-1/#comment-2879</link>
		<dc:creator>k huffine</dc:creator>
		<pubDate>Tue, 10 Apr 2007 00:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://dlzip.com/wordpress/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/#comment-2879</guid>
		<description>Hi..How do u delete the older pics that the isight has taken...I try to delete them but they come back like a boomerang.   Thanks Ken</description>
		<content:encoded><![CDATA[<p>Hi..How do u delete the older pics that the isight has taken&#8230;I try to delete them but they come back like a boomerang.   Thanks Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Lapre Lenny</title>
		<link>http://www.MattMatteson.com/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/comment-page-1/#comment-1788</link>
		<dc:creator>Don Lapre Lenny</dc:creator>
		<pubDate>Fri, 05 Jan 2007 05:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://dlzip.com/wordpress/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/#comment-1788</guid>
		<description>Thanks to you for giving the very needed informations to one and all...really you are genius !


Don Lapre Lenny
webmaster@donlapresite.com
www.donlapresite.com</description>
		<content:encoded><![CDATA[<p>Thanks to you for giving the very needed informations to one and all&#8230;really you are genius !</p>
<p>Don Lapre Lenny<br />
<a href="mailto:webmaster@donlapresite.com">webmaster@donlapresite.com</a><br />
<a href="http://www.donlapresite.com" rel="nofollow">http://www.donlapresite.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OS X Daily &#187; Take iSight Snapshots When Invalid Login is Detected - Mac OS X Apps, Tips, Tricks, News, Updates, Everything Mac OS X</title>
		<link>http://www.MattMatteson.com/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/comment-page-1/#comment-1521</link>
		<dc:creator>OS X Daily &#187; Take iSight Snapshots When Invalid Login is Detected - Mac OS X Apps, Tips, Tricks, News, Updates, Everything Mac OS X</dc:creator>
		<pubDate>Fri, 15 Dec 2006 02:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://dlzip.com/wordpress/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/#comment-1521</guid>
		<description>[...] Automator Script for Image Viewing [...]</description>
		<content:encoded><![CDATA[<p>[...] Automator Script for Image Viewing [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Gibb</title>
		<link>http://www.MattMatteson.com/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/comment-page-1/#comment-1499</link>
		<dc:creator>William Gibb</dc:creator>
		<pubDate>Thu, 14 Dec 2006 15:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://dlzip.com/wordpress/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/#comment-1499</guid>
		<description>Each time I learn something new on OS X, I love the OS more and more, especially with aspect to the automation.  Hell, now I know how to make folder actions easily.  Doing what grant posted works great, but I wanted a little more.  I took the script that Automator exported and added to it from the show new items action.  Here is the action I&#039;ve got running on /var/log/authfail

on adding folder items to this_folder after receiving added_items
	tell application &quot;Finder&quot;
		activate
		open this_folder
		reveal the added_items
	end tell
	tell application &quot;wgibb:Library:Workflows:Applications:Folder Actions:imageopen.app&quot;
		open added_items
	end tell
end adding folder items to</description>
		<content:encoded><![CDATA[<p>Each time I learn something new on OS X, I love the OS more and more, especially with aspect to the automation.  Hell, now I know how to make folder actions easily.  Doing what grant posted works great, but I wanted a little more.  I took the script that Automator exported and added to it from the show new items action.  Here is the action I&#8217;ve got running on /var/log/authfail</p>
<p>on adding folder items to this_folder after receiving added_items<br />
	tell application &#8220;Finder&#8221;<br />
		activate<br />
		open this_folder<br />
		reveal the added_items<br />
	end tell<br />
	tell application &#8220;wgibb:Library:Workflows:Applications:Folder Actions:imageopen.app&#8221;<br />
		open added_items<br />
	end tell<br />
end adding folder items to</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smactron</title>
		<link>http://www.MattMatteson.com/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/comment-page-1/#comment-1497</link>
		<dc:creator>Smactron</dc:creator>
		<pubDate>Thu, 14 Dec 2006 07:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://dlzip.com/wordpress/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/#comment-1497</guid>
		<description>This is awesome! Thanks for the tip, grant. Now, can someone make a full package for all of this so that a newb like me (although I eventually figured it out) would only have to hit Install and have this all done automatically for him/her? A quick suggestion: could there be leading zeroes for the date/time if one is only one digit long? And could it sort by decreasing unit of time? I&#039;d rather have the formula &quot;[username] [year] [month] [day] [hour] [minute ][second]&quot; so that I could sort by filename and still be sorted by date. What do you think?</description>
		<content:encoded><![CDATA[<p>This is awesome! Thanks for the tip, grant. Now, can someone make a full package for all of this so that a newb like me (although I eventually figured it out) would only have to hit Install and have this all done automatically for him/her? A quick suggestion: could there be leading zeroes for the date/time if one is only one digit long? And could it sort by decreasing unit of time? I&#8217;d rather have the formula &#8220;[username] [year] [month] [day] [hour] [minute ][second]&#8221; so that I could sort by filename and still be sorted by date. What do you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.MattMatteson.com/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/comment-page-1/#comment-1491</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Wed, 13 Dec 2006 17:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://dlzip.com/wordpress/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/#comment-1491</guid>
		<description>William, I think Grant answered your question. That looks great. I love all the cool ways to automate stuff on the mac.</description>
		<content:encoded><![CDATA[<p>William, I think Grant answered your question. That looks great. I love all the cool ways to automate stuff on the mac.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grant</title>
		<link>http://www.MattMatteson.com/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/comment-page-1/#comment-1490</link>
		<dc:creator>grant</dc:creator>
		<pubDate>Wed, 13 Dec 2006 17:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://dlzip.com/wordpress/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/#comment-1490</guid>
		<description>I found a pretty good solution using folder actions.

1. enable folder actions (right-click on a folder in Finder)
2. make an Automator workflow with only one action: Open Images in Preview
3. File → Save As Plug-in...
4. give it a name
5. change &#039;Plug-in for&#039; to &#039;Folder Actions&#039;
6. choose &#039;Other...&#039; for &#039;Attached to Folder&#039;
7. hit ⌃⇧G and type &#039;/var/log/authfail&#039;
8. click Save

Seems to work properly, and it only opens new images.</description>
		<content:encoded><![CDATA[<p>I found a pretty good solution using folder actions.</p>
<p>1. enable folder actions (right-click on a folder in Finder)<br />
2. make an Automator workflow with only one action: Open Images in Preview<br />
3. File → Save As Plug-in&#8230;<br />
4. give it a name<br />
5. change &#8216;Plug-in for&#8217; to &#8216;Folder Actions&#8217;<br />
6. choose &#8216;Other&#8230;&#8217; for &#8216;Attached to Folder&#8217;<br />
7. hit ⌃⇧G and type &#8216;/var/log/authfail&#8217;<br />
8. click Save</p>
<p>Seems to work properly, and it only opens new images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Gibb</title>
		<link>http://www.MattMatteson.com/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/comment-page-1/#comment-1489</link>
		<dc:creator>William Gibb</dc:creator>
		<pubDate>Wed, 13 Dec 2006 14:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://dlzip.com/wordpress/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/#comment-1489</guid>
		<description>This app is nice.  However, how would I make it run whenever I login from a screensaver?  I added it to my login items as described in the post, and currently it only works when I login to the machine (as it should).  Is there a way to make this work when I login from screensaver/resume the computer from sleeping?  I rarely, if ever, shutdown my MBP or logout, since I&#039;m a student and often moving about.  Currently I&#039;ve got folder actions enabled on /private/var/logs/authfail to run the show new items action, which does work to open /var/log/authfail, but doesn&#039;t automatically open the images.  I&#039;m not sure how to open the images using applescript or otherwise.</description>
		<content:encoded><![CDATA[<p>This app is nice.  However, how would I make it run whenever I login from a screensaver?  I added it to my login items as described in the post, and currently it only works when I login to the machine (as it should).  Is there a way to make this work when I login from screensaver/resume the computer from sleeping?  I rarely, if ever, shutdown my MBP or logout, since I&#8217;m a student and often moving about.  Currently I&#8217;ve got folder actions enabled on /private/var/logs/authfail to run the show new items action, which does work to open /var/log/authfail, but doesn&#8217;t automatically open the images.  I&#8217;m not sure how to open the images using applescript or otherwise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.MattMatteson.com/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/comment-page-1/#comment-1488</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 13 Dec 2006 06:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://dlzip.com/wordpress/2006/12/12/an-addition-to-take-isight-snapshots-during-invalid-login-attempts/#comment-1488</guid>
		<description>doh!

Replace &#039;username&#039; and &#039;jim&#039; from my last response with your username.</description>
		<content:encoded><![CDATA[<p>doh!</p>
<p>Replace &#8216;username&#8217; and &#8216;jim&#8217; from my last response with your username.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
