<?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 Bill Leeper</title>
	<atom:link href="http://wleeper.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://wleeper.com</link>
	<description>A place to share my thoughts</description>
	<lastBuildDate>Thu, 05 Apr 2012 17:27:55 +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 Carbonite Throttling by Bill Leeper</title>
		<link>http://wleeper.com/2011/10/24/carbonite-throttling/comment-page-1/#comment-477</link>
		<dc:creator>Bill Leeper</dc:creator>
		<pubDate>Thu, 05 Apr 2012 17:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://wleeper.com/?p=171#comment-477</guid>
		<description>Been using CrashPlan for about 6 months now.   My slow internet connection made it take a while, but overall I like it.  I have about 600GB backed up there from 3 different computers.  

I also have all my computers backing up to one central one as well.  That feature is free in CrashPlan.</description>
		<content:encoded><![CDATA[<p>Been using CrashPlan for about 6 months now.   My slow internet connection made it take a while, but overall I like it.  I have about 600GB backed up there from 3 different computers.  </p>
<p>I also have all my computers backing up to one central one as well.  That feature is free in CrashPlan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby on Rails vs. Java by Bill Leeper</title>
		<link>http://wleeper.com/2010/01/18/ruby-on-rails-vs-java/comment-page-1/#comment-456</link>
		<dc:creator>Bill Leeper</dc:creator>
		<pubDate>Wed, 07 Mar 2012 04:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://wleeper.com/?p=48#comment-456</guid>
		<description>You should read my post with my revised position.  JRuby has come a long way in the last couple of years and has addressed many of the shortcomings I had found.  There is definitely a point where a JRuby stack is faster, especially if you use threading.  I have run some apps with it that way.

What I have found though, is that for the vast majority of cases, the extra frustration, issues, and complexity of deployment just doesn&#039;t outweigh the native ruby.  In most cases you are going to get the speed and scalability you need, not to mention the hosting options with a native solution.</description>
		<content:encoded><![CDATA[<p>You should read my post with my revised position.  JRuby has come a long way in the last couple of years and has addressed many of the shortcomings I had found.  There is definitely a point where a JRuby stack is faster, especially if you use threading.  I have run some apps with it that way.</p>
<p>What I have found though, is that for the vast majority of cases, the extra frustration, issues, and complexity of deployment just doesn&#8217;t outweigh the native ruby.  In most cases you are going to get the speed and scalability you need, not to mention the hosting options with a native solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby on Rails vs. Java by Milos</title>
		<link>http://wleeper.com/2010/01/18/ruby-on-rails-vs-java/comment-page-1/#comment-452</link>
		<dc:creator>Milos</dc:creator>
		<pubDate>Fri, 24 Feb 2012 08:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://wleeper.com/?p=48#comment-452</guid>
		<description>&quot;..but the overhead of running on the JVM instead of the native Ruby engine ...&quot;

Am I reading this right? Do you know that JRuby is about an order of magnitude faster than the native version? You know that it is using a significantly less memory?
About what overhead are you talking about actually?</description>
		<content:encoded><![CDATA[<p>&#8220;..but the overhead of running on the JVM instead of the native Ruby engine &#8230;&#8221;</p>
<p>Am I reading this right? Do you know that JRuby is about an order of magnitude faster than the native version? You know that it is using a significantly less memory?<br />
About what overhead are you talking about actually?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails 3.2.rc1 and acts_as_taggable_on by James</title>
		<link>http://wleeper.com/2011/12/21/rails-3-2-rc1-and-acts_as_taggable_on/comment-page-1/#comment-439</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 02 Feb 2012 22:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://wleeper.com/?p=175#comment-439</guid>
		<description>Thank you Bill for your in-depth comment, you&#039;re awesome. 
There is always something hidden due to new updates, lol.</description>
		<content:encoded><![CDATA[<p>Thank you Bill for your in-depth comment, you&#8217;re awesome.<br />
There is always something hidden due to new updates, lol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails 3.2.rc1 and acts_as_taggable_on by Bill Leeper</title>
		<link>http://wleeper.com/2011/12/21/rails-3-2-rc1-and-acts_as_taggable_on/comment-page-1/#comment-433</link>
		<dc:creator>Bill Leeper</dc:creator>
		<pubDate>Wed, 01 Feb 2012 14:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://wleeper.com/?p=175#comment-433</guid>
		<description>There is an issue on Github for the problem.  Basically though you put a :require =&gt; false in the gemfile for acts-as-taggable-on, then in an initializer put require &#039;acts_as_taggable_on&#039;.  Causes it to load differently I guess.  I didn&#039;t dig deeper yet.  The fundamental problem is that the way acts-as-taggable-on hooks into active record is supposed to be an engine now.  The project is having trouble keeping up with rails changes.  There were a lot of changes in 3.1 I guess that gave them work.  There is a pull request that has it built as an engine on the issue about it not working in 3.2.  With 3.2 being released now there may be a permanent fix.</description>
		<content:encoded><![CDATA[<p>There is an issue on Github for the problem.  Basically though you put a :require => false in the gemfile for acts-as-taggable-on, then in an initializer put require &#8216;acts_as_taggable_on&#8217;.  Causes it to load differently I guess.  I didn&#8217;t dig deeper yet.  The fundamental problem is that the way acts-as-taggable-on hooks into active record is supposed to be an engine now.  The project is having trouble keeping up with rails changes.  There were a lot of changes in 3.1 I guess that gave them work.  There is a pull request that has it built as an engine on the issue about it not working in 3.2.  With 3.2 being released now there may be a permanent fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails 3.2.rc1 and acts_as_taggable_on by James</title>
		<link>http://wleeper.com/2011/12/21/rails-3-2-rc1-and-acts_as_taggable_on/comment-page-1/#comment-430</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 31 Jan 2012 04:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://wleeper.com/?p=175#comment-430</guid>
		<description>Heya, great posts -where is the workaround?
I&#039;m using tags on my development app -&amp; ran into the same frustration that you did, lol.
Thank You,
James</description>
		<content:encoded><![CDATA[<p>Heya, great posts -where is the workaround?<br />
I&#8217;m using tags on my development app -&amp; ran into the same frustration that you did, lol.<br />
Thank You,<br />
James</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails 3.2.rc1 and acts_as_taggable_on by Bill Leeper</title>
		<link>http://wleeper.com/2011/12/21/rails-3-2-rc1-and-acts_as_taggable_on/comment-page-1/#comment-423</link>
		<dc:creator>Bill Leeper</dc:creator>
		<pubDate>Thu, 19 Jan 2012 22:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://wleeper.com/?p=175#comment-423</guid>
		<description>Follow up.  There is a workaround posted now for this issue, but still no idea when this gem will be fully rewritten to work with Rails 3.2</description>
		<content:encoded><![CDATA[<p>Follow up.  There is a workaround posted now for this issue, but still no idea when this gem will be fully rewritten to work with Rails 3.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby on Rails vs. Java by Robert Miller</title>
		<link>http://wleeper.com/2010/01/18/ruby-on-rails-vs-java/comment-page-1/#comment-401</link>
		<dc:creator>Robert Miller</dc:creator>
		<pubDate>Sun, 01 Jan 2012 10:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://wleeper.com/?p=48#comment-401</guid>
		<description>Ruby can&#039;t defeat Java

C# might defeat Java
but Ruby can&#039;t defeat Java</description>
		<content:encoded><![CDATA[<p>Ruby can&#8217;t defeat Java</p>
<p>C# might defeat Java<br />
but Ruby can&#8217;t defeat Java</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby on Rails vs. Java by Bob</title>
		<link>http://wleeper.com/2010/01/18/ruby-on-rails-vs-java/comment-page-1/#comment-359</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sun, 06 Nov 2011 19:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://wleeper.com/?p=48#comment-359</guid>
		<description>In the past few days I installed Ruby and then Ruby on Rails.  The documentation and tutorials have been great and the installation has been smooth and painless.  I see the configuration to connect with MySQL database (as well as others) is also very easy.  These are the kind of things I am  looking for since my goal is to start a web business soon and the main component is essentially the web design.  Quite personally I don&#039;t feel like screwing around with IT related crap.  Just want to get up and running implementing my ideas.  So for aspiring web entrepreneurs I would recommend RoR.</description>
		<content:encoded><![CDATA[<p>In the past few days I installed Ruby and then Ruby on Rails.  The documentation and tutorials have been great and the installation has been smooth and painless.  I see the configuration to connect with MySQL database (as well as others) is also very easy.  These are the kind of things I am  looking for since my goal is to start a web business soon and the main component is essentially the web design.  Quite personally I don&#8217;t feel like screwing around with IT related crap.  Just want to get up and running implementing my ideas.  So for aspiring web entrepreneurs I would recommend RoR.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Carbonite Throttling by Brooke Kuhlmann</title>
		<link>http://wleeper.com/2011/10/24/carbonite-throttling/comment-page-1/#comment-355</link>
		<dc:creator>Brooke Kuhlmann</dc:creator>
		<pubDate>Mon, 24 Oct 2011 18:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://wleeper.com/?p=171#comment-355</guid>
		<description>I went down the Carbonite path, as well, but ran into software issues with the Mac OS (didn&#039;t help that Carbonite support was terrible). Never was able to get to the throttling issue but that is good to know.

In my case, I ended up using &lt;a href=&quot;https://www.crashplan.com&quot; rel=&quot;nofollow&quot;&gt;CrashPlan&lt;/a&gt;. I&#039;m still in the process of backing up a couple terabytes of data but it&#039;s humming along nicely. Best part is that scheduler (via the desktop app) is handy to use with all kinds of useful settings for tweaking bandwidth, setting specific times of operation, etc. Also, the iOS companion app is nifty too. It gives you a Dropbox-like experience for getting into your backed up data while mobile (although I wish it has more stats on current backup progress, data usage, etc.) All-in-all, a very good experience so far and definitely recommend checking CrashPlan out as an alternative solution.</description>
		<content:encoded><![CDATA[<p>I went down the Carbonite path, as well, but ran into software issues with the Mac OS (didn&#8217;t help that Carbonite support was terrible). Never was able to get to the throttling issue but that is good to know.</p>
<p>In my case, I ended up using <a href="https://www.crashplan.com" rel="nofollow">CrashPlan</a>. I&#8217;m still in the process of backing up a couple terabytes of data but it&#8217;s humming along nicely. Best part is that scheduler (via the desktop app) is handy to use with all kinds of useful settings for tweaking bandwidth, setting specific times of operation, etc. Also, the iOS companion app is nifty too. It gives you a Dropbox-like experience for getting into your backed up data while mobile (although I wish it has more stats on current backup progress, data usage, etc.) All-in-all, a very good experience so far and definitely recommend checking CrashPlan out as an alternative solution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

