<?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 on: drakSimpleConf</title>
	<atom:link href="http://blog.zerodogg.org/2006/09/16/draksimpleconf/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zerodogg.org/2006/09/16/draksimpleconf/</link>
	<description>Geeky comments on geeky things</description>
	<pubDate>Tue, 06 Jan 2009 19:39:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zero_Dogg</title>
		<link>http://blog.zerodogg.org/2006/09/16/draksimpleconf/comment-page-1/#comment-2148</link>
		<dc:creator>Zero_Dogg</dc:creator>
		<pubDate>Sun, 17 Sep 2006 21:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamaturtle.org/?p=67#comment-2148</guid>
		<description>Ilya:
Yeah, I agree. Grouping would definetly be nice.

boklm:
Well, it all depends ofcourse. For files with "odd" methods of configuration (that is not either key=value or simply "option" (for instance an option could be enable-logging, where logging would be disabled if it wherent in the config file)) it would require additional coding. But for "simple" config files, no matter the size really, it could work.</description>
		<content:encoded><![CDATA[<p>Ilya:<br />
Yeah, I agree. Grouping would definetly be nice.</p>
<p>boklm:<br />
Well, it all depends ofcourse. For files with &#8220;odd&#8221; methods of configuration (that is not either key=value or simply &#8220;option&#8221; (for instance an option could be enable-logging, where logging would be disabled if it wherent in the config file)) it would require additional coding. But for &#8220;simple&#8221; config files, no matter the size really, it could work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boklm</title>
		<link>http://blog.zerodogg.org/2006/09/16/draksimpleconf/comment-page-1/#comment-2143</link>
		<dc:creator>boklm</dc:creator>
		<pubDate>Sun, 17 Sep 2006 17:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamaturtle.org/?p=67#comment-2143</guid>
		<description>It might be a good idea, or the begining of a good idea. Maybe it is possible to add some syntax for documentation, options for expert mode, automatic choices, etc ...
However, I'm not sure it would word for complexe configurations files.</description>
		<content:encoded><![CDATA[<p>It might be a good idea, or the begining of a good idea. Maybe it is possible to add some syntax for documentation, options for expert mode, automatic choices, etc &#8230;<br />
However, I&#8217;m not sure it would word for complexe configurations files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya</title>
		<link>http://blog.zerodogg.org/2006/09/16/draksimpleconf/comment-page-1/#comment-2142</link>
		<dc:creator>Ilya</dc:creator>
		<pubDate>Sun, 17 Sep 2006 17:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamaturtle.org/?p=67#comment-2142</guid>
		<description>Could be useful with some more features. For instance, to simplify and explain, grouping options in named tabs would help:
group xxx
setting ...
option ...
group yyy
setting ...
option ...</description>
		<content:encoded><![CDATA[<p>Could be useful with some more features. For instance, to simplify and explain, grouping options in named tabs would help:<br />
group xxx<br />
setting &#8230;<br />
option &#8230;<br />
group yyy<br />
setting &#8230;<br />
option &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zero_Dogg</title>
		<link>http://blog.zerodogg.org/2006/09/16/draksimpleconf/comment-page-1/#comment-2126</link>
		<dc:creator>Zero_Dogg</dc:creator>
		<pubDate>Sat, 16 Sep 2006 21:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamaturtle.org/?p=67#comment-2126</guid>
		<description>Naturally it would explain things more, which is the tooltip functionality.
The points, as far as I can come up with now amount to:
- You can't really set a "wrong" option, as it forces you to only enter valid ones
- A GUI can be much friendlier to newer users
- It's easier to point and click than open and type (though naturally, most geeks prefer the latter)

You'd be allowed to not include certain options in the GUI config util for instance, reducing the number of options as you suggest.
Maybe in time it'd be possible to include macros to auto-set certain options to something aswell.

It's just an idea (and might stay one if people are not interested).</description>
		<content:encoded><![CDATA[<p>Naturally it would explain things more, which is the tooltip functionality.<br />
The points, as far as I can come up with now amount to:<br />
- You can&#8217;t really set a &#8220;wrong&#8221; option, as it forces you to only enter valid ones<br />
- A GUI can be much friendlier to newer users<br />
- It&#8217;s easier to point and click than open and type (though naturally, most geeks prefer the latter)</p>
<p>You&#8217;d be allowed to not include certain options in the GUI config util for instance, reducing the number of options as you suggest.<br />
Maybe in time it&#8217;d be possible to include macros to auto-set certain options to something aswell.</p>
<p>It&#8217;s just an idea (and might stay one if people are not interested).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AdamW</title>
		<link>http://blog.zerodogg.org/2006/09/16/draksimpleconf/comment-page-1/#comment-2124</link>
		<dc:creator>AdamW</dc:creator>
		<pubDate>Sat, 16 Sep 2006 19:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamaturtle.org/?p=67#comment-2124</guid>
		<description>Simple question: what's the point?

You're not making configuration any easier than editing the text file.

The actual points of graphical configuration apps are automation (make choices for the user), simplification (remove choices that most people are not likely to need or want to make), and explanation (help the user to understand what choices mean). Something that just converts the text file to a series of drop down boxes without reducing the amount of choices or explaining them at all is not actually making things any easier for any users...</description>
		<content:encoded><![CDATA[<p>Simple question: what&#8217;s the point?</p>
<p>You&#8217;re not making configuration any easier than editing the text file.</p>
<p>The actual points of graphical configuration apps are automation (make choices for the user), simplification (remove choices that most people are not likely to need or want to make), and explanation (help the user to understand what choices mean). Something that just converts the text file to a series of drop down boxes without reducing the amount of choices or explaining them at all is not actually making things any easier for any users&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
