<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<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 One With D</title>
	<link>http://dblog.aldacron.net</link>
	<description>News and Opinions of the Digital Mars D Programming Language</description>
	<pubDate>Wed, 14 May 2008 04:56:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>Comment on Monster 0.8 by nkorslund</title>
		<link>http://dblog.aldacron.net/2008/04/22/monster-08/#comment-11153</link>
		<dc:creator>nkorslund</dc:creator>
		<pubDate>Thu, 24 Apr 2008 10:32:18 +0000</pubDate>
		<guid>http://dblog.aldacron.net/2008/04/22/monster-08/#comment-11153</guid>
		<description>Hey, thanks for posting this. About the license: I am planning to add more licensing options later, but I haven't gotten around to it yet.

The plans aren't completely clear yet, but the most likely option is a dual license scheme where a commercial license is available for a small fee.

For me that seems to be the fairest option, commercial users give back to the community by helping the fund development, while open source developers (who are already giving back by sharing their work) can use Monster freely with the GPL.</description>
		<content:encoded><![CDATA[<p>Hey, thanks for posting this. About the license: I am planning to add more licensing options later, but I haven&#8217;t gotten around to it yet.</p>
<p>The plans aren&#8217;t completely clear yet, but the most likely option is a dual license scheme where a commercial license is available for a small fee.</p>
<p>For me that seems to be the fairest option, commercial users give back to the community by helping the fund development, while open source developers (who are already giving back by sharing their work) can use Monster freely with the GPL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New D For XCode Releases by handy</title>
		<link>http://dblog.aldacron.net/2007/11/28/new-d-for-xcode-releases/#comment-11146</link>
		<dc:creator>handy</dc:creator>
		<pubDate>Wed, 23 Apr 2008 19:06:46 +0000</pubDate>
		<guid>http://dblog.aldacron.net/2007/11/28/new-d-for-xcode-releases/#comment-11146</guid>
		<description>finally they have done a good work. the bug with the infinite loop made me very angree in the past :-) i even had to restart mac because a few times the whole system crashed.</description>
		<content:encoded><![CDATA[<p>finally they have done a good work. the bug with the infinite loop made me very angree in the past <img src='http://dblog.aldacron.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> i even had to restart mac because a few times the whole system crashed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learn to Tango with D Index by Aldacron</title>
		<link>http://dblog.aldacron.net/2008/04/20/learn-to-tango-with-d-index/#comment-11137</link>
		<dc:creator>Aldacron</dc:creator>
		<pubDate>Tue, 22 Apr 2008 01:39:24 +0000</pubDate>
		<guid>http://dblog.aldacron.net/2008/04/20/learn-to-tango-with-d-index/#comment-11137</guid>
		<description>Sorry about that. It's fixed now.</description>
		<content:encoded><![CDATA[<p>Sorry about that. It&#8217;s fixed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tango in Hackontest by Pragma</title>
		<link>http://dblog.aldacron.net/2008/04/20/tango-in-hackontest/#comment-11130</link>
		<dc:creator>Pragma</dc:creator>
		<pubDate>Mon, 21 Apr 2008 14:34:24 +0000</pubDate>
		<guid>http://dblog.aldacron.net/2008/04/20/tango-in-hackontest/#comment-11130</guid>
		<description>I wish I had the time to hack this one together!  Webdav support in Tango would be nice to have.

Some quick fishing around points to wikipedia as a great place to get started.  It looks like there's a fist-full of RFC's that outlay what WebDav is for:

http://en.wikipedia.org/wiki/WebDAV</description>
		<content:encoded><![CDATA[<p>I wish I had the time to hack this one together!  Webdav support in Tango would be nice to have.</p>
<p>Some quick fishing around points to wikipedia as a great place to get started.  It looks like there&#8217;s a fist-full of RFC&#8217;s that outlay what WebDav is for:</p>
<p><a href="http://en.wikipedia.org/wiki/WebDAV" rel="nofollow">http://en.wikipedia.org/wiki/WebDAV</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learn to Tango with D Index by nkorslund</title>
		<link>http://dblog.aldacron.net/2008/04/20/learn-to-tango-with-d-index/#comment-11128</link>
		<dc:creator>nkorslund</dc:creator>
		<pubDate>Mon, 21 Apr 2008 11:14:25 +0000</pubDate>
		<guid>http://dblog.aldacron.net/2008/04/20/learn-to-tango-with-d-index/#comment-11128</guid>
		<description>The link doesn't seem to work for me.</description>
		<content:encoded><![CDATA[<p>The link doesn&#8217;t seem to work for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Descent Rocks! by oranda</title>
		<link>http://dblog.aldacron.net/2008/04/14/descent-rocks/#comment-11102</link>
		<dc:creator>oranda</dc:creator>
		<pubDate>Thu, 17 Apr 2008 17:45:48 +0000</pubDate>
		<guid>http://dblog.aldacron.net/2008/04/14/descent-rocks/#comment-11102</guid>
		<description>"Eventually, I’m going to set up separate environment configurations to launch Eclipse so that I can use both Phobos and Tango within it without modifying anything. It’s not a big priority at the moment, though."

Are you planning on using both Phobos and Tango from within the same project? I hadn't really thought of that yet, but now I realize it could be useful for library/binding developers that have to test code with a lot of version() statements.</description>
		<content:encoded><![CDATA[<p>&#8220;Eventually, I’m going to set up separate environment configurations to launch Eclipse so that I can use both Phobos and Tango within it without modifying anything. It’s not a big priority at the moment, though.&#8221;</p>
<p>Are you planning on using both Phobos and Tango from within the same project? I hadn&#8217;t really thought of that yet, but now I realize it could be useful for library/binding developers that have to test code with a lot of version() statements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Descent Rocks! by Robert Fraser</title>
		<link>http://dblog.aldacron.net/2008/04/14/descent-rocks/#comment-11094</link>
		<dc:creator>Robert Fraser</dc:creator>
		<pubDate>Thu, 17 Apr 2008 03:50:43 +0000</pubDate>
		<guid>http://dblog.aldacron.net/2008/04/14/descent-rocks/#comment-11094</guid>
		<description>Thanks! We've been working hard on fixing bugs, increasing performance (as Pragma mentioned, performance could be a lot better), and adding features (including a builder, maybe).

I agree it's always nice to have a basic editor and if that's all you need, well, all the more power to ya!</description>
		<content:encoded><![CDATA[<p>Thanks! We&#8217;ve been working hard on fixing bugs, increasing performance (as Pragma mentioned, performance could be a lot better), and adding features (including a builder, maybe).</p>
<p>I agree it&#8217;s always nice to have a basic editor and if that&#8217;s all you need, well, all the more power to ya!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Descent Rocks! by Aldacron</title>
		<link>http://dblog.aldacron.net/2008/04/14/descent-rocks/#comment-11087</link>
		<dc:creator>Aldacron</dc:creator>
		<pubDate>Wed, 16 Apr 2008 03:30:36 +0000</pubDate>
		<guid>http://dblog.aldacron.net/2008/04/14/descent-rocks/#comment-11087</guid>
		<description>&lt;i&gt;Will you be posting a tutorial anytime soon?&lt;/i&gt;

Let's say some time within the next couple of weeks.</description>
		<content:encoded><![CDATA[<p><i>Will you be posting a tutorial anytime soon?</i></p>
<p>Let&#8217;s say some time within the next couple of weeks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Descent Rocks! by Valeriu Palos</title>
		<link>http://dblog.aldacron.net/2008/04/14/descent-rocks/#comment-11082</link>
		<dc:creator>Valeriu Palos</dc:creator>
		<pubDate>Mon, 14 Apr 2008 17:08:49 +0000</pubDate>
		<guid>http://dblog.aldacron.net/2008/04/14/descent-rocks/#comment-11082</guid>
		<description>I have used Descent for some time also, and it is undoubtedly an excellent (and badly needed) tool - especially because it will run everywhere Eclipse will run.

However, I usually feel somewhat encumbered by the fact that you are restricted to do everything from the inside of a project.

What if I have a larger project with many sub-projects, what if I want to open different files that do not actually belong to my project but are part of my daily working struggle. Usually this boils down to having other (lighter) editors open separately and many other such things.

I simply find it much more comfortable to use an unobtrusive editor, that doesn't create hidden (.something) directories holding project information that mysteriously cause my project configuration to break when taking my work with me from work to home or viceversa. And when compiling I want to be able to use DSSS properly, without the need to create unintuitive shortcuts that trigger it. Also I think it is much better to have DSSS handle linking of libraries with my executable and so on...

So even though Eclipse brings so many features into the pot, editors like jEdit and Geany are still my favorites (if the Java VM would support bit-mapped fonts jEdit would simply be the undeniable king in my view).

Please note that I really don't want this to sound like ranting; I just like the freedom of a source code editor compared with a full blown IDE.

The most important thing in the end is to have alternatives for everybody, and Descent is certainly on the right path. Rock on!</description>
		<content:encoded><![CDATA[<p>I have used Descent for some time also, and it is undoubtedly an excellent (and badly needed) tool - especially because it will run everywhere Eclipse will run.</p>
<p>However, I usually feel somewhat encumbered by the fact that you are restricted to do everything from the inside of a project.</p>
<p>What if I have a larger project with many sub-projects, what if I want to open different files that do not actually belong to my project but are part of my daily working struggle. Usually this boils down to having other (lighter) editors open separately and many other such things.</p>
<p>I simply find it much more comfortable to use an unobtrusive editor, that doesn&#8217;t create hidden (.something) directories holding project information that mysteriously cause my project configuration to break when taking my work with me from work to home or viceversa. And when compiling I want to be able to use DSSS properly, without the need to create unintuitive shortcuts that trigger it. Also I think it is much better to have DSSS handle linking of libraries with my executable and so on&#8230;</p>
<p>So even though Eclipse brings so many features into the pot, editors like jEdit and Geany are still my favorites (if the Java VM would support bit-mapped fonts jEdit would simply be the undeniable king in my view).</p>
<p>Please note that I really don&#8217;t want this to sound like ranting; I just like the freedom of a source code editor compared with a full blown IDE.</p>
<p>The most important thing in the end is to have alternatives for everybody, and Descent is certainly on the right path. Rock on!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Descent Rocks! by Valeriu Palos</title>
		<link>http://dblog.aldacron.net/2008/04/14/descent-rocks/#comment-11081</link>
		<dc:creator>Valeriu Palos</dc:creator>
		<pubDate>Mon, 14 Apr 2008 17:08:04 +0000</pubDate>
		<guid>http://dblog.aldacron.net/2008/04/14/descent-rocks/#comment-11081</guid>
		<description>I have used Descent for some time also, and it is undoubtedly an excellent (and badly needed) tool - especially because it will run everywhere Eclipse will run.

However, I usually feel somewhat encumbered by the fact that you are restricted to do everything from the inside of a project.

What if I have a larger project with many sub-projects, what if I want to open different files that do not actually belong to my project but are part of my daily working struggle. Usually this boils down to having other (lighter) editors open separately and many other such things.

I simply find it much more comfortable to use an unobtrusive editor, that doesn't create hidden (.something) directories holding project information that mysteriously cause my project configuration to break when taking my work with me from work to home or viceversa. And when compiling I want to be able to use DSSS properly, without the need to create unintuitive shortcuts that trigger it. Also I think it is much better to have DSSS handle linking of libraries with my executable and so on...

So even though Eclipse brings so many features into the pot, editors like jEdit and Geany are still my favorites (if the Java VM would support bit-mapped fonts jEdit would simply be the undeniable king in my view).

Please note that I really don't want this to sound like ranting; I just like the freedom of a source code editor compared with a full blown IDE.</description>
		<content:encoded><![CDATA[<p>I have used Descent for some time also, and it is undoubtedly an excellent (and badly needed) tool - especially because it will run everywhere Eclipse will run.</p>
<p>However, I usually feel somewhat encumbered by the fact that you are restricted to do everything from the inside of a project.</p>
<p>What if I have a larger project with many sub-projects, what if I want to open different files that do not actually belong to my project but are part of my daily working struggle. Usually this boils down to having other (lighter) editors open separately and many other such things.</p>
<p>I simply find it much more comfortable to use an unobtrusive editor, that doesn&#8217;t create hidden (.something) directories holding project information that mysteriously cause my project configuration to break when taking my work with me from work to home or viceversa. And when compiling I want to be able to use DSSS properly, without the need to create unintuitive shortcuts that trigger it. Also I think it is much better to have DSSS handle linking of libraries with my executable and so on&#8230;</p>
<p>So even though Eclipse brings so many features into the pot, editors like jEdit and Geany are still my favorites (if the Java VM would support bit-mapped fonts jEdit would simply be the undeniable king in my view).</p>
<p>Please note that I really don&#8217;t want this to sound like ranting; I just like the freedom of a source code editor compared with a full blown IDE.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
