<?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 Cerebral Mastication</title>
	<atom:link href="http://www.cerebralmastication.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cerebralmastication.com</link>
	<description>Something to Chew On</description>
	<lastBuildDate>Wed, 07 Dec 2011 13:07:56 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Principal Component Analysis (PCA) vs Ordinary Least Squares (OLS): A Visual Explanation by JD Long</title>
		<link>http://www.cerebralmastication.com/2010/09/principal-component-analysis-pca-vs-ordinary-least-squares-ols-a-visual-explination/comment-page-1/#comment-71143</link>
		<dc:creator>JD Long</dc:creator>
		<pubDate>Wed, 07 Dec 2011 13:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.cerebralmastication.com/?p=866#comment-71143</guid>
		<description>Matt, thanks for catching the typo! 

I enjoy writing in the tone of &quot;on the couch with a beer.&quot; I find it helps simple things seem simple and complex things seem approachable. Writing formally as if in a journal article tends to make simple things seem obfuscated and complex things impossible... at least that&#039;s my experience. Thanks for reading.</description>
		<content:encoded><![CDATA[<p>Matt, thanks for catching the typo! </p>
<p>I enjoy writing in the tone of &#8220;on the couch with a beer.&#8221; I find it helps simple things seem simple and complex things seem approachable. Writing formally as if in a journal article tends to make simple things seem obfuscated and complex things impossible&#8230; at least that&#8217;s my experience. Thanks for reading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Principal Component Analysis (PCA) vs Ordinary Least Squares (OLS): A Visual Explanation by Matt</title>
		<link>http://www.cerebralmastication.com/2010/09/principal-component-analysis-pca-vs-ordinary-least-squares-ols-a-visual-explination/comment-page-1/#comment-71067</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 07 Dec 2011 02:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.cerebralmastication.com/?p=866#comment-71067</guid>
		<description>Typo in the line after the first picture. &quot;Two of these errors are illustrated for the x ~ y case in the following picture&quot; Should be &quot;y ~ x&quot;, as that is the red line. 

Nice post, interesting stuff and appreciate the &quot;sitting on the couch with a beer&quot; tone of your writing ^_^</description>
		<content:encoded><![CDATA[<p>Typo in the line after the first picture. &#8220;Two of these errors are illustrated for the x ~ y case in the following picture&#8221; Should be &#8220;y ~ x&#8221;, as that is the red line. </p>
<p>Nice post, interesting stuff and appreciate the &#8220;sitting on the couch with a beer&#8221; tone of your writing ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fast Two Way Sync in Ubuntu! by Keep your files in sync between computers for free &#124; Decision Science News</title>
		<link>http://www.cerebralmastication.com/2011/04/fast-two-way-sync-in-ubuntu/comment-page-1/#comment-68551</link>
		<dc:creator>Keep your files in sync between computers for free &#124; Decision Science News</dc:creator>
		<pubDate>Sun, 20 Nov 2011 04:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cerebralmastication.com/?p=955#comment-68551</guid>
		<description>[...] uses lsyncd to keep his R files (specifically, R Studio output) in sync with his local machine. Post 1. Post 2. At DSN, we use lsyncd to create a magic folder on our server that pushes R plots generated [...]</description>
		<content:encoded><![CDATA[<p>[...] uses lsyncd to keep his R files (specifically, R Studio output) in sync with his local machine. Post 1. Post 2. At DSN, we use lsyncd to create a magic folder on our server that pushes R plots generated [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connecting to SQL Server from R using RJDBC by sk</title>
		<link>http://www.cerebralmastication.com/2010/09/connecting-to-sql-server-from-r-using-rjdbc/comment-page-1/#comment-68376</link>
		<dc:creator>sk</dc:creator>
		<pubDate>Fri, 18 Nov 2011 17:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.cerebralmastication.com/?p=891#comment-68376</guid>
		<description>this post helped me lot - thanks!
only the sqljdbc4.jar is really needed, maybe this is worth mentioning as well (for people being even more spooked by java than you). anyway - thanks again!</description>
		<content:encoded><![CDATA[<p>this post helped me lot &#8211; thanks!<br />
only the sqljdbc4.jar is really needed, maybe this is worth mentioning as well (for people being even more spooked by java than you). anyway &#8211; thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Details of two-way sync between two Ubuntu machines by Nick P.</title>
		<link>http://www.cerebralmastication.com/2011/04/details-of-two-way-sync-between-two-ubuntu-machines/comment-page-1/#comment-67005</link>
		<dc:creator>Nick P.</dc:creator>
		<pubDate>Tue, 08 Nov 2011 20:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.cerebralmastication.com/?p=966#comment-67005</guid>
		<description>Thanks for replying so fast, i have already found a solution to this. So i post it in case come in handy to someone else. The problem was that the lsyncd daemon is launched using root priviledges. So ssh was preventing access to my .ssh rsa files of my simple user account.

I just generated ssh keys for root account like this:

$ ssh-keygen
(type enter to all default options)
$ cat ~/.ssh/id_rsa.pub &#124; ssh @ &#039;cat &gt;&gt; .ssh/authorized_keys&#039;

After that, your setup works like a charm!!!</description>
		<content:encoded><![CDATA[<p>Thanks for replying so fast, i have already found a solution to this. So i post it in case come in handy to someone else. The problem was that the lsyncd daemon is launched using root priviledges. So ssh was preventing access to my .ssh rsa files of my simple user account.</p>
<p>I just generated ssh keys for root account like this:</p>
<p>$ ssh-keygen<br />
(type enter to all default options)<br />
$ cat ~/.ssh/id_rsa.pub | ssh @ &#8216;cat &gt;&gt; .ssh/authorized_keys&#8217;</p>
<p>After that, your setup works like a charm!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Details of two-way sync between two Ubuntu machines by JD Long</title>
		<link>http://www.cerebralmastication.com/2011/04/details-of-two-way-sync-between-two-ubuntu-machines/comment-page-1/#comment-67001</link>
		<dc:creator>JD Long</dc:creator>
		<pubDate>Tue, 08 Nov 2011 20:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cerebralmastication.com/?p=966#comment-67001</guid>
		<description>Ugh... nothing jumps out at me as to why this is happening. Sorry that I&#039;m not much help. Try looking at the lsyncd logs and possibly upping the level of verbosity of the logging.</description>
		<content:encoded><![CDATA[<p>Ugh&#8230; nothing jumps out at me as to why this is happening. Sorry that I&#8217;m not much help. Try looking at the lsyncd logs and possibly upping the level of verbosity of the logging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Details of two-way sync between two Ubuntu machines by Nick P.</title>
		<link>http://www.cerebralmastication.com/2011/04/details-of-two-way-sync-between-two-ubuntu-machines/comment-page-1/#comment-66986</link>
		<dc:creator>Nick P.</dc:creator>
		<pubDate>Tue, 08 Nov 2011 17:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.cerebralmastication.com/?p=966#comment-66986</guid>
		<description>Hello, very nice and interesting article!! I have followed your tutorial in order to apply it in two servers but i have a problem with lsyncd daemon in /init.d/. I have Ubuntu server (oneiric) installed.

My problem is that even if i have set up private keys for ssh in both servers, i get the following error in lsyncd.log file:

Contacting server...
Permission denied, please try again.
Permission denied, please try again.
Permission denied (publickey,gssapi-with-mic,password).
Fatal error: Lost connection with the server

It seems strange since when i run the command of the lsyncd.config file (i.e /usr/bin/unison -batch /home/jal/Documents ssh://12.34.56.78//home/jal/Documents) it connects to ssh without password (using ssh keys) and performs the synchronization just fine.

Any ideas?

P.S my ~/.ssh permissions are 755</description>
		<content:encoded><![CDATA[<p>Hello, very nice and interesting article!! I have followed your tutorial in order to apply it in two servers but i have a problem with lsyncd daemon in /init.d/. I have Ubuntu server (oneiric) installed.</p>
<p>My problem is that even if i have set up private keys for ssh in both servers, i get the following error in lsyncd.log file:</p>
<p>Contacting server&#8230;<br />
Permission denied, please try again.<br />
Permission denied, please try again.<br />
Permission denied (publickey,gssapi-with-mic,password).<br />
Fatal error: Lost connection with the server</p>
<p>It seems strange since when i run the command of the lsyncd.config file (i.e /usr/bin/unison -batch /home/jal/Documents ssh://12.34.56.78//home/jal/Documents) it connects to ssh without password (using ssh keys) and performs the synchronization just fine.</p>
<p>Any ideas?</p>
<p>P.S my ~/.ssh permissions are 755</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Details of two-way sync between two Ubuntu machines by JD Long</title>
		<link>http://www.cerebralmastication.com/2011/04/details-of-two-way-sync-between-two-ubuntu-machines/comment-page-1/#comment-43798</link>
		<dc:creator>JD Long</dc:creator>
		<pubDate>Mon, 01 Aug 2011 17:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.cerebralmastication.com/?p=966#comment-43798</guid>
		<description>Bruno, I bet this is happening to me and I didn&#039;t realize it. I suspect I just saw Unison running and assumed that was the daemon. I agree it&#039;s less than ideal.</description>
		<content:encoded><![CDATA[<p>Bruno, I bet this is happening to me and I didn&#8217;t realize it. I suspect I just saw Unison running and assumed that was the daemon. I agree it&#8217;s less than ideal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Details of two-way sync between two Ubuntu machines by Bruno Leon</title>
		<link>http://www.cerebralmastication.com/2011/04/details-of-two-way-sync-between-two-ubuntu-machines/comment-page-1/#comment-43797</link>
		<dc:creator>Bruno Leon</dc:creator>
		<pubDate>Mon, 01 Aug 2011 17:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.cerebralmastication.com/?p=966#comment-43797</guid>
		<description>They are launched in series not parallel.
I also found out that if you create / delete / recreate a file within the agregate period, only on unison shell is spawned.

This tend to show that events are aggregated when they belong to the same file.
Different file events for files in the same folder do not agregate though.

This is no blocking issue because it works, but still having unison launched for nothing is just not ideal.</description>
		<content:encoded><![CDATA[<p>They are launched in series not parallel.<br />
I also found out that if you create / delete / recreate a file within the agregate period, only on unison shell is spawned.</p>
<p>This tend to show that events are aggregated when they belong to the same file.<br />
Different file events for files in the same folder do not agregate though.</p>
<p>This is no blocking issue because it works, but still having unison launched for nothing is just not ideal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Details of two-way sync between two Ubuntu machines by JD Long</title>
		<link>http://www.cerebralmastication.com/2011/04/details-of-two-way-sync-between-two-ubuntu-machines/comment-page-1/#comment-43795</link>
		<dc:creator>JD Long</dc:creator>
		<pubDate>Mon, 01 Aug 2011 17:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cerebralmastication.com/?p=966#comment-43795</guid>
		<description>Bruno, I set a wait period of ~ 15 seconds. It appears that having a wait period works like an aggregation. I&#039;m not seeing a huge number of Unison events stack up. This may be some logic in Unison that&#039;s helping me out. Are you seeing Unison run 100 times in parallel or is it running unison 100 times in series? It may be possible that I&#039;m getting Unison events in series and I don&#039;t realize it.</description>
		<content:encoded><![CDATA[<p>Bruno, I set a wait period of ~ 15 seconds. It appears that having a wait period works like an aggregation. I&#8217;m not seeing a huge number of Unison events stack up. This may be some logic in Unison that&#8217;s helping me out. Are you seeing Unison run 100 times in parallel or is it running unison 100 times in series? It may be possible that I&#8217;m getting Unison events in series and I don&#8217;t realize it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

