<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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" version="2.0">
<channel>
	<title>Comments for Not Geekly Correct</title>
	
	<link>http://www.notgeeklycorrect.com</link>
	<description>French web developer in Bristol</description>
	<pubDate>Tue, 11 Nov 2008 18:58:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/CommentsForNotGeeklyCorrect" type="application/rss+xml" /><item>
		<title>Comment on NBGit, a Git plugin for Netbeans by nyashka</title>
		<link>http://www.notgeeklycorrect.com/english/2008/10/01/nbgit-the-git-plugin-for-netbeans/#comment-42</link>
		<dc:creator>nyashka</dc:creator>
		<pubDate>Mon, 10 Nov 2008 09:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.notgeeklycorrect.com/english/2008/10/01/nbgit-a-git-plugin-for-netbeans/#comment-42</guid>
		<description>LOL, it doesn't have "Commit" menu item. Am i doing something wrong?
Git is good, but this plugin is unusable for now.</description>
		<content:encoded><![CDATA[<p><acronym title="Laughing out loud">LOL</acronym>, it doesn&#8217;t have &#8220;Commit&#8221; menu item. Am i doing something wrong?<br />
Git is good, but this plugin is unusable for now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NBGit, a Git plugin for Netbeans by Piotr Soróbka</title>
		<link>http://www.notgeeklycorrect.com/english/2008/10/01/nbgit-the-git-plugin-for-netbeans/#comment-37</link>
		<dc:creator>Piotr Soróbka</dc:creator>
		<pubDate>Wed, 29 Oct 2008 21:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.notgeeklycorrect.com/english/2008/10/01/nbgit-a-git-plugin-for-netbeans/#comment-37</guid>
		<description>Cons of Git - you must clone entire repo, in "classic" version control systems (CVS, SVN) you can checkout a specific file/folder from repo. This is very annoying, especially when working with very big projects.</description>
		<content:encoded><![CDATA[<p>Cons of Git - you must clone entire repo, in &#8220;classic&#8221; version control systems (<acronym title="Concurrent Versions System">CVS</acronym>, <acronym title="Subversion">SVN</acronym>) you can checkout a specific file/folder from repo. This is very annoying, especially when working with very big projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails rumble 2008, finally manage to finish sheepfit by Nicolas</title>
		<link>http://www.notgeeklycorrect.com/english/2008/10/20/rails-rumble-2008-finally-manage-to-finish-sheepfit/#comment-27</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Tue, 21 Oct 2008 10:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.notgeeklycorrect.com/english/2008/10/20/rails-rumble-2008-finally-manage-to-finish-sheepfit/#comment-27</guid>
		<description>Thanks for the comment, and for the keep going message ;)

I assume that BDD will be able to improve my code productivity by adding a pre problem solving before coding the rules.

The problem with writing as fast as possible, even if it's dirty (what I've nearly done) is when problems appear. Debugging take twice time than coding so : 1- you lost precious time and 2- you're not sure that you're patch locked all the problems.

Well let's see for this future development, I'm looking for a good teaser idea ;)</description>
		<content:encoded><![CDATA[<p>Thanks for the comment, and for the keep going message <img src='http://www.notgeeklycorrect.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I assume that BDD will be able to improve my code productivity by adding a pre problem solving before coding the rules.</p>
<p>The problem with writing as fast as possible, even if it&#8217;s dirty (what I&#8217;ve nearly done) is when problems appear. Debugging take twice time than coding so : 1- you lost precious time and 2- you&#8217;re not sure that you&#8217;re patch locked all the problems.</p>
<p>Well let&#8217;s see for this future development, I&#8217;m looking for a good teaser idea <img src='http://www.notgeeklycorrect.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails rumble 2008, finally manage to finish sheepfit by eschnou</title>
		<link>http://www.notgeeklycorrect.com/english/2008/10/20/rails-rumble-2008-finally-manage-to-finish-sheepfit/#comment-26</link>
		<dc:creator>eschnou</dc:creator>
		<pubDate>Tue, 21 Oct 2008 07:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.notgeeklycorrect.com/english/2008/10/20/rails-rumble-2008-finally-manage-to-finish-sheepfit/#comment-26</guid>
		<description>Hi Nic, congrats for Sheepfit ! it was fun to watch you struggle, fight, cry, and finally be happy with the result ! It changed from watching the financial crisis :-0

Interesting comment on writing test. This is totally counter intuitive to me ! I believe in tests to increase code quality, maintainability, and avoid recurring bugs. However I absolutely don't see this as a way to speed up development, I especially in a competition like this one. My mantra would be: write as fast and as dirty as possible, refactor when the competition is over :-)

Looking forward to read on your experience with TDD !</description>
		<content:encoded><![CDATA[<p>Hi Nic, congrats for Sheepfit ! it was fun to watch you struggle, fight, cry, and finally be happy with the result ! It changed from watching the financial crisis :-0</p>
<p>Interesting comment on writing test. This is totally counter intuitive to me ! I believe in tests to increase code quality, maintainability, and avoid recurring bugs. However I absolutely don&#8217;t see this as a way to speed up development, I especially in a competition like this one. My mantra would be: write as fast and as dirty as possible, refactor when the competition is over <img src='http://www.notgeeklycorrect.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Looking forward to read on your experience with TDD !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Rumble 2008, I’ll participate by 10 Places left for the rails rumble | Not Geekly Correct</title>
		<link>http://www.notgeeklycorrect.com/english/2008/09/30/rails-rumble-2008-ill-participate/#comment-16</link>
		<dc:creator>10 Places left for the rails rumble | Not Geekly Correct</dc:creator>
		<pubDate>Sat, 11 Oct 2008 16:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.notgeeklycorrect.com/english/2008/09/30/rails-rumble-2008-ill-participate/#comment-16</guid>
		<description>[...] rails rumble team inform us (on their blog) that they manage to open more Rails Rumble [...]</description>
		<content:encoded><![CDATA[<p>[...] rails rumble team inform us (on their blog) that they manage to open more Rails Rumble [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WiseStamp, an easy way to implement HTML signature in your emails by Josh WiseStamp email signatures</title>
		<link>http://www.notgeeklycorrect.com/english/2008/10/03/wisestamp-an-easy-way-to-implement-html-signature-in-your-emails/#comment-14</link>
		<dc:creator>Josh WiseStamp email signatures</dc:creator>
		<pubDate>Fri, 03 Oct 2008 12:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.notgeeklycorrect.com/english/2008/10/03/wisestamp-an-easy-way-to-implement-html-signature-in-your-emails/#comment-14</guid>
		<description>Hi Nicolas,
thanks for the review and congrats on your new Cool Signaure
we love it!
WiseStamp</description>
		<content:encoded><![CDATA[<p>Hi Nicolas,<br />
thanks for the review and congrats on your new Cool Signaure<br />
we love it!<br />
WiseStamp</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Are you starting Ruby on Rails webdevelopment ? by Spyou</title>
		<link>http://www.notgeeklycorrect.com/english/2008/09/18/are-you-starting-ruby-on-rails-webdevelopment/#comment-13</link>
		<dc:creator>Spyou</dc:creator>
		<pubDate>Wed, 01 Oct 2008 19:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.notgeeklycorrect.com/english/2008/09/18/are-you-starting-ruby-on-rails-webdevelopment/#comment-13</guid>
		<description>To be honest, I've never played with Seaside, so I'm not the best person to compare.

But the fact is that Ruby on Rails is not the only web framework.

PHP as Sympfony or Cake or Igniter, Python as  Django, Ruby as also merb, so there are frameworks and way to do for everyone. 

I started learning Ruby AND Rails 1 years ago, after 5 years of Php. Perhaps I'll look ahead a day, but not for the moment (well, I'll quickly have a closer look to merb)  

Cheers Pratik for the links ;)

My 2 cents here</description>
		<content:encoded><![CDATA[<p>To be honest, I&#8217;ve never played with Seaside, so I&#8217;m not the best person to compare.</p>
<p>But the fact is that Ruby on Rails is not the only web framework.</p>
<p><acronym title="Pre-Hypertext Processing">PHP</acronym> as Sympfony or Cake or Igniter, Python as  Django, Ruby as also merb, so there are frameworks and way to do for everyone. </p>
<p>I started learning Ruby AND Rails 1 years ago, after 5 years of Php. Perhaps I&#8217;ll look ahead a day, but not for the moment (well, I&#8217;ll quickly have a closer look to merb)  </p>
<p>Cheers Pratik for the links <img src='http://www.notgeeklycorrect.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>My 2 cents here</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Are you starting Ruby on Rails webdevelopment ? by Pratik</title>
		<link>http://www.notgeeklycorrect.com/english/2008/09/18/are-you-starting-ruby-on-rails-webdevelopment/#comment-12</link>
		<dc:creator>Pratik</dc:creator>
		<pubDate>Wed, 01 Oct 2008 18:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.notgeeklycorrect.com/english/2008/09/18/are-you-starting-ruby-on-rails-webdevelopment/#comment-12</guid>
		<description>Randal, no offense but it's really stupid to compare Rails with Seaside. Rails is an MVC framework, while seaside is a continuation based framework. And anyways, Ruby is not inspired only from smalltalk. You being a perl guy, you should know that.</description>
		<content:encoded><![CDATA[<p>Randal, no offense but it&#8217;s really stupid to compare Rails with Seaside. Rails is an MVC framework, while seaside is a continuation based framework. And anyways, Ruby is not inspired only from smalltalk. You being a perl guy, you should know that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Please, use a version control system, even if your work alone. by NBGit, a Git plugin for Netbeans | Not Geekly Correct</title>
		<link>http://www.notgeeklycorrect.com/english/2008/09/25/please-use-a-version-control-system-even-if-your-work-alone/#comment-11</link>
		<dc:creator>NBGit, a Git plugin for Netbeans | Not Geekly Correct</dc:creator>
		<pubDate>Wed, 01 Oct 2008 12:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.notgeeklycorrect.com/english/2008/09/25/please-use-a-version-system-even-if-your-work-alone/#comment-11</guid>
		<description>[...] PostsPlease, use a version control system, even if your work alone.How do you like to work ?How to search on a MediaWiki (Wikipedia) with Ruby On RailsNetBeans 6.5 [...]</description>
		<content:encoded><![CDATA[<p>[...] PostsPlease, use a version control system, even if your work alone.How do you like to work ?How to search on a MediaWiki (Wikipedia) with Ruby On RailsNetBeans 6.5 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Rumble 2008, I’ll participate by Nathalie Cacahuète » Blog Archive » Rails Rumble 2008 : Quezaco ?</title>
		<link>http://www.notgeeklycorrect.com/english/2008/09/30/rails-rumble-2008-ill-participate/#comment-10</link>
		<dc:creator>Nathalie Cacahuète » Blog Archive » Rails Rumble 2008 : Quezaco ?</dc:creator>
		<pubDate>Tue, 30 Sep 2008 12:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.notgeeklycorrect.com/english/2008/09/30/rails-rumble-2008-ill-participate/#comment-10</guid>
		<description>[...] Ceci dit, si vous avez une petite idée d’application à développer, n’hésitez pas, c’est par ici www.notgeeklycorrect.com.  [...]</description>
		<content:encoded><![CDATA[<p>[...] Ceci dit, si vous avez une petite idée d&#8217;application à développer, n&#8217;hésitez pas, c&#8217;est par ici <a href="http://www.notgeeklycorrect.com" rel="nofollow">http://www.notgeeklycorrect.com</a>.  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
