<?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 High Tech Sorcery</title>
	<atom:link href="http://hightechsorcery.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://hightechsorcery.com</link>
	<description>technology indistinguishable from magic</description>
	<lastBuildDate>Mon, 02 Apr 2012 15:18:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Resources for working with ICalendar, Ruby, and Rails by Pat</title>
		<link>http://hightechsorcery.com/2010/03/resources-for-working-with-icalendar-ruby-and-rails/comment-page-1/#comment-10046</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Mon, 02 Apr 2012 15:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://hightechsorcery.com/?p=70#comment-10046</guid>
		<description>Which library did you end up using?</description>
		<content:encoded><![CDATA[<p>Which library did you end up using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on how to disable Rack::Cache in Rails 3.1 by Tony Primerano</title>
		<link>http://hightechsorcery.com/2011/09/disable-rackcache-in-rails-3-1/comment-page-1/#comment-10045</link>
		<dc:creator>Tony Primerano</dc:creator>
		<pubDate>Sun, 01 Apr 2012 01:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://hightechsorcery.com/?p=321#comment-10045</guid>
		<description>Simpler option is to add this to your application.rb

config.action_dispatch.rack_cache =  nil

worked for me.  

http://blog.tonycode.com/archives/418</description>
		<content:encoded><![CDATA[<p>Simpler option is to add this to your application.rb</p>
<p>config.action_dispatch.rack_cache =  nil</p>
<p>worked for me.  </p>
<p><a href="http://blog.tonycode.com/archives/418" rel="nofollow">http://blog.tonycode.com/archives/418</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Xen 4.0.1 working in Debian 6.0 by Jon</title>
		<link>http://hightechsorcery.com/2011/03/getting-xen-4-0-1-working-in-debian-6-0/comment-page-1/#comment-10033</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Fri, 23 Mar 2012 18:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://hightechsorcery.com/?p=177#comment-10033</guid>
		<description>After you make these changes, did you have to restart xend?  I am not able to make this work for tap:aio still, my guests all crash.</description>
		<content:encoded><![CDATA[<p>After you make these changes, did you have to restart xend?  I am not able to make this work for tap:aio still, my guests all crash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing with LXC by Arie Skliarouk</title>
		<link>http://hightechsorcery.com/2011/08/playing-with-lxc/comment-page-1/#comment-10024</link>
		<dc:creator>Arie Skliarouk</dc:creator>
		<pubDate>Mon, 19 Mar 2012 14:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://hightechsorcery.com/?p=313#comment-10024</guid>
		<description>Isolation: this is an popular mistake to bind mount host&#039;s /dev onto guests /dev.

No udev: You need to install udev signals simulating upstart configuration file. After that nobody notices there is no udev.</description>
		<content:encoded><![CDATA[<p>Isolation: this is an popular mistake to bind mount host&#8217;s /dev onto guests /dev.</p>
<p>No udev: You need to install udev signals simulating upstart configuration file. After that nobody notices there is no udev.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open Source Virtualization &#8211; thoughts on the state of various alternatives by Jonas</title>
		<link>http://hightechsorcery.com/2011/02/open-source-virtualization-thoughts-on-the-state-of-various-alternatives/comment-page-1/#comment-9992</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Mon, 05 Mar 2012 18:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://hightechsorcery.com/?p=136#comment-9992</guid>
		<description>@Aaron, similar to my situation.
I needed a lab machine with simple resource management, such as no-brainer network administration, storage management and monitoring as well as CPU resource control. VMWare ESXi has it all down close to an art form and that *free* (as in beer) product is *polished*.

Sure it can&#039;t run with the wide range of hardware Linux supports and it can be a bit of a pita to get all required components together and working (mobo, nic, SATA HBAs and suitable disks + the hypervisor software). However when these four hardware pieces have been identified, setting up and administrating an ESXi environment is a breeze.

I&#039;ve evaluated kemu / kvm before, but that offering really felt like a science project, requiring too much fiddling around and never quite working for the cases I needed VMs for. VMWare Server and VirtualBox are not options as they lack key components such as hardware assisted virtualization and stable drivers, allowing close to bare-metal performance of the VM).

As for Container virtualization, leveraging those capabilities from an ESXi VM providing those mechanisms (Solaris, BSD or Linux) works perfectly and gives me all the benefits of container based virtualization, while still offering a simple option for full and para-virtualization from the ESXi layer itself.

I&#039;ll wait another three years I think, before once again checking the &quot;state of linux virtualization&quot;, as I don&#039;t foresee much will have changed judging by historical rate of progress.</description>
		<content:encoded><![CDATA[<p>@Aaron, similar to my situation.<br />
I needed a lab machine with simple resource management, such as no-brainer network administration, storage management and monitoring as well as CPU resource control. VMWare ESXi has it all down close to an art form and that *free* (as in beer) product is *polished*.</p>
<p>Sure it can&#8217;t run with the wide range of hardware Linux supports and it can be a bit of a pita to get all required components together and working (mobo, nic, SATA HBAs and suitable disks + the hypervisor software). However when these four hardware pieces have been identified, setting up and administrating an ESXi environment is a breeze.</p>
<p>I&#8217;ve evaluated kemu / kvm before, but that offering really felt like a science project, requiring too much fiddling around and never quite working for the cases I needed VMs for. VMWare Server and VirtualBox are not options as they lack key components such as hardware assisted virtualization and stable drivers, allowing close to bare-metal performance of the VM).</p>
<p>As for Container virtualization, leveraging those capabilities from an ESXi VM providing those mechanisms (Solaris, BSD or Linux) works perfectly and gives me all the benefits of container based virtualization, while still offering a simple option for full and para-virtualization from the ESXi layer itself.</p>
<p>I&#8217;ll wait another three years I think, before once again checking the &#8220;state of linux virtualization&#8221;, as I don&#8217;t foresee much will have changed judging by historical rate of progress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing netbeans in ubuntu by leterhaar</title>
		<link>http://hightechsorcery.com/2011/05/fixing-netbeans-in-ubuntu/comment-page-1/#comment-9914</link>
		<dc:creator>leterhaar</dc:creator>
		<pubDate>Sun, 11 Dec 2011 12:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://hightechsorcery.com/?p=271#comment-9914</guid>
		<description>If this still doesn&#039;t work, you might try to associate .js files manuall with javascript. To do this, go to Tools - Options - Files and change the filetype associated with .js to &#039;text/javascript&#039;. Fixed my problem (the solution above didn&#039;t).</description>
		<content:encoded><![CDATA[<p>If this still doesn&#8217;t work, you might try to associate .js files manuall with javascript. To do this, go to Tools &#8211; Options &#8211; Files and change the filetype associated with .js to &#8216;text/javascript&#8217;. Fixed my problem (the solution above didn&#8217;t).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The sad state of linux desktop environments by The sad state of linux desktop environments « High Tech Sorcery &#124; Pici&#039;s Ubuntu Blog</title>
		<link>http://hightechsorcery.com/2011/12/the-sad-state-of-linux-desktop-environments/comment-page-1/#comment-9878</link>
		<dc:creator>The sad state of linux desktop environments « High Tech Sorcery &#124; Pici&#039;s Ubuntu Blog</dc:creator>
		<pubDate>Sat, 03 Dec 2011 01:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://hightechsorcery.com/?p=353#comment-9878</guid>
		<description>[...] more here: The sad state of linux desktop environments « High Tech Sorcery   This entry was posted in all, and, DE, Default, Desktop, direct, do, fedora, for, GNOME, Gnome 3, [...]</description>
		<content:encoded><![CDATA[<p>[...] more here: The sad state of linux desktop environments « High Tech Sorcery   This entry was posted in all, and, DE, Default, Desktop, direct, do, fedora, for, GNOME, Gnome 3, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firefox seems to load content in noscript tags when javascript is enabled by Yves</title>
		<link>http://hightechsorcery.com/2011/04/firefox-seems-to-load-content-in-noscript-tags-when-javascript-is-enabled/comment-page-1/#comment-9682</link>
		<dc:creator>Yves</dc:creator>
		<pubDate>Thu, 27 Oct 2011 10:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://hightechsorcery.com/?p=234#comment-9682</guid>
		<description>Here&#039;s why: https://bugzilla.mozilla.org/show_bug.cgi?id=342299

It only happens in XHTML mode because Firefox needs to parse the whole document tree. In HTML mode it won&#039;t load stuff from . Don&#039;t ask me why it needs to actually load the resources it parsed, but it does. And they won&#039;t fix it.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s why: <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=342299" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=342299</a></p>
<p>It only happens in XHTML mode because Firefox needs to parse the whole document tree. In HTML mode it won&#8217;t load stuff from . Don&#8217;t ask me why it needs to actually load the resources it parsed, but it does. And they won&#8217;t fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Xen 4.0.1 working in Debian 6.0 by Windows server running under Xen under OpenNebula &#171; CeRch Systems Blog</title>
		<link>http://hightechsorcery.com/2011/03/getting-xen-4-0-1-working-in-debian-6-0/comment-page-1/#comment-9679</link>
		<dc:creator>Windows server running under Xen under OpenNebula &#171; CeRch Systems Blog</dc:creator>
		<pubDate>Wed, 12 Oct 2011 15:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://hightechsorcery.com/?p=177#comment-9679</guid>
		<description>[...] on Debian 6.0 has some problems as outlined by http://hightechsorcery.com/2011/03/getting-xen-4-0-1-working-in-debian-6-0/ , make sure you apply fixes as specified there to dom0 otherwise the tap driver will not [...]</description>
		<content:encoded><![CDATA[<p>[...] on Debian 6.0 has some problems as outlined by <a href="http://hightechsorcery.com/2011/03/getting-xen-4-0-1-working-in-debian-6-0/" rel="nofollow">http://hightechsorcery.com/2011/03/getting-xen-4-0-1-working-in-debian-6-0/</a> , make sure you apply fixes as specified there to dom0 otherwise the tap driver will not [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using an SSD as a cache device by Will Smith</title>
		<link>http://hightechsorcery.com/2010/07/using-an-ssd-as-a-cache-device/comment-page-1/#comment-9666</link>
		<dc:creator>Will Smith</dc:creator>
		<pubDate>Sun, 18 Sep 2011 04:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://hightechsorcery.com/?p=109#comment-9666</guid>
		<description>I am running flashcache on my home server, 60Gb of SSD caching a RAID5 array of 3x2Tb hard disks.

Ubuntu server, 2.6.38-11.

Works well in write-through.

In write back the write-backs never seem to happen, even if I take the maximum dirty seconds parameter right down.  Then when I rebooted my machine, kernel panic.  Haven&#039;t isolated it further.

Moral : stick to write-through for the moment.</description>
		<content:encoded><![CDATA[<p>I am running flashcache on my home server, 60Gb of SSD caching a RAID5 array of 3x2Tb hard disks.</p>
<p>Ubuntu server, 2.6.38-11.</p>
<p>Works well in write-through.</p>
<p>In write back the write-backs never seem to happen, even if I take the maximum dirty seconds parameter right down.  Then when I rebooted my machine, kernel panic.  Haven&#8217;t isolated it further.</p>
<p>Moral : stick to write-through for the moment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

