<?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 7deeds</title>
	<atom:link href="http://blog.7deeds.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.7deeds.com</link>
	<description>Petros Amiridis - A humble programmer's seven noteworthy actions for the community</description>
	<lastBuildDate>Mon, 01 Mar 2010 11:41:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Daily scrum meeting for remote teams by Petros</title>
		<link>http://blog.7deeds.com/2010/03/01/daily-scrum-meeting-for-remote-teams/comment-page-1/#comment-2728</link>
		<dc:creator>Petros</dc:creator>
		<pubDate>Mon, 01 Mar 2010 11:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.7deeds.com/?p=401#comment-2728</guid>
		<description>Yes the 15 minute limit is a challenge, especially if the communication is done using IM as we do. However, we really try to keep it as short as possible. Holding them at the end of the day is an interesting idea. Holding them first thing in the morning helps with planning. We also know that right after the meeting we might reserve some time for collaborating and helping resolve any problems. Of course one could ask for help any time of the day, although we try not to interrupt each other too often.</description>
		<content:encoded><![CDATA[<p>Yes the 15 minute limit is a challenge, especially if the communication is done using IM as we do. However, we really try to keep it as short as possible. Holding them at the end of the day is an interesting idea. Holding them first thing in the morning helps with planning. We also know that right after the meeting we might reserve some time for collaborating and helping resolve any problems. Of course one could ask for help any time of the day, although we try not to interrupt each other too often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Daily scrum meeting for remote teams by acidsmile</title>
		<link>http://blog.7deeds.com/2010/03/01/daily-scrum-meeting-for-remote-teams/comment-page-1/#comment-2727</link>
		<dc:creator>acidsmile</dc:creator>
		<pubDate>Mon, 01 Mar 2010 11:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.7deeds.com/?p=401#comment-2727</guid>
		<description>I luv these meetings, both the remote ones and the ones we have at the office. I think it&#039;s good for the team to communicate.

I do prefer holding them at the end of the day though, as it allows me for tackling problems that might have occurred early on and everyone has still fresh in their minds what they&#039;ve achieved for the day.

I still fail to keep these meetings to under 15 mins though! We often hit the 30m mark :S

M.</description>
		<content:encoded><![CDATA[<p>I luv these meetings, both the remote ones and the ones we have at the office. I think it&#8217;s good for the team to communicate.</p>
<p>I do prefer holding them at the end of the day though, as it allows me for tackling problems that might have occurred early on and everyone has still fresh in their minds what they&#8217;ve achieved for the day.</p>
<p>I still fail to keep these meetings to under 15 mins though! We often hit the 30m mark :S</p>
<p>M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby helper classes for barcodes by Tselios Kostas</title>
		<link>http://blog.7deeds.com/2009/12/23/ruby-barcodes/comment-page-1/#comment-2342</link>
		<dc:creator>Tselios Kostas</dc:creator>
		<pubDate>Mon, 28 Dec 2009 20:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.7deeds.com/?p=385#comment-2342</guid>
		<description>&lt;a href=&quot;#comment-2322&quot; rel=&quot;nofollow&quot;&gt;@Petros &lt;/a&gt; 
Why not my friend?

I&#039;m curious to see the solving method not the actual programming code.
Then, i believe, it&#039;s easy to implement it in another programming language.

Best regards
Happy Holidays!</description>
		<content:encoded><![CDATA[<p><a href="#comment-2322" rel="nofollow">@Petros </a><br />
Why not my friend?</p>
<p>I&#8217;m curious to see the solving method not the actual programming code.<br />
Then, i believe, it&#8217;s easy to implement it in another programming language.</p>
<p>Best regards<br />
Happy Holidays!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby helper classes for barcodes by Petros</title>
		<link>http://blog.7deeds.com/2009/12/23/ruby-barcodes/comment-page-1/#comment-2322</link>
		<dc:creator>Petros</dc:creator>
		<pubDate>Wed, 23 Dec 2009 22:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.7deeds.com/?p=385#comment-2322</guid>
		<description>You are welcome. The utility that I mention in the post is written in Ruby. Are you sure you would like what you describe written in Ruby?</description>
		<content:encoded><![CDATA[<p>You are welcome. The utility that I mention in the post is written in Ruby. Are you sure you would like what you describe written in Ruby?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby helper classes for barcodes by Kostas Tselios</title>
		<link>http://blog.7deeds.com/2009/12/23/ruby-barcodes/comment-page-1/#comment-2320</link>
		<dc:creator>Kostas Tselios</dc:creator>
		<pubDate>Wed, 23 Dec 2009 21:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.7deeds.com/?p=385#comment-2320</guid>
		<description>Thank you very much!

Your assistance it was very helpful.

It&#039;ll be very helpful if your project can do the following specified steps:
1. the name of the input  text file
2. the type of file i.e. a csv file, a delimited field or an Excel file
3. the field that we want to check and change (of course the barcode field)
4. the name of the output file
5. the format of the output file i.e. a csv file, a delimited field or an Excel file

Thank you again Petro</description>
		<content:encoded><![CDATA[<p>Thank you very much!</p>
<p>Your assistance it was very helpful.</p>
<p>It&#8217;ll be very helpful if your project can do the following specified steps:<br />
1. the name of the input  text file<br />
2. the type of file i.e. a csv file, a delimited field or an Excel file<br />
3. the field that we want to check and change (of course the barcode field)<br />
4. the name of the output file<br />
5. the format of the output file i.e. a csv file, a delimited field or an Excel file</p>
<p>Thank you again Petro</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A typical workflow for a team using Git by Petros</title>
		<link>http://blog.7deeds.com/2009/08/27/typical-workflow-team-using-git/comment-page-1/#comment-2214</link>
		<dc:creator>Petros</dc:creator>
		<pubDate>Sat, 05 Dec 2009 22:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.7deeds.com/?p=335#comment-2214</guid>
		<description>&lt;a href=&quot;#comment-2211&quot; rel=&quot;nofollow&quot;&gt;@Nick Kokkos &lt;/a&gt; 

Thanks Nick! Always glad to help other developers :-)</description>
		<content:encoded><![CDATA[<p><a href="#comment-2211" rel="nofollow">@Nick Kokkos </a> </p>
<p>Thanks Nick! Always glad to help other developers <img src='http://blog.7deeds.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A typical workflow for a team using Git by Nick Kokkos</title>
		<link>http://blog.7deeds.com/2009/08/27/typical-workflow-team-using-git/comment-page-1/#comment-2211</link>
		<dc:creator>Nick Kokkos</dc:creator>
		<pubDate>Sat, 05 Dec 2009 14:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.7deeds.com/?p=335#comment-2211</guid>
		<description>That was nice. Thanks for this article; exactly what I needed to check out merging with git.</description>
		<content:encoded><![CDATA[<p>That was nice. Thanks for this article; exactly what I needed to check out merging with git.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to avoid alienation while working remotely by Petros</title>
		<link>http://blog.7deeds.com/2009/06/23/how-to-avoid-alienation-while-working-remotely/comment-page-1/#comment-2183</link>
		<dc:creator>Petros</dc:creator>
		<pubDate>Sat, 28 Nov 2009 17:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.7deeds.com/?p=270#comment-2183</guid>
		<description>Thank you Andrea. I am looking forward to listen from you and learning about your experience.</description>
		<content:encoded><![CDATA[<p>Thank you Andrea. I am looking forward to listen from you and learning about your experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to avoid alienation while working remotely by Andreas Bourakis</title>
		<link>http://blog.7deeds.com/2009/06/23/how-to-avoid-alienation-while-working-remotely/comment-page-1/#comment-2181</link>
		<dc:creator>Andreas Bourakis</dc:creator>
		<pubDate>Sat, 28 Nov 2009 03:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.7deeds.com/?p=270#comment-2181</guid>
		<description>You&#039;re describing the ideal collaboration style... You should be very happy for that. I&#039;m planning to apply this working style in the near future to my company and definitely I&#039;ll share my experience with yours.</description>
		<content:encoded><![CDATA[<p>You&#8217;re describing the ideal collaboration style&#8230; You should be very happy for that. I&#8217;m planning to apply this working style in the near future to my company and definitely I&#8217;ll share my experience with yours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working remotely by Petros</title>
		<link>http://blog.7deeds.com/2009/06/22/working-remotely/comment-page-1/#comment-1960</link>
		<dc:creator>Petros</dc:creator>
		<pubDate>Sat, 03 Oct 2009 14:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.7deeds.com/?p=256#comment-1960</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-1956&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-1956&quot; rel=&quot;nofollow&quot;&gt;chris&lt;/a&gt; :&lt;/strong&gt;
&lt;p&gt;We are a group of friends who take care each other and are happy working with each other.
&lt;/blockquote&gt;

I have to say that this is one of the best ways to ensure working remotely will not fail.</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-1956"><p>
<strong><a href="#comment-1956" rel="nofollow">chris</a> :</strong></p>
<p>We are a group of friends who take care each other and are happy working with each other.
</p>
</blockquote>
<p>I have to say that this is one of the best ways to ensure working remotely will not fail.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
