<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Symbiotic Development</title>
	
	<link>http://blog.symbiotic-development.com</link>
	<description>Evolving Together</description>
	<lastBuildDate>Thu, 20 Aug 2009 01:56:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SymbioticDevelopmentComments" /><feedburner:info uri="symbioticdevelopmentcomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on eeeXubuntu by Javaman59</title>
		<link>http://blog.symbiotic-development.com/2008/05/05/eeexubuntu/comment-page-1/#comment-175</link>
		<dc:creator>Javaman59</dc:creator>
		<pubDate>Thu, 20 Aug 2009 01:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.symbiotic-development.com/2008/05/05/eeexubuntu/#comment-175</guid>
		<description>Great series - please keep it going. This addresses a problem I've long had - I use Windows primarily, but would like a Linux box to serve Subversion, and a few other things. It's not worthwhile to dedicate a whole PC to it, so I dual-boot a Windows box. It would be really handy to have a small, low power Linux box running 24/7.</description>
		<content:encoded><![CDATA[<p>Great series &#8211; please keep it going. This addresses a problem I&#8217;ve long had &#8211; I use Windows primarily, but would like a Linux box to serve Subversion, and a few other things. It&#8217;s not worthwhile to dedicate a whole PC to it, so I dual-boot a Windows box. It would be really handy to have a small, low power Linux box running 24/7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using an Eee PC as a Server by salopar</title>
		<link>http://blog.symbiotic-development.com/2008/05/04/using-an-eee-pc-as-a-server/comment-page-1/#comment-174</link>
		<dc:creator>salopar</dc:creator>
		<pubDate>Wed, 12 Aug 2009 18:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.symbiotic-development.com/2008/05/04/using-an-eee-pc-as-a-server/#comment-174</guid>
		<description>It`s far from weird , ive done it , i have a eeepc 2g surf (lowest model) with an WD usb self powered harddrive running debian. It run only with 22watt of power , i can let it on 24/24 365 , it have a batterie and will hardisk is usb powered , it is powerfailure proof. The computer power is  exceptionnal , i get below 1% load all the time , and hardly reach 10% cpu usage. It run apache mysql php nfs ftp cups phpmp torrentflux webmin and more to come.</description>
		<content:encoded><![CDATA[<p>It`s far from weird , ive done it , i have a eeepc 2g surf (lowest model) with an WD usb self powered harddrive running debian. It run only with 22watt of power , i can let it on 24/24 365 , it have a batterie and will hardisk is usb powered , it is powerfailure proof. The computer power is  exceptionnal , i get below 1% load all the time , and hardly reach 10% cpu usage. It run apache mysql php nfs ftp cups phpmp torrentflux webmin and more to come.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More Configuring NHibernate Caches by Fabio Maulo</title>
		<link>http://blog.symbiotic-development.com/2008/02/27/more-configuring-nhibernate-caches/comment-page-1/#comment-173</link>
		<dc:creator>Fabio Maulo</dc:creator>
		<pubDate>Sat, 18 Jul 2009 12:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.symbiotic-development.com/2008/02/27/more-configuring-nhibernate-caches/#comment-173</guid>
		<description>The strongly typed version of the cache configuration is available here
http://fabiomaulo.blogspot.com/2009/07/nhibernate-configuration-cache.html</description>
		<content:encoded><![CDATA[<p>The strongly typed version of the cache configuration is available here<br />
<a href="http://fabiomaulo.blogspot.com/2009/07/nhibernate-configuration-cache.html" rel="nofollow">http://fabiomaulo.blogspot.com/2009/07/nhibernate-configuration-cache.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NHibernate Proxy Generator by Mario</title>
		<link>http://blog.symbiotic-development.com/2008/03/22/nhibernate-proxy-generator/comment-page-1/#comment-168</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Sun, 22 Mar 2009 01:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.symbiotic-development.com/2008/03/22/nhibernate-proxy-generator/#comment-168</guid>
		<description>Hi,

I also had the problem making NHibernate work with medium trust and this is what I did:

First..you need some sort of hosting that allows reflection in your server...There are some like crystaltech.com which will allow you to use reflection (in shared hosting) as long as it is used for assemblies within your designated app folder.

Second...

Download the Castle.DynamicProxy-vs2005 project. NHibernate ships with the dll, but you will need to modify the assembly to allow lazy loading under medium trust. Once you have the assembly, make sure nhibernate references this assembly and not the old dll.

Open the Castle.DynamicProxy-vs2005 project and look for the ModuleScope.cs file (it is right in the main directory). There look for the method:
private AssemblyName GetAssemblyName (bool signStrongName)
In there comment out the following code:

if (signStrongName)
         {
             byte[] keyPairStream = GetKeyPair();

             if (keyPairStream != null)
             {
                 assemblyName.KeyPair = new StrongNameKeyPair(keyPairStream);
             }
         }




Now give it a shot.

Mario</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I also had the problem making NHibernate work with medium trust and this is what I did:</p>
<p>First..you need some sort of hosting that allows reflection in your server&#8230;There are some like crystaltech.com which will allow you to use reflection (in shared hosting) as long as it is used for assemblies within your designated app folder.</p>
<p>Second&#8230;</p>
<p>Download the Castle.DynamicProxy-vs2005 project. NHibernate ships with the dll, but you will need to modify the assembly to allow lazy loading under medium trust. Once you have the assembly, make sure nhibernate references this assembly and not the old dll.</p>
<p>Open the Castle.DynamicProxy-vs2005 project and look for the ModuleScope.cs file (it is right in the main directory). There look for the method:<br />
private AssemblyName GetAssemblyName (bool signStrongName)<br />
In there comment out the following code:</p>
<p>if (signStrongName)<br />
         {<br />
             byte[] keyPairStream = GetKeyPair();</p>
<p>             if (keyPairStream != null)<br />
             {<br />
                 assemblyName.KeyPair = new StrongNameKeyPair(keyPairStream);<br />
             }<br />
         }</p>
<p>Now give it a shot.</p>
<p>Mario</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting Removable Drives At Boot In eeeXubuntu by Symon Rottem</title>
		<link>http://blog.symbiotic-development.com/2008/05/05/mounting-removable-drives-at-boot-in-eeexubuntu/comment-page-1/#comment-166</link>
		<dc:creator>Symon Rottem</dc:creator>
		<pubDate>Fri, 23 Jan 2009 00:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.symbiotic-development.com/2008/05/05/mounting-removable-drives-at-boot-in-eeexubuntu/#comment-166</guid>
		<description>@Mike:

It's been working like a charm and yes, we stream media from the USB drives without trouble.  The machine itself is one of the older 700 series with 4Gb flash disk and 512Mb RAM.  More than good enough for what we're using it for, however.</description>
		<content:encoded><![CDATA[<p>@Mike:</p>
<p>It&#8217;s been working like a charm and yes, we stream media from the USB drives without trouble.  The machine itself is one of the older 700 series with 4Gb flash disk and 512Mb RAM.  More than good enough for what we&#8217;re using it for, however.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting Removable Drives At Boot In eeeXubuntu by Michael</title>
		<link>http://blog.symbiotic-development.com/2008/05/05/mounting-removable-drives-at-boot-in-eeexubuntu/comment-page-1/#comment-165</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 21 Jan 2009 15:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.symbiotic-development.com/2008/05/05/mounting-removable-drives-at-boot-in-eeexubuntu/#comment-165</guid>
		<description>Hi there,

Thanks for your excellent posts, I've also come to the same conclusion as you have (but I hadn't thought of the battery backup aspect, which is a good point).  How has it worked for you over the last few months and have you played any movie type files from its attached USB drives to one of your wireless notebooks??  I have been disappointed that my Apple Airport Express doesn't have the disk I/O to network I/O grunt to supply movie files from its attached USB external drive.  Hence I am trying to figure out if an eeePC will work.  Also, which model did you get?
Thanks, Mike</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Thanks for your excellent posts, I&#8217;ve also come to the same conclusion as you have (but I hadn&#8217;t thought of the battery backup aspect, which is a good point).  How has it worked for you over the last few months and have you played any movie type files from its attached USB drives to one of your wireless notebooks??  I have been disappointed that my Apple Airport Express doesn&#8217;t have the disk I/O to network I/O grunt to supply movie files from its attached USB external drive.  Hence I am trying to figure out if an eeePC will work.  Also, which model did you get?<br />
Thanks, Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting Removable Drives At Boot In eeeXubuntu by loo</title>
		<link>http://blog.symbiotic-development.com/2008/05/05/mounting-removable-drives-at-boot-in-eeexubuntu/comment-page-1/#comment-163</link>
		<dc:creator>loo</dc:creator>
		<pubDate>Tue, 06 Jan 2009 17:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.symbiotic-development.com/2008/05/05/mounting-removable-drives-at-boot-in-eeexubuntu/#comment-163</guid>
		<description>Hey Boss -- Just wanted you to know that I'm planning on using a EEE PC for the same purpose (low-cost, low power server with built-in display and peripherals) and I've taken some inspirations from your posts on the topic.  Thanks for documenting your discoveries so well!</description>
		<content:encoded><![CDATA[<p>Hey Boss &#8212; Just wanted you to know that I&#8217;m planning on using a EEE PC for the same purpose (low-cost, low power server with built-in display and peripherals) and I&#8217;ve taken some inspirations from your posts on the topic.  Thanks for documenting your discoveries so well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NHibernate ProxyGenerators added to NHContrib by Eugene</title>
		<link>http://blog.symbiotic-development.com/2008/09/23/nhibernate-proxygenerators-added-to-nhcontrib/comment-page-1/#comment-151</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Mon, 20 Oct 2008 19:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.symbiotic-development.com/2008/09/23/nhibernate-proxygenerators-added-to-nhcontrib/#comment-151</guid>
		<description>Nice article. Thanks. :) Eugene</description>
		<content:encoded><![CDATA[<p>Nice article. Thanks. :) Eugene</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NHibernate Proxy Generator by Symbiotic Development » NHibernate ProxyGenerators added to NHContrib</title>
		<link>http://blog.symbiotic-development.com/2008/03/22/nhibernate-proxy-generator/comment-page-1/#comment-146</link>
		<dc:creator>Symbiotic Development » NHibernate ProxyGenerators added to NHContrib</dc:creator>
		<pubDate>Tue, 23 Sep 2008 06:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.symbiotic-development.com/2008/03/22/nhibernate-proxy-generator/#comment-146</guid>
		<description>[...] looks like the NHibernate Proxy Generator I discussed in a previous post has been added to the NHibernateForge, the NHibernate community and contribution [...]</description>
		<content:encoded><![CDATA[<div style="padding: 1em; color: blue;">
<p>[...] looks like the NHibernate Proxy Generator I discussed in a previous post has been added to the NHibernateForge, the NHibernate community and contribution [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Documenting Castle – Proposed Structure by Castle Monorail Resources</title>
		<link>http://blog.symbiotic-development.com/2008/03/07/documenting-castle-proposed-structure/comment-page-1/#comment-143</link>
		<dc:creator>Castle Monorail Resources</dc:creator>
		<pubDate>Thu, 18 Sep 2008 06:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.symbiotic-development.com/2008/03/07/documenting-castle-proposed-structure/#comment-143</guid>
		<description>[...] can also get this in consolidated form. (This was created by Symon Rottem from the official documentation.) Printing this off is probably the closest you’ll get to [...]</description>
		<content:encoded><![CDATA[<div style="padding: 1em; color: blue;">
<p>[...] can also get this in consolidated form. (This was created by Symon Rottem from the official documentation.) Printing this off is probably the closest you&#8217;ll get to [...]</p>
</div>
]]></content:encoded>
	</item>
</channel>
</rss>
