<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/">

  <channel rdf:about="http://www.nimret.org:80/">
    <title>home://nimret</title>
    <link>http://www.nimret.org:80/</link>
    <description>Nimret&#039;s homepage</description>
    <items>
      <rdf:Seq>
        
        <rdf:li resource="http://www.nimret.org:80/2012/02/22/1329951720000.html" />
        
        <rdf:li resource="http://www.nimret.org:80/2012/02/16/1329465540000.html" />
        
        <rdf:li resource="http://www.nimret.org:80/2012/02/02/1328230140000.html" />
        
        <rdf:li resource="http://www.nimret.org:80/2012/02/01/1328143680000.html" />
        
        <rdf:li resource="http://www.nimret.org:80/2012/01/18/1326918900000.html" />
        
        <rdf:li resource="http://www.nimret.org:80/2012/01/18/1326873660000.html" />
        
        <rdf:li resource="http://www.nimret.org:80/2012/01/17/1326869580000.html" />
        
        <rdf:li resource="http://www.nimret.org:80/2012/01/16/1326785520000.html" />
        
        <rdf:li resource="http://www.nimret.org:80/2012/01/11/1326320040000.html" />
        
        <rdf:li resource="http://www.nimret.org:80/2012/01/04/1325668320000.html" />
        
        <rdf:li resource="http://www.nimret.org:80/2012/01/04/1325666940000.html" />
        
        <rdf:li resource="http://www.nimret.org:80/2011/12/08/1323394560000.html" />
        
        <rdf:li resource="http://www.nimret.org:80/2011/12/03/1322962500000.html" />
        
        <rdf:li resource="http://www.nimret.org:80/2011/10/11/1318379640000.html" />
        
        <rdf:li resource="http://www.nimret.org:80/2011/09/20/1316565240000.html" />
        
        <rdf:li resource="http://www.nimret.org:80/2011/09/15/1316133180000.html" />
        
        <rdf:li resource="http://www.nimret.org:80/2011/08/10/1313014140000.html" />
        
        <rdf:li resource="http://www.nimret.org:80/2011/05/10/1305072420000.html" />
        
        <rdf:li resource="http://www.nimret.org:80/2011/04/30/1304208360000.html" />
        
        <rdf:li resource="http://www.nimret.org:80/2011/04/05/1302048060000.html" />
        
      </rdf:Seq>
    </items>
  </channel>

  
  <item rdf:about="http://www.nimret.org:80/2012/02/22/1329951720000.html">
    <title>History of the World in 6 Glasses</title>
    <link>http://www.nimret.org:80/2012/02/22/1329951720000.html</link>
    
      
        <description>
          &lt;p&gt;My buddy Will Iverson had recommended this book to me a while back and I really enjoyed reading it. Each chapter goes best with your favorite drink, ideally the one that the chapter is talking about :)&lt;/p&gt;
&lt;p&gt;&lt;a href=&#034;http://tomstandage.wordpress.com/books/a-history-of-the-world-in-six-glasses/&#034;&gt;http://tomstandage.wordpress.com/books/a-history-of-the-world-in-six-glasses/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.nimret.org:80/2012/02/16/1329465540000.html">
    <title>Inventing on Principle</title>
    <link>http://www.nimret.org:80/2012/02/16/1329465540000.html</link>
    
      
        <description>
          &lt;p&gt;Saw this talk which was forwarded on &lt;a href=&#034;http://seattletechstartups.com/&#034;&gt;STS&lt;/a&gt; .. simple brilliant! Make sure you watch till the end- it&#039;s not all about programming.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#034;http://vimeo.com/36579366&#034;&gt;http://vimeo.com/36579366&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.nimret.org:80/2012/02/02/1328230140000.html">
    <title>OneJar To Rule them all</title>
    <link>http://www.nimret.org:80/2012/02/02/1328230140000.html</link>
    
      
        <description>
          &lt;p&gt;I&#039;ve been working on a command line java app at work which is part of a cron based batch process which updates some data between systems. Using maven, spring and mybatis means that I had the framework up and running within a couple of hours to pull data from backend DBs and output a file with some data.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Then I ran into a problem when I wanted to package it all up as a jar file which could be run directly from the command line via cron. The tricky part is in packaging up all the jars that are included as part of spring, mybatis, etc. and be able to run them in a way that they are all available on the classpath without munging each other.&lt;/p&gt;
