<?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 thyncology</title>
	<atom:link href="http://www.thynctank.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thynctank.com</link>
	<description>The Science of Thynctank.</description>
	<lastBuildDate>Mon, 20 Jun 2011 09:59:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on RequireJS, CoffeeScript, Vimperator, and Other Fancy Stuff by &#187; Untitled LOSTbox</title>
		<link>http://www.thynctank.com/javascript/2011/06/requirejs-coffeescript-vimperator-and-other-fancy-stuff/comment-page-1/#comment-2946</link>
		<dc:creator>&#187; Untitled LOSTbox</dc:creator>
		<pubDate>Mon, 20 Jun 2011 09:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.thynctank.com/?p=289#comment-2946</guid>
		<description>&lt;p&gt;[...] pretty psyched, because lately I&#8217;ve written a few blog posts on mobile devices (like this and this) and it kept me better centered than when I compose on my laptop, where there are more [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] pretty psyched, because lately I&#8217;ve written a few blog posts on mobile devices (like this and this) and it kept me better centered than when I compose on my laptop, where there are more [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on RequireJS, CoffeeScript, Vimperator, and Other Fancy Stuff by thynctank</title>
		<link>http://www.thynctank.com/javascript/2011/06/requirejs-coffeescript-vimperator-and-other-fancy-stuff/comment-page-1/#comment-2944</link>
		<dc:creator>thynctank</dc:creator>
		<pubDate>Sun, 19 Jun 2011 04:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thynctank.com/?p=289#comment-2944</guid>
		<description>&lt;p&gt;Your book is definitely the biggest motivator in my picking up the language, followed by the &quot;Try CoffeeScript&quot; link/form on the site.&lt;/p&gt;

&lt;p&gt;Have added a link above pointing to the plugin. Out of curiosity, what were you using before to load it? Including the coffee js file and calling &lt;code&gt;compile()&lt;/code&gt;, etc?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Your book is definitely the biggest motivator in my picking up the language, followed by the &#8220;Try CoffeeScript&#8221; link/form on the site.</p>

<p>Have added a link above pointing to the plugin. Out of curiosity, what were you using before to load it? Including the coffee js file and calling <code>compile()</code>, etc?</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on RequireJS, CoffeeScript, Vimperator, and Other Fancy Stuff by Trevor Burnham</title>
		<link>http://www.thynctank.com/javascript/2011/06/requirejs-coffeescript-vimperator-and-other-fancy-stuff/comment-page-1/#comment-2943</link>
		<dc:creator>Trevor Burnham</dc:creator>
		<pubDate>Sat, 18 Jun 2011 17:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thynctank.com/?p=289#comment-2943</guid>
		<description>&lt;p&gt;Hey, thanks for spreading the word about CoffeeScript. I agree that using it for test code is a great way to get started, and I hope you&#039;ll dive in more in the future. :)&lt;/p&gt;

&lt;p&gt;Oh, and I wasn&#039;t aware of that RequireJS plugin. Sounds like much less of a hassle than what I&#039;d been doing. Could you provide a link?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey, thanks for spreading the word about CoffeeScript. I agree that using it for test code is a great way to get started, and I hope you&#8217;ll dive in more in the future. <img src='http://www.thynctank.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>Oh, and I wasn&#8217;t aware of that RequireJS plugin. Sounds like much less of a hassle than what I&#8217;d been doing. Could you provide a link?</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Latest and Greatest Techstuffs by thynctank</title>
		<link>http://www.thynctank.com/software/2011/02/latest-and-greatest-techstuffs-2/comment-page-1/#comment-2887</link>
		<dc:creator>thynctank</dc:creator>
		<pubDate>Mon, 14 Feb 2011 07:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thynctank.com/?p=239#comment-2887</guid>
		<description>&lt;p&gt;Always trying to improve my productivity and vim is definitely helping there. Thanks for pestering about it for so long. Pathogen is sooo great. If you decide to sync across machines make sure to use &lt;a href=&quot;http://www.maxi-pedia.com/mklink&quot; rel=&quot;nofollow&quot;&gt;mklink&lt;/a&gt; on Windows to link files _vimrc and _gvimrc to .vim/vimrc and .vim/vimrc (or the equivalent vimfiles directory on Windows). It works just like link -s in *nix.&lt;/p&gt;

