<?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 Mike Hewner&#039;s Homepage</title>
	<atom:link href="http://hewner.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://hewner.com</link>
	<description>CS Education Research and Practice</description>
	<lastBuildDate>Wed, 15 Aug 2012 22:43:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>Comment on tk, vnc, and Couldn&#8217;t open RGB_DB &#8216;/usr/X11R6/lib/X11/rgb&#8217; by frank</title>
		<link>http://hewner.com/2006/09/06/tk-vnc-and-couldnt-open-rgb_db-usrx11r6libx11rgb/comment-page-1/#comment-5985</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Wed, 15 Aug 2012 22:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://technofetish.net/buffaloblog/?p=44#comment-5985</guid>
		<description>this is what i did to get it to work under debian 5.0.10
cd Xvnc
make clean
./configure
vi programs/Xserver/dix/Makefile
change DEFAULTRGBDATABASE = /etc/X11/rgb
change FONTDIR = /usr/share/fonts/X11
make</description>
		<content:encoded><![CDATA[<p>this is what i did to get it to work under debian 5.0.10<br />
cd Xvnc<br />
make clean<br />
./configure<br />
vi programs/Xserver/dix/Makefile<br />
change DEFAULTRGBDATABASE = /etc/X11/rgb<br />
change FONTDIR = /usr/share/fonts/X11<br />
make</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tk, vnc, and Couldn&#8217;t open RGB_DB &#8216;/usr/X11R6/lib/X11/rgb&#8217; by Mike</title>
		<link>http://hewner.com/2006/09/06/tk-vnc-and-couldnt-open-rgb_db-usrx11r6libx11rgb/comment-page-1/#comment-5758</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 01 Aug 2012 15:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://technofetish.net/buffaloblog/?p=44#comment-5758</guid>
		<description>Yeah, sorry no</description>
		<content:encoded><![CDATA[<p>Yeah, sorry no</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My students are awesome (part 2): cs100 by Ben Bernard</title>
		<link>http://hewner.com/2011/12/20/my-students-are-awesome-part-2-cs100/comment-page-1/#comment-3172</link>
		<dc:creator>Ben Bernard</dc:creator>
		<pubDate>Tue, 20 Dec 2011 23:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://hewner.com/?p=594#comment-3172</guid>
		<description>Ha, awesome!  I wouldn&#039;t be worried about the lyrics, that you got a whole computer science class to write songs for extra credit on the other hand....

seriously, though, awesome!</description>
		<content:encoded><![CDATA[<p>Ha, awesome!  I wouldn&#8217;t be worried about the lyrics, that you got a whole computer science class to write songs for extra credit on the other hand&#8230;.</p>
<p>seriously, though, awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tk, vnc, and Couldn&#8217;t open RGB_DB &#8216;/usr/X11R6/lib/X11/rgb&#8217; by MR</title>
		<link>http://hewner.com/2006/09/06/tk-vnc-and-couldnt-open-rgb_db-usrx11r6libx11rgb/comment-page-1/#comment-2377</link>
		<dc:creator>MR</dc:creator>
		<pubDate>Wed, 14 Sep 2011 10:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://technofetish.net/buffaloblog/?p=44#comment-2377</guid>
		<description>It seems I have the same problem, but I&#039;m not root... 
Any idea what to do in the case you can&#039;t create that symlink down there?</description>
		<content:encoded><![CDATA[<p>It seems I have the same problem, but I&#8217;m not root&#8230;<br />
Any idea what to do in the case you can&#8217;t create that symlink down there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TA Hint Documents by Srini</title>
		<link>http://hewner.com/2010/11/29/ta-hint-documents/comment-page-1/#comment-1230</link>
		<dc:creator>Srini</dc:creator>
		<pubDate>Sun, 19 Dec 2010 05:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://technofetish.net/buffaloblog/?p=279#comment-1230</guid>
		<description>Hi Michael,

I saw your presentation on Ruby-USB at confreaks and it was very helpful. I am actually trying to do something with RubyUSN and running into trouble. I thought I could post a comment here and if you have any insights, it would help. (My apologies for posting the comment on a totally unrelated post)

I installed the Ruby-USB gem in Windows and then tried to use IRB to see if I can detect USB devices on my syste. I tried the following -
require &#039;USB&#039;
USB.devices

This always returned [], even though there are devices present. Any clue why it is not listing the devices?

Thanks for your help and good luck with your PhD</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>I saw your presentation on Ruby-USB at confreaks and it was very helpful. I am actually trying to do something with RubyUSN and running into trouble. I thought I could post a comment here and if you have any insights, it would help. (My apologies for posting the comment on a totally unrelated post)</p>
<p>I installed the Ruby-USB gem in Windows and then tried to use IRB to see if I can detect USB devices on my syste. I tried the following -<br />
require &#8216;USB&#8217;<br />
USB.devices</p>
<p>This always returned [], even though there are devices present. Any clue why it is not listing the devices?</p>
<p>Thanks for your help and good luck with your PhD</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I made an AR Video Game! (and it got on CNN) by Sharon</title>
		<link>http://hewner.com/2010/10/06/i-made-an-ar-video-game/comment-page-1/#comment-1174</link>
		<dc:creator>Sharon</dc:creator>
		<pubDate>Tue, 02 Nov 2010 21:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://technofetish.net/buffaloblog/?p=266#comment-1174</guid>
		<description>I think I need a more basic answer to the AR question from Ben. Loved the CNN part, but it didn&#039;t look as cool as here. Mom</description>
		<content:encoded><![CDATA[<p>I think I need a more basic answer to the AR question from Ben. Loved the CNN part, but it didn&#8217;t look as cool as here. Mom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unity and Some Thoughts On Homework by Ben</title>
		<link>http://hewner.com/2010/09/01/unity-and-some-thoughts-on-homework/comment-page-1/#comment-1130</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 07 Oct 2010 08:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://technofetish.net/buffaloblog/?p=257#comment-1130</guid>
		<description>Even if I enjoyed the class, I would rarely go through any optional assignments... Something like this tutorial I might do, or more likely do piecemeal as I needed concepts for the program I was writing... I think for me it would come down to: is the tutorial useful in chunks, like I would use as a reference as doing a different assignment, or do I really need to understand everything before I began.

Now that I&#039;m a RealDeveloper (tm) I would be much more likely to go all the way through the tutorial... (just having documentation is a pretty awesome thing), so with experience I would definitely go through the tutorial...</description>
		<content:encoded><![CDATA[<p>Even if I enjoyed the class, I would rarely go through any optional assignments&#8230; Something like this tutorial I might do, or more likely do piecemeal as I needed concepts for the program I was writing&#8230; I think for me it would come down to: is the tutorial useful in chunks, like I would use as a reference as doing a different assignment, or do I really need to understand everything before I began.</p>
<p>Now that I&#8217;m a RealDeveloper &#8482; I would be much more likely to go all the way through the tutorial&#8230; (just having documentation is a pretty awesome thing), so with experience I would definitely go through the tutorial&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I made an AR Video Game! (and it got on CNN) by Ben</title>
		<link>http://hewner.com/2010/10/06/i-made-an-ar-video-game/comment-page-1/#comment-1129</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 07 Oct 2010 08:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://technofetish.net/buffaloblog/?p=266#comment-1129</guid>
		<description>This is really cool.  So what is the AR part of this?  it seems to be picking up the level from the paper... is that like a thing... could I draw any level with the correct images and have it work?  that would be pretty cool... sorta an art + video game thing</description>
		<content:encoded><![CDATA[<p>This is really cool.  So what is the AR part of this?  it seems to be picking up the level from the paper&#8230; is that like a thing&#8230; could I draw any level with the correct images and have it work?  that would be pretty cool&#8230; sorta an art + video game thing</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unity and Some Thoughts On Homework by The Instructor</title>
		<link>http://hewner.com/2010/09/01/unity-and-some-thoughts-on-homework/comment-page-1/#comment-1076</link>
		<dc:creator>The Instructor</dc:creator>
		<pubDate>Mon, 06 Sep 2010 16:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://technofetish.net/buffaloblog/?p=257#comment-1076</guid>
		<description>Hi Mike,

I totally sympathize with your point;  I&#039;ve debated this myself, and decided to not require it for reasons Pro2 (plus a bit of Pro1 and Pro3).  I&#039;m a bit worried about 1, but it&#039;s unclear if the students who succumb to 1 will do more than the bare minimum of any assignment we give.  In the end, I will probably add something required if it becomes apparent folks haven&#039;t done it.  But, I want students to view this as a senior seminar, not a &quot;class where I&#039;ll be spoon-fed.&quot;    

In the other class I&#039;m using Unity in, we had a simple warmup (do some modifications of Unity).  

Once we get the Android environment set up, we will assign something trivial so everyone builds something.  That will help.  But, in the end, I will largely judge people by the overall success of their project, combined with what their teammates say their contributions are (perhaps I need to make this clearer?) so that folks will need to contributed.  I anticipate giving A&#039;s, B&#039;s and some C&#039;s, but hopefully nobody in the class will earn F&#039;s (perhaps I need to make this clearer, too?).</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>I totally sympathize with your point;  I&#8217;ve debated this myself, and decided to not require it for reasons Pro2 (plus a bit of Pro1 and Pro3).  I&#8217;m a bit worried about 1, but it&#8217;s unclear if the students who succumb to 1 will do more than the bare minimum of any assignment we give.  In the end, I will probably add something required if it becomes apparent folks haven&#8217;t done it.  But, I want students to view this as a senior seminar, not a &#8220;class where I&#8217;ll be spoon-fed.&#8221;    </p>
<p>In the other class I&#8217;m using Unity in, we had a simple warmup (do some modifications of Unity).  </p>
<p>Once we get the Android environment set up, we will assign something trivial so everyone builds something.  That will help.  But, in the end, I will largely judge people by the overall success of their project, combined with what their teammates say their contributions are (perhaps I need to make this clearer?) so that folks will need to contributed.  I anticipate giving A&#8217;s, B&#8217;s and some C&#8217;s, but hopefully nobody in the class will earn F&#8217;s (perhaps I need to make this clearer, too?).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Just Some Julia Sets by John Carrino</title>
		<link>http://hewner.com/2010/07/25/just-some-julia-sets/comment-page-1/#comment-1046</link>
		<dc:creator>John Carrino</dc:creator>
		<pubDate>Tue, 17 Aug 2010 22:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://technofetish.net/buffaloblog/?p=237#comment-1046</guid>
		<description>It&#039;s is so simple, just listen to this song by Johnny C.
http://www.jonathancoulton.com/songdetails/Mandelbrot%20Set</description>
		<content:encoded><![CDATA[<p>It&#8217;s is so simple, just listen to this song by Johnny C.<br />
<a href="http://www.jonathancoulton.com/songdetails/Mandelbrot%20Set" rel="nofollow">http://www.jonathancoulton.com/songdetails/Mandelbrot%20Set</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