&lt;p&gt;Well, &lt;a href=&#034;http://one-jar.sourceforge.net&#034;&gt;OneJar&lt;/a&gt; to the rescue! Everything packaged up all nice and neat. Just run &#039;mvn package&#039; to get the jar and then use the usual &#039;java -jar app.jar&#039; to run it. Works like a charm. Even has a &lt;a href=&#034;https://github.com/jolira/onejar-maven-plugin&#034;&gt;Maven plugin&lt;/a&gt; to minimize the work needed to get it up and running.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.nimret.org:80/2012/02/01/1328143680000.html">
    <title>Sneaky Sound System</title>
    <link>http://www.nimret.org:80/2012/02/01/1328143680000.html</link>
    
      
        <description>
          &lt;p&gt;Somedays just feel like ...&amp;nbsp;&lt;a href=&#034;http://www.youtube.com/watch?v=l_8MMDBXh4k&#034;&gt;http://www.youtube.com/watch?v=l_8MMDBXh4k&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;enjoy!&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.nimret.org:80/2012/01/18/1326918900000.html">
    <title>Snowmageddon it - Day 2</title>
    <link>http://www.nimret.org:80/2012/01/18/1326918900000.html</link>
    
      
        <description>
          &lt;p&gt;Looks like a couple more inches fell last night. We&#039;re upto almost a foot now methinks. Here&#039;s a couple of snapshots. Time to stay indoors, drink hot drinks and prep for that major software release tomorrow :)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img alt=&#034;&#034; src=&#034;http://www.nimret.org/images/snow2.jpg&#034; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.nimret.org:80/2012/01/18/1326873660000.html">
    <title>Snowmageddon it!</title>
    <link>http://www.nimret.org:80/2012/01/18/1326873660000.html</link>
    
      
        <description>
          &lt;p&gt;Day 1 of the &lt;a href=&#034;http://www.chicagotribune.com/news/sns-rt-us-snowstorm-northwesttre80h08a-20120117,0,5140629.story&#034;&gt;snowmageddon&lt;/a&gt;. Around 8&amp;quot; so far outside with more expected tomorrow. Supposed to be as bad as &#039;96 - I remember snow drifts as tall as the house back then when we lived further up north :)&lt;/p&gt;
&lt;p&gt;This is what the yard looks like so far. Let&#039;s see how much gets dumped tomorrow. As &lt;a href=&#034;http://www.defleppard.com/&#034;&gt;Def Leppard&lt;/a&gt; would say &#039;&lt;a href=&#034;http://www.youtube.com/watch?v=YI6Ms0b4q-4&#034;&gt;Snowmageddon it!&lt;/a&gt;&#039;&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#034;&#034; src=&#034;http://www.nimret.org/images/snow.jpg&#034; /&gt;&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.nimret.org:80/2012/01/17/1326869580000.html">
    <title>Continuous Delivery</title>
    <link>http://www.nimret.org:80/2012/01/17/1326869580000.html</link>
    
      
        <description>
          &lt;p&gt;We practice &lt;a href=&#034;http://java.dzone.com/articles/8-principles-continuous&#034;&gt;Continous Delivery&lt;/a&gt; at &lt;a href=&#034;http://www.dynacrongroup.com/&#034;&gt;Dynacron&lt;/a&gt;. That&#039;s the main reason why we&#039;ve been able to push out a lot of new functionality for the last few months at a major local healthcare customer at a steady clip via a fairly automated deployment process which enables deployments anytime.&lt;/p&gt;
