<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>isaac on the inkrunway</title>
	<atom:link href="http://isaac.inkrunway.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://isaac.inkrunway.com</link>
	<description>for me to geek on</description>
	<lastBuildDate>Thu, 26 Aug 2010 21:27:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hudson and Parameters (Choices)</title>
		<link>http://isaac.inkrunway.com/?p=77</link>
		<comments>http://isaac.inkrunway.com/?p=77#comments</comments>
		<pubDate>Thu, 26 Aug 2010 21:27:17 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[scm]]></category>

		<guid isPermaLink="false">http://isaac.inkrunway.com/?p=77</guid>
		<description><![CDATA[So i found this little tidbit while hunting something else, but i was suprised because i thought the only way you can use choices in Hudson was to read them as env vars from an invoked script.If you make your build parameterized and say, add a choice called &#8220;Database&#8221;, you can refer to it in [...]]]></description>
			<content:encoded><![CDATA[So i found this little tidbit while hunting something else, but i was suprised because i thought the only way you can use choices in Hudson was to read them as env vars from an invoked script.<br /><br />If you make your build parameterized and say, add a choice called &#8220;Database&#8221;, you can refer to it in your build steps like this: ${ENV,var=&#8221;DATABASE&#8221;}<br /><br />I write these posts with the hope google snags them and next time some other frustrated SCM / Builder is googling they find them.]]></content:encoded>
			<wfw:commentRss>http://isaac.inkrunway.com/?feed=rss2&amp;p=77</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ReelDirector for iPhone</title>
		<link>http://isaac.inkrunway.com/?p=75</link>
		<comments>http://isaac.inkrunway.com/?p=75#comments</comments>
		<pubDate>Fri, 06 Aug 2010 20:59:45 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://isaac.inkrunway.com/?p=75</guid>
		<description><![CDATA[I love this little app.  what was totally unclear to me was how to import music.  When i first downloaded it, that section just seemed to say &#8220;Add via Wifi&#8221; or iTunes.  While I can&#8217;t show you the iTunes section, you&#8217;ll have to trust me, that after you sync the first time, [...]]]></description>
			<content:encoded><![CDATA[I love this little app.  what was totally unclear to me was how to import music.  When i first downloaded it, that section just seemed to say &#8220;Add via Wifi&#8221; or iTunes.  While I can&#8217;t show you the iTunes section, you&#8217;ll have to trust me, that after you sync the first time, in the Apps section (the tab of Apps when you pick your device &#8211; the place where you would select to add/remove or re-arrange icons), the bottom half has a sync-to-apps section which includes ReelDirector and you can just pick a file.. then when you launch reeldirector (cable still attached) and choose import, it starts sucking them over.<br /><br />As for wifi syncing, you need to be on the same network. Here my iPhone and laptop are on the same wifi.  You can see what the web page looks like and the phone (which told me the URL):<br /><br /><img class="alignnone" title="from laptop" src="http://img.skitch.com/20100806-8285ur6ft8dp8w5urhq8frhast.jpg" alt="" width="382" height="498" /><br /><br /><a href="http://img.skitch.com/20100806-f3x8wg2cwpsg31aeyfs1gskmf4.jpg"><img class="alignnone" title="iphone" src="http://img.skitch.com/20100806-f3x8wg2cwpsg31aeyfs1gskmf4.jpg" alt="" width="640" height="480" /></a>]]></content:encoded>
			<wfw:commentRss>http://isaac.inkrunway.com/?feed=rss2&amp;p=75</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven release plugin issues with subversion</title>
		<link>http://isaac.inkrunway.com/?p=71</link>
		<comments>http://isaac.inkrunway.com/?p=71#comments</comments>
		<pubDate>Thu, 18 Mar 2010 18:33:43 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://isaac.inkrunway.com/?p=71</guid>
		<description><![CDATA[I kept trying to run a build using maven&#8217;s release plugin but it kept failing:command output:<br />svn: Commit failed (details follow):svn: OPTIONS request failed on &#8216;/svn-build/source/branches/training-system/idot-training&#8217;svn: OPTIONS of &#8216;/svn-build/source/branches/training-system/idot-training&#8217;: authorization failed (http://svn)at org.apache.maven.plugins.release.PrepareReleaseMojo.execute(PrepareReleaseMojo.java:132)at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)&#8230; 16 moreI knew i checked out the directory right, using MYUSER and MYPASS (svn &#8211;username MYUSER &#8211;password MYPASS http://svn/blah/blah).I had the [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding: 0px;">I kept trying to run a build using maven&#8217;s release plugin but it kept failing:</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding: 0px;">command output:</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding: 0px;">svn: Commit failed (details follow):<br />svn: OPTIONS request failed on &#8216;/svn-build/source/branches/training-system/idot-training&#8217;<br />svn: OPTIONS of &#8216;/svn-build/source/branches/training-system/idot-training&#8217;: authorization failed (<span><a style="cursor: pointer; outline-style: none; outline-width: initial; outline-color: initial; text-decoration: underline; color: #003366;" href="http://svn">http://svn<sup><img style="padding: 0px; margin: 0px; border: 0px initial initial;" src="/jira/images/icons/linkext7.gif" border="0" alt="" width="7" height="7" align="absmiddle" /></sup></a></span>)<br /><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding: 0px;">at org.apache.maven.plugins.release.PrepareReleaseMojo.execute(PrepareReleaseMojo.java:132)<br />at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)<br />at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)<br />&#8230; 16 more<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding: 0px;">I knew i checked out the directory right, using MYUSER and MYPASS (svn &#8211;username MYUSER &#8211;password MYPASS http://svn/blah/blah).</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding: 0px;">I had the right user/pass in the passed in parameters:</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding: 0px;">mvn -e -Dusername=MYUSER -Dpassword=MYPASS &#8211;settings /home/maven/settings-training.xml &#8211;batch-mode release:prepare -DpreparationGoals=&#8221;clean&#8221; -Dtag=training-2-7-7-0 -DtagBase=http://svn/svn-build/source/tags -DreleaseVersion=2.7.7.0 -DdevVersion=2.7.8.0</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding: 0px;">Apache&#8217;s error log kept complaining &#8220;password mismatch&#8221; and &#8220;user SOMEOTHERUSER not found&#8221;.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding: 0px;">Ended up that the release plugin definition in the pom.xml was NOT being overridden by the parameters.  username, being different than user was taking, but password must have been using the password from the file, not command line.  AND because no mention of &#8220;svn&#8221; is in that section, my persistant searches weren&#8217;t find it.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding: 0px;">Here is the section i needed to find and change:</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding: 0px;"><pre class="devcodeblock" title="XML"><table class="devcodetools"><tbody><tr><td>&nbsp;XML&nbsp;|&nbsp;</td><td style="background-image:url('http://isaac.inkrunway.com/wp-content/plugins/devformatter/img/devformatter-copy.png');background-repeat:no-repeat;background-position:50% 50%;width:16px;height:16px;"/><embed id="ZeroClipboard2" src="http://isaac.inkrunway.com/wp-content/plugins/devformatter/_zclipboard.swf" loop="false" menu="false" quality="best" bgcolor="#ffffff" width="16px" height="16px" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="id=2&width=16&height=16" wmode="transparent" /></td><td>&nbsp;copy&nbsp;code&nbsp;|</td><td style="cursor:pointer" title="DevFormatter Plugin" onclick="devfmt_credits()">?</td><td width="99%">&nbsp;</td></tr></tbody></table><div class="devcodeoverflow"><table class="devcodearea" width="100%"><tr><td class="devcodelines" width="1%">01</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;build<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">02</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;plugins<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr><tr><td class="devcodelines" width="1%">03</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;plugin<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">04</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"> <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;groupid<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>org.apache.maven.plugins<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/groupid<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr><tr><td class="devcodelines" width="1%">05</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #009900;"> <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;artifactid<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>maven-release-plugin<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/artifactid<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">06</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;">        			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;configuration<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr><tr><td class="devcodelines" width="1%">07</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">     			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;releaseversion<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>${releaseVersion}<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/releaseversion<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">08</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #009900;">             			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;devversion<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>${devVersion}<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/devversion<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr><tr><td class="devcodelines" width="1%">09</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;">     			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;resume<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>false<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/resume<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">10</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;">     			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;user<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>BADUSERNAME<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/user<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr><tr><td class="devcodelines" width="1%">11</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;password<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>BADPASS<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/password<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">12</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"> <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/configuration<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr><tr><td class="devcodelines" width="1%">13</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/plugin<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">14</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">         <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/plugins<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr><tr><td class="devcodelines" width="1%">15</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">     <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/build<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div></pre><div id="_mcePaste" style="position: absolute; left: -10000px; top: 229px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span><plugin></div><div id="_mcePaste" style="position: absolute; left: -10000px; top: 229px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span><groupId>org.apache.maven.plugins</groupId></div><div id="_mcePaste" style="position: absolute; left: -10000px; top: 229px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span><artifactId>maven-release-plugin</artifactId></div><div id="_mcePaste" style="position: absolute; left: -10000px; top: 229px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span><configuration></div><div id="_mcePaste" style="position: absolute; left: -10000px; top: 229px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span><releaseVersion>${releaseVersion}</releaseVersion></div><div id="_mcePaste" style="position: absolute; left: -10000px; top: 229px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span><devVersion>${devVersion}</devVersion></div><div id="_mcePaste" style="position: absolute; left: -10000px; top: 229px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span><resume>false</resume></div><div id="_mcePaste" style="position: absolute; left: -10000px; top: 229px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span><user>smoke</user></div><div id="_mcePaste" style="position: absolute; left: -10000px; top: 229px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span><password>smoke</password></div><div id="_mcePaste" style="position: absolute; left: -10000px; top: 229px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span></configuration></div><div id="_mcePaste" style="position: absolute; left: -10000px; top: 229px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span></plugin>Here is the</div>]]></content:encoded>
			<wfw:commentRss>http://isaac.inkrunway.com/?feed=rss2&amp;p=71</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending large files</title>
		<link>http://isaac.inkrunway.com/?p=67</link>
		<comments>http://isaac.inkrunway.com/?p=67#comments</comments>
		<pubDate>Tue, 09 Mar 2010 21:46:49 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://isaac.inkrunway.com/?p=67</guid>
		<description><![CDATA[good cnet article; http://news.cnet.com/8301-27076_3-20000133-248.html?tag=newsEditorsPicksArea.0]]></description>
			<content:encoded><![CDATA[good cnet article; http://news.cnet.com/8301-27076_3-20000133-248.html?tag=newsEditorsPicksArea.0]]></content:encoded>
			<wfw:commentRss>http://isaac.inkrunway.com/?feed=rss2&amp;p=67</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://isaac.inkrunway.com/?p=66</link>
		<comments>http://isaac.inkrunway.com/?p=66#comments</comments>
		<pubDate>Wed, 03 Mar 2010 01:08:48 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://isaac.inkrunway.com/?p=66</guid>
		<description><![CDATA[I&#8217;ve been working on a perl based Jira SOAP perl script to add versions to a project.  thought i would share&#160;Perl&#160;&#124;&#160;&#160;copy&#160;code&#160;&#124;?&#160;01#!/usr/bin/perl02use SOAP::Lite;03&#160;04my $username = &#34;ijohnson&#34;;05my $password = 'password';06&#160;07#this took a bit.  the ID i know is 1000008#so i kept trying to push that, but it wants the short textual name (for the QA [...]]]></description>
			<content:encoded><![CDATA[I&#8217;ve been working on a perl based Jira SOAP perl script to add versions to a project.  thought i would share<br /><br /><pre class="devcodeblock" title="Perl"><table class="devcodetools"><tbody><tr><td>&nbsp;Perl&nbsp;|&nbsp;</td><td style="background-image:url('http://isaac.inkrunway.com/wp-content/plugins/devformatter/img/devformatter-copy.png');background-repeat:no-repeat;background-position:50% 50%;width:16px;height:16px;"/><embed id="ZeroClipboard4" src="http://isaac.inkrunway.com/wp-content/plugins/devformatter/_zclipboard.swf" loop="false" menu="false" quality="best" bgcolor="#ffffff" width="16px" height="16px" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="id=4&width=16&height=16" wmode="transparent" /></td><td>&nbsp;copy&nbsp;code&nbsp;|</td><td style="cursor:pointer" title="DevFormatter Plugin" onclick="devfmt_credits()">?</td><td width="99%">&nbsp;</td></tr></tbody></table><div class="devcodeoverflow"><table class="devcodearea" width="100%"><tr><td class="devcodelines" width="1%">01</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #666666; font-style: italic;">#!/usr/bin/perl</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">02</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #000000; font-weight: bold;">use</span> SOAP<span style="color: #339933;">::</span><span style="color: #006600;">Lite</span><span style="color: #339933;">;</span></pre></td></tr><tr><td class="devcodelines" width="1%">03</td><td class="devcodelinesarea"><pre class="devcode devcodeline">&nbsp;</pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">04</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$username</span> <span style="color: #339933;">=</span> <span style="color: #ff0000;">&quot;ijohnson&quot;</span><span style="color: #339933;">;</span></pre></td></tr><tr><td class="devcodelines" width="1%">05</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$password</span> <span style="color: #339933;">=</span> <span style="color: #ff0000;">'password'</span><span style="color: #339933;">;</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">06</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline">&nbsp;</pre></td></tr><tr><td class="devcodelines" width="1%">07</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #666666; font-style: italic;">#this took a bit.  the ID i know is 10000</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">08</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #666666; font-style: italic;">#so i kept trying to push that, but it wants the short textual name (for the QA group here it's TEST)</span></pre></td></tr><tr><td class="devcodelines" width="1%">09</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #666666; font-style: italic;">#e.g. http://10.10.10.172:8080/jira/browse/TEST</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">10</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$projectNum</span> <span style="color: #339933;">=</span> <span style="color: #ff0000;">&quot;TEST&quot;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">#10000</span></pre></td></tr><tr><td class="devcodelines" width="1%">11</td><td class="devcodelinesarea"><pre class="devcode devcodeline">&nbsp;</pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">12</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #666666; font-style: italic;">#for reference, jira is exposed like http://10.10.10.172:8080/jira/secure/Dashboard.jspa</span></pre></td></tr><tr><td class="devcodelines" width="1%">13</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$soap</span> <span style="color: #339933;">=</span> SOAP<span style="color: #339933;">::</span><span style="color: #006600;">Lite</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">proxy</span><span style="color: #009900;">&#40;</span><span style="color: #ff0000;">&quot;http://10.10.10.172:8080/jira/rpc/soap/jirasoapservice-v2?wsdl&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">14</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline">&nbsp;</pre></td></tr><tr><td class="devcodelines" width="1%">15</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$auth</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">$soap</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">login</span><span style="color: #009900;">&#40;</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">16</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline">SOAP<span style="color: #339933;">::</span><span style="color: #006600;">Data</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">type</span><span style="color: #009900;">&#40;</span>string <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">$username</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span></pre></td></tr><tr><td class="devcodelines" width="1%">17</td><td class="devcodelinesarea"><pre class="devcode devcodeline">SOAP<span style="color: #339933;">::</span><span style="color: #006600;">Data</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">type</span><span style="color: #009900;">&#40;</span>string <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">$password</span><span style="color: #009900;">&#41;</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">18</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr><tr><td class="devcodelines" width="1%">19</td><td class="devcodelinesarea"><pre class="devcode devcodeline">&nbsp;</pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">20</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #666666; font-style: italic;">#Example one (releaseDate is optional).</span></pre></td></tr><tr><td class="devcodelines" width="1%">21</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #b1b100;">my</span> <span style="color: #0000ff;">%versionInfo</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span> <span style="color: #ff0000;">'name'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #ff0000;">'2.7.37.11'</span><span style="color: #339933;">,</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">22</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #ff0000;">'releaseDate'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #ff0000;">&quot;2010-03-02T00:00:00.000Z&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr><tr><td class="devcodelines" width="1%">23</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$newVersion</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">$soap</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">addVersion</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$auth</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">result</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">24</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #0000ff;">$projectNum</span><span style="color: #339933;">,</span></pre></td></tr><tr><td class="devcodelines" width="1%">25</td><td class="devcodelinesarea"><pre class="devcode devcodeline">\<span style="color: #0000ff;">%versionInfo</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">26</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline">&nbsp;</pre></td></tr><tr><td class="devcodelines" width="1%">27</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #666666; font-style: italic;">#Example two</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">28</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline">&nbsp;</pre></td></tr><tr><td class="devcodelines" width="1%">29</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #666666; font-style: italic;"># note:</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">30</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #666666; font-style: italic;"># releaseDate =&gt; SOAP::Data-&gt;type(string =&gt; &quot;2010-03-02T00:00:01.000Z&quot;),</span></pre></td></tr><tr><td class="devcodelines" width="1%">31</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #666666; font-style: italic;"># didnt work, someone can probably fix this example.  works without releaseDate though</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">32</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$versionInfo2</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#123;</span></pre></td></tr><tr><td class="devcodelines" width="1%">33</td><td class="devcodelinesarea"><pre class="devcode devcodeline">name <span style="color: #339933;">=&gt;</span> SOAP<span style="color: #339933;">::</span><span style="color: #006600;">Data</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">type</span><span style="color: #009900;">&#40;</span>string <span style="color: #339933;">=&gt;</span> <span style="color: #ff0000;">&quot;2.7.37.12&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">34</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span></pre></td></tr><tr><td class="devcodelines" width="1%">35</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$newVersion</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">$soap</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">addVersion</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$auth</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">result</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">36</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #0000ff;">$projectNum</span><span style="color: #339933;">,</span></pre></td></tr><tr><td class="devcodelines" width="1%">37</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #0000ff;">$versionInfo2</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">38</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline">&nbsp;</pre></td></tr><tr><td class="devcodelines" width="1%">39</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #666666; font-style: italic;">#example three</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">40</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$vName</span> <span style="color: #339933;">=</span> <span style="color: #ff0000;">&quot;2.7.37.13&quot;</span><span style="color: #339933;">;</span></pre></td></tr><tr><td class="devcodelines" width="1%">41</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$rDate</span> <span style="color: #339933;">=</span> <span style="color: #ff0000;">&quot;2010-03-02T00:00:03.000Z&quot;</span><span style="color: #339933;">;</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">42</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline">&nbsp;</pre></td></tr><tr><td class="devcodelines" width="1%">43</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$newVersion</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">$soap</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">addVersion</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$auth</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">result</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">44</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #0000ff;">$projectNum</span><span style="color: #339933;">,</span></pre></td></tr><tr><td class="devcodelines" width="1%">45</td><td class="devcodelinesarea"><pre class="devcode devcodeline">SOAP<span style="color: #339933;">::</span><span style="color: #006600;">Data</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">type</span><span style="color: #009900;">&#40;</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">46</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline">versionInfo <span style="color: #339933;">=&gt;</span> <span style="color: #009900;">&#123;</span></pre></td></tr><tr><td class="devcodelines" width="1%">47</td><td class="devcodelinesarea"><pre class="devcode devcodeline">name <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">$vName</span><span style="color: #339933;">,</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">48</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline">releaseDate <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">$rDate</span></pre></td></tr><tr><td class="devcodelines" width="1%">49</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">50</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline"><span style="color: #009900;">&#41;</span></pre></td></tr><tr><td class="devcodelines" width="1%">51</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr><tr><td class="devcodelines devcodelinesodd" width="1%">52</td><td class="devcodelinesarea devcodelinesareaodd"><pre class="devcode devcodeline">&nbsp;</pre></td></tr><tr><td class="devcodelines" width="1%">53</td><td class="devcodelinesarea"><pre class="devcode devcodeline"><span style="color: #000066;">exit</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span></pre></td></tr></table></div></pre>]]></content:encoded>
			<wfw:commentRss>http://isaac.inkrunway.com/?feed=rss2&amp;p=66</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Legion, Book of Eli</title>
		<link>http://isaac.inkrunway.com/?p=65</link>
		<comments>http://isaac.inkrunway.com/?p=65#comments</comments>
		<pubDate>Wed, 24 Feb 2010 20:15:04 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://isaac.inkrunway.com/?p=65</guid>
		<description><![CDATA[during our trip thus far Anna and I have seen two theligically rooted action movies; Legion and Book of Eli. Legion is a pseudo-end-of-days movie set in the desert. while it uses some Christian concepts, it&#8217;s mostly just a brainless zombie movie. we were both rather bored and by the end, laughing at it&#8217;s dumb [...]]]></description>
			<content:encoded><![CDATA[during our trip thus far Anna and I have seen two theligically rooted action movies; Legion and Book of Eli. Legion is a pseudo-end-of-days movie set in the desert. while it uses some Christian concepts, it&#8217;s mostly just a brainless zombie movie. we were both rather bored and by the end, laughing at it&#8217;s dumb plot line.<p>Book of Eli is a post-apocolyptical western, so devoid of color it&#8217;s almost a black and white. The acting on a whole was good and the concept well thought out. I didn&#8217;t see what was coming in many instances. we didn&#8217;t see the end coming. the role of solara was weak but other than that, a good matinee worthy flick.]]></content:encoded>
			<wfw:commentRss>http://isaac.inkrunway.com/?feed=rss2&amp;p=65</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First time settings up Wordpress with Ubuntu</title>
		<link>http://isaac.inkrunway.com/?p=64</link>
		<comments>http://isaac.inkrunway.com/?p=64#comments</comments>
		<pubDate>Thu, 28 Jan 2010 17:25:03 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://isaac.inkrunway.com/?p=64</guid>
		<description><![CDATA[if you follow the instructions to the T with ubuntu 9.10 you get a damn &#8220;cannot connect to database&#8221; error when you go to localhost/wordpress.  To solve it open /etc/wordpress/config-localhost.php and get your temp password (e.g. ABCD1234)then log into mysql with mysql -u root -p and type your password.  when you get the [...]]]></description>
			<content:encoded><![CDATA[if you follow the instructions to the T with ubuntu 9.10 you get a damn &#8220;cannot connect to database&#8221; error when you go to localhost/wordpress.  To solve it open /etc/wordpress/config-localhost.php and get your temp password (e.g. ABCD1234)<br />then log into mysql with mysql -u root -p and type your password.  when you get the mysql> prompt, set the password:<br />mysql> SET PASSWORD FOR &#8216;wordpress&#8217;@'localhost&#8217; = OLD_PASSWORD(&#8217;ABCD1234&#8242;);<br />Query OK, 0 rows affected (0.00 sec)<br /><br />it should be fixed]]></content:encoded>
			<wfw:commentRss>http://isaac.inkrunway.com/?feed=rss2&amp;p=64</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good for Google</title>
		<link>http://isaac.inkrunway.com/?p=58</link>
		<comments>http://isaac.inkrunway.com/?p=58#comments</comments>
		<pubDate>Tue, 19 Jan 2010 16:31:09 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://isaac.inkrunway.com/?p=58</guid>
		<description><![CDATA[I&#8217;ve had this conversation a few times now with people in different businesses but all have experienced trying to outsource to China: It doesn&#8217;t work.  It&#8217;s this bizarre Emporer-has-no-clothes scenerio; everyone on the ground knows it and only now is management getting it.   Google finally stepped out, pointed and shouted &#8220;hey, they&#8217;re [...]]]></description>
			<content:encoded><![CDATA[I&#8217;ve had this conversation a few times now with people in different businesses but all have experienced trying to outsource to China: It doesn&#8217;t work.  It&#8217;s this bizarre Emporer-has-no-clothes scenerio; everyone on the ground knows it and only now is management getting it.   Google finally stepped out, pointed and shouted &#8220;hey, they&#8217;re phony&#8221;.<br /><br />I&#8217;ve worked at a few companies, not a lot, but a few; those that do PDM/PLM to Biotech to Medical Devices, always in SCM which means I always have to interface with remote developers; including offshore ones.  Indian developers have some problems, but really, if you integrate them as equals, just remote, they perform quite well.  My best collegues (and bosses) have been Indian (though highly American-ized).  I have had some very positive experiences there and personally found that if you pay them right (you get what you pay for), you get really dedicated people.<p/>Now China is completely different&#8230; it&#8217;s like the wild west.  At one employer i worked at, the China QA had been failing &#8230; they had 4 times the people (they offshored QA for the same price&#8230; getting 4 times as many people) but bugs, really nasty showstoppers, were getting through over and over and delaying the release.  Their computer network, despite being pretty built up, was slower than molasses.  Eventually two of the best people on our team; one architect one manager were put in charge.  </P>After about a month and a visit out there, the architect pulled me aside one day.  <br />&#8220;This is political, understand&#8221; he cautioned. &#8220;They just surf and download movies and music all day.  Nothing gets done.  I walked around casually and could see bittorrent running on all their machines&#8221;. No matter what they tried, they couldn&#8217;t get a turn around.  And I didn&#8217;t understand the politics but there is something unusual with the doing business in China; maybe it&#8217;s payoffs or something else.  But when I read Google had their IP stolen, it didn&#8217;t surprise me in the least.<P/>The guy i mentioned eventually got canned; no manager wants to own the problem of their cheap offshore team failing and needing to hire back local QA, but the tide is changing.  I&#8217;m now hearing stories from various collegues about software companies pulling back on China; either stopping growth or moving back to Singapore and India.<p/>Hopefully Google&#8217;s sounding bell will free other companies to step forward and admit what everyone knows: China is not good for offshoring technology development.  You can spin it any way you like, but a culture lead from the top not to respect IP and allows piracy will also see piracy pervade legitimate enterprise.]]></content:encoded>
			<wfw:commentRss>http://isaac.inkrunway.com/?feed=rss2&amp;p=58</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JIRA SVN plugin configuration with WebSVN 2.x</title>
		<link>http://isaac.inkrunway.com/?p=56</link>
		<comments>http://isaac.inkrunway.com/?p=56#comments</comments>
		<pubDate>Fri, 15 Jan 2010 18:44:44 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://isaac.inkrunway.com/?p=56</guid>
		<description><![CDATA[#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;# WebClient for SVN (2.0)#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;linkformat.changeset=http://svn.mycompany.net/websvn-2.2.1/revision.php?repname=source&#038;location=/&#038;rev=${rev}linkformat.file.added=http://svn.mycompany.net/websvn-2.2.1/filedetails.php?repname=source&#038;path=${path}&#038;rev=${rev}linkformat.file.modified=http://svn.mycompany.net/websvn-2.2.1/diff.php?repname=source&#038;path=${path}&#038;rev=${rev}&#038;sc=0linkformat.file.replaced=http://svn.mycompany.net/websvn-2.2.1/filedetails.php?repname=source&#038;path=${path}&#038;rev=${rev-1}&#038;sc=0linkformat.file.deleted=http://svn.mycompany.net/websvn-2.2.1/filedetails.php?repname=source&#038;path=${path}&#038;rev=${rev-1}&#038;sc=0linkformat.copyfrom=http://svn.mycompany.net/websvn-2.2.1/filedetails.php?repname=source&#038;path=${path}&#038;rev=${rev-1}&#038;sc=0]]></description>
			<content:encoded><![CDATA[#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br /># WebClient for SVN (2.0)<br />#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />linkformat.changeset=http://svn.mycompany.net/websvn-2.2.1/revision.php?repname=source&#038;location=/&#038;rev=${rev}<br />linkformat.file.added=http://svn.mycompany.net/websvn-2.2.1/filedetails.php?repname=source&#038;path=${path}&#038;rev=${rev}<br />linkformat.file.modified=http://svn.mycompany.net/websvn-2.2.1/diff.php?repname=source&#038;path=${path}&#038;rev=${rev}&#038;sc=0<br />linkformat.file.replaced=http://svn.mycompany.net/websvn-2.2.1/filedetails.php?repname=source&#038;path=${path}&#038;rev=${rev-1}&#038;sc=0<br />linkformat.file.deleted=http://svn.mycompany.net/websvn-2.2.1/filedetails.php?repname=source&#038;path=${path}&#038;rev=${rev-1}&#038;sc=0<br />linkformat.copyfrom=http://svn.mycompany.net/websvn-2.2.1/filedetails.php?repname=source&#038;path=${path}&#038;rev=${rev-1}&#038;sc=0<br /><br />]]></content:encoded>
			<wfw:commentRss>http://isaac.inkrunway.com/?feed=rss2&amp;p=56</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP sharing in Mac OS X; Permission Denied</title>
		<link>http://isaac.inkrunway.com/?p=55</link>
		<comments>http://isaac.inkrunway.com/?p=55#comments</comments>
		<pubDate>Tue, 29 Dec 2009 18:10:14 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[permission denied]]></category>

		<guid isPermaLink="false">http://isaac.inkrunway.com/?p=55</guid>
		<description><![CDATA[I went to the sharing control panel and chose the 3rd checkbox for &#8220;File Sharing&#8221; and then &#8220;Share files and folders using FTP&#8221;.  I then logged into the remote linux box and did an FTP back &#8220;ftp 10.10.10.10&#8243; where 10.10.10.10 is my IP&#8230; i used my username i log into the mac with (not [...]]]></description>
			<content:encoded><![CDATA[I went to the sharing control panel and chose the 3rd checkbox for &#8220;File Sharing&#8221; and then &#8220;Share files and folders using FTP&#8221;.  I then logged into the remote linux box and did an FTP back &#8220;ftp 10.10.10.10&#8243; where 10.10.10.10 is my IP&#8230; i used my username i log into the mac with (not the linux server) and password.  then i did a &#8220;put /opt/mydumpfile&#8221; but it kept saying &#8220;Permission Denied&#8221;.. I was thinking i somehow hosed a permission&#8230; long story short.. you need to specify both FROM and TO when using PUT with Mac OS X FTP.. when i changed the command to &#8220;put /opt/mydumpfile mydumpfile&#8221; then it worked like a champ.]]></content:encoded>
			<wfw:commentRss>http://isaac.inkrunway.com/?feed=rss2&amp;p=55</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
