<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for davidnunez.com</title>
	<link>http://www.davidnunez.com</link>
	<description>David Nunez lives, wonders, tinkers, and builds in Austin, TX.</description>
	<pubDate>Fri, 16 May 2008 12:12:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>Comment on Robot Marionette Got 3 Blue Ribbons at Maker Faire by Dusty Reagan</title>
		<link>http://www.davidnunez.com/2007/11/02/robot-marionette-got-3-blue-ribbons-at-maker-faire/#comment-170</link>
		<dc:creator>Dusty Reagan</dc:creator>
		<pubDate>Mon, 14 Apr 2008 08:59:42 +0000</pubDate>
		<guid>http://www.davidnunez.com/2007/11/02/robot-marionette-got-3-blue-ribbons-at-maker-faire/#comment-170</guid>
		<description>&lt;p&gt;Wow! Your Robot Marionette looks awesome! I must have missed you at Maker Faire. I can't wait to see this thing in person!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Wow! Your Robot Marionette looks awesome! I must have missed you at Maker Faire. I can&#8217;t wait to see this thing in person!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on interface sketch by Gabriel</title>
		<link>http://www.davidnunez.com/2008/03/08/interface-sketch/#comment-163</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Thu, 13 Mar 2008 18:27:20 +0000</pubDate>
		<guid>http://www.davidnunez.com/2008/03/08/interface-sketch/#comment-163</guid>
		<description>&lt;p&gt;:: chuckle ::  &lt;/p&gt;

&lt;p&gt;Is that the face of the internets?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>:: chuckle ::  </p>

<p>Is that the face of the internets?</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calligraphic Graphic Design Style by Alice Young</title>
		<link>http://www.davidnunez.com/2007/08/13/calligraphic-graphic-design-style/#comment-73</link>
		<dc:creator>Alice Young</dc:creator>
		<pubDate>Tue, 14 Aug 2007 04:07:31 +0000</pubDate>
		<guid>http://www.davidnunez.com/2007/08/13/calligraphic-graphic-design-style/#comment-73</guid>
		<description>&lt;p&gt;I believe this style is often called 'grunge'. The example you have shown is quite clean - often it is a bit more worn-looking or the type is distressed more, but I think this would still qualify as grunge. Do you like it?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I believe this style is often called &#8216;grunge&#8217;. The example you have shown is quite clean - often it is a bit more worn-looking or the type is distressed more, but I think this would still qualify as grunge. Do you like it?</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Applescript to import articles into devonthink pro and del.icio.us from incoming NetNewsWire RSS streams by Adam Rice</title>
		<link>http://www.davidnunez.com/2007/08/01/applescript-to-import-articles-into-devonthink-pro-and-delicious-from-incoming-netnewswire-rss-streams/#comment-65</link>
		<dc:creator>Adam Rice</dc:creator>
		<pubDate>Wed, 01 Aug 2007 17:04:23 +0000</pubDate>
		<guid>http://www.davidnunez.com/2007/08/01/applescript-to-import-articles-into-devonthink-pro-and-delicious-from-incoming-netnewswire-rss-streams/#comment-65</guid>
		<description>&lt;p&gt;err, formatting came through a little borked.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>err, formatting came through a little borked.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Applescript to import articles into devonthink pro and del.icio.us from incoming NetNewsWire RSS streams by Adam Rice</title>
		<link>http://www.davidnunez.com/2007/08/01/applescript-to-import-articles-into-devonthink-pro-and-delicious-from-incoming-netnewswire-rss-streams/#comment-64</link>
		<dc:creator>Adam Rice</dc:creator>
		<pubDate>Wed, 01 Aug 2007 17:03:48 +0000</pubDate>
		<guid>http://www.davidnunez.com/2007/08/01/applescript-to-import-articles-into-devonthink-pro-and-delicious-from-incoming-netnewswire-rss-streams/#comment-64</guid>
		<description>&lt;p&gt;To get Growl working, add this at the top level of your script
tell application "GrowlHelperApp"
    set the allNotificationsList to ¬
        {"devonthink importer notification", "Another Test Notification"}
    set the enabledNotificationsList to ¬
        {"devonthink importer notification"}
    -- change "devonthinkimporter" to whatever you actually name the script file.
    register as application ¬
        "devonthinkimporter" all notifications allNotificationsList ¬
        default notifications enabledNotificationsList ¬
        icon of application "Mail"
