<?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 for 82times</title>
	<atom:link href="http://www.82times.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.82times.com</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 17:01:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>Comment on Tiny AppleScript: add current track to playlist by Jonathan</title>
		<link>http://www.82times.com/?p=13&#038;cpage=1#comment-27148</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Wed, 10 Mar 2010 17:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://temp82times.wordpress.com/2008/03/11/tiny-applescript-add-current-track-to-playlist/#comment-27148</guid>
		<description>Hey&#8212;thanks, Carlos. I&#039;ve actually been using it today to help me sift through the mounds of crap in these: &lt;a href=&quot;http://www.wired.com/epicenter/2010/03/fifth-annual-sxsw-bit-torrent-download-is-almost-legal/&quot; rel=&quot;nofollow&quot;&gt;Wired - Fifth Annual SXSW BitTorrent&lt;/a&gt;.

Very glad to hear this was useful.</description>
		<content:encoded><![CDATA[<p>Hey&mdash;thanks, Carlos. I&#8217;ve actually been using it today to help me sift through the mounds of crap in these: <a href="http://www.wired.com/epicenter/2010/03/fifth-annual-sxsw-bit-torrent-download-is-almost-legal/" rel="nofollow">Wired &#8211; Fifth Annual SXSW BitTorrent</a>.</p>
<p>Very glad to hear this was useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tiny AppleScript: add current track to playlist by Carlos</title>
		<link>http://www.82times.com/?p=13&#038;cpage=1#comment-27133</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Wed, 10 Mar 2010 15:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://temp82times.wordpress.com/2008/03/11/tiny-applescript-add-current-track-to-playlist/#comment-27133</guid>
		<description>just a plain fast script. without any unnecessary stuff. great. thanks a lot :) eventho I&#039;m nearly exactly 2 years to late. haha ;)</description>
		<content:encoded><![CDATA[<p>just a plain fast script. without any unnecessary stuff. great. thanks a lot <img src='http://www.82times.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  eventho I&#8217;m nearly exactly 2 years to late. haha <img src='http://www.82times.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Super-duper WorldCat bookmarklet by Jonathan</title>
		<link>http://www.82times.com/?p=109&#038;cpage=1#comment-1346</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Sun, 02 Aug 2009 22:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.82times.com/?p=109#comment-1346</guid>
		<description>Note to early users, I have fixed the &quot;cancel button doesn&#039;t do anything&quot; bug.</description>
		<content:encoded><![CDATA[<p>Note to early users, I have fixed the &#8220;cancel button doesn&#8217;t do anything&#8221; bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tiny AppleScript: replace newline with comma in clipboard (and paste) by Henry</title>
		<link>http://www.82times.com/?p=235&#038;cpage=1#comment-782</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Fri, 24 Jul 2009 21:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.82times.com/?p=235#comment-782</guid>
		<description>I made a quick fix:

in the beginning of the script, before the clipboard being set:

local theBoard
set theBoard to &quot; &quot;
set theBoard to the clipboard

And at the very end, it is good to make a clean up, so I added the line:

do shell script &quot;rm -f ~/Library/.temp_newlines ~/Library/.temp_commas&quot;

Hope this helps a bit,
 Henry</description>
		<content:encoded><![CDATA[<p>I made a quick fix:</p>
<p>in the beginning of the script, before the clipboard being set:</p>
<p>local theBoard<br />
set theBoard to &#8221; &#8221;<br />
set theBoard to the clipboard</p>
<p>And at the very end, it is good to make a clean up, so I added the line:</p>
<p>do shell script &#8220;rm -f ~/Library/.temp_newlines ~/Library/.temp_commas&#8221;</p>
<p>Hope this helps a bit,<br />
 Henry</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tiny AppleScript: replace newline with comma in clipboard (and paste) by Henry</title>
		<link>http://www.82times.com/?p=235&#038;cpage=1#comment-781</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Fri, 24 Jul 2009 20:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.82times.com/?p=235#comment-781</guid>
		<description>Hi mate,

The script is good. It has however a bug. It does not clean its stack memory when runs again. As it uses the first clipboard text again again, even the clipboard has new text. Would you submit a new version?

With thanks,
 Henry</description>
		<content:encoded><![CDATA[<p>Hi mate,</p>
<p>The script is good. It has however a bug. It does not clean its stack memory when runs again. As it uses the first clipboard text again again, even the clipboard has new text. Would you submit a new version?</p>
<p>With thanks,<br />
 Henry</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tiny AppleScript &#8211; launch multiple applications (and hide some of them) by Jonathan</title>
		<link>http://www.82times.com/?p=273&#038;cpage=1#comment-68</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Sun, 07 Jun 2009 13:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.82times.com/?p=273#comment-68</guid>
		<description>One solution I&#039;ve come up with to solve this problem is to include a couple of Icelandic Sagas and just comment them out in order to increase my efficiency in a similar way.</description>
		<content:encoded><![CDATA[<p>One solution I&#8217;ve come up with to solve this problem is to include a couple of Icelandic Sagas and just comment them out in order to increase my efficiency in a similar way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tiny AppleScript &#8211; launch multiple applications (and hide some of them) by Susan Potter</title>
		<link>http://www.82times.com/?p=273&#038;cpage=1#comment-67</link>
		<dc:creator>Susan Potter</dc:creator>
		<pubDate>Sat, 06 Jun 2009 16:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.82times.com/?p=273#comment-67</guid>
		<description>You realize that to do the same thing in Java it would take 523 lines of code.

Therefore, Java is obviously superior because you get so much more enjoyment out of writing more lines of annoying, bloated code...or something!?

:)</description>
		<content:encoded><![CDATA[<p>You realize that to do the same thing in Java it would take 523 lines of code.</p>
<p>Therefore, Java is obviously superior because you get so much more enjoyment out of writing more lines of annoying, bloated code&#8230;or something!?</p>
<p> <img src='http://www.82times.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Erdős Ping Pong by Alex</title>
		<link>http://www.82times.com/?p=89&#038;cpage=1#comment-65</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 31 May 2009 18:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.82times.com/?p=89#comment-65</guid>
		<description>Hey -- thanks for the link (we met on the plane). Pretty funny!</description>
		<content:encoded><![CDATA[<p>Hey &#8212; thanks for the link (we met on the plane). Pretty funny!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on pending import from blogger by Foxlore Swainton</title>
		<link>http://www.82times.com/?p=4&#038;cpage=1#comment-61</link>
		<dc:creator>Foxlore Swainton</dc:creator>
		<pubDate>Sun, 26 Apr 2009 17:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.82times.com/?p=4#comment-61</guid>
		<description>Cross-brozer testing.</description>
		<content:encoded><![CDATA[<p>Cross-brozer testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on pending import from blogger by Lesley</title>
		<link>http://www.82times.com/?p=4&#038;cpage=1#comment-60</link>
		<dc:creator>Lesley</dc:creator>
		<pubDate>Sun, 26 Apr 2009 17:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.82times.com/?p=4#comment-60</guid>
		<description>lolz</description>
		<content:encoded><![CDATA[<p>lolz</p>
]]></content:encoded>
	</item>
</channel>
</rss>
