<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for The growing pains of NGEDIT</title>
	<link>http://blog.ngedit.com</link>
	<description>A blog on the development of the NGEDIT text editor</description>
	<pubDate>Thu, 07 Aug 2008 23:15:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>Comment on Why, oh WHY, do those nutheads use vi? by J</title>
		<link>http://blog.ngedit.com/2007/05/17/why-oh-why-do-those-nutheads-use-vi/#comment-188682</link>
		<dc:creator>J</dc:creator>
		<pubDate>Thu, 31 Jul 2008 10:56:41 +0000</pubDate>
		<guid>http://blog.ngedit.com/2007/05/17/why-oh-why-do-those-nutheads-use-vi/#comment-188682</guid>
		<description>Silence: gvim is fine inside a graphical environment, at least under Windows where I use it. Console-vim is probably great in a Unix-centric environment, I guess.

Tony: what I do find is that hardly anyone goes back after investing the time to learn. Of course there will be some self-selection and those who learn are not a random sample, but in any case I think that proves that there's light at the end of the tunnel.

Cyrus, you exhibit such a high degree of smarts with that comment... pitiful. Personal-advice-you-need-even-if-you-didn't-ask-for-it: do read an article before assuming the content, especially if you're going to criticize it. Your life will be much better overall.</description>
		<content:encoded><![CDATA[<p>Silence: gvim is fine inside a graphical environment, at least under Windows where I use it. Console-vim is probably great in a Unix-centric environment, I guess.</p>
<p>Tony: what I do find is that hardly anyone goes back after investing the time to learn. Of course there will be some self-selection and those who learn are not a random sample, but in any case I think that proves that there&#8217;s light at the end of the tunnel.</p>
<p>Cyrus, you exhibit such a high degree of smarts with that comment&#8230; pitiful. Personal-advice-you-need-even-if-you-didn&#8217;t-ask-for-it: do read an article before assuming the content, especially if you&#8217;re going to criticize it. Your life will be much better overall.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why, oh WHY, do those nutheads use vi? by Tony</title>
		<link>http://blog.ngedit.com/2007/05/17/why-oh-why-do-those-nutheads-use-vi/#comment-168334</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 23 Jul 2008 01:56:07 +0000</pubDate>
		<guid>http://blog.ngedit.com/2007/05/17/why-oh-why-do-those-nutheads-use-vi/#comment-168334</guid>
		<description>When I started at university, the first years could not understand why anybody would want to use vi. Everybody tried to use more traditional editors like xedit and the like. By the start of second semester, everybody had switched over to vi for it's ease of use and it's speed. Once you have used it, you wouldn't go back.</description>
		<content:encoded><![CDATA[<p>When I started at university, the first years could not understand why anybody would want to use vi. Everybody tried to use more traditional editors like xedit and the like. By the start of second semester, everybody had switched over to vi for it&#8217;s ease of use and it&#8217;s speed. Once you have used it, you wouldn&#8217;t go back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why, oh WHY, do those nutheads use vi? by Silence</title>
		<link>http://blog.ngedit.com/2007/05/17/why-oh-why-do-those-nutheads-use-vi/#comment-161903</link>
		<dc:creator>Silence</dc:creator>
		<pubDate>Sun, 20 Jul 2008 18:22:16 +0000</pubDate>
		<guid>http://blog.ngedit.com/2007/05/17/why-oh-why-do-those-nutheads-use-vi/#comment-161903</guid>
		<description>It's only lazy f-ckwits that complain about vi, sure you gotta use your brain at first to learn the commands; but then it 's power comes into play. it's gvim I can't stand ;-)</description>
		<content:encoded><![CDATA[<p>It&#8217;s only lazy f-ckwits that complain about vi, sure you gotta use your brain at first to learn the commands; but then it &#8217;s power comes into play. it&#8217;s gvim I can&#8217;t stand <img src='http://blog.ngedit.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why, oh WHY, do those nutheads use vi? by Cyrus</title>
		<link>http://blog.ngedit.com/2007/05/17/why-oh-why-do-those-nutheads-use-vi/#comment-160557</link>
		<dc:creator>Cyrus</dc:creator>
		<pubDate>Sun, 20 Jul 2008 03:43:34 +0000</pubDate>
		<guid>http://blog.ngedit.com/2007/05/17/why-oh-why-do-those-nutheads-use-vi/#comment-160557</guid>
		<description>Why do they use vi? Because they fucking want to. Because it's their choice. Nobody is holding a gun to your head asking you to use it... try minding your own business you !@#$ing moron</description>
		<content:encoded><![CDATA[<p>Why do they use vi? Because they fucking want to. Because it&#8217;s their choice. Nobody is holding a gun to your head asking you to use it&#8230; try minding your own business you !@#$ing moron</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiler overview (III) by J</title>
		<link>http://blog.ngedit.com/2005/06/12/compiler-overview-iii/#comment-153495</link>
		<dc:creator>J</dc:creator>
		<pubDate>Sat, 12 Jul 2008 14:23:10 +0000</pubDate>
		<guid>http://blog.ngedit.com/2005/06/12/compiler-overview-iii/#comment-153495</guid>
		<description>shankar, I'm glad you found this interesting. I've often thought about recasting these articles into proper compiler-writing articles, but meanwhile here there are to help out whoever needs them!

Writing a compiler is not as difficult as it's often thought to be, and I believe any serious programming should write at least one to become comfortable with all the concepts.

I haven't written more than I did in the few articles in the blog. I will be working in the language in the near future again, as I plan to base ViEmu-scripting on it, so I might post a bit more, but unfurtunately I hardly have any time left from my main development work.

Best wishes with your project!

  - Jon</description>
		<content:encoded><![CDATA[<p>shankar, I&#8217;m glad you found this interesting. I&#8217;ve often thought about recasting these articles into proper compiler-writing articles, but meanwhile here there are to help out whoever needs them!</p>
<p>Writing a compiler is not as difficult as it&#8217;s often thought to be, and I believe any serious programming should write at least one to become comfortable with all the concepts.</p>
<p>I haven&#8217;t written more than I did in the few articles in the blog. I will be working in the language in the near future again, as I plan to base ViEmu-scripting on it, so I might post a bit more, but unfurtunately I hardly have any time left from my main development work.</p>
<p>Best wishes with your project!</p>
<p>  - Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why, oh WHY, do those nutheads use vi? by functional bytes blog</title>
		<link>http://blog.ngedit.com/2007/05/17/why-oh-why-do-those-nutheads-use-vi/#comment-153274</link>
		<dc:creator>functional bytes blog</dc:creator>
		<pubDate>Fri, 11 Jul 2008 21:25:00 +0000</pubDate>
		<guid>http://blog.ngedit.com/2007/05/17/why-oh-why-do-those-nutheads-use-vi/#comment-153274</guid>
		<description>&lt;strong&gt;Vim Tutorials II...&lt;/strong&gt;

Postings zu Vim Tutorials und Cheat Sheets hatte ich ja schon &#246;fter. Jetzt habe ich noch zwei Tutorials gefunden:

Vim Introduction and Tutorial
Why, oh, WHY do those #?@! nutheads use vi?

......</description>
		<content:encoded><![CDATA[<p><strong>Vim Tutorials II&#8230;</strong></p>
<p>Postings zu Vim Tutorials und Cheat Sheets hatte ich ja schon &#246;fter. Jetzt habe ich noch zwei Tutorials gefunden:</p>
<p>Vim Introduction and Tutorial<br />
Why, oh, WHY do those #?@! nutheads use vi?</p>
<p>&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring &#8216;08 Status Update by J</title>
		<link>http://blog.ngedit.com/2008/04/07/spring-08-status-update/#comment-148634</link>
		<dc:creator>J</dc:creator>
		<pubDate>Wed, 25 Jun 2008 01:13:11 +0000</pubDate>
		<guid>http://blog.ngedit.com/2008/04/07/spring-08-status-update/#comment-148634</guid>
		<description>Thanks Jaime. With so many things at once, the solution is easy: everything goes a (little) bit slower :)

Regards,

  - Jon</description>
		<content:encoded><![CDATA[<p>Thanks Jaime. With so many things at once, the solution is easy: everything goes a (little) bit slower <img src='http://blog.ngedit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Regards,</p>
<p>  - Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring &#8216;08 Status Update by Jaico</title>
		<link>http://blog.ngedit.com/2008/04/07/spring-08-status-update/#comment-148477</link>
		<dc:creator>Jaico</dc:creator>
		<pubDate>Tue, 24 Jun 2008 04:43:08 +0000</pubDate>
		<guid>http://blog.ngedit.com/2008/04/07/spring-08-status-update/#comment-148477</guid>
		<description>Hey Jon,

Amazing work!
Hehe, I don't know how you manage to do all that things at the same time.

All the best,

Jaime</description>
		<content:encoded><![CDATA[<p>Hey Jon,</p>
<p>Amazing work!<br />
Hehe, I don&#8217;t know how you manage to do all that things at the same time.</p>
<p>All the best,</p>
<p>Jaime</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiler overview (III) by shankar</title>
		<link>http://blog.ngedit.com/2005/06/12/compiler-overview-iii/#comment-143178</link>
		<dc:creator>shankar</dc:creator>
		<pubDate>Sat, 24 May 2008 15:37:57 +0000</pubDate>
		<guid>http://blog.ngedit.com/2005/06/12/compiler-overview-iii/#comment-143178</guid>
		<description>Hi,

I found this very useful.  In fact I read this page many years ago, now that i am writing my own compiler for my software, i used google to find you again and refresh the knowledge.  Have you done any further work on this? Would appreciate if you put up see also: links. 

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I found this very useful.  In fact I read this page many years ago, now that i am writing my own compiler for my software, i used google to find you again and refresh the knowledge.  Have you done any further work on this? Would appreciate if you put up see also: links. </p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ViEmu around the world by J</title>
		<link>http://blog.ngedit.com/2007/04/02/viemu-around-the-world/#comment-140189</link>
		<dc:creator>J</dc:creator>
		<pubDate>Wed, 14 May 2008 00:10:42 +0000</pubDate>
		<guid>http://blog.ngedit.com/2007/04/02/viemu-around-the-world/#comment-140189</guid>
		<description>Thanks Conrad, the maps are over a year old now and not updated, so there are actually quite a few new places missing there!</description>
		<content:encoded><![CDATA[<p>Thanks Conrad, the maps are over a year old now and not updated, so there are actually quite a few new places missing there!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
