<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://devlicio.us/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Rob Reynolds - The Fervent Coder - All Comments</title><link>http://devlicio.us/blogs/rob_reynolds/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>re: Warmup – Getting Started</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2010/02/01/warmup-getting-started.aspx#69441</link><pubDate>Mon, 30 Jan 2012 20:02:32 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69441</guid><dc:creator>Amir</dc:creator><description>&lt;p&gt;I completely agree with Rob. &amp;nbsp;Anything that helps me disconnect from Visual Studio is a win in my bucket. &amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69441" width="1" height="1"&gt;</description></item><item><title>re: Software Release Management - Why You Can’t And Shouldn’t Force People to Use the Latest Version</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2012/01/25/software-release-management-why-you-can-t-and-shouldn-t-force-people-to-use-the-latest-version.aspx#69393</link><pubDate>Thu, 26 Jan 2012 21:32:06 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69393</guid><dc:creator>Chris Marisic</dc:creator><description>&lt;p&gt;This is why I choose to develop targeting web applications.&lt;/p&gt;
&lt;p&gt;There is no choice in upgrade. You use the current version of our service, or you don&amp;#39;t use our service.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69393" width="1" height="1"&gt;</description></item><item><title>re: Software Release Management - Why You Can’t And Shouldn’t Force People to Use the Latest Version</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2012/01/25/software-release-management-why-you-can-t-and-shouldn-t-force-people-to-use-the-latest-version.aspx#69387</link><pubDate>Thu, 26 Jan 2012 11:21:57 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69387</guid><dc:creator>Dan Puzey</dc:creator><description>&lt;p&gt;Chrome, Firefox &amp;amp; co. are only good examples because they haven&amp;#39;t broken anything yet. &amp;nbsp;At some point there will be cause for frustration that you can&amp;#39;t get back to Chrome 26 when Chrome 27 has broken something, or even just changed it for the worse.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sure a lot of people would still be using 2-year-old Facebook, given a choice... &amp;nbsp;For websites I&amp;#39;d argue that the only reason this applies less is *because* you can force an upgrade on users. &amp;nbsp;That doesn&amp;#39;t mean they won&amp;#39;t vote with their feet too, but at least you know that your remaining users are on your newest package!&lt;/p&gt;
&lt;p&gt;A further extension of the concept is that, in many cases, what is deemed &amp;quot;buggy&amp;quot; behaviour might be essential for the successful operation of a product. &amp;nbsp;If there&amp;#39;s a minor bug in an API that&amp;#39;s otherwise critical, consumers will build their product to work around it. &amp;nbsp;Even a genuine &amp;quot;fix&amp;quot; to that behaviour might well break the code built on it.&lt;/p&gt;
&lt;p&gt;Which also highlights that this isn&amp;#39;t just about *local* things, but about anything that you might consume... a web services API, for example, will come under this rule to some extent.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69387" width="1" height="1"&gt;</description></item><item><title>re: Software Release Management - Why You Can’t And Shouldn’t Force People to Use the Latest Version</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2012/01/25/software-release-management-why-you-can-t-and-shouldn-t-force-people-to-use-the-latest-version.aspx#69373</link><pubDate>Wed, 25 Jan 2012 19:14:44 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69373</guid><dc:creator>Harry M</dc:creator><description>&lt;p&gt;It applies to web application APIs, unless you are going to break all your user&amp;#39;s client applications... &lt;/p&gt;
&lt;p&gt;...unless you have the rarely-seen HATEAOS REST API and people have written the even more mythical ContentType versioned, HttpStatus aware, link rel following magical self adaptive web client*.&lt;/p&gt;
&lt;p&gt;*AKA your user accessing your API via Firefox&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69373" width="1" height="1"&gt;</description></item><item><title>re: Software Release Management - Why You Can’t And Shouldn’t Force People to Use the Latest Version</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2012/01/25/software-release-management-why-you-can-t-and-shouldn-t-force-people-to-use-the-latest-version.aspx#69371</link><pubDate>Wed, 25 Jan 2012 17:11:25 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69371</guid><dc:creator>Erik</dc:creator><description>&lt;p&gt;I agree with the sentiments in this post completely. &amp;nbsp;For me, when producing software, it&amp;#39;s kind of the Golden Rule. &amp;nbsp;I frequently get a version of something, either as a library to use in my own code or just as a tool, and have no interest in upgrading. &amp;nbsp;If it works perfectly for me as-is, there&amp;#39;s risk associated with that, but no benefit, so why do it?&lt;/p&gt;
&lt;p&gt;And, given that attitude, I tend to sympathize with users of software that I write.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69371" width="1" height="1"&gt;</description></item><item><title>re: Software Release Management - Why You Can’t And Shouldn’t Force People to Use the Latest Version</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2012/01/25/software-release-management-why-you-can-t-and-shouldn-t-force-people-to-use-the-latest-version.aspx#69370</link><pubDate>Wed, 25 Jan 2012 16:59:35 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69370</guid><dc:creator>Rob Reynolds</dc:creator><description>&lt;p&gt;@Marcus: Good point - in this context I am thinking of libraries and tools/ applications. Things that you bring local to your system. I&amp;#39;ll update the post.&lt;/p&gt;
&lt;p&gt;First time Chrome or Firefox breaks my experience with their silent updates, I can move on to another product. I can still speak with my feet. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69370" width="1" height="1"&gt;</description></item><item><title>re: Software Release Management - Why You Can’t And Shouldn’t Force People to Use the Latest Version</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2012/01/25/software-release-management-why-you-can-t-and-shouldn-t-force-people-to-use-the-latest-version.aspx#69368</link><pubDate>Wed, 25 Jan 2012 16:54:48 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69368</guid><dc:creator>Marcus Swope</dc:creator><description>&lt;p&gt;I think it would be useful to articulate what kind of software you are talking about. I just saw your comment after reading through the whole post and thinking to myself of all the great examples we have of software that DOES force users to upgrade to the newest version (Chrome, Firefox, Facebook, every single website and most SaaS solutions, etc...). &lt;/p&gt;
&lt;p&gt;In your comment you said that websites and SaaS don&amp;#39;t have releases in the same way. The same way as what? I&amp;#39;m confused what type of software it is that you are actually talking about.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69368" width="1" height="1"&gt;</description></item><item><title>re: Software Release Management - Why You Can’t And Shouldn’t Force People to Use the Latest Version</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2012/01/25/software-release-management-why-you-can-t-and-shouldn-t-force-people-to-use-the-latest-version.aspx#69367</link><pubDate>Wed, 25 Jan 2012 16:48:16 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:69367</guid><dc:creator>Rob Reynolds</dc:creator><description>&lt;p&gt;Of course this doesn&amp;#39;t apply to websites and SaaS. But then again, they don&amp;#39;t have releases in the same way.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=69367" width="1" height="1"&gt;</description></item><item><title>re: DropkicK–Deploy Fluently</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2011/10/23/dropkick-deploy-fluently.aspx#68328</link><pubDate>Tue, 25 Oct 2011 10:23:05 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:68328</guid><dc:creator>Rob Reynolds</dc:creator><description>&lt;p&gt;@jdn: This post was past due. I&amp;#39;ve been meaning to really talk about DK for a long time. It&amp;#39;s a big subject to broach. :D&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=68328" width="1" height="1"&gt;</description></item><item><title>re: DropkicK–Deploy Fluently</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2011/10/23/dropkick-deploy-fluently.aspx#68327</link><pubDate>Tue, 25 Oct 2011 00:45:28 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:68327</guid><dc:creator>jdn</dc:creator><description>&lt;p&gt;There are so many different things that seem to merit review that I feel like I have to &amp;#39;triage&amp;#39; them, so to speak, but this post tells me that I really need to give Dropkick a serious look.&lt;/p&gt;
&lt;p&gt;Thanks for this.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=68327" width="1" height="1"&gt;</description></item><item><title>re: RoundhousE–Intelligent Database Migrations And Versioning</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2011/10/23/roundhouse-intelligent-database-migrations-and-versioning.aspx#68326</link><pubDate>Mon, 24 Oct 2011 15:56:42 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:68326</guid><dc:creator>Rob Reynolds</dc:creator><description>&lt;p&gt;Thanks Joel! Corrected.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=68326" width="1" height="1"&gt;</description></item><item><title>re: RoundhousE–Intelligent Database Migrations And Versioning</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2011/10/23/roundhouse-intelligent-database-migrations-and-versioning.aspx#68325</link><pubDate>Mon, 24 Oct 2011 13:34:17 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:68325</guid><dc:creator>Joel Beckham</dc:creator><description>&lt;p&gt;We&amp;#39;ve been using RoundhousE for a while, but just started deploying to Production with it last night. It makes our lives much, much easier. Thanks!&lt;/p&gt;
&lt;p&gt;Also -- your first link after &amp;quot;What is RoundhousE?&amp;quot; has some extra characters in it causing it to not work.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=68325" width="1" height="1"&gt;</description></item><item><title>Cheatsheet: 2011 10.11 ~ 10.17</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2011/10/07/let-s-get-chocolatey-kind-of-like-apt-get-for-windows.aspx#68296</link><pubDate>Tue, 18 Oct 2011 01:47:04 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:68296</guid><dc:creator>gOODiDEA.NET</dc:creator><description>&lt;p&gt;.NET .NET Math Library Wiki Markup Implementation in C# Web Bring your website to the next level&amp;#8230;check&lt;/p&gt;
&lt;img src="http://devlicio.us/aggbug.aspx?PostID=68296" width="1" height="1"&gt;</description></item><item><title>re: Let’s Get Chocolatey! Kind of like apt-get for Windows</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2011/10/07/let-s-get-chocolatey-kind-of-like-apt-get-for-windows.aspx#68284</link><pubDate>Thu, 13 Oct 2011 20:16:30 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:68284</guid><dc:creator>Rob Reynolds</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://garyshortblog.wordpress.com/2011/10/13/installing-nodejs-on-windows/"&gt;garyshortblog.wordpress.com/.../installing-nodejs-on-windows&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=68284" width="1" height="1"&gt;</description></item><item><title>re: Published Applications AKA _PublishedApplications</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2011/03/22/published-applications-aka-publishedapplications.aspx#68226</link><pubDate>Wed, 28 Sep 2011 02:44:08 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:68226</guid><dc:creator>Darrell Mozingo</dc:creator><description>&lt;p&gt;Dude, this is awesome! Nice work!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=68226" width="1" height="1"&gt;</description></item></channel></rss>
