<?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 joe.montijoe.monti</title>
	<atom:link href="http://joemonti.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://joemonti.org</link>
	<description>My thoughts on tech, stuff, and nonsense.</description>
	<lastBuildDate>Fri, 04 Sep 2009 04:29:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on SSH data transfer trick by Nate</title>
		<link>http://joemonti.org/2009/01/13/ssh-data-transfer-trick/comment-page-1/#comment-3004</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Fri, 04 Sep 2009 04:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://joemonti.org/?p=88#comment-3004</guid>
		<description><![CDATA[The SSH redirect is pretty snazzy given you have the right permissions to use SSH or rlogin :)  In some of my work, I&#039;ve been limited to telnet due to security protocols (don&#039;t ask) and found I had to write scripts using the &quot;expect&quot; language to automatically login and pass back and forth remote commands.  You could spend weeks trying to learn various redirection methods!]]></description>
		<content:encoded><![CDATA[<p>The SSH redirect is pretty snazzy given you have the right permissions to use SSH or rlogin <img src='http://joemonti.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   In some of my work, I&#8217;ve been limited to telnet due to security protocols (don&#8217;t ask) and found I had to write scripts using the &#8220;expect&#8221; language to automatically login and pass back and forth remote commands.  You could spend weeks trying to learn various redirection methods!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moved to WordPress by Jamie</title>
		<link>http://joemonti.org/2008/12/18/hello-world/comment-page-1/#comment-738</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Fri, 27 Mar 2009 17:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://joemonti.org/?p=1#comment-738</guid>
		<description><![CDATA[I use WordPress as well, easy to maintain and have enough features to fill my geek like desires. (=]]></description>
		<content:encoded><![CDATA[<p>I use WordPress as well, easy to maintain and have enough features to fill my geek like desires. (=</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSH data transfer trick by admin</title>
		<link>http://joemonti.org/2009/01/13/ssh-data-transfer-trick/comment-page-1/#comment-219</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 14 Jan 2009 15:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://joemonti.org/?p=88#comment-219</guid>
		<description><![CDATA[I had a few reasons:

 1. I didn&#039;t have enough space on my server for all my laptop data uncompressed but I did have enough if it was compressed.
 2. I am not that familiar with rsync (hence all my following reasons).
 3. I wasn&#039;t sure how permissions and special files would be preserved.
 4. In my experience, transferring many small files goes much much slower than transferring one large file. I thought rsync might do this.

I have a feeling these reasons would be invalid or could be worked around, but I wasn&#039;t as confident with rsync as I was with io redirection and tar/ssh.

The progress detail would have been helpful. Those commands give no indication of progress so I would have to check file size / disk usage.]]></description>
		<content:encoded><![CDATA[<p>I had a few reasons:</p>
<p> 1. I didn&#8217;t have enough space on my server for all my laptop data uncompressed but I did have enough if it was compressed.<br />
 2. I am not that familiar with rsync (hence all my following reasons).<br />
 3. I wasn&#8217;t sure how permissions and special files would be preserved.<br />
 4. In my experience, transferring many small files goes much much slower than transferring one large file. I thought rsync might do this.</p>
<p>I have a feeling these reasons would be invalid or could be worked around, but I wasn&#8217;t as confident with rsync as I was with io redirection and tar/ssh.</p>
<p>The progress detail would have been helpful. Those commands give no indication of progress so I would have to check file size / disk usage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSH data transfer trick by Josh</title>
		<link>http://joemonti.org/2009/01/13/ssh-data-transfer-trick/comment-page-1/#comment-216</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Wed, 14 Jan 2009 14:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://joemonti.org/?p=88#comment-216</guid>
		<description><![CDATA[This is some fun io redirection for sure, but I&#039;m curious why you threw out rsync? Rsync was basically designed for just this sort of task. rsync -uavP -e ssh (src) (dst) where src could be /mnt/sda3 and dst could be user@server:/home/user/backupPath. It allows resuming interrupted transfers and gives great progress detail, etc.]]></description>
		<content:encoded><![CDATA[<p>This is some fun io redirection for sure, but I&#8217;m curious why you threw out rsync? Rsync was basically designed for just this sort of task. rsync -uavP -e ssh (src) (dst) where src could be /mnt/sda3 and dst could be user@server:/home/user/backupPath. It allows resuming interrupted transfers and gives great progress detail, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Where to Simulate Behavior by Joe</title>
		<link>http://joemonti.org/2008/05/15/where-to-simulate-behavior/comment-page-1/#comment-4091</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sat, 07 Jun 2008 15:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemonti.org/?p=253#comment-4091</guid>
		<description><![CDATA[I think the role of memory is very important. I think memory is what stores the state of the system. For instance, when simulating a ball bouncing, memory stores the environmental boundaries (floor, walls, ceiling, etc) and the state of the ball (position, velocity, direction, etc). And when simulating the human brain, memory plays a more complicated role.]]></description>
		<content:encoded><![CDATA[<p>I think the role of memory is very important. I think memory is what stores the state of the system. For instance, when simulating a ball bouncing, memory stores the environmental boundaries (floor, walls, ceiling, etc) and the state of the ball (position, velocity, direction, etc). And when simulating the human brain, memory plays a more complicated role.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Where to Simulate Behavior by Joe B</title>
		<link>http://joemonti.org/2008/05/15/where-to-simulate-behavior/comment-page-1/#comment-4090</link>
		<dc:creator>Joe B</dc:creator>
		<pubDate>Sat, 07 Jun 2008 08:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemonti.org/?p=253#comment-4090</guid>
		<description><![CDATA[Hi Joe!  What role, if any, do you see memory taking in simulating behavior?]]></description>
		<content:encoded><![CDATA[<p>Hi Joe!  What role, if any, do you see memory taking in simulating behavior?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TeleJamming by Joe</title>
		<link>http://joemonti.org/2008/01/03/telejamming/comment-page-1/#comment-4089</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Mon, 19 May 2008 18:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemonti.org/?p=248#comment-4089</guid>
		<description><![CDATA[Thanks Morgan! It would be a fun project to work on, but my time is a river that has dried up due ecological effects which have been directly linked to the increasing demand of my resources. But I am working on being more &quot;green&quot; in an effort to reverse these effects.]]></description>
		<content:encoded><![CDATA[<p>Thanks Morgan! It would be a fun project to work on, but my time is a river that has dried up due ecological effects which have been directly linked to the increasing demand of my resources. But I am working on being more &#8220;green&#8221; in an effort to reverse these effects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TeleJamming by Morgan</title>
		<link>http://joemonti.org/2008/01/03/telejamming/comment-page-1/#comment-4088</link>
		<dc:creator>Morgan</dc:creator>
		<pubDate>Sun, 18 May 2008 01:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemonti.org/?p=248#comment-4088</guid>
		<description><![CDATA[This is a great idea! Get it to work and you could rival P2P as the top bandwidth hog!&lt;br/&gt;&lt;br/&gt;I&#039;ve done a bit of recording on computers (Cakewalk Sonar) so let me know if I can help at all.&lt;br/&gt;&lt;br/&gt;Good Luck&lt;br/&gt;&lt;br/&gt;Morgan]]></description>
		<content:encoded><![CDATA[<p>This is a great idea! Get it to work and you could rival P2P as the top bandwidth hog!</p>
<p>I&#8217;ve done a bit of recording on computers (Cakewalk Sonar) so let me know if I can help at all.</p>
<p>Good Luck</p>
<p>Morgan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Time Warner SUCKS! by Joe</title>
		<link>http://joemonti.org/2006/09/26/time-warner-sucks/comment-page-1/#comment-4087</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 25 Jul 2007 18:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemonti.org/?p=229#comment-4087</guid>
		<description><![CDATA[No, you do! :-P&lt;br/&gt;&lt;br/&gt;SFRTC (society for responsible treatment of computers)]]></description>
		<content:encoded><![CDATA[<p>No, you do! <img src='http://joemonti.org/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
<p>SFRTC (society for responsible treatment of computers)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Time Warner SUCKS! by Anonymous</title>
		<link>http://joemonti.org/2006/09/26/time-warner-sucks/comment-page-1/#comment-4086</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 25 Jul 2007 17:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemonti.org/?p=229#comment-4086</guid>
		<description><![CDATA[no your computer sucks&lt;br/&gt;&lt;br/&gt;RR tech]]></description>
		<content:encoded><![CDATA[<p>no your computer sucks</p>
<p>RR tech</p>
]]></content:encoded>
	</item>
</channel>
</rss>
