<?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 xyzzy xyzzy...</title>
	<atom:link href="http://xyzzyxyzzy.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://xyzzyxyzzy.net</link>
	<description>...you are in a grid of twisty, little links, all alike. there's a teleport gate here.</description>
	<lastBuildDate>Tue, 24 Jul 2012 07:25:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on adding a USB monitor by dirk husemann</title>
		<link>http://xyzzyxyzzy.net/2011/03/09/adding-a-usb-monitor/comment-page-1/#comment-383</link>
		<dc:creator>dirk husemann</dc:creator>
		<pubDate>Tue, 24 Jul 2012 07:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://xyzzyxyzzy.net/?p=540#comment-383</guid>
		<description><![CDATA[&lt;p&gt;good to hear that it works on 11.04. regarding 12.04: have not tried that one yet (yes, am a bit behind with that). not sure whether i&#039;ll get around to giving it a try in the foreseeable future :-(&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>good to hear that it works on 11.04. regarding 12.04: have not tried that one yet (yes, am a bit behind with that). not sure whether i&#8217;ll get around to giving it a try in the foreseeable future <img src='http://xyzzyxyzzy.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on adding a USB monitor by sou</title>
		<link>http://xyzzyxyzzy.net/2011/03/09/adding-a-usb-monitor/comment-page-1/#comment-382</link>
		<dc:creator>sou</dc:creator>
		<pubDate>Sat, 21 Jul 2012 20:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://xyzzyxyzzy.net/?p=540#comment-382</guid>
		<description><![CDATA[&lt;p&gt;Thanks for providing this detailed guide!  It works perfectly on my netbook running 11.04.  However it does not work in 12.04; I can&#039;t seem to compile vnc2dl.  Any suggestions on how to fix this?&lt;/p&gt;

&lt;p&gt;My colleagues and I use this setup in our daily classroom teaching but we are no good at fixing drivers :-(  Your sage advice is most appreciative :-)&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Thanks for providing this detailed guide!  It works perfectly on my netbook running 11.04.  However it does not work in 12.04; I can&#8217;t seem to compile vnc2dl.  Any suggestions on how to fix this?</p>

<p>My colleagues and I use this setup in our daily classroom teaching but we are no good at fixing drivers <img src='http://xyzzyxyzzy.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />   Your sage advice is most appreciative <img src='http://xyzzyxyzzy.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on emacs tip: getting lines numbered by dirk husemann</title>
		<link>http://xyzzyxyzzy.net/2012/01/19/emacs-tip-getting-lines-numbered/comment-page-1/#comment-381</link>
		<dc:creator>dirk husemann</dc:creator>
		<pubDate>Tue, 21 Feb 2012 19:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://xyzzyxyzzy.net/?p=796#comment-381</guid>
		<description><![CDATA[&lt;p&gt;cool! learned something again! :-) apologies for late reply, just realized blog related email was going to that forgotten account. d&#039;oh.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>cool! learned something again! <img src='http://xyzzyxyzzy.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  apologies for late reply, just realized blog related email was going to that forgotten account. d&#8217;oh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on emacs tip: getting lines numbered by James</title>
		<link>http://xyzzyxyzzy.net/2012/01/19/emacs-tip-getting-lines-numbered/comment-page-1/#comment-380</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 22 Jan 2012 14:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://xyzzyxyzzy.net/?p=796#comment-380</guid>
		<description><![CDATA[&lt;p&gt;I find keyboard macros nice for things like this (spaces add for readability).&lt;/p&gt;

&lt;p&gt;&quot;M-0 C-x r n a&quot; put the number zero in register a&lt;/p&gt;

&lt;p&gt;&quot;C-x (&quot; begin keyboard macro&lt;/p&gt;

&lt;p&gt;&quot;C-s rewired(0) C-b C-b C-d&quot; search for rewired(0), go back to spaces and erase the 0&lt;/p&gt;

&lt;p&gt;&quot;C-x r i a&quot; insert the value of the a register&lt;/p&gt;

&lt;p&gt;&quot;C-x r + a&quot; increment the value of the a register&lt;/p&gt;

&lt;p&gt;&quot;C-x )&quot; end keyboard macro&lt;/p&gt;

&lt;p&gt;&quot;M-10 C-x e&quot; execute that macro ten times&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I find keyboard macros nice for things like this (spaces add for readability).</p>

<p>&#8220;M-0 C-x r n a&#8221; put the number zero in register a</p>

<p>&#8220;C-x (&#8221; begin keyboard macro</p>

<p>&#8220;C-s rewired(0) C-b C-b C-d&#8221; search for rewired(0), go back to spaces and erase the 0</p>

<p>&#8220;C-x r i a&#8221; insert the value of the a register</p>

<p>&#8220;C-x r + a&#8221; increment the value of the a register</p>

<p>&#8220;C-x )&#8221; end keyboard macro</p>

<p>&#8220;M-10 C-x e&#8221; execute that macro ten times</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on updated mono build script: mono 2.2 by Trek</title>
		<link>http://xyzzyxyzzy.net/2009/02/17/updated-mono-build-script-mono-22/comment-page-1/#comment-379</link>
		<dc:creator>Trek</dc:creator>
		<pubDate>Fri, 16 Dec 2011 14:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://xyzzyxyzzy.net/?p=264#comment-379</guid>
		<description><![CDATA[&lt;p&gt;I like mono ;)&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I like mono <img src='http://xyzzyxyzzy.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS selector transforms&#8230; by dirk husemann</title>
		<link>http://xyzzyxyzzy.net/2011/02/18/css-selector-transforms/comment-page-1/#comment-376</link>
		<dc:creator>dirk husemann</dc:creator>
		<pubDate>Tue, 26 Jul 2011 06:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://xyzzyxyzzy.net/?p=515#comment-376</guid>
		<description><![CDATA[&lt;p&gt;ah, ok. like this:&lt;/p&gt;

&lt;p&gt;[scala]
partialUpdate(SetHtml(&quot;dog&quot;, (&quot;#animal ^^&quot; #&gt; &quot;ignore&quot; &amp;~&gt; &quot;img [src]&quot; #&gt; &quot;dog.png&quot;)(defaultHtml))
[/scala]&lt;/p&gt;

&lt;p&gt;however, more recent versions of liftweb allow us to do what i originally tried:&lt;/p&gt;

&lt;p&gt;[scala]
partialUpdate(SetHtml(&quot;dog&quot;, (&quot;#animal ^^&quot; #&gt; &quot;ignore&quot; &amp; (&quot;img [src]&quot; #&gt; &quot;dog.png&quot;))(defaultHtml))
[/scala]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>ah, ok. like this:</p>

<p>[scala]
partialUpdate(SetHtml(&quot;dog&quot;, (&quot;#animal ^^&quot; #&gt; &quot;ignore&quot; &amp;~&gt; &quot;img [src]&quot; #&gt; &quot;dog.png&quot;)(defaultHtml))
[/scala]</p>

<p>however, more recent versions of liftweb allow us to do what i originally tried:</p>

<p>[scala]
partialUpdate(SetHtml(&quot;dog&quot;, (&quot;#animal ^^&quot; #&gt; &quot;ignore&quot; &amp; (&quot;img [src]&quot; #&gt; &quot;dog.png&quot;))(defaultHtml))
[/scala]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS selector transforms&#8230; by Damian</title>
		<link>http://xyzzyxyzzy.net/2011/02/18/css-selector-transforms/comment-page-1/#comment-375</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Fri, 22 Jul 2011 18:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://xyzzyxyzzy.net/?p=515#comment-375</guid>
		<description><![CDATA[&lt;p&gt;Hi - how to you apply your final result to your original question of wanting to do a &#039;partialUpdate(SetHtml(&quot;dog&quot;, Text(wuff! wuff!)))&#039;
Thanks
Damian&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Hi &#8211; how to you apply your final result to your original question of wanting to do a &#8216;partialUpdate(SetHtml(&#8220;dog&#8221;, Text(wuff! wuff!)))&#8217;
Thanks
Damian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on sbt10, webplugin, jetty, run-in-place: once more&#8230; by xyzzy xyzzy&#8230; &#187; sbt10, webplugin: running jetty from source tree</title>
		<link>http://xyzzyxyzzy.net/2011/07/22/sbt10-webplugin-jetty-run-in-place-once-more/comment-page-1/#comment-374</link>
		<dc:creator>xyzzy xyzzy&#8230; &#187; sbt10, webplugin: running jetty from source tree</dc:creator>
		<pubDate>Fri, 22 Jul 2011 14:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://xyzzyxyzzy.net/?p=788#comment-374</guid>
		<description><![CDATA[&lt;p&gt;[...] described below turns out to have its flaws and is not really recommended — have a look at the recently posted update for a better [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[...] described below turns out to have its flaws and is not really recommended — have a look at the recently posted update for a better [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on sbt10, webplugin: running jetty from source tree by xyzzy xyzzy&#8230; &#187; sbt10, webplugin, jetty, run-in-place: once more&#8230;</title>
		<link>http://xyzzyxyzzy.net/2011/07/04/sbt10-webplugin-running-jetty-from-source-tree/comment-page-1/#comment-373</link>
		<dc:creator>xyzzy xyzzy&#8230; &#187; sbt10, webplugin, jetty, run-in-place: once more&#8230;</dc:creator>
		<pubDate>Fri, 22 Jul 2011 14:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://xyzzyxyzzy.net/?p=776#comment-373</guid>
		<description><![CDATA[&lt;p&gt;[...] time to read 0:51 minutes  it turns out that the sbt/web-plugin configuration i described in my last post is not quite cutting it. what we observed is that while changes to the contents of the webapp [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[...] time to read 0:51 minutes  it turns out that the sbt/web-plugin configuration i described in my last post is not quite cutting it. what we observed is that while changes to the contents of the webapp [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on installing OpenSim on PowerPC&#8230;or: of eggs and virtual worlds by Simon</title>
		<link>http://xyzzyxyzzy.net/2008/02/12/installing-opensim-on-powerpcor-of-eggs-and-virtual-worlds/comment-page-1/#comment-369</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 25 May 2011 19:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://xyzzyxyzzy.net/2008/02/12/installing-opensim-on-powerpcor-of-eggs-and-virtual-worlds/#comment-369</guid>
		<description><![CDATA[&lt;p&gt;Hi DrScofield,
Sorry for the long long delay in replying to you. I&#039;ve been very ill. I&#039;m back on my feet now. As to the PPC thing, it compiles ok but there are mysql errors. I wonder if you have any pointers?&lt;/p&gt;

&lt;p&gt;Simon&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Hi DrScofield,
Sorry for the long long delay in replying to you. I&#8217;ve been very ill. I&#8217;m back on my feet now. As to the PPC thing, it compiles ok but there are mysql errors. I wonder if you have any pointers?</p>

<p>Simon</p>
]]></content:encoded>
	</item>
</channel>
</rss>
