<?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 Relentless Simplicity :: The Bonanzle Tech Blog</title>
	<atom:link href="http://www.williambharding.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.williambharding.com/blog</link>
	<description>Rails programming with an entrepreneurial aftertaste.</description>
	<pubDate>Thu, 11 Mar 2010 04:27:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Rails Ajax Image Uploading Made Simple with jQuery by Martin Streicher</title>
		<link>http://www.williambharding.com/blog/rails/rails-ajax-image-uploading-made-simple-with-jquery/comment-page-1/#comment-2721</link>
		<dc:creator>Martin Streicher</dc:creator>
		<pubDate>Fri, 05 Mar 2010 17:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.williambharding.com/blog/?p=177#comment-2721</guid>
		<description>If I set the data type to 'script', do I need to wrap the resulting Javascript in a textarea? If so, how do I do that? Everything I have tried stuffs the textarea tag inside the try/catch block or omits it.</description>
		<content:encoded><![CDATA[<p>If I set the data type to &#8217;script&#8217;, do I need to wrap the resulting Javascript in a textarea? If so, how do I do that? Everything I have tried stuffs the textarea tag inside the try/catch block or omits it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Unified Application Logging with Log Weaver by Bill</title>
		<link>http://www.williambharding.com/blog/rails/rails-unified-system-logging-with-log-weaver/comment-page-1/#comment-2718</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Thu, 04 Mar 2010 01:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.williambharding.com/blog/?p=344#comment-2718</guid>
		<description>Yeah, that sounds conceivable, if a bit of a pain in the ass.  The main challenge of using Syslog-ng for this, from my experience, would be to coalesce the unbuffered output into readable buffer-like streams.  

For my purposes of creating readable, buffered logs in bite-sized chunks, Log Weaver pretty ideally performs the task.  I wonder if you could just adapt Log Weaver such that it deletes the older production logs from the application server after it has finished consolidating them into the unified log?  Do you have enough disk space for one day's worth of production logs?  That would probably be a 10 minute adaptation to the rake file, rather than the fairly complicated exercise of mashing together scattered Syslog-ng output into something readable.

Will be curious to hear what you end up with either way!  Thanks for commenting.</description>
		<content:encoded><![CDATA[<p>Yeah, that sounds conceivable, if a bit of a pain in the ass.  The main challenge of using Syslog-ng for this, from my experience, would be to coalesce the unbuffered output into readable buffer-like streams.  </p>
<p>For my purposes of creating readable, buffered logs in bite-sized chunks, Log Weaver pretty ideally performs the task.  I wonder if you could just adapt Log Weaver such that it deletes the older production logs from the application server after it has finished consolidating them into the unified log?  Do you have enough disk space for one day&#8217;s worth of production logs?  That would probably be a 10 minute adaptation to the rake file, rather than the fairly complicated exercise of mashing together scattered Syslog-ng output into something readable.</p>
<p>Will be curious to hear what you end up with either way!  Thanks for commenting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Unified Application Logging with Log Weaver by Josh Nichols</title>
		<link>http://www.williambharding.com/blog/rails/rails-unified-system-logging-with-log-weaver/comment-page-1/#comment-2714</link>
		<dc:creator>Josh Nichols</dc:creator>
		<pubDate>Wed, 03 Mar 2010 15:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.williambharding.com/blog/?p=344#comment-2714</guid>
		<description>I've recently implemented the unified logging deal for as well. In constrast, one of our main motivations was to not have logs on the app server because they received enough traffic to generate enough logs to fill up the disk (despite using logrotate). The disk being full usually resulted in the app server going down until space was freed up.

That aside, I'm pretty sure you could implement most of Log Weaver's functionality using a bit of syslog-ng-fu.  On each app server, you can filter to an appropriate destination in the file system (ie /path/to/deploy/log/production.lg). Then on the centralized server, you can filter the incoming logs to a logfile which includes the app server's hostname in addition to a unified log.

Like I said, hadn't tried implementing it yet, but will try to report back if I do.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve recently implemented the unified logging deal for as well. In constrast, one of our main motivations was to not have logs on the app server because they received enough traffic to generate enough logs to fill up the disk (despite using logrotate). The disk being full usually resulted in the app server going down until space was freed up.</p>
<p>That aside, I&#8217;m pretty sure you could implement most of Log Weaver&#8217;s functionality using a bit of syslog-ng-fu.  On each app server, you can filter to an appropriate destination in the file system (ie /path/to/deploy/log/production.lg). Then on the centralized server, you can filter the incoming logs to a logfile which includes the app server&#8217;s hostname in addition to a unified log.</p>
<p>Like I said, hadn&#8217;t tried implementing it yet, but will try to report back if I do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Best Linux Git GUI/Browser by Vladimir Zhukov</title>
		<link>http://www.williambharding.com/blog/git/best-linux-git-guibrowser/comment-page-1/#comment-2706</link>
		<dc:creator>Vladimir Zhukov</dc:creator>
		<pubDate>Mon, 01 Mar 2010 08:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.williambharding.com/blog/?p=328#comment-2706</guid>
		<description>&lt;a href="#comment-2704" rel="nofollow"&gt;@Bill&lt;/a&gt; 
I agree with you about Rubymine. I was happy when I've discovered this tool and I like its integrated railscasts theme (just for pleasure). Now I think about moving to Linux as you did.</description>
		<content:encoded><![CDATA[<p><a href="#comment-2704" rel="nofollow">@Bill</a><br />
I agree with you about Rubymine. I was happy when I&#8217;ve discovered this tool and I like its integrated railscasts theme (just for pleasure). Now I think about moving to Linux as you did.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Best Linux Git GUI/Browser by Bill</title>
		<link>http://www.williambharding.com/blog/git/best-linux-git-guibrowser/comment-page-1/#comment-2705</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Mon, 01 Mar 2010 06:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.williambharding.com/blog/?p=328#comment-2705</guid>
		<description>@Justin:  Thanks for the tips.  I'm on Linux, so I don't think GitX is available.  I have Giggle and Cola installed, but neither are much more useful than the command line.  (And both pale in comparison to Rubymine as a Git tool)</description>
		<content:encoded><![CDATA[<p>@Justin:  Thanks for the tips.  I&#8217;m on Linux, so I don&#8217;t think GitX is available.  I have Giggle and Cola installed, but neither are much more useful than the command line.  (And both pale in comparison to Rubymine as a Git tool)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Best Linux Git GUI/Browser by Bill</title>
		<link>http://www.williambharding.com/blog/git/best-linux-git-guibrowser/comment-page-1/#comment-2704</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Mon, 01 Mar 2010 06:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.williambharding.com/blog/?p=328#comment-2704</guid>
		<description>@Vladimir:  IMHO Rubymine on Linux is God's gift to GUIs.  I think it might be my single favorite development tool I've ever used, and I've used a lot of them over 10 years of programming many languages.

And I give it that endorsement even as there are a handful of issues that I've lobbied the Rubymine creators to tweak around.  Even with some imperfections here and there, Rubymine is still the best Ruby GUI I've ever used by a factor of... lots.  (For perspective:  I think Visual Studio is the second best GUI I've used, though it's pretty weak when it comes to Ruby, even with using Ruby in Steel)</description>
		<content:encoded><![CDATA[<p>@Vladimir:  IMHO Rubymine on Linux is God&#8217;s gift to GUIs.  I think it might be my single favorite development tool I&#8217;ve ever used, and I&#8217;ve used a lot of them over 10 years of programming many languages.</p>
<p>And I give it that endorsement even as there are a handful of issues that I&#8217;ve lobbied the Rubymine creators to tweak around.  Even with some imperfections here and there, Rubymine is still the best Ruby GUI I&#8217;ve ever used by a factor of&#8230; lots.  (For perspective:  I think Visual Studio is the second best GUI I&#8217;ve used, though it&#8217;s pretty weak when it comes to Ruby, even with using Ruby in Steel)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Best Linux Git GUI/Browser by Justin Beck</title>
		<link>http://www.williambharding.com/blog/git/best-linux-git-guibrowser/comment-page-1/#comment-2703</link>
		<dc:creator>Justin Beck</dc:creator>
		<pubDate>Sun, 28 Feb 2010 14:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.williambharding.com/blog/?p=328#comment-2703</guid>
		<description>Git comes with a GUI called gitk (still pretty h4x0r oriented).  If you're on a mac there is an opensource GUI called GitX (more user friendly and polished) which is excellent.</description>
		<content:encoded><![CDATA[<p>Git comes with a GUI called gitk (still pretty h4&#215;0r oriented).  If you&#8217;re on a mac there is an opensource GUI called GitX (more user friendly and polished) which is excellent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Best Linux Git GUI/Browser by Vladimir Zhukov</title>
		<link>http://www.williambharding.com/blog/git/best-linux-git-guibrowser/comment-page-1/#comment-2696</link>
		<dc:creator>Vladimir Zhukov</dc:creator>
		<pubDate>Sat, 27 Feb 2010 13:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.williambharding.com/blog/?p=328#comment-2696</guid>
		<description>For windows there is TortoiseGit project with the same functionality as TortoiseSVN do (http://code.google.com/p/tortoisegit/). Before ruby on rails age I used to use TortoiseSVN. Now I am on awesome Rubimine and I don't feel any necessity in TortoiseGit.

Is Rubymine on Linux reliable?</description>
		<content:encoded><![CDATA[<p>For windows there is TortoiseGit project with the same functionality as TortoiseSVN do (http://code.google.com/p/tortoisegit/). Before ruby on rails age I used to use TortoiseSVN. Now I am on awesome Rubimine and I don&#8217;t feel any necessity in TortoiseGit.</p>
<p>Is Rubymine on Linux reliable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bloggity - Rails Blog Plugin Made Stupid Simple by Mike</title>
		<link>http://www.williambharding.com/blog/rails/bloggity-an-evolving-rails-blog-plugin/comment-page-1/#comment-2642</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 16 Feb 2010 11:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.williambharding.com/blog/rails/bloggity-an-evolving-rails-blog-plugin/#comment-2642</guid>
		<description>&lt;a href="#comment-2427" rel="nofollow"&gt;@Liam&lt;/a&gt; did you ever get the logged_in? method to work inside the user model? I'm just leaving it as true for the time being, but it would be nice to have it actually reflect a user being logged in.</description>
		<content:encoded><![CDATA[<p><a href="#comment-2427" rel="nofollow">@Liam</a> did you ever get the logged_in? method to work inside the user model? I&#8217;m just leaving it as true for the time being, but it would be nice to have it actually reflect a user being logged in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Savage Beast 2.3, a Rails Message Forum Plugin by Bill</title>
		<link>http://www.williambharding.com/blog/rails/savage-beast-23-a-rails-22-23-message-forum-plugin/comment-page-1/#comment-2639</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Mon, 15 Feb 2010 11:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.williambharding.com/blog/?p=306#comment-2639</guid>
		<description>Yes.</description>
		<content:encoded><![CDATA[<p>Yes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
