<?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 for Nayruden&#039;s /dev/random</title>
	<atom:link href="http://nayruden.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://nayruden.com</link>
	<description>Ramblings of an insane programmer</description>
	<lastBuildDate>Sun, 11 Jul 2010 16:24:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on A simple SQL/Flatfile abstraction in Lua by Nayruden</title>
		<link>http://nayruden.com/?p=117&#038;cpage=1#comment-1421</link>
		<dc:creator>Nayruden</dc:creator>
		<pubDate>Sun, 11 Jul 2010 16:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://nayruden.com/?p=117#comment-1421</guid>
		<description>Hmmm, I didn&#039;t even consider using JSON (like CouchDB), but that&#039;s actually a really good format as far as standardization goes. My main reason for wanting to write to a flatfile is so users can edit the files for themselves, not sure if editing JSON would be easier or harder for them. Of course, the proliferation of editors (even online ones like this: http://braincast.nl/samples/jsoneditor/) might alleviate that concern anyways.</description>
		<content:encoded><![CDATA[<p>Hmmm, I didn&#8217;t even consider using JSON (like CouchDB), but that&#8217;s actually a really good format as far as standardization goes. My main reason for wanting to write to a flatfile is so users can edit the files for themselves, not sure if editing JSON would be easier or harder for them. Of course, the proliferation of editors (even online ones like this: <a href="http://braincast.nl/samples/jsoneditor/)" rel="nofollow">http://braincast.nl/samples/jsoneditor/)</a> might alleviate that concern anyways.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A simple SQL/Flatfile abstraction in Lua by James</title>
		<link>http://nayruden.com/?p=117&#038;cpage=1#comment-1417</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 11 Jul 2010 04:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://nayruden.com/?p=117#comment-1417</guid>
		<description>If I remember correctly, this is almost exactly the same way that CouchDB works in Python.</description>
		<content:encoded><![CDATA[<p>If I remember correctly, this is almost exactly the same way that CouchDB works in Python.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Philosophy of higher education by Nayruden</title>
		<link>http://nayruden.com/?p=112&#038;cpage=1#comment-1122</link>
		<dc:creator>Nayruden</dc:creator>
		<pubDate>Sun, 06 Jun 2010 06:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://nayruden.com/?p=112#comment-1122</guid>
		<description>Yes, it&#039;s canceled. I just didn&#039;t have the time for such a large-scale project. At least not now... maybe after I graduate.</description>
		<content:encoded><![CDATA[<p>Yes, it&#8217;s canceled. I just didn&#8217;t have the time for such a large-scale project. At least not now&#8230; maybe after I graduate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Philosophy of higher education by Syntax</title>
		<link>http://nayruden.com/?p=112&#038;cpage=1#comment-1096</link>
		<dc:creator>Syntax</dc:creator>
		<pubDate>Wed, 02 Jun 2010 12:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://nayruden.com/?p=112#comment-1096</guid>
		<description>It&#039;s not really relevant, but is Project Daydream really cancelled? :S I was Supergeek on the old forums.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not really relevant, but is Project Daydream really cancelled? :S I was Supergeek on the old forums.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GUI for NetTunnel by James</title>
		<link>http://nayruden.com/?p=104&#038;cpage=1#comment-133</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 04 Feb 2010 07:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://nayruden.com/?p=104#comment-133</guid>
		<description>I&#039;d suggest removing the &quot;Add as New&quot; and &quot;Modify&quot; buttons, then placing &quot;New&quot; and &quot;Duplicate&quot; buttons vertically above the &quot;Delete&quot; button. Then add a &quot;Save and close&quot; button in the bottom right hand corner.

(Not sure about the word &quot;Duplicate.&quot; It&#039;s more descriptive than &quot;Copy&quot; (which has copy and paste baggage associated with it), but it would also start with a &#039;D&#039; and be located above &quot;Delete.&quot;)

The change would make things slightly less flexible, but would visually disassociate list management tasks (big picture) from port oriented tasks (smaller picture). And add another button (Nooo!).
===
I&#039;m not sure what to do about the plus and minus buttons. Ideally they&#039;d be grouped together like they are now, but they&#039;re above two fields relevant to adding a new port. Most of the examples I&#039;ve found place the new port stuff in a popup, but you&#039;ve said you want to avoid that. 

(Oh, worth noting is that the smaller a button is, the harder it is to click on.)

I found this nifty workaround (http://tinyurl.com/y9lw5kh ), but that example is in a web browser. I think it&#039;d require custom widgets to do natively, which would be a pain (or at least make cross platform compatibility more work :-/ ).</description>
		<content:encoded><![CDATA[<p>I&#8217;d suggest removing the &#8220;Add as New&#8221; and &#8220;Modify&#8221; buttons, then placing &#8220;New&#8221; and &#8220;Duplicate&#8221; buttons vertically above the &#8220;Delete&#8221; button. Then add a &#8220;Save and close&#8221; button in the bottom right hand corner.</p>
<p>(Not sure about the word &#8220;Duplicate.&#8221; It&#8217;s more descriptive than &#8220;Copy&#8221; (which has copy and paste baggage associated with it), but it would also start with a &#8216;D&#8217; and be located above &#8220;Delete.&#8221;)</p>
<p>The change would make things slightly less flexible, but would visually disassociate list management tasks (big picture) from port oriented tasks (smaller picture). And add another button (Nooo!).<br />
===<br />
I&#8217;m not sure what to do about the plus and minus buttons. Ideally they&#8217;d be grouped together like they are now, but they&#8217;re above two fields relevant to adding a new port. Most of the examples I&#8217;ve found place the new port stuff in a popup, but you&#8217;ve said you want to avoid that. </p>
<p>(Oh, worth noting is that the smaller a button is, the harder it is to click on.)</p>
<p>I found this nifty workaround (<a href="http://tinyurl.com/y9lw5kh" rel="nofollow">http://tinyurl.com/y9lw5kh</a> ), but that example is in a web browser. I think it&#8217;d require custom widgets to do natively, which would be a pain (or at least make cross platform compatibility more work :-/ ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GUI for NetTunnel by Nayruden</title>
		<link>http://nayruden.com/?p=104&#038;cpage=1#comment-132</link>
		<dc:creator>Nayruden</dc:creator>
		<pubDate>Thu, 04 Feb 2010 01:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://nayruden.com/?p=104#comment-132</guid>
		<description>Yes, you can leave comments. I love comments. :)

On the services dialog, the plus/minus button and other buttons interact like this: http://img709.imageshack.us/i/servicesarrows.png/ . Or, in words, the plus and minus button add to the ports and protocol list, the other buttons interact with the services list on the left. I couldn&#039;t think of any other way to group the stuff to make the button&#039;s intent clearer, and I&#039;d like to avoid having another dialog involved here. I was hoping that the relative size of the buttons would help users identify what did what, but I&#039;m definitely open to other ideas.

The load template is as you assume, and there&#039;s no way to save templates. You can copy services from the list on the left easily by clicking on it (which fills the controls on the right) and hitting the &#039;save as new&#039; button, so I don&#039;t see a big need for saving templates. Instead, templates are just a way to get users started with their list of services they want to share. I&#039;ll stick some common services in there like Apache, Ventrilo, etc, and hopefully people will get the idea on how to add their own.

Thanks for the links, checked them out and came up with a slightly better looking UI: http://img709.imageshack.us/img709/4857/servicesmodified.png . Don&#039;t think I&#039;ll be able to balance the UI like the apple link suggests easily, but I was able to get more uniform spacing and centering.

Here&#039;s a picture of the services drop down: http://img215.imageshack.us/i/maindropdown.png/ . It&#039;s just any services you&#039;re sharing with a checkbox to quickly enable/disable them. That&#039;s the same checkbox you see in the left of the services dialog.

Thanks again for the comments and suggestions. :)</description>
		<content:encoded><![CDATA[<p>Yes, you can leave comments. I love comments. <img src='http://nayruden.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>On the services dialog, the plus/minus button and other buttons interact like this: <a href="http://img709.imageshack.us/i/servicesarrows.png/" rel="nofollow">http://img709.imageshack.us/i/servicesarrows.png/</a> . Or, in words, the plus and minus button add to the ports and protocol list, the other buttons interact with the services list on the left. I couldn&#8217;t think of any other way to group the stuff to make the button&#8217;s intent clearer, and I&#8217;d like to avoid having another dialog involved here. I was hoping that the relative size of the buttons would help users identify what did what, but I&#8217;m definitely open to other ideas.</p>
<p>The load template is as you assume, and there&#8217;s no way to save templates. You can copy services from the list on the left easily by clicking on it (which fills the controls on the right) and hitting the &#8216;save as new&#8217; button, so I don&#8217;t see a big need for saving templates. Instead, templates are just a way to get users started with their list of services they want to share. I&#8217;ll stick some common services in there like Apache, Ventrilo, etc, and hopefully people will get the idea on how to add their own.</p>
<p>Thanks for the links, checked them out and came up with a slightly better looking UI: <a href="http://img709.imageshack.us/img709/4857/servicesmodified.png" rel="nofollow">http://img709.imageshack.us/img709/4857/servicesmodified.png</a> . Don&#8217;t think I&#8217;ll be able to balance the UI like the apple link suggests easily, but I was able to get more uniform spacing and centering.</p>
<p>Here&#8217;s a picture of the services drop down: <a href="http://img215.imageshack.us/i/maindropdown.png/" rel="nofollow">http://img215.imageshack.us/i/maindropdown.png/</a> . It&#8217;s just any services you&#8217;re sharing with a checkbox to quickly enable/disable them. That&#8217;s the same checkbox you see in the left of the services dialog.</p>
<p>Thanks again for the comments and suggestions. <img src='http://nayruden.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GUI for NetTunnel by James</title>
		<link>http://nayruden.com/?p=104&#038;cpage=1#comment-130</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 03 Feb 2010 23:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://nayruden.com/?p=104#comment-130</guid>
		<description>Yay! User interfaces! I love these things. Mind if I make some comments? :-)

I&#039;m not entirely sure what&#039;s going on in that Services dialog. You have the plus and minus buttons directly under the ports/protocol field, but you&#039;ve also got &quot;Add as New&quot; and &quot;Modify&quot; buttons in the same Modify/Add Service frame. What&#039;s the difference?

There&#039;s also a &quot;Load Template:&quot; dropdown. I assume a template is a saved state of active services and ports, but there&#039;s no indication of how to save a new template.

The window looks slightly cluttered. I dunno how easy it is to align things in Visual Studio, but it might be worth glancing through the Gnome or OS X HIG docs briefly.
http://library.gnome.org/devel/hig-book/stable/design-window.html.en
http://tinyurl.com/ygqlf2o

This may not help at all, but NetworkManager handles a slightly similar situation with VPN networks like so: http://jamesgecko.com/w/var/upload/random/networkmanager.png

The main window is pretty good (can&#039;t get much simpler than that!), but what does the &quot;services&quot; field in the main window do? Does clicking a service open a new tab at the top? If so, how are new tabs closed?</description>
		<content:encoded><![CDATA[<p>Yay! User interfaces! I love these things. Mind if I make some comments? <img src='http://nayruden.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I&#8217;m not entirely sure what&#8217;s going on in that Services dialog. You have the plus and minus buttons directly under the ports/protocol field, but you&#8217;ve also got &#8220;Add as New&#8221; and &#8220;Modify&#8221; buttons in the same Modify/Add Service frame. What&#8217;s the difference?</p>
<p>There&#8217;s also a &#8220;Load Template:&#8221; dropdown. I assume a template is a saved state of active services and ports, but there&#8217;s no indication of how to save a new template.</p>
<p>The window looks slightly cluttered. I dunno how easy it is to align things in Visual Studio, but it might be worth glancing through the Gnome or OS X HIG docs briefly.<br />
<a href="http://library.gnome.org/devel/hig-book/stable/design-window.html.en" rel="nofollow">http://library.gnome.org/devel/hig-book/stable/design-window.html.en</a><br />
<a href="http://tinyurl.com/ygqlf2o" rel="nofollow">http://tinyurl.com/ygqlf2o</a></p>
<p>This may not help at all, but NetworkManager handles a slightly similar situation with VPN networks like so: <a href="http://jamesgecko.com/w/var/upload/random/networkmanager.png" rel="nofollow">http://jamesgecko.com/w/var/upload/random/networkmanager.png</a></p>
<p>The main window is pretty good (can&#8217;t get much simpler than that!), but what does the &#8220;services&#8221; field in the main window do? Does clicking a service open a new tab at the top? If so, how are new tabs closed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Project Daydream by Nayruden</title>
		<link>http://nayruden.com/?p=88&#038;cpage=1#comment-112</link>
		<dc:creator>Nayruden</dc:creator>
		<pubDate>Fri, 29 Jan 2010 18:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://meg-tech.com/blog/?p=88#comment-112</guid>
		<description>compwhizii, does anyone host servers with 128 max players and have that many players in it? It just seems impractical with the srcds limitations.</description>
		<content:encoded><![CDATA[<p>compwhizii, does anyone host servers with 128 max players and have that many players in it? It just seems impractical with the srcds limitations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Project Daydream by compwhizii</title>
		<link>http://nayruden.com/?p=88&#038;cpage=1#comment-108</link>
		<dc:creator>compwhizii</dc:creator>
		<pubDate>Fri, 29 Jan 2010 15:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://meg-tech.com/blog/?p=88#comment-108</guid>
		<description>nevermind just saw the date of this post</description>
		<content:encoded><![CDATA[<p>nevermind just saw the date of this post</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Project Daydream by compwhizii</title>
		<link>http://nayruden.com/?p=88&#038;cpage=1#comment-107</link>
		<dc:creator>compwhizii</dc:creator>
		<pubDate>Fri, 29 Jan 2010 15:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://meg-tech.com/blog/?p=88#comment-107</guid>
		<description>&quot;Source cannot support more than 32/64 players on a server&quot;

It&#039;s 128 now.</description>
		<content:encoded><![CDATA[<p>&#8220;Source cannot support more than 32/64 players on a server&#8221;</p>
<p>It&#8217;s 128 now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
