<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Rob Sullivan&apos;s Weblog</title>
<link>http://www.jandrconsult.com/blogs/rob/</link>
<description></description>
<copyright>Copyright 2007</copyright>
<lastBuildDate>Thu, 21 Dec 2006 10:15:05 -0500</lastBuildDate>
<generator>http://www.movabletype.org/?v=3.2</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 

<item>
<title>The 12 Days of Configuration Management</title>
<description><![CDATA[<p><em>I’m dreaming of an open-source repository<br />
Just like the one’s I used to know. (only better)<br />
May your files be compact and properly tagged<br />
And may all your repositories be free. (as in beer)</em></p>]]></description>
<link>http://www.jandrconsult.com/blogs/rob/archives/2006/12/the_12_days_of.shtml</link>
<guid>http://www.jandrconsult.com/blogs/rob/archives/2006/12/the_12_days_of.shtml</guid>
<category>Technical Computing</category>
<pubDate>Thu, 21 Dec 2006 10:15:05 -0500</pubDate>
</item>
<item>
<title>Java Stored Procedures in a LIMS Environment</title>
<description><![CDATA[<p>In this blog, we will discuss the benefits of using Java Stored Procedures in a LIMS environment.  When Oracle 8i was released (yes, the rigors of validation dictate that many modern LIMS systems still use Oracle 8), one of its significant new features it offered over previous versions was the ability to embed and execute Java in the database.  This gave the LIMS developer opportunities to write object-oriented code that provided both reusability and performance increases.</p>]]></description>
<link>http://www.jandrconsult.com/blogs/rob/archives/2005/05/java_stored_pro.shtml</link>
<guid>http://www.jandrconsult.com/blogs/rob/archives/2005/05/java_stored_pro.shtml</guid>
<category>LIMS Consulting</category>
<pubDate>Thu, 19 May 2005 13:25:24 -0500</pubDate>
</item>
<item>
<title>My Mac is Like a Temperature Gauge</title>
<description><![CDATA[<p>A few years back I owned a <a href="http://www.kbb.com/kb/ki.dll/ke.kb.rp?kbb.FL;;FL069&34711;34711&11;Ford;1998%20Mustang&98mustang">1998 Ford Mustang Cobra</a>.  Like all modern automobiles, it had a temperature gauge.  But instead of reporting the engine’s temperature in a quantifiable value, the labels on the temperature gauge simply indicated Cold and Hot.  And to make it worse, after a few minutes of running the engine, the needle would move to a certain point on the gauge and stay put until the Cobra was shut down.  It didn’t matter if I was driving like Jen's granny or like the Little Old Lady from Pasadena - the needle on the gauge was always fixed a little to the right of center.  I began to suspect that the gauge was defective and started distrusting it.</p>]]></description>
<link>http://www.jandrconsult.com/blogs/rob/archives/2005/05/my_mac_is_like.shtml</link>
<guid>http://www.jandrconsult.com/blogs/rob/archives/2005/05/my_mac_is_like.shtml</guid>
<category>General Computing</category>
<pubDate>Mon, 02 May 2005 21:49:23 -0500</pubDate>
</item>
<item>
<title>Thoughts on Scientific Troubleshooting</title>
<description><![CDATA[<p>I recently had a revealing experience that shed some light (in my psyche) on what troubleshooting really means.</p>]]></description>
<link>http://www.jandrconsult.com/blogs/rob/archives/2005/04/thoughts_on_sci_1.shtml</link>
<guid>http://www.jandrconsult.com/blogs/rob/archives/2005/04/thoughts_on_sci_1.shtml</guid>
<category>LIMS Consulting</category>
<pubDate>Mon, 18 Apr 2005 08:42:31 -0500</pubDate>
</item>
<item>
<title>Extending Subversion with Properties (Part 2)</title>
<description><![CDATA[<p>Last time, we looked at several questions that might be asked about the history of a deliverable.  This time, we will explore how subversion parameters can be used to extend the functionality of a repository into a more robust lifecycle tracking tool.</p>]]></description>
<link>http://www.jandrconsult.com/blogs/rob/archives/2005/03/extending_subve_1.shtml</link>
<guid>http://www.jandrconsult.com/blogs/rob/archives/2005/03/extending_subve_1.shtml</guid>
<category>Technical Computing</category>
<pubDate>Mon, 28 Mar 2005 09:30:36 -0500</pubDate>
</item>
<item>
<title>Land of the Free Software</title>
<description><![CDATA[<p>The terms "free software" and "Open Source Software" are commonly used interchangeably.  I think the most common interpretation of the word "free" in free software is that the software was aquired without spending any money.  At least that was my interpretation until recently.</p>]]></description>
<link>http://www.jandrconsult.com/blogs/rob/archives/2005/03/land_of_the_fre.shtml</link>
<guid>http://www.jandrconsult.com/blogs/rob/archives/2005/03/land_of_the_fre.shtml</guid>
<category>General Computing</category>
<pubDate>Fri, 04 Mar 2005 19:05:35 -0500</pubDate>
</item>
<item>
<title>Extending Subversion with Properties (Part 1)</title>
<description><![CDATA[<p>Last week, I gave a broad overview of <a href="http://subversion.tigris.org/">Subversion</a>.  This week and next, we will explore in more detail how Subversion can be used to meet the deliverable tracking needs of a LIMS software development project.</p>]]></description>
<link>http://www.jandrconsult.com/blogs/rob/archives/2005/02/extending_subve.shtml</link>
<guid>http://www.jandrconsult.com/blogs/rob/archives/2005/02/extending_subve.shtml</guid>
<category>Technical Computing</category>
<pubDate>Mon, 21 Feb 2005 07:27:16 -0500</pubDate>
</item>
<item>
<title>Version Control with Subversion</title>
<description><![CDATA[<p>As noted in recent blogs on this site, controlling code is an essential part of software development.  One widely used version control tool is <a href="https://www.cvshome.org">Concurrent Versions System</a>.  CVS is the de-facto standard version control system in the open-source software development world, managing large, global projects such as <a href="http://www.linux.org/">Linux</a>, <a href="http://www.apache.org/">Apache</a> and <a href="http://www.mozilla.org/">Mozilla</a>.</p>]]></description>
<link>http://www.jandrconsult.com/blogs/rob/archives/2005/02/version_control.shtml</link>
<guid>http://www.jandrconsult.com/blogs/rob/archives/2005/02/version_control.shtml</guid>
<category>Technical Computing</category>
<pubDate>Sun, 13 Feb 2005 09:53:29 -0500</pubDate>
</item>
<item>
<title>Leveraging Computing Resources with Synergy</title>
<description><![CDATA[<p>I recently found a cool piece of software called <a href="http://synergy2.sourceforge.net">Synergy</a>. The program can be used to significantly expand the physical power and size of your computing environment.</p>]]></description>
<link>http://www.jandrconsult.com/blogs/rob/archives/2005/02/leveraging_comp.shtml</link>
<guid>http://www.jandrconsult.com/blogs/rob/archives/2005/02/leveraging_comp.shtml</guid>
<category>General Computing</category>
<pubDate>Mon, 07 Feb 2005 09:41:22 -0500</pubDate>
</item>


</channel>
</rss>