<?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:ymaps="http://api.maps.yahoo.com/Maps/V2/AnnotatedMaps.xsd">

<channel>
	<title>Square Galaxy &#187; Open Source</title>
	<atom:link href="http://squaregalaxy.com/tag/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://squaregalaxy.com</link>
	<description>A blog by Jacob</description>
	<lastBuildDate>Tue, 16 Mar 2010 19:11:58 +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>Gdocsuploader</title>
		<link>http://squaregalaxy.com/tech/gdocsuploader/</link>
		<comments>http://squaregalaxy.com/tech/gdocsuploader/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 16:55:07 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[gdocsuploader]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Docs]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://jacob.peargrove.com/tech/?p=85</guid>
		<description><![CDATA[A while ago, I found myself needing to upload many document files into Google Docs.  I saw that Google had a new API for doing such, so I decided to write a quick little app for the Mac to do just that. Just drag and drop documents onto the icon, and away their uploaded.
I [...]


Related posts:<ol><li><a href='http://squaregalaxy.com/tech/gdocsuploader-13-released/' rel='bookmark' title='Permanent Link: GDocsUploader 1.3 released'>GDocsUploader 1.3 released</a> <small>About a year ago I started a little programming project...</small></li>
<li><a href='http://squaregalaxy.com/tech/gdocsuploader-1-4-released/' rel='bookmark' title='Permanent Link: GDocsUploader 1.4 released'>GDocsUploader 1.4 released</a> <small>While still in college, I wrote my first Mac OS...</small></li>
<li><a href='http://squaregalaxy.com/tech/gdocsuploader-12-released/' rel='bookmark' title='Permanent Link: GDocsUploader 1.2 released'>GDocsUploader 1.2 released</a> <small>I released version 1.2 (download) of my little GDocsUploader program....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A while ago, I found myself needing to upload many document files into Google Docs.  I saw that Google had a new <a href="http://code.google.com/apis/documents/overview.html"><acronym title="Application Programming Interface">API</acronym></a> for doing such, so I decided to <a href="http://jacobbrunson.com/2007/11/16/mac-os-x-uploader-for-google-docs/">write a quick little app for the Mac</a> to do just that. Just drag and drop documents onto the icon, and away their uploaded.</p>
<p>I had never written any sort of real Mac application, so I just kind of glued something together out of Python, applescript, and a couple of helper apps.   I threw the <a href="http://code.google.com/p/gdocsuploader/">source up at Google Project Hosting</a>, which has been good, because otherwise I would have been supporting the thousands of downloads.</p>
<p>Recently, my little droplet app became more famous.  It was <a href="http://lifehacker.com/382160/drag-and-drop-upload-files-to-google-docs-with-gdocsuploader">featured on lifehacker.com as a featured Mac Download</a>.  My favorite line from their post was, &#8220;Gdocsuploader is still new and a bit unpolished.&#8221;  I think it should be considered more than just a bit unpolished.  They should have said, &#8220;this thing might work, and is about as unpolished as lava rock.&#8221;</p>
<p>There have been a multitude of other posts about my little project:</p>
<ul>
<li><a href="http://webworkerdaily.com/2008/04/22/gdocsuploader-handy-mac-web-workers/">Web Worker Daily claims</a> it could save you a bit of friction.</li>
<li><a href="http://www.vinodlive.com/2008/04/18/gdocsuploader-upload-your-documents-to-google-docs-mac-os-x/">VinodLive says</a> it shines with some cool drag and drop options</li>
<li><a href="http://osx.iusethis.com/app/gdocsuploader"><em>i use this</em> show</a>s 2 people are using it.  I wonder how many people use <em>i use this</em>.</li>
<li><a href="http://samjones.jaiku.com/presence/32551960">samjones jaiku&#8217;ed</a> it saying it saves time.  <a href="http://erik.jaiku.com/presence/32564015">Erik also jaiku&#8217;ed</a> it when he added it to his del.icio.us bookmarks.</li>
<li><a href="http://www.geekout.tv/?p=1515">Geekout.tv</a> actually mentioned me by name!  Thanks to them for the nice personal reference</li>
<li>It hass even gone international at <a href="http://macworld.idg.se/2.1038/1.157515">macworld.idg.se</a>.  I don&#8217;t know what they&#8217;ve said, but I hope it is nice.</li>
</ul>
<p>Thanks to everyone who wrote something nice about it.</p>

<p>Related posts:<ol><li><a href='http://squaregalaxy.com/tech/gdocsuploader-13-released/' rel='bookmark' title='Permanent Link: GDocsUploader 1.3 released'>GDocsUploader 1.3 released</a> <small>About a year ago I started a little programming project...</small></li>
<li><a href='http://squaregalaxy.com/tech/gdocsuploader-1-4-released/' rel='bookmark' title='Permanent Link: GDocsUploader 1.4 released'>GDocsUploader 1.4 released</a> <small>While still in college, I wrote my first Mac OS...</small></li>
<li><a href='http://squaregalaxy.com/tech/gdocsuploader-12-released/' rel='bookmark' title='Permanent Link: GDocsUploader 1.2 released'>GDocsUploader 1.2 released</a> <small>I released version 1.2 (download) of my little GDocsUploader program....</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://squaregalaxy.com/tech/gdocsuploader/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Advertising on Google code</title>
		<link>http://squaregalaxy.com/tech/advertising-on-google-code/</link>
		<comments>http://squaregalaxy.com/tech/advertising-on-google-code/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 17:31:03 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://jacob.peargrove.com/tech/?p=80</guid>
		<description><![CDATA[Google should provide an option to allow projects hosted at Google Code to display and profit from Google Ads.  Project owners who would opt into the ads would benefit from the revenue they collect.  Google would benefit as well by collecting their share of the advertising revenue.  Users might benefit because they [...]


Related posts:<ol><li><a href='http://squaregalaxy.com/business/google-and-yahoo-deal-fails/' rel='bookmark' title='Permanent Link: Google and Yahoo deal fails'>Google and Yahoo deal fails</a> <small>Last June, Google and Yahoo announced a partnership where Yahoo...</small></li>
<li><a href='http://squaregalaxy.com/tech/harvest-the-code/' rel='bookmark' title='Permanent Link: Harvest the code'>Harvest the code</a> <small>I thought I would throw a few marbles around about...</small></li>
<li><a href='http://squaregalaxy.com/tech/google-web-toolkit-for-mac-didnt-work-for-me/' rel='bookmark' title='Permanent Link: Google Web Toolkit for Mac didn&#8217;t work for me'>Google Web Toolkit for Mac didn&#8217;t work for me</a> <small>I saw today on the Google Mac Blog that they...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Google should provide an option to allow projects hosted at Google Code to display and profit from Google Ads.  Project owners who would opt into the ads would benefit from the revenue they collect.  Google would benefit as well by collecting their share of the advertising revenue.  Users might benefit because they can perhaps find other advertised services similar to the project they might be currently looking at.</p>
<p>Recently I&#8217;ve decide to open source some more code and templates that I&#8217;ve written.  I could either share that code from my own website, or I could share it on Google Code, being able to make use of some of the other features they have there.  The biggest advantage to providing the code from my website is that I&#8217;m able to collect on any advertising revenue, which in the past has been around a dollar or two per thousand views.  If Google could provide me a way to generate similar revenue by hosting my code on their site, not only would I consider hosting my code their, but I would find more incentive to write open source code projects.</p>
<p>The only major problem with this might be abuse.  If I wanted to make a few extra bucks, what is stopping me from &#8220;forking&#8221; someone elses project just to host their code under a slightly different name on Google code and profit from the visitors I would have stolen from the more legitimate site.</p>

<p>Related posts:<ol><li><a href='http://squaregalaxy.com/business/google-and-yahoo-deal-fails/' rel='bookmark' title='Permanent Link: Google and Yahoo deal fails'>Google and Yahoo deal fails</a> <small>Last June, Google and Yahoo announced a partnership where Yahoo...</small></li>
<li><a href='http://squaregalaxy.com/tech/harvest-the-code/' rel='bookmark' title='Permanent Link: Harvest the code'>Harvest the code</a> <small>I thought I would throw a few marbles around about...</small></li>
<li><a href='http://squaregalaxy.com/tech/google-web-toolkit-for-mac-didnt-work-for-me/' rel='bookmark' title='Permanent Link: Google Web Toolkit for Mac didn&#8217;t work for me'>Google Web Toolkit for Mac didn&#8217;t work for me</a> <small>I saw today on the Google Mac Blog that they...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://squaregalaxy.com/tech/advertising-on-google-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SCO goes private</title>
		<link>http://squaregalaxy.com/business/sco-goes-private/</link>
		<comments>http://squaregalaxy.com/business/sco-goes-private/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 22:51:16 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[bankruptcy]]></category>
		<category><![CDATA[financial]]></category>
		<category><![CDATA[litigation]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Platforms]]></category>
		<category><![CDATA[SCO]]></category>
		<category><![CDATA[Software Engineering]]></category>

		<guid isPermaLink="false">http://jacob.peargrove.com/tech/2008/open-source/sco-goes-private/</guid>
		<description><![CDATA[According to a story on Slashdot today, The SCO Group received $100 million of investment to get themselves out of bankruptcy and back in the forward business direction.
SCO has been in loosing in law suits it brought against Novell and IBM.
I couldn&#8217;t think of better news.  I mean, from the people perspective, any good [...]


Related posts:<ol><li><a href='http://squaregalaxy.com/tech/how-much-is-an-old-computer-worth/' rel='bookmark' title='Permanent Link: How much is an old computer worth?'>How much is an old computer worth?</a> <small>Occasionally I get asked how much a particular used computer...</small></li>
<li><a href='http://squaregalaxy.com/business/linux-development-process/' rel='bookmark' title='Permanent Link: Linux development process'>Linux development process</a> <small>Greg Kroah-Hartman came to my Open Source Software Engineering class...</small></li>
<li><a href='http://squaregalaxy.com/politics/deficit-verses-debt/' rel='bookmark' title='Permanent Link: Deficit verses Debt'>Deficit verses Debt</a> <small>Some people confuse the terms  Deficit and Debt when talking...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>According to a story on Slashdot today, The <acronym title="Santa Cruz Operation">SCO</acronym> Group received $100 million of investment to get themselves out of bankruptcy and back in the forward business direction.</p>
<p><acronym title="Santa Cruz Operation">SCO</acronym> has been in loosing in law suits it brought against Novell and <acronym title="International Business Machines Corporation">IBM</acronym>.</p>
<p>I couldn&#8217;t think of better news.  I mean, from the people perspective, any good engineers still left at <acronym title="Santa Cruz Operation">SCO</acronym> might not loose their job.  From another people perspective,  now <acronym title="Santa Cruz Operation">SCO</acronym> has money to pay Novell, so they don&#8217;t have to lay off people.</p>
<p>All in all, I think all this means is there is a bigger turkey to roast and cut up.</p>

<p>Related posts:<ol><li><a href='http://squaregalaxy.com/tech/how-much-is-an-old-computer-worth/' rel='bookmark' title='Permanent Link: How much is an old computer worth?'>How much is an old computer worth?</a> <small>Occasionally I get asked how much a particular used computer...</small></li>
<li><a href='http://squaregalaxy.com/business/linux-development-process/' rel='bookmark' title='Permanent Link: Linux development process'>Linux development process</a> <small>Greg Kroah-Hartman came to my Open Source Software Engineering class...</small></li>
<li><a href='http://squaregalaxy.com/politics/deficit-verses-debt/' rel='bookmark' title='Permanent Link: Deficit verses Debt'>Deficit verses Debt</a> <small>Some people confuse the terms  Deficit and Debt when talking...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://squaregalaxy.com/business/sco-goes-private/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My blog post found in JBoss Richfaces source</title>
		<link>http://squaregalaxy.com/tech/my-blog-post-found-in-jboss-richfaces-source/</link>
		<comments>http://squaregalaxy.com/tech/my-blog-post-found-in-jboss-richfaces-source/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 08:30:37 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[richraces]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://jacob.peargrove.com/tech/2007/web-development/my-blog-post-found-in-jboss-richfaces-source/</guid>
		<description><![CDATA[Today I discovered that a link to a post on my blog is included in the source to JBoss Richfaces.  The blog post that was referenced was a small note I made about bug in the Safari web browser. They provided a workaround in Javascript code for a suggestion box, and they referenced my [...]


Related posts:<ol><li><a href='http://squaregalaxy.com/tech/embedded-systems-primer-for-open-source-guys/' rel='bookmark' title='Permanent Link: Embedded systems primer for Open Source guys'>Embedded systems primer for Open Source guys</a> <small>I&#8217;m taking an open source software engineering class at PSU,...</small></li>
<li><a href='http://squaregalaxy.com/tech/launched-my-first-open-source-project/' rel='bookmark' title='Permanent Link: Launched my first open source project'>Launched my first open source project</a> <small>Yesterday I launched my first open source project. It is...</small></li>
<li><a href='http://squaregalaxy.com/blogging/my-secret-blog/' rel='bookmark' title='Permanent Link: My secret blog'>My secret blog</a> <small>A few months ago there was a discussion on ProvoPulse.com...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><!-- WSA: rules for context 'incontent' said: don't show ad -->Today I discovered that a link to a post on <a href="http://jacob.peargrove.com/blog/">my blog</a> is included in the source to <a href="http://labs.jboss.com/jbossrichfaces/">JBoss Richfaces</a>.  The blog post that was referenced was a small note I made <a href="http://jacob.peargrove.com/blog/2006/technical/table-row-offsettop-bug-in-safari/">about bug in the Safari web browser.</a> They provided a workaround in <a href="http://fisheye.jboss.org/browse/RichFaces/trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/scripts/suggestionbox.js?r=4047#l421">Javascript code for a suggestion box</a>, and they referenced my post in a comment in the source code.</p>
<p>It makes me feel good when I see things that I&#8217;ve written appear in real-world applications.  It is also nice that the source code is open, which means that anyone can look at it and appreciate my website address.</p>

<p>Related posts:<ol><li><a href='http://squaregalaxy.com/tech/embedded-systems-primer-for-open-source-guys/' rel='bookmark' title='Permanent Link: Embedded systems primer for Open Source guys'>Embedded systems primer for Open Source guys</a> <small>I&#8217;m taking an open source software engineering class at PSU,...</small></li>
<li><a href='http://squaregalaxy.com/tech/launched-my-first-open-source-project/' rel='bookmark' title='Permanent Link: Launched my first open source project'>Launched my first open source project</a> <small>Yesterday I launched my first open source project. It is...</small></li>
<li><a href='http://squaregalaxy.com/blogging/my-secret-blog/' rel='bookmark' title='Permanent Link: My secret blog'>My secret blog</a> <small>A few months ago there was a discussion on ProvoPulse.com...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://squaregalaxy.com/tech/my-blog-post-found-in-jboss-richfaces-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSCON 2007</title>
		<link>http://squaregalaxy.com/tech/oscon-2007/</link>
		<comments>http://squaregalaxy.com/tech/oscon-2007/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 07:34:55 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[conventions]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OSCON]]></category>

		<guid isPermaLink="false">http://jacob.peargrove.com/tech/2007/open-source/oscon-2007/</guid>
		<description><![CDATA[Well, OSCON 2007, the open source conference of the year, is over, and like two previous years, I walked through the exhibit hall and attended a few of the free lectures.  I thought this years even wasn&#8217;t quite as great as last years even, but still pretty good.

Intel stole the show, but not because [...]


Related posts:<ol><li><a href='http://squaregalaxy.com/tech/embedded-systems-primer-for-open-source-guys/' rel='bookmark' title='Permanent Link: Embedded systems primer for Open Source guys'>Embedded systems primer for Open Source guys</a> <small>I&#8217;m taking an open source software engineering class at PSU,...</small></li>
<li><a href='http://squaregalaxy.com/business/linux-development-process/' rel='bookmark' title='Permanent Link: Linux development process'>Linux development process</a> <small>Greg Kroah-Hartman came to my Open Source Software Engineering class...</small></li>
<li><a href='http://squaregalaxy.com/tech/cyberduck-2/' rel='bookmark' title='Permanent Link: Cyberduck'>Cyberduck</a> <small>Despite having a pretty cool name, Cyberduck is a pretty...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Well, OSCON 2007, the open source conference of the year, is over, and like two previous years, I walked through the exhibit hall and attended a few of the free lectures.  I thought this years even wasn&#8217;t quite as great as last years even, but still pretty good.<br />
<span id="more-748"></span><br />
Intel stole the show, but not because of hugely fabulous new open source advancements, but because they spent the money.  They had the biggest booth and gave away free icecream.  They did have some need things about <a href="http://www.threadingbuildingblocks.org/">threading</a> that was interesting and important with multi-core processors flooding the market.</p>
<p><a href="http://www.oreilly.com">O&#8217;Reilly</a>, the publishing company who sponsors OSCON, also had a much smaller presence then they have had previous years.</p>
<p>I did get a reasonable number of t-shirts, pens, and other free stuff.  In particular, I picked up a little book about operating systems according to <a href="http://www.OpenSolaris.org">OpenSolaris</a> which I of course find interesting because I&#8217;m taking an operating systems class right now.</p>
<p>Another thing that disturbed me was how many perl programming jobs there were on the job board.  I think people should move away from perl for enterprise because of its difficulty to maintain.  I guess this is just a side note.</p>
<p>I actually thought that Sun had one of the best booths around, because they had a lot to talk about as far as open source goes, although I&#8217;m not sure how much of it I found interesting.  I did not see that they had any presentations about OpenOffice.org, which I think was disappointing at best, and worrisome at worst.</p>
<p>Another thing that I thought was interesting was who wasn&#8217;t there.  Some of the places that made kind of a splash last year like MindTouch/<a href="http://www.opengarden.org/">OpenGarden</a> and <a href="http://www.openlaszlo.org">OpenLaszlo</a> didn&#8217;t even bother to show up. Other big open source names such as the Apache Foundation and the Kernel developers I&#8217;m sure had people there, they just didn&#8217;t have a booth, which is too bad.</p>

<p>Related posts:<ol><li><a href='http://squaregalaxy.com/tech/embedded-systems-primer-for-open-source-guys/' rel='bookmark' title='Permanent Link: Embedded systems primer for Open Source guys'>Embedded systems primer for Open Source guys</a> <small>I&#8217;m taking an open source software engineering class at PSU,...</small></li>
<li><a href='http://squaregalaxy.com/business/linux-development-process/' rel='bookmark' title='Permanent Link: Linux development process'>Linux development process</a> <small>Greg Kroah-Hartman came to my Open Source Software Engineering class...</small></li>
<li><a href='http://squaregalaxy.com/tech/cyberduck-2/' rel='bookmark' title='Permanent Link: Cyberduck'>Cyberduck</a> <small>Despite having a pretty cool name, Cyberduck is a pretty...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://squaregalaxy.com/tech/oscon-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Octave from the web</title>
		<link>http://squaregalaxy.com/tech/octave-from-the-web/</link>
		<comments>http://squaregalaxy.com/tech/octave-from-the-web/#comments</comments>
		<pubDate>Fri, 18 May 2007 14:38:08 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[Octave]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://jacob.peargrove.com/tech/2007/open-source/octave-from-the-web/</guid>
		<description><![CDATA[For one of my classes, I&#8217;ve been playing around with GNU Octave.  Octave is a free and open source program very similar to Matlab.  From the Octave web site:
GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, [...]


Related posts:<ol><li><a href='http://squaregalaxy.com/tech/wanted-better-templating-language/' rel='bookmark' title='Permanent Link: Wanted: better templating language'>Wanted: better templating language</a> <small>I need a better templating language, one where an included...</small></li>
<li><a href='http://squaregalaxy.com/tech/advertising-on-google-code/' rel='bookmark' title='Permanent Link: Advertising on Google code'>Advertising on Google code</a> <small>Google should provide an option to allow projects hosted at...</small></li>
<li><a href='http://squaregalaxy.com/tech/my-blog-post-found-in-jboss-richfaces-source/' rel='bookmark' title='Permanent Link: My blog post found in JBoss Richfaces source'>My blog post found in JBoss Richfaces source</a> <small>Today I discovered that a link to a post on...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>For one of my classes, I&#8217;ve been playing around with <a href="http://www.gnu.org/software/octave/">GNU Octave</a>.  Octave is a free and open source program very similar to Matlab.  From the Octave web site:</p>
<blockquote><p>GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab. It may also be used as a batch-oriented language.</p></blockquote>
<p>Sometimes, I&#8217;m away from one of my own computers, but I still want to do a little bit of Octave work.  I&#8217;ve written just a tad bit of <acronym title="Pre-Hypertext Processing">PHP</acronym> code that allows me to access Octave over the web.  You can type in your Octave code, and it will return the output results and output graph.</p>
<p>Because I would rather not hammer my server with octave requests, I won&#8217;t be showing a demo, but I&#8217;m making all the source code available, and you can put it on your own server and try it yourself.  I&#8217;m hosting the project at Google Code: <a href="http://code.google.com/p/web-octave/">http://code.google.com/p/web-octave/</a></p>

<p>Related posts:<ol><li><a href='http://squaregalaxy.com/tech/wanted-better-templating-language/' rel='bookmark' title='Permanent Link: Wanted: better templating language'>Wanted: better templating language</a> <small>I need a better templating language, one where an included...</small></li>
<li><a href='http://squaregalaxy.com/tech/advertising-on-google-code/' rel='bookmark' title='Permanent Link: Advertising on Google code'>Advertising on Google code</a> <small>Google should provide an option to allow projects hosted at...</small></li>
<li><a href='http://squaregalaxy.com/tech/my-blog-post-found-in-jboss-richfaces-source/' rel='bookmark' title='Permanent Link: My blog post found in JBoss Richfaces source'>My blog post found in JBoss Richfaces source</a> <small>Today I discovered that a link to a post on...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://squaregalaxy.com/tech/octave-from-the-web/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Harvest the code</title>
		<link>http://squaregalaxy.com/tech/harvest-the-code/</link>
		<comments>http://squaregalaxy.com/tech/harvest-the-code/#comments</comments>
		<pubDate>Thu, 17 May 2007 05:51:25 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Plone]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://jacob.peargrove.com/tech/2007/engineering/software/harvest-the-code/</guid>
		<description><![CDATA[I thought I would throw a few marbles around about my current personal coding project.  It is an object oriented content management system written in PHP.  In one of my other jobs, I&#8217;ve written something very similar, which means there is a good working proof of concept.
A lot of the ideas for features [...]


Related posts:<ol><li><a href='http://squaregalaxy.com/tech/advertising-on-google-code/' rel='bookmark' title='Permanent Link: Advertising on Google code'>Advertising on Google code</a> <small>Google should provide an option to allow projects hosted at...</small></li>
<li><a href='http://squaregalaxy.com/tech/what-bothers-you-most-about-this-code/' rel='bookmark' title='Permanent Link: What bothers you most about this code?'>What bothers you most about this code?</a> <small>I came across this line of code today, and while...</small></li>
<li><a href='http://squaregalaxy.com/tech/building-a-template/' rel='bookmark' title='Permanent Link: Building a template'>Building a template</a> <small>I&#8217;ve been working on a web page template to use...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I thought I would throw a few marbles around about my current personal coding project.  It is an object oriented content management system written in <acronym title="Pre-Hypertext Processing">PHP</acronym>.  In one of my other jobs, I&#8217;ve written something very similar, which means there is a good working proof of concept.</p>
<p>A lot of the ideas for features have come through my experiences with <a href="http://www.plone.org">Plone</a>, a content management system written on top of Zope in Python.  Plone is an excellent <acronym title="Content Management System">CMS</acronym>, but it is a little complicated, and my <acronym title="Content Management System">CMS</acronym> should be quite a bit easier to hack on.</p>
<p>I&#8217;m calling my project <em>Harvest</em> or <em>Harvest <acronym title="Content Management System">CMS</acronym></em>, I haven&#8217;t decided which one yet.  It goes along with my domain, <a href="http://www.peargrove.com">peargrove.com</a> which I use for various project hosting.</p>
<p>As the project gets underway, I&#8217;ll post a link to the project page or project blog or whatever else comes along.</p>

<p>Related posts:<ol><li><a href='http://squaregalaxy.com/tech/advertising-on-google-code/' rel='bookmark' title='Permanent Link: Advertising on Google code'>Advertising on Google code</a> <small>Google should provide an option to allow projects hosted at...</small></li>
<li><a href='http://squaregalaxy.com/tech/what-bothers-you-most-about-this-code/' rel='bookmark' title='Permanent Link: What bothers you most about this code?'>What bothers you most about this code?</a> <small>I came across this line of code today, and while...</small></li>
<li><a href='http://squaregalaxy.com/tech/building-a-template/' rel='bookmark' title='Permanent Link: Building a template'>Building a template</a> <small>I&#8217;ve been working on a web page template to use...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://squaregalaxy.com/tech/harvest-the-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgraded to Wordpress 2.2</title>
		<link>http://squaregalaxy.com/blogging/upgraded-to-wordpress-22/</link>
		<comments>http://squaregalaxy.com/blogging/upgraded-to-wordpress-22/#comments</comments>
		<pubDate>Wed, 16 May 2007 09:53:56 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://jacob.peargrove.com/tech/2007/software-programs/upgraded-to-wordpress-22/</guid>
		<description><![CDATA[About 9 or 10 hours ago, Wordpress 2.2 was released and announced.  Wordpress is free, open source software which used to create blogs, like this one, but can also be used as a simple content management system, like how I used it to create my mom&#8217;s business site.

I&#8217;ve briefly looked through all the pages [...]


Related posts:<ol><li><a href='http://squaregalaxy.com/blogging/wordpress-upgrade/' rel='bookmark' title='Permanent Link: Wordpress Upgrade'>Wordpress Upgrade</a> <small>Wordpress upgraded to 1.5.2...</small></li>
<li><a href='http://squaregalaxy.com/blogging/wordpress-plugins-that-i-use/' rel='bookmark' title='Permanent Link: Wordpress plugins that I use'>Wordpress plugins that I use</a> <small>One of the major advantages of blogging with Wordpress is...</small></li>
<li><a href='http://squaregalaxy.com/blogging/wordpress-upgrade-to-201/' rel='bookmark' title='Permanent Link: Wordpress Upgrade to 2.0.1'>Wordpress Upgrade to 2.0.1</a> <small>I recently upgraded from Wordpress 2.0.0 to Wordpress 2.0.1. The...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>About 9 or 10 hours ago, <a href="http://wordpress.org/development/2007/05/wordpress-22">Wordpress 2.2 was released and announced</a>.  Wordpress is free, open source software which used to create blogs, like this one, but can also be used as a simple content management system, like how I used it to create <a href="http://www.vanillahousedesigns.com">my mom&#8217;s business site</a>.<br />
<span id="more-742"></span><br />
I&#8217;ve briefly looked through all the pages of the new Wordpress version, and visually, not a lot has changed.  One major addition though is the concept of widgets.  However, because I&#8217;m using my own custom theme, widgets can&#8217;t be used on my blog yet.  I&#8217;ll have to spend a little bit of time later upgrading my custom theme to use widgets for the sidebar.  I&#8217;m really excited about widgets, because I think at least a couple of the custom Wordpress plugins that I&#8217;ve written really could take advantage of the widget framework.</p>

<p>Related posts:<ol><li><a href='http://squaregalaxy.com/blogging/wordpress-upgrade/' rel='bookmark' title='Permanent Link: Wordpress Upgrade'>Wordpress Upgrade</a> <small>Wordpress upgraded to 1.5.2...</small></li>
<li><a href='http://squaregalaxy.com/blogging/wordpress-plugins-that-i-use/' rel='bookmark' title='Permanent Link: Wordpress plugins that I use'>Wordpress plugins that I use</a> <small>One of the major advantages of blogging with Wordpress is...</small></li>
<li><a href='http://squaregalaxy.com/blogging/wordpress-upgrade-to-201/' rel='bookmark' title='Permanent Link: Wordpress Upgrade to 2.0.1'>Wordpress Upgrade to 2.0.1</a> <small>I recently upgraded from Wordpress 2.0.0 to Wordpress 2.0.1. The...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://squaregalaxy.com/blogging/upgraded-to-wordpress-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cyberduck</title>
		<link>http://squaregalaxy.com/tech/cyberduck-2/</link>
		<comments>http://squaregalaxy.com/tech/cyberduck-2/#comments</comments>
		<pubDate>Tue, 15 May 2007 04:58:24 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Cyberduck]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://jacob.peargrove.com/tech/2007/open-source/cyberduck/</guid>
		<description><![CDATA[Despite having a pretty cool name, Cyberduck is a pretty cool program.  It is an FTP/SFTP program for Mac OS X.  I like using it to upload files to my webserver using SFTP.  It integrates in with my Mac operating system pretty well, and best of all, it is open source.  Being open source means [...]


Related posts:<ol><li><a href='http://squaregalaxy.com/tech/great-open-source-os-x-applications/' rel='bookmark' title='Permanent Link: Great open source OS X applications'>Great open source OS X applications</a> <small>Here is a quick list of apps that I frequently...</small></li>
<li><a href='http://squaregalaxy.com/tech/embedded-systems-primer-for-open-source-guys/' rel='bookmark' title='Permanent Link: Embedded systems primer for Open Source guys'>Embedded systems primer for Open Source guys</a> <small>I&#8217;m taking an open source software engineering class at PSU,...</small></li>
<li><a href='http://squaregalaxy.com/blogging/upgraded-to-wordpress-22/' rel='bookmark' title='Permanent Link: Upgraded to Wordpress 2.2'>Upgraded to Wordpress 2.2</a> <small>About 9 or 10 hours ago, Wordpress 2.2 was released...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Despite having a pretty cool name, <a href="http://cyberduck.ch/">Cyberduck</a> is a pretty cool program.  It is an <acronym title="File Transfer Protocol">FTP</acronym>/<acronym title="Secure File Transfer Protocol">SFTP</acronym> program for Mac <acronym title="Operating System">OS</acronym> X.  I like using it to upload files to my webserver using <acronym title="Secure File Transfer Protocol">SFTP</acronym>.  It integrates in with my Mac operating system pretty well, and best of all, it is open source.  Being open source means that I&#8217;ll never be charged for it, and I can copy and redistribute it as much as I want.  I can even change part of the program if I want.  Anyway, I just wanted to give a shout out and applaud those who have worked on Cyberduck and say, thanks.</p>
<p><span id="more-740"></span></p>
<p>Like I said, Cyberduck does a great job at integrating with the rest of the <acronym title="Operating System">OS</acronym> X system.  It has plugins for Growl and Quicksilver.  It seamlessly integrates with a good set of editors.   It takes advantage of Bonjour, Spotlight, and the <acronym title="Operating System">OS</acronym> X keychain, and can use iDisk for synchronizing bookmarks.</p>

<p>Related posts:<ol><li><a href='http://squaregalaxy.com/tech/great-open-source-os-x-applications/' rel='bookmark' title='Permanent Link: Great open source OS X applications'>Great open source OS X applications</a> <small>Here is a quick list of apps that I frequently...</small></li>
<li><a href='http://squaregalaxy.com/tech/embedded-systems-primer-for-open-source-guys/' rel='bookmark' title='Permanent Link: Embedded systems primer for Open Source guys'>Embedded systems primer for Open Source guys</a> <small>I&#8217;m taking an open source software engineering class at PSU,...</small></li>
<li><a href='http://squaregalaxy.com/blogging/upgraded-to-wordpress-22/' rel='bookmark' title='Permanent Link: Upgraded to Wordpress 2.2'>Upgraded to Wordpress 2.2</a> <small>About 9 or 10 hours ago, Wordpress 2.2 was released...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://squaregalaxy.com/tech/cyberduck-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NeoOffice ships version 2.1</title>
		<link>http://squaregalaxy.com/tech/neooffice-ships-version-21/</link>
		<comments>http://squaregalaxy.com/tech/neooffice-ships-version-21/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 05:35:55 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[NeoOffice]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://jacob.peargrove.com/tech/2007/open-source/neooffice-ships-version-21/</guid>
		<description><![CDATA[I&#8217;ve been using OpenOffice.org on macs long before I even owned a mac.  OpenOffice.org was just barely turning 1.1 back in those days, and installing it on a mac required learning how to install and get running X11.
NeoOffice is a version of OpenOffice.org rebuilt entirely for the mac.  I&#8217;ve been using versions of NeoOffice for [...]


Related posts:<ol><li><a href='http://squaregalaxy.com/tech/great-open-source-os-x-applications/' rel='bookmark' title='Permanent Link: Great open source OS X applications'>Great open source OS X applications</a> <small>Here is a quick list of apps that I frequently...</small></li>
<li><a href='http://squaregalaxy.com/tech/gdocsuploader-1-4-released/' rel='bookmark' title='Permanent Link: GDocsUploader 1.4 released'>GDocsUploader 1.4 released</a> <small>While still in college, I wrote my first Mac OS...</small></li>
<li><a href='http://squaregalaxy.com/tech/google-web-toolkit-for-mac-didnt-work-for-me/' rel='bookmark' title='Permanent Link: Google Web Toolkit for Mac didn&#8217;t work for me'>Google Web Toolkit for Mac didn&#8217;t work for me</a> <small>I saw today on the Google Mac Blog that they...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a href="http://www.openoffice.org">OpenOffice.org </a>on macs long before I even owned a mac.  OpenOffice.org was just barely turning 1.1 back in those days, and installing it on a mac required learning how to install and get running X11.</p>
<p><a href="http://www.neooffice.org/neojava/en/index.php">NeoOffice</a> is a version of OpenOffice.org rebuilt entirely for the mac.  I&#8217;ve been using versions of NeoOffice for some time, but it has finally hit a level of maturity that makes me feel more confortable about showing it off.  The latest version, 2.1, is <a href="http://www.neooffice.org/neojava/en/download.php#download">available for download</a> and is based off of OpenOffice.org version 2.1.</p>
<p>This is the first version of NeoOffice that is completely convincing as a mac application.  <span id="more-733"></span>Mac applications in general tend to have a very clean, easy to use interface, and NeoOffice 2.1 follows the trend.  Added bonuses include the fact that it does not require X11, integrates well with other mac applications like Mail, and is compatible with the latest Microsoft Office formats.  By default, NeoOffice uses the OpenDocument formation, which is also compatible with <a href="http://docs.google.com/">Google Docs</a>.</p>
<p>On older Macs, NeoOffice might take a bit of time to start up, although I suspect that on the newest Intel Macs this time will be quite acceptable.  If anyone would like to donate an Intel Mac to me so I can verify it, please contact me immediately.</p>
<p>NeoOffice is open source software, which means that you can download and use it for free.  If you need a free, quality word processor or office suit for the Mac <acronym title="Operating System">OS</acronym> X, I highly suggest NeoOffice.</p>

<p>Related posts:<ol><li><a href='http://squaregalaxy.com/tech/great-open-source-os-x-applications/' rel='bookmark' title='Permanent Link: Great open source OS X applications'>Great open source OS X applications</a> <small>Here is a quick list of apps that I frequently...</small></li>
<li><a href='http://squaregalaxy.com/tech/gdocsuploader-1-4-released/' rel='bookmark' title='Permanent Link: GDocsUploader 1.4 released'>GDocsUploader 1.4 released</a> <small>While still in college, I wrote my first Mac OS...</small></li>
<li><a href='http://squaregalaxy.com/tech/google-web-toolkit-for-mac-didnt-work-for-me/' rel='bookmark' title='Permanent Link: Google Web Toolkit for Mac didn&#8217;t work for me'>Google Web Toolkit for Mac didn&#8217;t work for me</a> <small>I saw today on the Google Mac Blog that they...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://squaregalaxy.com/tech/neooffice-ships-version-21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
