<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Software is too expensive to build cheaply....</title>
	<atom:link href="http://twasink.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://twasink.net</link>
	<description>Robert&#039;s Rambling Ruminations Regarding Reality...</description>
	<lastBuildDate>Tue, 29 May 2012 00:48:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Git, Feature Branches, and Jenkins &#8211; or how I learned to stop worrying about broken builds by Joe McDonagh</title>
		<link>http://twasink.net/2011/09/20/git-feature-branches-and-jenkins-or-how-i-learned-to-stop-worrying-about-broken-builds/#comment-621</link>
		<dc:creator><![CDATA[Joe McDonagh]]></dc:creator>
		<pubDate>Tue, 29 May 2012 00:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/blog/?p=778#comment-621</guid>
		<description><![CDATA[Good to know that it is not my insanity.]]></description>
		<content:encoded><![CDATA[<p>Good to know that it is not my insanity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Parallel Branches meet regularly with Git and Jenkins by Robert Watkins</title>
		<link>http://twasink.net/2011/09/16/making-parallel-branches-meet-regularly-with-git-and-jenkins/#comment-619</link>
		<dc:creator><![CDATA[Robert Watkins]]></dc:creator>
		<pubDate>Mon, 28 May 2012 12:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/blog/?p=763#comment-619</guid>
		<description><![CDATA[In that case, I&#039;d suggest merging it into some sort of candidate-for-stable branch. The biggest problem you&#039;ll have with long-lived branches is that they will get harder and harder to merge and integrate together; keeping a candidate-for-stable branch around will make it easier to identify that.]]></description>
		<content:encoded><![CDATA[<p>In that case, I&#8217;d suggest merging it into some sort of candidate-for-stable branch. The biggest problem you&#8217;ll have with long-lived branches is that they will get harder and harder to merge and integrate together; keeping a candidate-for-stable branch around will make it easier to identify that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git, Feature Branches, and Jenkins &#8211; or how I learned to stop worrying about broken builds by Robert Watkins</title>
		<link>http://twasink.net/2011/09/20/git-feature-branches-and-jenkins-or-how-i-learned-to-stop-worrying-about-broken-builds/#comment-618</link>
		<dc:creator><![CDATA[Robert Watkins]]></dc:creator>
		<pubDate>Mon, 28 May 2012 12:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/blog/?p=778#comment-618</guid>
		<description><![CDATA[Yes - there&#039;s a bug in the Git plugin where if it can&#039;t merge a branch it gets stuck. That&#039;s a bug, and it&#039;s bloody annoying.

The behaviour I describe is when the branch merges cleanly, but doesn&#039;t pass - at this point, the feature branch will not get monitored anymore. You may need to clean the workspace out between builds.]]></description>
		<content:encoded><![CDATA[<p>Yes &#8211; there&#8217;s a bug in the Git plugin where if it can&#8217;t merge a branch it gets stuck. That&#8217;s a bug, and it&#8217;s bloody annoying.</p>
<p>The behaviour I describe is when the branch merges cleanly, but doesn&#8217;t pass &#8211; at this point, the feature branch will not get monitored anymore. You may need to clean the workspace out between builds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Parallel Branches meet regularly with Git and Jenkins by Jon Lachelt</title>
		<link>http://twasink.net/2011/09/16/making-parallel-branches-meet-regularly-with-git-and-jenkins/#comment-617</link>
		<dc:creator><![CDATA[Jon Lachelt]]></dc:creator>
		<pubDate>Mon, 21 May 2012 23:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/blog/?p=763#comment-617</guid>
		<description><![CDATA[We&#039;re planning to implement something like this, but we don&#039;t want the build server to automatically merge a feature into the stable branch just because the build passed the tests. The developer may not be finished with the feature, or we may need product manager approval before we decide to merge the feature into the stable branch.  So we want some additional action to trigger the merge (but still want it to happen only if the build/test were successful).]]></description>
		<content:encoded><![CDATA[<p>We&#8217;re planning to implement something like this, but we don&#8217;t want the build server to automatically merge a feature into the stable branch just because the build passed the tests. The developer may not be finished with the feature, or we may need product manager approval before we decide to merge the feature into the stable branch.  So we want some additional action to trigger the merge (but still want it to happen only if the build/test were successful).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git, Feature Branches, and Jenkins &#8211; or how I learned to stop worrying about broken builds by Joe McDonagh</title>
		<link>http://twasink.net/2011/09/20/git-feature-branches-and-jenkins-or-how-i-learned-to-stop-worrying-about-broken-builds/#comment-616</link>
		<dc:creator><![CDATA[Joe McDonagh]]></dc:creator>
		<pubDate>Mon, 21 May 2012 15:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/blog/?p=778#comment-616</guid>
		<description><![CDATA[We have the same settings AFAICT and a broken topic branch that can&#039;t be merged causes the build to fail, and remain broken until the branch is fixed so it will merge cleanly... so I&#039;m having trouble understanding specifically what you mean when you reference a &#039;feature&#039; to stop this from happening... would be a god-send to have this feature.]]></description>
		<content:encoded><![CDATA[<p>We have the same settings AFAICT and a broken topic branch that can&#8217;t be merged causes the build to fail, and remain broken until the branch is fixed so it will merge cleanly&#8230; so I&#8217;m having trouble understanding specifically what you mean when you reference a &#8216;feature&#8217; to stop this from happening&#8230; would be a god-send to have this feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Podcasts that I listen to by Nate</title>
		<link>http://twasink.net/2012/02/04/podcasts-that-i-listen-to/#comment-591</link>
		<dc:creator><![CDATA[Nate]]></dc:creator>
		<pubDate>Thu, 12 Apr 2012 16:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/?p=896#comment-591</guid>
		<description><![CDATA[This Developer Life, not as technical but developer focused.  It seems to be formatted like This American Life.]]></description>
		<content:encoded><![CDATA[<p>This Developer Life, not as technical but developer focused.  It seems to be formatted like This American Life.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On the private health insurance rebate means test&#8230; by Robert Watkins</title>
		<link>http://twasink.net/2012/02/14/on-the-private-health-insurance-rebate-means-test/#comment-562</link>
		<dc:creator><![CDATA[Robert Watkins]]></dc:creator>
		<pubDate>Thu, 23 Feb 2012 21:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/?p=907#comment-562</guid>
		<description><![CDATA[The stated policy is that the means test will cut in at $160,000 (for families - $80,000 for individuals), with the benefit being phased out entirely at $250,000 (or $125,000 for individuals). This implies that the benefit is reduced as income goes up, which would be normal for most means-tested benefits. As a rule, Australian government subsidies try (but don&#039;t always succeed) to avoid hard cutoffs.]]></description>
		<content:encoded><![CDATA[<p>The stated policy is that the means test will cut in at $160,000 (for families &#8211; $80,000 for individuals), with the benefit being phased out entirely at $250,000 (or $125,000 for individuals). This implies that the benefit is reduced as income goes up, which would be normal for most means-tested benefits. As a rule, Australian government subsidies try (but don&#8217;t always succeed) to avoid hard cutoffs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On the private health insurance rebate means test&#8230; by Carol Leary (caleary@picknowl.com.au</title>
		<link>http://twasink.net/2012/02/14/on-the-private-health-insurance-rebate-means-test/#comment-561</link>
		<dc:creator><![CDATA[Carol Leary (caleary@picknowl.com.au]]></dc:creator>
		<pubDate>Thu, 23 Feb 2012 03:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/?p=907#comment-561</guid>
		<description><![CDATA[You have captured the inequalities in the Health System but like me you feel the need to have a backup.  I sometimes wonder if these medical specialist are over charging because we have a private fund.  Technology is great but the great costs come with it. I don&#039;t know the answer as I think we can&#039;t win.  We pay a high premium for our families - hoping it gives us health security but the member is nearly always out of pocket after the exorbitant fees charged by the medical profession.  I hope those on $160,000 will not lose their whole rebate and we need this to be explained.  Those on $250,000 and over I believe do not need a government rebate.]]></description>
		<content:encoded><![CDATA[<p>You have captured the inequalities in the Health System but like me you feel the need to have a backup.  I sometimes wonder if these medical specialist are over charging because we have a private fund.  Technology is great but the great costs come with it. I don&#8217;t know the answer as I think we can&#8217;t win.  We pay a high premium for our families &#8211; hoping it gives us health security but the member is nearly always out of pocket after the exorbitant fees charged by the medical profession.  I hope those on $160,000 will not lose their whole rebate and we need this to be explained.  Those on $250,000 and over I believe do not need a government rebate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git, Feature Branches, and Jenkins &#8211; or how I learned to stop worrying about broken builds by Stig Kleppe-Jørgensen</title>
		<link>http://twasink.net/2011/09/20/git-feature-branches-and-jenkins-or-how-i-learned-to-stop-worrying-about-broken-builds/#comment-559</link>
		<dc:creator><![CDATA[Stig Kleppe-Jørgensen]]></dc:creator>
		<pubDate>Tue, 21 Feb 2012 16:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/blog/?p=778#comment-559</guid>
		<description><![CDATA[Yes, you will have to manually merge the integration branch into your branch to get _your_ commits to build if there is a merge error. But, as he says, if another developer pushes changes and they merge ok, the build will be green again.]]></description>
		<content:encoded><![CDATA[<p>Yes, you will have to manually merge the integration branch into your branch to get _your_ commits to build if there is a merge error. But, as he says, if another developer pushes changes and they merge ok, the build will be green again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My heart bleeds for Karen Gee&#8230; by Robert Watkins</title>
		<link>http://twasink.net/2012/01/29/my-heart-bleeds-for-karen-gee/#comment-556</link>
		<dc:creator><![CDATA[Robert Watkins]]></dc:creator>
		<pubDate>Mon, 20 Feb 2012 22:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/?p=891#comment-556</guid>
		<description><![CDATA[Yeah, I worked that out later. Still picked it out randomly, though. ;) The other public school in the same area also outperformed the Catholic school, though.]]></description>
		<content:encoded><![CDATA[<p>Yeah, I worked that out later. Still picked it out randomly, though. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  The other public school in the same area also outperformed the Catholic school, though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

