<?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"
	>
<channel>
	<title>Comments for link[rel='developer']</title>
	<atom:link href="http://blogs.snowmoonsoftware.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.snowmoonsoftware.com</link>
	<description>Connecting ideas to code</description>
	<pubDate>Thu, 28 Aug 2008 10:04:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Thinking in code by Jeff</title>
		<link>http://blogs.snowmoonsoftware.com/general/thinking-in-code/#comment-71</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 21 Apr 2008 02:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.snowmoonsoftware.com/general/thinking-in-code/#comment-71</guid>
		<description>Good catch! I've updated the code in the article.</description>
		<content:encoded><![CDATA[<p>Good catch! I&#8217;ve updated the code in the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VisEmacs.NET pretest by Unwound Stack &#187; VisEmacs</title>
		<link>http://blogs.snowmoonsoftware.com/news/visemacsnet-pretest/#comment-70</link>
		<dc:creator>Unwound Stack &#187; VisEmacs</dc:creator>
		<pubDate>Sun, 13 Apr 2008 17:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.snowmoonsoftware.com/news/visemacsnet-pretest/#comment-70</guid>
		<description>[...] with the new Add-In model (i.e. not DevStudio 6), and has even made a preliminary version available here. So, if you&#8217;re not interested in backward compatibility with DevStudio 6, you might want to [...]</description>
		<content:encoded><![CDATA[<p>[...] with the new Add-In model (i.e. not DevStudio 6), and has even made a preliminary version available here. So, if you&#8217;re not interested in backward compatibility with DevStudio 6, you might want to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thinking in code by Rolfhub</title>
		<link>http://blogs.snowmoonsoftware.com/general/thinking-in-code/#comment-59</link>
		<dc:creator>Rolfhub</dc:creator>
		<pubDate>Mon, 24 Mar 2008 15:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.snowmoonsoftware.com/general/thinking-in-code/#comment-59</guid>
		<description>I think you made a small mistake here:

In the original it reads "if (!p) return;"

This should be equivalent to "if (p == NULL) return;"

In both cases, the function simply returns if the pointer p is not a valid one.

Otherwise, I very much agree with you.</description>
		<content:encoded><![CDATA[<p>I think you made a small mistake here:</p>
<p>In the original it reads &#8220;if (!p) return;&#8221;</p>
<p>This should be equivalent to &#8220;if (p == NULL) return;&#8221;</p>
<p>In both cases, the function simply returns if the pointer p is not a valid one.</p>
<p>Otherwise, I very much agree with you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stretchy Designs by Jon Tan</title>
		<link>http://blogs.snowmoonsoftware.com/web-development/stretchy-designs/#comment-58</link>
		<dc:creator>Jon Tan</dc:creator>
		<pubDate>Thu, 13 Mar 2008 22:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.snowmoonsoftware.com/web-development/stretchy-designs/#comment-58</guid>
		<description>Thanks for the kind words, Jeff! Good to hear my thorny prose can translate for engineers.</description>
		<content:encoded><![CDATA[<p>Thanks for the kind words, Jeff! Good to hear my thorny prose can translate for engineers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Textmate on Windows - Introducing &#8216;E&#8217; by Jeff</title>
		<link>http://blogs.snowmoonsoftware.com/news/textmate-on-windows-introducing-e/#comment-55</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sat, 02 Feb 2008 14:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.snowmoonsoftware.com/news/textmate-on-windows-introducing-e/#comment-55</guid>
		<description>Thanks for the tip! E seems to be defaulting to RoR mode for me now with version 1.0.9.

I still use E for ruby development, but had to abandon it for C++;  it was silently converting from Unicode to UTF-8 when saving.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip! E seems to be defaulting to RoR mode for me now with version 1.0.9.</p>
<p>I still use E for ruby development, but had to abandon it for C++;  it was silently converting from Unicode to UTF-8 when saving.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Textmate on Windows - Introducing &#8216;E&#8217; by Clemens</title>
		<link>http://blogs.snowmoonsoftware.com/news/textmate-on-windows-introducing-e/#comment-50</link>
		<dc:creator>Clemens</dc:creator>
		<pubDate>Sun, 27 Jan 2008 14:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.snowmoonsoftware.com/news/textmate-on-windows-introducing-e/#comment-50</guid>
		<description>If you still face the problem that e is not defaulting to rails mode for ruby code, go and edit Syntaxes/Ruby.plist in your Ruby.tmbundle directory and make sure the file extension you use for ruby files is in the fileTypes list around line 47.
Also there's a quick way of switching to ruby mode by pressing Win+Alt+Shift+R as defined in lines 94 and 95 of the Sytaxes/Ruby.plist file in the ruby bundle.</description>
		<content:encoded><![CDATA[<p>If you still face the problem that e is not defaulting to rails mode for ruby code, go and edit Syntaxes/Ruby.plist in your Ruby.tmbundle directory and make sure the file extension you use for ruby files is in the fileTypes list around line 47.<br />
Also there&#8217;s a quick way of switching to ruby mode by pressing Win+Alt+Shift+R as defined in lines 94 and 95 of the Sytaxes/Ruby.plist file in the ruby bundle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Series: Rails Application Walkthrough by link[rel=&#8217;developer&#8217;] &#187; Testimony Part II:</title>
		<link>http://blogs.snowmoonsoftware.com/web-development/new-series-rails-application-walkthrough/#comment-42</link>
		<dc:creator>link[rel=&#8217;developer&#8217;] &#187; Testimony Part II:</dc:creator>
		<pubDate>Sun, 09 Sep 2007 14:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.snowmoonsoftware.com/news/new-series-rails-application-walkthrough/#comment-42</guid>
		<description>[...] Part II: Posted on September 9th, 2007 by Jeff      [This is part II of the Testimony Rails Application Walkthrough [...]</description>
		<content:encoded><![CDATA[<p>[...] Part II: Posted on September 9th, 2007 by Jeff      [This is part II of the Testimony Rails Application Walkthrough [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Art of the Exit by Jeff</title>
		<link>http://blogs.snowmoonsoftware.com/editorial/the-art-of-the-exit/#comment-41</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sat, 08 Sep 2007 23:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.snowmoonsoftware.com/editorial/the-art-of-the-exit/#comment-41</guid>
		<description>Thanks Hans, I had fun writing it. Personal agendas do get in the way of a good team culture, as you say but what I experienced was a place that professed to have a great culture but it was only in theory, not practice. The developers were pretty much united in a common cause of making the code, and thus the product better, but were not allowed to do so. 

There are big changes in the air there, and it will be interesting to see how it all shakes out.</description>
		<content:encoded><![CDATA[<p>Thanks Hans, I had fun writing it. Personal agendas do get in the way of a good team culture, as you say but what I experienced was a place that professed to have a great culture but it was only in theory, not practice. The developers were pretty much united in a common cause of making the code, and thus the product better, but were not allowed to do so. </p>
<p>There are big changes in the air there, and it will be interesting to see how it all shakes out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Art of the Exit by Hans-Eric Grönlund</title>
		<link>http://blogs.snowmoonsoftware.com/editorial/the-art-of-the-exit/#comment-40</link>
		<dc:creator>Hans-Eric Grönlund</dc:creator>
		<pubDate>Fri, 31 Aug 2007 14:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.snowmoonsoftware.com/editorial/the-art-of-the-exit/#comment-40</guid>
		<description>Very interesting, great post! 
It's a very common phenomena in big companies that a large amount of the employees have their own agendas. Thus it's hard for them to grow team cultures, leading to a spiral of death for enthusiasm.
One problem is that the ones who are hired to prevent this, the managers, often themselves are not inspired enough to do a good job. They should be more like the HR-person you experienced.</description>
		<content:encoded><![CDATA[<p>Very interesting, great post!<br />
It&#8217;s a very common phenomena in big companies that a large amount of the employees have their own agendas. Thus it&#8217;s hard for them to grow team cultures, leading to a spiral of death for enthusiasm.<br />
One problem is that the ones who are hired to prevent this, the managers, often themselves are not inspired enough to do a good job. They should be more like the HR-person you experienced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Culture of Failure by link[rel=&#8217;developer&#8217;] &#187; The Art of the Exit</title>
		<link>http://blogs.snowmoonsoftware.com/editorial/culture-of-failure/#comment-39</link>
		<dc:creator>link[rel=&#8217;developer&#8217;] &#187; The Art of the Exit</dc:creator>
		<pubDate>Fri, 31 Aug 2007 01:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.snowmoonsoftware.com/editorial/culture-of-failure/#comment-39</guid>
		<description>[...] on August 30th, 2007 by Jeff      So you&#8217;re discovered that the company you work for has a culture of failure, and there&#8217;s no light at the end of the tunnel. You&#8217;ve finally realized that [...]</description>
		<content:encoded><![CDATA[<p>[...] on August 30th, 2007 by Jeff      So you&#8217;re discovered that the company you work for has a culture of failure, and there&#8217;s no light at the end of the tunnel. You&#8217;ve finally realized that [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
