<?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"?><!-- generator="wordpress/2.2.1" --><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for larrytheliquid</title>
	<link>http://larrytheliquid.com</link>
	<description>iconoclasm in virtue of phase transitions</description>
	<pubDate>Mon, 08 Mar 2010 07:43:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForLarrytheliquid" /><feedburner:info uri="commentsforlarrytheliquid" /><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 new blog: lemmatheultimate by Live Love Life</title>
		<link>http://larrytheliquid.com/2009/10/13/new-blog-lemmatheultimate/#comment-1180</link>
		<author>Live Love Life</author>
		<pubDate>Mon, 08 Mar 2010 07:34:58 +0000</pubDate>
		<guid>http://larrytheliquid.com/2009/10/13/new-blog-lemmatheultimate/#comment-1180</guid>
		<description>Does this post my comment?</description>
		<content:encoded><![CDATA[<p>Does this post my comment?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on new blog: lemmatheultimate by Live Love Life</title>
		<link>http://larrytheliquid.com/2009/10/13/new-blog-lemmatheultimate/#comment-1179</link>
		<author>Live Love Life</author>
		<pubDate>Mon, 08 Mar 2010 07:34:09 +0000</pubDate>
		<guid>http://larrytheliquid.com/2009/10/13/new-blog-lemmatheultimate/#comment-1179</guid>
		<description>I like this blog. I will check your other blog now.</description>
		<content:encoded><![CDATA[<p>I like this blog. I will check your other blog now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling Git and git-svn on OSX Tiger by kronn</title>
		<link>http://larrytheliquid.com/2007/12/29/compiling-git-and-git-svn-on-osx-tiger/#comment-1177</link>
		<author>kronn</author>
		<pubDate>Fri, 01 Jan 2010 16:48:12 +0000</pubDate>
		<guid>http://larrytheliquid.com/2007/12/29/compiling-git-and-git-svn-on-osx-tiger/#comment-1177</guid>
		<description>If git and subversion are installed from binary, Perl still needs to find the missing Libraries.
For SVN/Core you may need to extend the Perl5Lib-Variable by putting this into your ~/.profile:

# needed for "git svn"
export PERL5LIB=/opt/subversion/lib/svn-perl/

Thanks for the right pointers!</description>
		<content:encoded><![CDATA[<p>If git and subversion are installed from binary, Perl still needs to find the missing Libraries.<br />
For SVN/Core you may need to extend the Perl5Lib-Variable by putting this into your ~/.profile:</p>
<p># needed for &#8220;git svn&#8221;<br />
export PERL5LIB=/opt/subversion/lib/svn-perl/</p>
<p>Thanks for the right pointers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developing micro-architectures in web apps and services by Hendy Irawan @ AdaRuby</title>
		<link>http://larrytheliquid.com/2009/07/14/developing-micro-architectures-in-web-apps-and-services/#comment-1174</link>
		<author>Hendy Irawan @ AdaRuby</author>
		<pubDate>Wed, 16 Dec 2009 05:13:23 +0000</pubDate>
		<guid>http://larrytheliquid.com/2009/07/14/developing-micro-architectures-in-web-apps-and-services/#comment-1174</guid>
		<description>For one, I still do not know (yet) how to call another Rails action from a Rails action handler (i.e using a microservice). Do you know how to do this? I can use Net::HTTP but this seems hackish.</description>
		<content:encoded><![CDATA[<p>For one, I still do not know (yet) how to call another Rails action from a Rails action handler (i.e using a microservice). Do you know how to do this? I can use Net::HTTP but this seems hackish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developing micro-architectures in web apps and services by Hendy Irawan @ AdaRuby</title>
		<link>http://larrytheliquid.com/2009/07/14/developing-micro-architectures-in-web-apps-and-services/#comment-1173</link>
		<author>Hendy Irawan @ AdaRuby</author>
		<pubDate>Wed, 16 Dec 2009 05:11:57 +0000</pubDate>
		<guid>http://larrytheliquid.com/2009/07/14/developing-micro-architectures-in-web-apps-and-services/#comment-1173</guid>
		<description>Excellent writeup, Larry!

I'm venturing into micro-services as well. My first experience was with OSGi (Java), but that was microarchitecture in a single VM (microkernel), not through HTTP.

As of now I'm "increasingly reducing" usage of ActionView and helpers, and using more of AJAX frontend/SOFEA-style with Dojo. In some ways, with this setup, I begin to realize that Ruby on Rails conventions (esp with ActionView and ActionController) actually restricts what I'm trying to do instead of helping. I'm thinking it might be easier (and more performant) to do with closer-to-HTTP toolset instead of a high level MVC framework like Rails.

I'm still smoothing out with Dojo+Rails, and really looking forward to microarchitecture. However, support for this kind of development/architecture style seems to be still limited at this point. So I'm not rushing...</description>
		<content:encoded><![CDATA[<p>Excellent writeup, Larry!</p>
<p>I&#8217;m venturing into micro-services as well. My first experience was with OSGi (Java), but that was microarchitecture in a single VM (microkernel), not through HTTP.</p>
<p>As of now I&#8217;m &#8220;increasingly reducing&#8221; usage of ActionView and helpers, and using more of AJAX frontend/SOFEA-style with Dojo. In some ways, with this setup, I begin to realize that Ruby on Rails conventions (esp with ActionView and ActionController) actually restricts what I&#8217;m trying to do instead of helping. I&#8217;m thinking it might be easier (and more performant) to do with closer-to-HTTP toolset instead of a high level MVC framework like Rails.</p>
<p>I&#8217;m still smoothing out with Dojo+Rails, and really looking forward to microarchitecture. However, support for this kind of development/architecture style seems to be still limited at this point. So I&#8217;m not rushing&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My first post by dibershs</title>
		<link>http://larrytheliquid.com/2006/10/28/my-first-post/#comment-1172</link>
		<author>dibershs</author>
		<pubDate>Wed, 25 Nov 2009 14:23:03 +0000</pubDate>
		<guid>http://larrytheliquid.com/2006/10/28/my-first-post/#comment-1172</guid>
		<description>???????? ????? ?  ???????? ??? , ?????????? ? ?????? ??????????? .
 ????? ?? ??????? ???????? ???????????? ???????? ??????? ?????????? .
&lt;a href="http://gersy.co.cc/index.html" rel="nofollow"&gt;??????? ????? ????&lt;/a&gt;
????????????? ??????????????????, ?????????????? ????? ??????, ? ???????? ??????? ????</description>
		<content:encoded><![CDATA[<p>???????? ????? ?  ???????? ??? , ?????????? ? ?????? ??????????? .<br />
 ????? ?? ??????? ???????? ???????????? ???????? ??????? ?????????? .<br />
<a href="http://gersy.co.cc/index.html" rel="nofollow">??????? ????? ????</a><br />
????????????? ??????????????????, ?????????????? ????? ??????, ? ???????? ??????? ????</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on new blog: lemmatheultimate by ?????????</title>
		<link>http://larrytheliquid.com/2009/10/13/new-blog-lemmatheultimate/#comment-1171</link>
		<author>?????????</author>
		<pubDate>Sun, 15 Nov 2009 18:02:06 +0000</pubDate>
		<guid>http://larrytheliquid.com/2009/10/13/new-blog-lemmatheultimate/#comment-1171</guid>
		<description>??????????? ????...??? ???????? ?? ...???????????.</description>
		<content:encoded><![CDATA[<p>??????????? ????&#8230;??? ???????? ?? &#8230;???????????.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Presenting Clojure with a Gitorial by TK</title>
		<link>http://larrytheliquid.com/2009/03/02/presenting-clojure-with-a-gitorial/#comment-1168</link>
		<author>TK</author>
		<pubDate>Fri, 30 Oct 2009 02:34:17 +0000</pubDate>
		<guid>http://larrytheliquid.com/2009/03/02/presenting-clojure-with-a-gitorial/#comment-1168</guid>
		<description>I'm a little late to the party, but I'm taking a different means of navigating the changes:
git clone 
cd buzzer
gitk &amp;
git co 
git co -b local
and working my way up</description>
		<content:encoded><![CDATA[<p>I&#8217;m a little late to the party, but I&#8217;m taking a different means of navigating the changes:<br />
git clone<br />
cd buzzer<br />
gitk &amp;<br />
git co<br />
git co -b local<br />
and working my way up</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My first post by Mr.Carrot67</title>
		<link>http://larrytheliquid.com/2006/10/28/my-first-post/#comment-1167</link>
		<author>Mr.Carrot67</author>
		<pubDate>Thu, 22 Oct 2009 20:27:58 +0000</pubDate>
		<guid>http://larrytheliquid.com/2006/10/28/my-first-post/#comment-1167</guid>
		<description>If there is any complaint about Google, it would be that they are only reliable as the content they are searching, and anyone can make a web page these days. ,</description>
		<content:encoded><![CDATA[<p>If there is any complaint about Google, it would be that they are only reliable as the content they are searching, and anyone can make a web page these days. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My first post by medon12</title>
		<link>http://larrytheliquid.com/2006/10/28/my-first-post/#comment-1165</link>
		<author>medon12</author>
		<pubDate>Thu, 24 Sep 2009 23:03:15 +0000</pubDate>
		<guid>http://larrytheliquid.com/2006/10/28/my-first-post/#comment-1165</guid>
		<description>pissing, zolotoj dozhd'</description>
		<content:encoded><![CDATA[<p>pissing, zolotoj dozhd&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss><!-- Dynamic Page Served (once) in 0.221 seconds -->