end tell&lt;/p&gt;

&lt;p&gt;Then add the following wherever you want to execute your "if success" condition:&lt;/p&gt;

&lt;p&gt;tell application "GrowlHelperApp"
    set the allNotificationsList to ¬
        {"devonthink importer notification", "Another Test Notification"}&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;set the enabledNotificationsList to ¬
    {"devonthink importer notification"}


--  rename devonthinkimporter to script file name
notify with name ¬
    "devonthink importer notification" title ¬
    "devonthink importer" description ¬
    "Import succeeded" "devonthinkimporter"

notify with name ¬
    "Another Test Notification" title ¬
    "Another Test Notification :) " description ¬
    "Alas — you won't see me until you enable me..." application name "devonthinkimporter"
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I think that'll work&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To get Growl working, add this at the top level of your script
tell application &#8220;GrowlHelperApp&#8221;
    set the allNotificationsList to ¬
        {&#8221;devonthink importer notification&#8221;, &#8220;Another Test Notification&#8221;}
    set the enabledNotificationsList to ¬
        {&#8221;devonthink importer notification&#8221;}
    &#8212; change &#8220;devonthinkimporter&#8221; to whatever you actually name the script file.
    register as application ¬
        &#8220;devonthinkimporter&#8221; all notifications allNotificationsList ¬
        default notifications enabledNotificationsList ¬
        icon of application &#8220;Mail&#8221;
end tell</p>

<p>Then add the following wherever you want to execute your &#8220;if success&#8221; condition:</p>

<p>tell application &#8220;GrowlHelperApp&#8221;
    set the allNotificationsList to ¬
        {&#8221;devonthink importer notification&#8221;, &#8220;Another Test Notification&#8221;}</p>

<pre><code>set the enabledNotificationsList to ¬
    {"devonthink importer notification"}


--  rename devonthinkimporter to script file name
notify with name ¬
    "devonthink importer notification" title ¬
    "devonthink importer" description ¬
    "Import succeeded" "devonthinkimporter"

notify with name ¬
    "Another Test Notification" title ¬
    "Another Test Notification <img src='http://www.davidnunez.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> " description ¬
    "Alas — you won't see me until you enable me..." application name "devonthinkimporter"
</code></pre>

<p>I think that&#8217;ll work</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Applescript that archives NetNewsWire post to DEVONThink Pro by davidnunez.com &#187; Blog Archive &#187; Applescript to import articles into devonthink pro and del.icio.us from incoming NetNewsWire RSS streams</title>
		<link>http://www.davidnunez.com/2007/03/24/applescript-that-archives-netnewswire-post-to-devonthink-pro/#comment-63</link>
		<dc:creator>davidnunez.com &#187; Blog Archive &#187; Applescript to import articles into devonthink pro and del.icio.us from incoming NetNewsWire RSS streams</dc:creator>
		<pubDate>Wed, 01 Aug 2007 12:22:44 +0000</pubDate>
		<guid>http://www.davidnunez.com/2007/03/24/applescript-that-archives-netnewswire-post-to-devonthink-pro/#comment-63</guid>
		<description>&lt;p&gt;[...] was based on my prior script and Ethan&#8217;s attempt to deal with info [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] was based on my prior script and Ethan&#8217;s attempt to deal with info [&#8230;]</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maker Faire Report by Adam Rice</title>
		<link>http://www.davidnunez.com/2007/05/17/maker-faire-report/#comment-17</link>
		<dc:creator>Adam Rice</dc:creator>
		<pubDate>Thu, 17 May 2007 18:06:20 +0000</pubDate>
		<guid>http://www.davidnunez.com/2007/05/17/maker-faire-report/#comment-17</guid>
		<description>&lt;p&gt;Interesting. Apparently John Law is suing Larry Harvey (generally recognized as the founder of Burning Man) over the various bits of BM IP, and tells a different story of its origins.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Interesting. Apparently John Law is suing Larry Harvey (generally recognized as the founder of Burning Man) over the various bits of BM IP, and tells a different story of its origins.</p>]]></content:encoded>
	</item>
</channel>
</rss>