&lt;p&gt;Dynacron has a free seminar if you&#039;re interested in learning more:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#034;http://www.dynacrongroup.com/2012/01/seminar-292012-introduction-to-continuous-delivery/&#034; target=&#034;_blank&#034; style=&#034;font-family: arial; font-size: small; &#034;&gt;http://www.dynacrongroup.com/&lt;wbr&gt;&lt;/wbr&gt;2012/01/seminar-292012-&lt;wbr&gt;&lt;/wbr&gt;introduction-to-continuous-&lt;wbr&gt;&lt;/wbr&gt;delivery/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.nimret.org:80/2012/01/16/1326785520000.html">
    <title>SOPA + PIPA == DOA?!</title>
    <link>http://www.nimret.org:80/2012/01/16/1326785520000.html</link>
    
      
        <description>
          &lt;p&gt;&lt;a href=&#034;https://www.eff.org/deeplinks/2012/01/how-pipa-and-sopa-violate-white-house-principles-supporting-free-speech&#034;&gt;https://www.eff.org/deeplinks/2012/01/how-pipa-and-sopa-violate-white-house-principles-supporting-free-speech&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here&#039;s the facts on them:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#034;http://www.pcworld.com/article/248298/sopa_and_pipa_just_the_facts.html&#034;&gt;http://www.pcworld.com/article/248298/sopa_and_pipa_just_the_facts.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.nimret.org:80/2012/01/11/1326320040000.html">
    <title>TeamCity Eclipse plug-in and remote runs</title>
    <link>http://www.nimret.org:80/2012/01/11/1326320040000.html</link>
    
      
        <description>
          &lt;p&gt;We&#039;ve been using TeamCity at work for a while now and it&#039;s working out as well as Hudson, etc. It has some really nifty integration features available via an eclipse plugin ( netbeans, idea, etc are also supported I believe). Love the remote run functionality!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#034;http://www.jetbrains.com/teamcity/features/continuous_integration.html&#034;&gt;http://www.jetbrains.com/teamcity/features/continuous_integration.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.nimret.org:80/2012/01/04/1325668320000.html">
    <title>That&#039;s why I love her!</title>
    <link>http://www.nimret.org:80/2012/01/04/1325668320000.html</link>
    
      
        <description>
          &lt;p&gt;&lt;img alt=&#034;&#034; src=&#034;/images/trike.jpg&#034; /&gt;&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.nimret.org:80/2012/01/04/1325666940000.html">
    <title>Happy 2012!</title>
    <link>http://www.nimret.org:80/2012/01/04/1325666940000.html</link>
    
      
        <description>
          &lt;p&gt;
&lt;div style=&#034;padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &#034;&gt;
&lt;p&gt;&lt;u&gt;&lt;strong&gt;Happy New Year!!!&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;I hope the new year brings you lots of joy &amp;amp; happiness! 2011 certainly brought us a lovely bundle of joy =)&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#034;Baby&#034; src=&#034;/images/baby.jpg&#034; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.nimret.org:80/2011/12/08/1323394560000.html">
    <title>JavaZone X : The Streaming</title>
    <link>http://www.nimret.org:80/2011/12/08/1323394560000.html</link>
    
      
        <description>
          &lt;p&gt;awesome geeky video! :)&lt;/p&gt;
&lt;p&gt;&lt;a href=&#034;http://www.youtube.com/watch?v=5U1_KW6ww7Y&#034;&gt;http://www.youtube.com/watch?v=5U1_KW6ww7Y&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.nimret.org:80/2011/12/03/1322962500000.html">
    <title>back to the regularly scheduled programming …</title>
    <link>http://www.nimret.org:80/2011/12/03/1322962500000.html</link>
    
      
        <description>
          &lt;p&gt;&lt;span class=&#034;Apple-style-span&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;boy the last few months have been a blur! baby + work == no time for other things. It&#039;s been a very busy &amp;amp; productive year so far. Gonna try to find the time to post random things on here.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&#034;paragraph&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;Speaking of which, read a really cool book recently - Rogue Warrior, who was the founder of seal team 6.&lt;/p&gt;