&lt;p&gt;Still putting off learning more than the bare minimum of vimscript but I&#039;ll pick it up when I need it. Only thing I want to learn right now is window management so I can shift windows around (especially the quickfix, it always ends up somewhere I don&#039;t want it!)&lt;/p&gt;

&lt;p&gt;My current plugins list is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;pathogen (the key to it all now)&lt;/li&gt;
&lt;li&gt;fugitive (git specific commands)&lt;/li&gt;
&lt;li&gt;sparkup (for quick static markup gen)&lt;/li&gt;
&lt;li&gt;yankring (clipboard history manager/cycler)&lt;/li&gt;
&lt;li&gt;nerdcommenter (multi-language support for commenting shortcuts)&lt;/li&gt;
&lt;li&gt;vcscommand (multi-VCS shortcuts including a handy differ!)&lt;/li&gt;
&lt;li&gt;nerdree (duh)&lt;/li&gt;
&lt;li&gt;snipmate (still need to tinker with writing some of my own snippets)&lt;/li&gt;
&lt;li&gt;vim-indent-guides (you introduced me to this one, not sure if I&#039;m going to stick with it but liking it for now)&lt;/li&gt;
&lt;li&gt;javascriptlint (similar to JSLint but lets me get away with more code atrocities, which I like, and it uses quickfix which I really like)&lt;/li&gt;
&lt;/ul&gt;
</description>
		<content:encoded><![CDATA[<p>Always trying to improve my productivity and vim is definitely helping there. Thanks for pestering about it for so long. Pathogen is sooo great. If you decide to sync across machines make sure to use <a href="http://www.maxi-pedia.com/mklink" rel="nofollow">mklink</a> on Windows to link files _vimrc and _gvimrc to .vim/vimrc and .vim/vimrc (or the equivalent vimfiles directory on Windows). It works just like link -s in *nix.</p>

<p>Still putting off learning more than the bare minimum of vimscript but I&#8217;ll pick it up when I need it. Only thing I want to learn right now is window management so I can shift windows around (especially the quickfix, it always ends up somewhere I don&#8217;t want it!)</p>

<p>My current plugins list is:</p>

<ul>
<li>pathogen (the key to it all now)</li>
<li>fugitive (git specific commands)</li>
<li>sparkup (for quick static markup gen)</li>
<li>yankring (clipboard history manager/cycler)</li>
<li>nerdcommenter (multi-language support for commenting shortcuts)</li>
<li>vcscommand (multi-VCS shortcuts including a handy differ!)</li>
<li>nerdree (duh)</li>
<li>snipmate (still need to tinker with writing some of my own snippets)</li>
<li>vim-indent-guides (you introduced me to this one, not sure if I&#8217;m going to stick with it but liking it for now)</li>
<li>javascriptlint (similar to JSLint but lets me get away with more code atrocities, which I like, and it uses quickfix which I really like)</li>
</ul>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Latest and Greatest Techstuffs by David Rivers</title>
		<link>http://www.thynctank.com/software/2011/02/latest-and-greatest-techstuffs-2/comment-page-1/#comment-2886</link>
		<dc:creator>David Rivers</dc:creator>
		<pubDate>Mon, 14 Feb 2011 03:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thynctank.com/?p=239#comment-2886</guid>
		<description>&lt;p&gt;Good to see you&#039;re posting more frequently than myself! I always love the mention, of course. Hope your vimmin&#039; is efficient :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Good to see you&#8217;re posting more frequently than myself! I always love the mention, of course. Hope your vimmin&#8217; is efficient <img src='http://www.thynctank.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.276 seconds -->

