<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Abraini's Blog &#187; Seneca</title>
	<atom:link href="http://abraini.wordpress.com/category/seneca/feed/" rel="self" type="application/rss+xml" />
	<link>http://abraini.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 14 Apr 2009 16:03:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='abraini.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Abraini's Blog &#187; Seneca</title>
		<link>http://abraini.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://abraini.wordpress.com/osd.xml" title="Abraini&#039;s Blog" />
	<atom:link rel='hub' href='http://abraini.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Presentation 2:</title>
		<link>http://abraini.wordpress.com/2009/04/13/presentation-2/</link>
		<comments>http://abraini.wordpress.com/2009/04/13/presentation-2/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 04:41:39 +0000</pubDate>
		<dc:creator>abraini</dc:creator>
				<category><![CDATA[Seneca]]></category>

		<guid isPermaLink="false">http://abraini.wordpress.com/?p=23</guid>
		<description><![CDATA[Ubuntu Python26 Build First I had to upgrade Ubuntu&#8217;s Python from 2.5.2 to 2.6.1. Downloaded and extracted the Gzipped tarball from http://www.python.org/download/releases/2.6.1/ and ran the ./configure file. After the configure finished compiled with the supplied make file. After the successful compile Python 2.6.1 was installed to usr/local/bin/python2.6 dir and the system was successfully upgraded. To [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abraini.wordpress.com&#038;blog=6203200&#038;post=23&#038;subd=abraini&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ubuntu Python26 Build<br />
First I had to upgrade Ubuntu&#8217;s Python from 2.5.2 to 2.6.1.  Downloaded and extracted the Gzipped tarball from <a href="http://www.python.org/download/releases/2.6.1/" target="_blank">http://www.python.org/download/releases/2.6.1/</a> and ran the ./configure file.  After the configure finished compiled with the supplied make file.  After the successful compile Python 2.6.1 was installed to usr/local/bin/python2.6 dir and the system was successfully upgraded.  To compile OpenOffice.org on Ubuntu I checked out the latest Python26 child work space from the OOo SVN service.  Followed the instructions on the <a href="http://wiki.services.openoffice.org/wiki/Ubuntu_Build_Instructions" target="_blank">OpenOffice.org Wiki website</a>.  Downloaded and installed the required packages and then used the same build flow as a Fedora build.  After a short while I had a successful Ubuntu Build.  With the build complete I installed the OpenOffice.org suit following the instructions provided by <a href="http://lzahir.blogspot.com/2009/04/installing-openoffice-on-fedora.html" target="_blank">Ladan&#8217;s blogpost</a>.  I got the same error at the end but was able to run the suit from the install directory just as Ladan had.</p>
<p>Fedora Python26 Build<br />
The Germany system was brought back online by C Tyler early April. Luckily the home dir&#8217;s were safe and this saved me some time not having to check out the cws again.  And then I went and brought it down again.  I had installed Java 6 over an install of Java 5 that Dave was using (major oops) and had caused conflicts between the two.  C Tyler got back to me letting me know he and Dave had done some work to allow both versions of Java to run on the machine for me.  This was much appreciated.  I compiled Python 2.6.1 on Fedora as I did on Ubuntu but I did not install it over the primary Python install.  I installed it to ~/bin/python2.6 and attempted to rebuild OOo on Fedora.  I received the same error I had before the Germany refresh.</p>
<pre>SyntaxError: invalid syntax Warning: 'with' will become a reserved keyword in Python 2.6 .</pre>
<p>From what I understood searching for this error online it seems that I was trying to compile 2.5 code with the 2.6 compiler.  I tried removing the solver dir and running make clean and recompiling.  The same error occurred.</p>
<p>The next step I need a successful compile on a Fedora machine and extensive Quality Assurance testing.</p>
<pre>* QA-1:
build the testtools module and switch to testtools/source/bridgetest/pyuno and run

dmake runtest

* QA-2:
install the office, start python from the program directory and type 

import uno

* QA-3:
Start the office, choose Tools/Macros/Run macro ..., click on "OpenOffice.org
Macros", you should then have a pythonSamples Library at the bottom of the list. 

That's it. In case you have any problems you can't solve, let us know either on
this list or within the above issue. Attach patches to the above issue.</pre>
<p>I found a testtools on the old cvs and a <a href="http://wiki.services.openoffice.org/wiki/Uno/Binary/Modules/testtools">wiki page</a> for it. Downloaded/Checked out the <a href="http://udk.openoffice.org/source/browse/udk/testtools/" target="_blank">old cvs</a> on to Ubuntu with</p>
<p><code>cvs -d :pserver:anoncvs@anoncvs.services.openoffice.org:/cvs checkout udk/testtools</code></p>
<p>With the testtools downloaded I&#8217;m having trouble compiling them and running them.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abraini.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abraini.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abraini.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abraini.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abraini.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abraini.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abraini.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abraini.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abraini.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abraini.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abraini.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abraini.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abraini.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abraini.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abraini.wordpress.com&#038;blog=6203200&#038;post=23&#038;subd=abraini&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abraini.wordpress.com/2009/04/13/presentation-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74f5021df03cd1eafb3bbf706038111b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abraini</media:title>
		</media:content>
	</item>
		<item>
		<title>Project Presentations</title>
		<link>http://abraini.wordpress.com/2009/04/03/project-presentations/</link>
		<comments>http://abraini.wordpress.com/2009/04/03/project-presentations/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 19:55:05 +0000</pubDate>
		<dc:creator>abraini</dc:creator>
				<category><![CDATA[Seneca]]></category>

		<guid isPermaLink="false">http://abraini.wordpress.com/?p=19</guid>
		<description><![CDATA[I believe everyone has had a chance to present their progress in their projects.  I now have an understanding of what everyone is working on.  Many of the tools they were using could help us all on our own projects.  Daeseon showed us a walkthrough of the code he was working on and introduced us to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abraini.wordpress.com&#038;blog=6203200&#038;post=19&#038;subd=abraini&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-indent:.5in;"><span style="font-size:small;font-family:Times New Roman;">I believe everyone has had a chance to present their progress in their projects.<span>  </span>I now have an understanding of what everyone is working on. <span> </span>Many of the tools they were using could help us all on our own projects.<span>  </span>Daeseon showed us a walkthrough of the code he was working on and introduced us to Uno.<span>  </span>Tiago explained how he was using a Virtual Machine to make an OpenSolaris box.<span>  </span>It was interesting to see that even though both Solaris and StarOffice are run by SUN they were working on projects to make free versions.<span>  </span>Or perhaps not, seeing as how there seemed to be little support by SUN for OpenOffice on OpenSolaris.<span>  </span>Ladan demonstrated the problem that was in OOo’s Calc, how Microsoft dealt with the problem in Excel and what their plans were for Calc’s solution.<span>  </span>Bart explained to us how they wanted to be able to copy master pages between Impress windows, and pointed out some functions in Impress that would help him achieve this.<span>  </span>And lastly Jerry gave us a quick demo of the additional 3D slideshow transitions they want to implement in Impress and the process they were going to use to implement them.</span></p>
<p style="text-indent:.5in;"><span style="font-size:small;"><span style="font-family:Times New Roman;">I think I covered the presentations so far, I hope I haven’t left anyone out.<span>  </span>These presentations really help show the scope of OpenOffice.org and its complexity.<span>  </span>These projects aren’t going to be finished in the next two weeks but it is interesting to see how everyone is getting started.<span>  </span>I’m sure it will also be interesting to see how everyone has progressed since there first project presentations.<span>  </span></span></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abraini.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abraini.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abraini.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abraini.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abraini.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abraini.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abraini.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abraini.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abraini.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abraini.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abraini.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abraini.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abraini.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abraini.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abraini.wordpress.com&#038;blog=6203200&#038;post=19&#038;subd=abraini&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abraini.wordpress.com/2009/04/03/project-presentations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74f5021df03cd1eafb3bbf706038111b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abraini</media:title>
		</media:content>
	</item>
		<item>
		<title>1st OpenOffice.org Compile Attempt</title>
		<link>http://abraini.wordpress.com/2009/01/30/1st-openofficeorg-compile-attempt/</link>
		<comments>http://abraini.wordpress.com/2009/01/30/1st-openofficeorg-compile-attempt/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 17:13:03 +0000</pubDate>
		<dc:creator>abraini</dc:creator>
				<category><![CDATA[Seneca]]></category>

		<guid isPermaLink="false">http://abraini.wordpress.com/?p=16</guid>
		<description><![CDATA[I got OOo to configure on Germany with some help but soon found out I was going to be late for work (and was, oops) so had to postpone the compile.  After getting home from work, eating dinner and watching a movie I remembered &#8220;ooh yeah I can compile OOo now&#8221; so I did. So [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abraini.wordpress.com&#038;blog=6203200&#038;post=16&#038;subd=abraini&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I got OOo to configure on Germany with some help but soon found out I was going to be late for work (and was, oops) so had to postpone the compile.  After getting home from work, eating dinner and watching a movie I remembered &#8220;ooh yeah I can compile OOo now&#8221; so I did.</p>
<p>So I start the compile at Fri Jan 30 00:30:56 EST 2009 and the next morning the log file is 12MB.  Checking the log file it seems the compile halted at Fri Jan 30 01:33:54 EST 2009.  This is the error I got.</p>
<p>rpmbuild: /home/arbraini/OOo/m39wc/solver/300/unxlngx6.pro/lib/libnss3.so: version `NSS_3.10&#8242; not found (required by /usr/lib64/librpmio-4.6.so)<br />
dmake:  Error code 1, while making &#8216;../unxlngx6.pro/bin/noarch/fake-db-1.0-0.noarch.rpm&#8217;</p>
<p>ERROR: Error 65280 occurred while making /home/arbraini/OOo/m39wc/setup_native/scripts<br />
dmake:  Error code 1, while making &#8216;build_instsetoo_native&#8217;</p>
<p>Now it seems I&#8217;ll be late for class (oops).  On the up side, it was compiling using all machines with distcc.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abraini.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abraini.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abraini.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abraini.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abraini.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abraini.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abraini.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abraini.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abraini.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abraini.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abraini.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abraini.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abraini.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abraini.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abraini.wordpress.com&#038;blog=6203200&#038;post=16&#038;subd=abraini&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abraini.wordpress.com/2009/01/30/1st-openofficeorg-compile-attempt/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74f5021df03cd1eafb3bbf706038111b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abraini</media:title>
		</media:content>
	</item>
		<item>
		<title>distcc and distccd setup</title>
		<link>http://abraini.wordpress.com/2009/01/25/distcc-and-distccd-setup/</link>
		<comments>http://abraini.wordpress.com/2009/01/25/distcc-and-distccd-setup/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 02:39:00 +0000</pubDate>
		<dc:creator>abraini</dc:creator>
				<category><![CDATA[Seneca]]></category>

		<guid isPermaLink="false">http://abraini.wordpress.com/?p=12</guid>
		<description><![CDATA[Added a simple and somewhat bare bones setup guide to the Seneca Distcc Wiki, with much of the info coming from Daeseon Moon&#8217;s Blog Post.  We got Germany, Ireland and Australia setup as a distcc cluster.  Running distcc on any of the three will have it compile on all three machines.  This took  a little [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abraini.wordpress.com&#038;blog=6203200&#038;post=12&#038;subd=abraini&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Added a simple and somewhat bare bones setup guide to the <a href="http://zenit.senecac.on.ca/wiki/index.php/Distcc_Setup">Seneca Distcc Wiki</a>, with much of the info coming from <a href="http://daeseonmoon.wordpress.com/">Daeseon Moon&#8217;s Blog Post</a>.  We got Germany, Ireland and Australia setup as a distcc cluster.  Running distcc on any of the three will have it compile on all three machines.  This took  a little work on figuring out which was the proper subnet mask for the cdot network.  The right ip masking is now in the wiki.</p>
<p>For some fun I&#8217;ll work on finding comparative compile times of one machine vs two vs three and I&#8217;ll post the results as a comment on this blog.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abraini.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abraini.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abraini.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abraini.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abraini.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abraini.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abraini.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abraini.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abraini.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abraini.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abraini.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abraini.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abraini.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abraini.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abraini.wordpress.com&#038;blog=6203200&#038;post=12&#038;subd=abraini&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abraini.wordpress.com/2009/01/25/distcc-and-distccd-setup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74f5021df03cd1eafb3bbf706038111b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abraini</media:title>
		</media:content>
	</item>
		<item>
		<title>Install Ubuntu &amp; OpenOffice</title>
		<link>http://abraini.wordpress.com/2009/01/22/install-ubuntu-openoffice/</link>
		<comments>http://abraini.wordpress.com/2009/01/22/install-ubuntu-openoffice/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 15:31:11 +0000</pubDate>
		<dc:creator>abraini</dc:creator>
				<category><![CDATA[Seneca]]></category>

		<guid isPermaLink="false">http://abraini.wordpress.com/?p=8</guid>
		<description><![CDATA[I spent the last day installing Ubuntu.  The Ubuntu install wasn&#8217;t the hard part, in fact it was the easiest install of any OS I&#8217;ve ever had the dis/pleasure of running.  I didn&#8217;t even have to burn a CD.  I was to lazy to go get one so I chose to install from a USB [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abraini.wordpress.com&#038;blog=6203200&#038;post=8&#038;subd=abraini&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I spent the last day installing Ubuntu.  The Ubuntu install wasn&#8217;t the hard part, in fact it was the easiest install of any OS I&#8217;ve ever had the dis/pleasure of running.  I didn&#8217;t even have to burn a CD.  I was to lazy to go get one so I chose to install from a USB drive.</p>
<p>The only issue was in order to boot from the USB the boot order of the drives in the BIOS needed to be changed so the USB memory stick would be at the top.  This caused and issue with GRUB.  When the GRUB boot loaded installed it recognised the Windows XP OS as being on a hard drive in another order then when the USB is not booting.  A simple fix to the GRUB menu items and dual booting was gravy.  Installing OpenOffice was just as easy with Ubuntu&#8217;s nice and GUI&#8217;d Add Programs menu.</p>
<p>The lengthy issue was trying to get the Native install of Windows XP to load in VirtualBox or VMware.  This took all day and in the end I was unsuccessful.  It would actually have been faster for me to do a clean install of the OS <em>and</em> all the necessary applications but I was stuck on this problem and I wasn&#8217;t going to give up.</p>
<p>Next Task: Compile OpenOffice from source.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abraini.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abraini.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abraini.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abraini.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abraini.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abraini.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abraini.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abraini.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abraini.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abraini.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abraini.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abraini.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abraini.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abraini.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abraini.wordpress.com&#038;blog=6203200&#038;post=8&#038;subd=abraini&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abraini.wordpress.com/2009/01/22/install-ubuntu-openoffice/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74f5021df03cd1eafb3bbf706038111b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abraini</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Cathedral and Bazaar&#8221; thoughts</title>
		<link>http://abraini.wordpress.com/2009/01/16/cathedral-and-bazaar-thoughts/</link>
		<comments>http://abraini.wordpress.com/2009/01/16/cathedral-and-bazaar-thoughts/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 21:05:52 +0000</pubDate>
		<dc:creator>abraini</dc:creator>
				<category><![CDATA[Seneca]]></category>

		<guid isPermaLink="false">http://abraini.wordpress.com/?p=3</guid>
		<description><![CDATA[I finished reading Eric Raymon&#8217;s &#8220;Cathedral and Bazaar&#8221; paper two days before writing this and so have had some time to let the ideas inside the paper stew.  The paper does a very good job of contrasting the two methods of developing projects, the corporate Cathedral style of a few specialized &#8220;sages&#8221; working hard to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abraini.wordpress.com&#038;blog=6203200&#038;post=3&#038;subd=abraini&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-indent:.5in;">I finished reading Eric Raymon&#8217;s &#8220;<a title="Cathedral and Bazaar" href="http://firstmonday.org/htbin/cgiwrap/bin/ojs/index.php/fm/article/view/578/499" target="_blank">Cathedral and Bazaar</a>&#8221; paper two days before writing this and so have had some time to let the ideas inside the paper stew.  The paper does a very good job of contrasting the two methods of developing projects, the corporate Cathedral style of a few specialized &#8220;sages&#8221; working hard to come to the finished project on their own before showing it the world.  And the freesource Bazaar method of release early, release often with a transparency that allows many eyes to scan the project before anything has been finalized.</p>
<p class="MsoNormal" style="text-indent:.5in;">With these &#8220;many eyes&#8221; the bug or issue is going to be easily apparent to someone and perhaps the solution equally easily identifiable.  This allows for a rapid development that could not happen in the Cathedral method.  But there has to be someone steering the ship if you&#8217;ll excuse the mixed metaphors.  Eric was in charge of his test project and in the end all design decisions were up to him.  It will be interesting to see how this method works where there aren’t just many &#8220;eyes&#8221; but just as many &#8220;hands&#8221; on the code.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abraini.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abraini.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abraini.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abraini.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abraini.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abraini.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abraini.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abraini.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abraini.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abraini.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abraini.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abraini.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abraini.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abraini.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abraini.wordpress.com&#038;blog=6203200&#038;post=3&#038;subd=abraini&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abraini.wordpress.com/2009/01/16/cathedral-and-bazaar-thoughts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74f5021df03cd1eafb3bbf706038111b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abraini</media:title>
		</media:content>
	</item>
	</channel>
</rss>