&lt;p class=&#034;paragraph&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;&lt;span class=&#034;nobr&#034;&gt;&lt;a href=&#034;http://goo.gl/6L6fP&#034; style=&#034;color: rgb(0, 51, 102); font-size: 10px; text-decoration: none; font-weight: bold; &#034;&gt;http://goo.gl/6L6fP&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.nimret.org:80/2011/10/11/1318379640000.html">
    <title>Interesting new Java CMS</title>
    <link>http://www.nimret.org:80/2011/10/11/1318379640000.html</link>
    
      
        <description>
          &lt;p&gt;&lt;span class=&#034;nobr&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;&lt;a href=&#034;http://www.jease.org/&#034; style=&#034;color: rgb(0, 51, 102); font-size: 10px; text-decoration: none; font-weight: bold; &#034;&gt;http://www.jease.org/&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&#034;paragraph&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;I should look into it one of these days. Hopefully it&#039;s better than&amp;nbsp;&lt;span class=&#034;nobr&#034;&gt;&lt;a href=&#034;http://www.opencms.org/&#034; style=&#034;color: rgb(0, 51, 102); font-size: 10px; text-decoration: none; font-weight: bold; &#034;&gt;http://www.opencms.org/&lt;/a&gt;&lt;/span&gt;&amp;nbsp;for which it was really hard to find documentation and expertise when I worked with OpenCMS.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.nimret.org:80/2011/09/20/1316565240000.html">
    <title>Excellent article on memory leaks</title>
    <link>http://www.nimret.org:80/2011/09/20/1316565240000.html</link>
    
      
        <description>
          &lt;p&gt;&lt;span class=&#034;Apple-style-span&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;Read an excellent article on memory leaks in Java. Yes Toto, Java&amp;nbsp;&lt;/span&gt;&lt;b class=&#034;bold&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;can&lt;/b&gt;&lt;span class=&#034;Apple-style-span&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;&amp;nbsp;have memory leaks even though it has&amp;nbsp;&lt;/span&gt;&lt;span class=&#034;nobr&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;&lt;a href=&#034;http://en.wikipedia.org/wiki/Java_(programming_language)#Automatic_memory_management&#034; style=&#034;color: rgb(0, 51, 102); font-size: 10px; text-decoration: none; font-weight: bold; &#034;&gt;GC&lt;/a&gt;&lt;/span&gt;&lt;span class=&#034;Apple-style-span&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&#034;paragraph&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;&lt;span class=&#034;nobr&#034;&gt;&lt;a href=&#034;http://blog.dynatrace.com/2011/04/20/the-top-java-memory-problems-part-1/&#034; style=&#034;color: rgb(0, 51, 102); font-size: 10px; text-decoration: none; font-weight: bold; &#034;&gt;http://blog.dynatrace.com/2011/04/20/the-top-java-memory-problems-part-1/&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&#034;paragraph&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;I&#039;ve been dealing with the PermGen issues lately. It&#039;s quite interesting how a couple of wars with each containing a spring stack &amp;amp; a couple of other libraries thrown in can very quickly cause PermGen issues.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.nimret.org:80/2011/09/15/1316133180000.html">
    <title>Jython, SSH etc etc</title>
    <link>http://www.nimret.org:80/2011/09/15/1316133180000.html</link>
    
      
        <description>
          &lt;p&gt;&lt;span class=&#034;Apple-style-span&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;I am doing some automation stuff these days. This involves remotely interacting with servers via&amp;nbsp;&lt;/span&gt;&lt;span class=&#034;nobr&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;&lt;a href=&#034;http://en.wikipedia.org/wiki/Secure_Shell&#034; style=&#034;color: rgb(0, 51, 102); font-size: 10px; text-decoration: none; font-weight: bold; &#034;&gt;SSH&lt;/a&gt;&lt;/span&gt;&lt;span class=&#034;Apple-style-span&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;. Ideally I would like to automate some of the processes so I was looking around for ways of doing that with&amp;nbsp;&lt;/span&gt;&lt;span class=&#034;nobr&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;&lt;a href=&#034;http://www.python.org/&#034; style=&#034;color: rgb(0, 51, 102); font-size: 10px; text-decoration: none; font-weight: bold; &#034;&gt;Python&lt;/a&gt;&lt;/span&gt;&lt;span class=&#034;Apple-style-span&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;&amp;nbsp;or Java.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&#034;paragraph&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;First I looked into Python which appears to have a couple of solutions:&lt;br /&gt;
