<?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>The Brian Olore Story &#187; ibm</title>
	<atom:link href="http://brian.olore.net/wp/tag/ibm/feed/" rel="self" type="application/rss+xml" />
	<link>http://brian.olore.net</link>
	<description>Less of a story, more of a brain dump</description>
	<lastBuildDate>Sat, 19 Jun 2010 12:25:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New year, new job</title>
		<link>http://brian.olore.net/wp/2010/01/new-year-new-job/</link>
		<comments>http://brian.olore.net/wp/2010/01/new-year-new-job/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 03:30:49 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[boeing]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[skarven]]></category>

		<guid isPermaLink="false">http://brian.olore.net/?p=98</guid>
		<description><![CDATA[A few weeks ago, after 10 fun years at IBM I left and took a new job with Skarven Enterprises, a Boeing Company. I call my years at IBM &#8220;fun&#8221;, because they were &#8211; I really did enjoy my time there. Tons of great projects, always playing with new technologies, building applications that targeted all [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://skarven.net"><img class="alignright" style="padding: 5px; background-color: black;" src="http://skarven.net/images/skarven_boeing_Logo_white.gif" alt="" width="296" height="80" /></a>A few weeks ago, after 10 fun years at IBM I left and took a new job with <a href="http://skarven.net">Skarven Enterprises, a Boeing Company</a>. I call my years at IBM &#8220;fun&#8221;, because they were &#8211; I really did enjoy my time there. Tons of great projects, always playing with new technologies, building applications that targeted all 300,000 IBMers, and most of all, making so many good friends along the way.</p>
<p>At IBM I did a lot of development, in what I now realize was in a non-traditional environment, for better or worse at times. Skaven is hardcore into Agile. It&#8217;s actually a fairly thin layer on top of what I was most doing at IBM (other people are worrying more about the semantics of Agile right now), but it adds enough structure &amp; reporting to make me feel like management is aware of what&#8217;s going on. It&#8217;s kinda cool to be learning about Agile at the same time as a Sprint is already in progress &#8211; it&#8217;s a great way to pick up on things quickly.</p>
<p>In my new position I&#8217;m going to be doing Ruby on Rails development, which means I have to actually learn it! I&#8217;m currently going through lotsa of learning: the system, the development environment, Agile, scrum&#8230; and the roads to get there! I&#8217;m really psyched, and I can&#8217;t wait to contribute some real work. That should be coming in the next few weeks after I &#8220;pass the Qualifications Board&#8221;.</p>
<p>I&#8217;m going to start trying to blog more as I figure out exactly what I&#8217;m doing  <img src='http://brian.olore.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://brian.olore.net/wp/2010/01/new-year-new-job/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Aptana on Ubuntu 8.10</title>
		<link>http://brian.olore.net/wp/2009/02/aptana-on-ubuntu-810/</link>
		<comments>http://brian.olore.net/wp/2009/02/aptana-on-ubuntu-810/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 19:54:12 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://brian.olore.net/2009/02/aptana-on-ubuntu-810/</guid>
		<description><![CDATA[I was having a problem getting Aptana to run on my fresh install of Ubuntu 8.10
I lost the original error message, but it was something like
[ERROR] Invalid keyjava.security.InvalidKeyException: Invalid AES key length: 26 bytes
Even though I&#8217;m running 32-bit, the solution to include an older version of xulrunner and reference it in a startup script worked [...]]]></description>
			<content:encoded><![CDATA[<p>I was having a problem getting Aptana to run on my fresh install of Ubuntu 8.10</p>
<p>I lost the original error message, but it was something like<br />
<blockquote><code>[ERROR] Invalid key</code><br /><code>java.security.InvalidKeyException: Invalid AES key length: 26 bytes</code><br /><code></code></p></blockquote>
<p><code><br /></code>Even though I&#8217;m running 32-bit, <a href="http://forums.aptana.com/viewtopic.php?t=7147">the solution to include an older version of xulrunner and reference it in a startup script</a> worked like a charm. </p>
<p>In case this page ever dies, the trick is to install <a href="http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.8.1.3/contrib/linux-i686/xulrunner-1.8.1.3.en-US.linux-i686-20080128.tar.gz">xulrunner-1.8.1.3</a> and use a script similar to this to start Aptana
<dl class="codebox">
<dd><code>#!/bin/sh<br />MOZILLA_FIVE_HOME=/usr/lib/xulrunner-1.8.1.3<br />if [ $LD_LIBRARY_PATH ]; then<br />LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH<br />else<br />LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME<br />fi<br />export MOZILLA_FIVE_HOME LD_LIBRARY_PATH<br />~/aptana/AptanaStudio -vm /usr/lib/jvm/ia32-java-6-sun/jre/bin/java</code></dd>
</dl>
<p>For reference, I am running IBM Java 1.6
<dl class="codebox">
<dd><code>#!/bin/sh<br />MOZILLA_FIVE_HOME=/usr/lib/xulrunner-1.8.1.3<br />if [ $LD_LIBRARY_PATH ]; then<br />LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH<br />else<br />LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME<br />fi<br />export MOZILLA_FIVE_HOME LD_LIBRARY_PATH<br />~/aptana/AptanaStudio -vm /usr/lib/jvm/ia32-java-6-sun/jre/bin/java</code></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://brian.olore.net/wp/2009/02/aptana-on-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
