<?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: Decrease &#8220;Latency&#8221; on Grails Builds</title>
	<atom:link href="http://phatness.com/2010/02/decrease-latency-on-grails-builds/feed/" rel="self" type="application/rss+xml" />
	<link>http://phatness.com/2010/02/decrease-latency-on-grails-builds/</link>
	<description>- Still kickin</description>
	<lastBuildDate>Wed, 01 Feb 2012 22:08:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jeroen</title>
		<link>http://phatness.com/2010/02/decrease-latency-on-grails-builds/comment-page-1/#comment-1245</link>
		<dc:creator>Jeroen</dc:creator>
		<pubDate>Tue, 27 Apr 2010 09:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://phatness.com/?p=2125#comment-1245</guid>
		<description>osascript -e &quot;tell application \&quot;iTunes\&quot; to set sound volume to 30&quot; -e &#039;say &quot;Application is running faster on a mac than on windows&quot;&#039; -e &quot;tell application \&quot;iTunes\&quot; to set sound volume to 100&quot;

;)</description>
		<content:encoded><![CDATA[<p>osascript -e &#8220;tell application \&#8221;iTunes\&#8221; to set sound volume to 30&#8243; -e &#8216;say &#8220;Application is running faster on a mac than on windows&#8221;&#8216; -e &#8220;tell application \&#8221;iTunes\&#8221; to set sound volume to 100&#8243;</p>
<p> <img src='http://phatness.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Chase</title>
		<link>http://phatness.com/2010/02/decrease-latency-on-grails-builds/comment-page-1/#comment-1237</link>
		<dc:creator>Jon Chase</dc:creator>
		<pubDate>Sun, 25 Apr 2010 06:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://phatness.com/?p=2125#comment-1237</guid>
		<description>Nice idea to integrate this with Grails directly!  

I&#039;ve had a similar problem - long running shell scripts (not always Grails related though).  I started using the &quot;say&quot; command from shell scripts, and then decided to get a little fancy with it and use some recorded audio as well using the &quot;afplay&quot; command.  

I recorded my exploits here, and the comments also have tips for playing audio from Linux and .NET as well.  And as one commenter suggested, don&#039;t for get Growl either!

http://www.juliesoft.com/2010/03/shell-scripts-that-talk-back-and-make-you-millions/

Jon</description>
		<content:encoded><![CDATA[<p>Nice idea to integrate this with Grails directly!  </p>
<p>I&#8217;ve had a similar problem &#8211; long running shell scripts (not always Grails related though).  I started using the &#8220;say&#8221; command from shell scripts, and then decided to get a little fancy with it and use some recorded audio as well using the &#8220;afplay&#8221; command.  </p>
<p>I recorded my exploits here, and the comments also have tips for playing audio from Linux and .NET as well.  And as one commenter suggested, don&#8217;t for get Growl either!</p>
<p><a href="http://www.juliesoft.com/2010/03/shell-scripts-that-talk-back-and-make-you-millions/" rel="nofollow">http://www.juliesoft.com/2010/03/shell-scripts-that-talk-back-and-make-you-millions/</a></p>
<p>Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://phatness.com/2010/02/decrease-latency-on-grails-builds/comment-page-1/#comment-997</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 14 Apr 2010 14:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://phatness.com/?p=2125#comment-997</guid>
		<description>I created a plugin to do this, maybe you wouldn&#039;t mind sharing the code when you are done?  http://github.com/digerata/grails-nadd-neutralizer</description>
		<content:encoded><![CDATA[<p>I created a plugin to do this, maybe you wouldn&#8217;t mind sharing the code when you are done?  <a href="http://github.com/digerata/grails-nadd-neutralizer" rel="nofollow">http://github.com/digerata/grails-nadd-neutralizer</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: N.A.D.D. Neutralizer &#8211; Phatness.com</title>
		<link>http://phatness.com/2010/02/decrease-latency-on-grails-builds/comment-page-1/#comment-995</link>
		<dc:creator>N.A.D.D. Neutralizer &#8211; Phatness.com</dc:creator>
		<pubDate>Wed, 14 Apr 2010 13:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://phatness.com/?p=2125#comment-995</guid>
		<description>[...] starting up another Grails project and completely missing my text-to-speech solution for long build times, I decided to do something a little more [...]</description>
		<content:encoded><![CDATA[<p>[...] starting up another Grails project and completely missing my text-to-speech solution for long build times, I decided to do something a little more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey Novak</title>
		<link>http://phatness.com/2010/02/decrease-latency-on-grails-builds/comment-page-1/#comment-806</link>
		<dc:creator>Joey Novak</dc:creator>
		<pubDate>Mon, 05 Apr 2010 03:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://phatness.com/?p=2125#comment-806</guid>
		<description>Sweet!!  

I have made scripts before that just used the &quot;beep&quot; command, but using a tts engine is an awesome idea!

Thanks!</description>
		<content:encoded><![CDATA[<p>Sweet!!  </p>
<p>I have made scripts before that just used the &#8220;beep&#8221; command, but using a tts engine is an awesome idea!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico</title>
		<link>http://phatness.com/2010/02/decrease-latency-on-grails-builds/comment-page-1/#comment-786</link>
		<dc:creator>Federico</dc:creator>
		<pubDate>Sun, 04 Apr 2010 20:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://phatness.com/?p=2125#comment-786</guid>
		<description>Haven&#039;t done it yet, but it&#039;s just a matter of replacing the shell command &quot;say&quot; with 

echo &quot;something&quot; &#124; festival --tts 

or just writing a wrapper called &quot;say&quot; doing this for me.

that&#039;s it :-)</description>
		<content:encoded><![CDATA[<p>Haven&#8217;t done it yet, but it&#8217;s just a matter of replacing the shell command &#8220;say&#8221; with </p>
<p>echo &#8220;something&#8221; | festival &#8211;tts </p>
<p>or just writing a wrapper called &#8220;say&#8221; doing this for me.</p>
<p>that&#8217;s it <img src='http://phatness.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://phatness.com/2010/02/decrease-latency-on-grails-builds/comment-page-1/#comment-703</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 02 Apr 2010 12:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://phatness.com/?p=2125#comment-703</guid>
		<description>I&#039;m interested to hear what you end up using on Fedora...</description>
		<content:encoded><![CDATA[<p>I&#8217;m interested to hear what you end up using on Fedora&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico</title>
		<link>http://phatness.com/2010/02/decrease-latency-on-grails-builds/comment-page-1/#comment-702</link>
		<dc:creator>Federico</dc:creator>
		<pubDate>Fri, 02 Apr 2010 07:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://phatness.com/?p=2125#comment-702</guid>
		<description>Very nice ;-)

I&#039;m going to adapt it to my Fedora Desktop :-)</description>
		<content:encoded><![CDATA[<p>Very nice <img src='http://phatness.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I&#8217;m going to adapt it to my Fedora Desktop <img src='http://phatness.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haah</title>
		<link>http://phatness.com/2010/02/decrease-latency-on-grails-builds/comment-page-1/#comment-645</link>
		<dc:creator>haah</dc:creator>
		<pubDate>Fri, 19 Mar 2010 01:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://phatness.com/?p=2125#comment-645</guid>
		<description>This is pretty inovative, thanks for sharing</description>
		<content:encoded><![CDATA[<p>This is pretty inovative, thanks for sharing</p>
]]></content:encoded>
	</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

Served from: phatness.com @ 2012-02-05 04:38:07 -->