&lt;span class=&#034;nobr&#034;&gt;&lt;a href=&#034;http://wiki.python.org/moin/SecureShell&#034; style=&#034;color: rgb(0, 51, 102); font-size: 10px; text-decoration: none; font-weight: bold; &#034;&gt;http://wiki.python.org/moin/SecureShell&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&#034;paragraph&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;kinda banged my head against setting up the various libs before I gave up. So I looked into the Java alternatives. The best options appear to be:&lt;/p&gt;
&lt;ol style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;
    &lt;li&gt;&lt;span class=&#034;nobr&#034;&gt;&lt;a href=&#034;http://www.jcraft.com/jsch/&#034; style=&#034;color: rgb(0, 51, 102); font-size: 10px; text-decoration: none; font-weight: bold; &#034;&gt;http://www.jcraft.com/jsch/&lt;/a&gt;&lt;/span&gt;&amp;nbsp;- popular but docs are a little hard to find/read&lt;/li&gt;
    &lt;li&gt;&lt;span class=&#034;nobr&#034;&gt;&lt;a href=&#034;http://www.ganymed.ethz.ch/ssh2/&#034; style=&#034;color: rgb(0, 51, 102); font-size: 10px; text-decoration: none; font-weight: bold; &#034;&gt;http://www.ganymed.ethz.ch/ssh2/&lt;/a&gt;&lt;/span&gt;&amp;nbsp;- better docs than jsch&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span class=&#034;Apple-style-span&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;So I decided to download my favorite environment for playing around with Java -&amp;nbsp;&lt;/span&gt;&lt;span class=&#034;nobr&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;&lt;a href=&#034;http://www.jython.org/&#034; style=&#034;color: rgb(0, 51, 102); font-size: 10px; text-decoration: none; font-weight: bold; &#034;&gt;jython&lt;/a&gt;&lt;/span&gt;&lt;span class=&#034;Apple-style-span&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;&amp;nbsp;and was up &amp;amp; running a cmd on a remote box in around 5 mins and piping it&#039;s output.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&#034;paragraph&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;While I agree that a dev is most productive with the tools that the person is most familiar with, once again I find&amp;nbsp;&lt;span class=&#034;nobr&#034;&gt;&lt;a href=&#034;http://www.jython.org/&#034; style=&#034;color: rgb(0, 51, 102); font-size: 10px; text-decoration: none; font-weight: bold; &#034;&gt;jython&lt;/a&gt;&lt;/span&gt;&amp;nbsp;to be quite awesome when it comes to just trying out a library.&lt;/p&gt;
&lt;p class=&#034;paragraph&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;There&#039;s a very nice&amp;nbsp;&lt;span class=&#034;nobr&#034;&gt;&lt;a href=&#034;http://www.redrobinsoftware.net/jydt/&#034; style=&#034;color: rgb(0, 51, 102); font-size: 10px; text-decoration: none; font-weight: bold; &#034;&gt;plugin for Eclipse&lt;/a&gt;&lt;/span&gt;&amp;nbsp;too.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.nimret.org:80/2011/08/10/1313014140000.html">
    <title>Sometimes IE just makes you wanna …</title>
    <link>http://www.nimret.org:80/2011/08/10/1313014140000.html</link>
    
      
        <description>
          &lt;p&gt;&lt;span class=&#034;Apple-style-span&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;&amp;hellip; go like Xena the warrior princess - IEIEIEIEIEEIEIEIEIEIEIE!&lt;/span&gt;&lt;/p&gt;
&lt;p class=&#034;paragraph&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;It took some really nifty but tricky debugging to determine that if you have a flash embedded within an HTML page which is hosted on a different server from your HTML content, IE will send the site which hosts the flash content in the HTTP &#039;REFERER&#039; header rather than the site serving up the HTML which contains the flash content. Aaarrghhhh! Why doesn&#039;t IE follow the standard:&amp;nbsp;&lt;span class=&#034;nobr&#034;&gt;&lt;a href=&#034;http://en.wikipedia.org/wiki/HTTP_referrer&#034; style=&#034;color: rgb(0, 51, 102); font-size: 10px; text-decoration: none; font-weight: bold; &#034;&gt;http://en.wikipedia.org/wiki/HTTP_referrer&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&#034;paragraph&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;grumble grumble .. another evening wasted on browser specific inconsistencies :(&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.nimret.org:80/2011/05/10/1305072420000.html">
    <title>Change mysql root password</title>
    <link>http://www.nimret.org:80/2011/05/10/1305072420000.html</link>
    
      
        <description>
          &lt;p&gt;&lt;span class=&#034;Apple-style-span&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;fyi, in case you need to change the root password for your mysql database ( such as when you get a dump of test data for example):&lt;/span&gt;&lt;/p&gt;
&lt;p class=&#034;paragraph&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;&lt;span class=&#034;nobr&#034;&gt;&lt;a href=&#034;http://www.cyberciti.biz/tips/recover-mysql-root-password.html&#034; style=&#034;color: rgb(0, 51, 102); font-size: 10px; text-decoration: none; font-weight: bold; &#034;&gt;http://www.cyberciti.biz/tips/recover-mysql-root-password.html&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.nimret.org:80/2011/04/30/1304208360000.html">
    <title>Widgetbox</title>
    <link>http://www.nimret.org:80/2011/04/30/1304208360000.html</link>
    
      
        <description>
          &lt;p&gt;&lt;span class=&#034;Apple-style-span&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;I have to make a special mention of this neat little tool called&amp;nbsp;&lt;/span&gt;&lt;span class=&#034;nobr&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;&lt;a href=&#034;http://www.widgetbox.com/&#034; style=&#034;color: rgb(0, 51, 102); font-size: 10px; text-decoration: none; font-weight: bold; &#034;&gt;Widgetbox&lt;/a&gt;&lt;/span&gt;&lt;span class=&#034;Apple-style-span&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;. It lets you easily create redistributable widgets for lots of custom sites like facebook, igoogle, etc apart from plain old HTML/flash widgets. I am leveraging it to send folks who use these widgets to landing pages within a web application via simple HTTP services in one of the projects that I am working on. Works like a charm and integrates quite nicely so props to the Widgetbox guys.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.nimret.org:80/2011/04/05/1302048060000.html">
    <title>Tips for Bash power users</title>
    <link>http://www.nimret.org:80/2011/04/05/1302048060000.html</link>
    
      
        <description>
          &lt;p&gt;&lt;span class=&#034;nobr&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;&lt;a href=&#034;http://en.wikipedia.org/wiki/Bash_(Unix_shell)&#034; style=&#034;color: rgb(0, 51, 102); font-size: 10px; text-decoration: none; font-weight: bold; &#034;&gt;Bashy&lt;/a&gt;&lt;/span&gt;&lt;span class=&#034;Apple-style-span&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;&amp;nbsp;folks might find this useful :)&lt;/span&gt;&lt;/p&gt;
&lt;p class=&#034;paragraph&#034; style=&#034;color: rgb(102, 102, 102); font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &#034;&gt;&lt;span class=&#034;nobr&#034;&gt;&lt;a href=&#034;http://www.tuxradar.com/content/bash-tips-power-users&#034; style=&#034;color: rgb(0, 51, 102); font-size: 10px; text-decoration: none; font-weight: bold; &#034;&gt;http://www.tuxradar.com/content/bash-tips-power-users&lt;/a&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
        </description>
      
      
    
  </item>
  

</rdf:RDF>

