<?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>Coobird's Blog</title>
	<atom:link href="http://blog.coobird.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coobird.net</link>
	<description>What's going on at coobird.net?</description>
	<lastBuildDate>Sat, 10 May 2008 12:35:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Why the Modified BSD License?</title>
		<link>http://blog.coobird.net/2008/05/10/why-the-modified-bsd-license/</link>
		<comments>http://blog.coobird.net/2008/05/10/why-the-modified-bsd-license/#comments</comments>
		<pubDate>Sat, 10 May 2008 11:14:18 +0000</pubDate>
		<dc:creator>coobird</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://blog.coobird.net/?p=47</guid>
		<description><![CDATA[For the past few weeks, I&#8217;ve been releasing a few pieces of software such as Pitacalc, Coobird&#8217;s Blocks and now Cannons 2000 under the modified BSD license. More information on the license is available from Wikipedia and the Open Source Initiative.
First of all, I chose to have my software released under an open source license [...]]]></description>
			<content:encoded><![CDATA[<p>For the past few weeks, I&#8217;ve been releasing a few pieces of software such as <a title="Pitacalc project page" href="http://projects.coobird.net/pitacalc/">Pitacalc</a>, <a title="Coobird's Blocks" href="http://projects.coobird.net/Blocks/">Coobird&#8217;s Blocks</a> and now <a title="Cannons 2000 page" href="http://coobird.net/programs/cannons2k.html">Cannons 2000</a> under the modified BSD license. More information on the license is available from <a title="Wikipedia: BSD License" href="http://en.wikipedia.org/wiki/BSD_License">Wikipedia</a> and the <a title="Open Source Initiative: The BSD License" href="http://www.opensource.org/licenses/bsd-license.php">Open Source Initiative</a>.</p>
<p>First of all, I chose to have my software released under an open source license because I want my code to be available for others to use if desired and also to waive the liability from any damage which could occur. With the choice to open source the software, there are <a title="Wikipedia: Open source license" href="http://en.wikipedia.org/wiki/Open_source_license">many open source licenses</a> to choose from. Of all licenses, the most famous is probably the <a title="GNU General Public License" href="http://www.gnu.org/licenses/licenses.html#GPL">GNU General Public License</a>, or the GPL.</p>
<p>The GPL tries to keep the software free. However, this is puts restrictions to how the software and its source can be used. For example, if I release my software under GPL, people who want to incorporate my code into their software can do so without restrictions. However, if the person wants to release the software that uses my code, they must also distribute their code under the GPL. To me, this is a restriction that I am not particularly enthusiastic about. This leads to some debate <a title="Is copyleft viral?" href="http://en.wikipedia.org/wiki/Copyleft#Is_copyleft_.22viral.22.3F">whether or not the GPL can be considered viral</a>.</p>
<p>Don&#8217;t get me wrong, I don&#8217;t have a problem with GPL. In fact, I use many GPL&#8217;ed software like <a title="OpenOffice.org" href="http://www.openoffice.org">OpenOffice.org</a>, <a title="The GIMP" href="http://www.gimp.org">the GIMP</a>, <a title="VirtualDub" href="http://www.virtualdub.org">VirtualDub</a>, to name a few. However, I would like my code to be used without restriction of having to release the source under GPL. The requirement that GPL&#8217;ed code can only be used in a GPL&#8217;ed program seems a little bit restrictive, and that requirement seems to promote the proliferation of GPL-licensed software over the freedom of using the software itself. A non-copyleft license like the modified BSD license seems to be less restrictive in the sense that it allows the people that obtain the software to do what they want to do with the software. The &#8220;<a title="Types of copyleft and relation to other licenses" href="http://en.wikipedia.org/wiki/Copyleft#Types_of_copyleft_and_relation_to_other_licenses">Types of copyleft and relation to other licenses</a>&#8221; in the Copyleft article at Wikipedia sums up the issue of freedom:</p>
<blockquote><p>This debate hinges on complex issues such as the definition of freedom and whose freedoms are more important, or whether to maximize the freedom of all potential future recipients of a work (<em>freedom from</em> the creation of proprietary software). Non-copyleft free software licenses maximize the freedom of the initial recipient (<em>freedom to</em> create proprietary software).</p></blockquote>
<p>The GPL is concerned about having software free from being locked up in proprietary code, while the BSD license is more concerned about giving freedom to the person who obtains the software to do anything they want to do with it.</p>
<p>Although most the software I&#8217;ve released so far use the modified BSD license, it doesn&#8217;t preclude me from picking the GPL as the license of choice for a piece of software if I feel it&#8217;s better suited than using another license.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coobird.net/2008/05/10/why-the-modified-bsd-license/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coobird&#8217;s Blocks release 0.2</title>
		<link>http://blog.coobird.net/2008/05/08/coobirds-blocks-release-02/</link>
		<comments>http://blog.coobird.net/2008/05/08/coobirds-blocks-release-02/#comments</comments>
		<pubDate>Thu, 08 May 2008 08:29:23 +0000</pubDate>
		<dc:creator>coobird</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.coobird.net/?p=45</guid>
		<description><![CDATA[ Coobird&#8217;s Blocks 0.2 has been released. They include some minor changes such as:

Selectable background image.
Default image path changed.
Uses the AWT Toolkit instance for loading images.

For more information, please check out the post at the Devblog.
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="float: left;" src="http://coobird.net/mini_blocks.png" alt="Blocks image" /> <a title="Coobird's Blocks" href="http://projects.coobird.net/Blocks/">Coobird&#8217;s Blocks</a> 0.2 has been released. They include some minor changes such as:</p>
<ul>
<li>Selectable background image.</li>
<li>Default image path changed.</li>
<li>Uses the AWT Toolkit instance for loading images.</li>
</ul>
<p>For more information, please check out the <a title="Coobird's Blocks 0.2 Post on Devblog" href="http://devblog.coobird.net/2008/05/08/coobirds-blocks-release-02coobirds-blocks-release-02/">post at the Devblog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coobird.net/2008/05/08/coobirds-blocks-release-02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coobird&#8217;s Blocks now Available</title>
		<link>http://blog.coobird.net/2008/05/03/coobirds-blocks-now-available/</link>
		<comments>http://blog.coobird.net/2008/05/03/coobirds-blocks-now-available/#comments</comments>
		<pubDate>Sun, 04 May 2008 03:57:00 +0000</pubDate>
		<dc:creator>coobird</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.coobird.net/2008/05/03/coobirds-blocks-now-available/</guid>
		<description><![CDATA[Coobird&#8217;s Blocks can now be played as a Java applet on coobird.net or as an application, both of which is available for download from the Coobird&#8217;s Blocks project page. The game is licensed under the terms of the modified BSD license and is free, open source software available for download.
This is the first release of [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" alt="Coobird's Blocks image" title="Coobird's Blocks image" src="http://coobird.net/mini_blocks.png" />Coobird&#8217;s Blocks can now be played as <a title="Play Coobird's Blocks" href="http://coobird.net/Blocks/">a Java applet on coobird.net</a> or as an application, both of which is available for download from the <a title="Coobird's Blocks" href="http://projects.coobird.net/Blocks/">Coobird&#8217;s Blocks project</a> page. The game is licensed under the terms of the modified BSD license and is free, open source software available for download.</p>
<p>This is the first release of Coobird&#8217;s Blocks, release version 0.1.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coobird.net/2008/05/03/coobirds-blocks-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blocks Updates</title>
		<link>http://blog.coobird.net/2008/04/23/blocks-updates/</link>
		<comments>http://blog.coobird.net/2008/04/23/blocks-updates/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 13:11:30 +0000</pubDate>
		<dc:creator>coobird</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.coobird.net/2008/04/23/blocks-updates/</guid>
		<description><![CDATA[Coobird&#8217;s Blocks is a Breakout-like game written in Java. It is designed to eventually be developed into an applet and application. The project page has been updated extensively as the development of the program has resumed.
]]></description>
			<content:encoded><![CDATA[<p><a title="Blocks" href="http://projects.coobird.net/Blocks"><img align="left" alt="Blocks image" title="Blocks image" src="http://coobird.net/mini_blocks.png" />Coobird&#8217;s Blocks</a> is a Breakout-like game written in Java. It is designed to eventually be developed into an applet and application. The project page has been updated extensively as the development of the program has resumed.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coobird.net/2008/04/23/blocks-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computers are Useless</title>
		<link>http://blog.coobird.net/2008/04/23/computers-are-useless/</link>
		<comments>http://blog.coobird.net/2008/04/23/computers-are-useless/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 13:09:04 +0000</pubDate>
		<dc:creator>coobird</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.coobird.net/2008/04/23/computers-are-useless/</guid>
		<description><![CDATA[Computers are Useless is a Java applet which generates random questions from a list of words. It is intended to be an entertaining program to bring out a few laughs by generating sentences that, most of the time, make no sense.
The motivation for creating the applet was a quote by the painter Pablo Picasso, which [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Computers are Useless link" href="http://coobird.net/computers-are-useless/">Computers are Useless</a> is a Java applet which generates random questions from a list of words. It is intended to be an entertaining program to bring out a few laughs by generating sentences that, most of the time, make no sense.</p>
<p>The motivation for creating the applet was a quote by the painter Pablo Picasso, which was &#8220;Computers are useless. They can only give answers.&#8221; Well, this applet will generate <em>questions </em>rather than answers. However, these are randomly generated sentences, so they can be quite entertaining. &#8220;Did he slice a clock?&#8221; &#8220;Do you question trees?&#8221; &#8220;Would she dream of pumpkins?&#8221; are among the 45000+ sentences that the applet generates.</p>
<p>The source code released under the modified BSD license and is available from the Computers are Useless page.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coobird.net/2008/04/23/computers-are-useless/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dvaspi is Available for Download</title>
		<link>http://blog.coobird.net/2008/04/14/dvaspi-is-available-for-download/</link>
		<comments>http://blog.coobird.net/2008/04/14/dvaspi-is-available-for-download/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 02:04:55 +0000</pubDate>
		<dc:creator>coobird</dc:creator>
				<category><![CDATA[Dvaspi]]></category>

		<guid isPermaLink="false">http://blog.coobird.net/2008/04/14/dvaspi-is-available-for-download/</guid>
		<description><![CDATA[ Coobird&#8217;s Data Viewing and Selecting Program with Integration (Dvaspi) is available for download. It is a free, open source Java application which will perform functions such as plotting data points from comma-separated value or tab-delimited text files, selecting the data points and copying to the clipboard, integrating with a baseline correction and many other [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://projects.coobird.net/dvaspi"><img align="left" title="Dvaspi image" alt="Dvaspi image" src="http://projects.coobird.net/dvaspi/mini_dvaspi.png" /> Coobird&#8217;s Data Viewing and Selecting Program with Integration (Dvaspi)</a> is available for download. It is a free, open source Java application which will perform functions such as plotting data points from comma-separated value or tab-delimited text files, selecting the data points and copying to the clipboard, integrating with a baseline correction and many other functions.</p>
<p>Dvaspi is an open source software application licensed under the <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>. The source code and executable files are available for free.</p>
<p>The <a title="Dvaspi Documentation" href="http://projects.coobird.net/dvaspi/Dvaspi-0.5/doc">User Documentation</a> lists the features and of the program along with other information which may be helpful in the use of the program.</p>
<p>This is the first release for Dvaspi and it is versioned at 0.5.<br />
The program came to be from a merger of two separate utilities which were written to help the author with write-ups for his chemistry laboratory classes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coobird.net/2008/04/14/dvaspi-is-available-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pitacalc is Available for Download</title>
		<link>http://blog.coobird.net/2008/03/31/pitacalc-available-for-download/</link>
		<comments>http://blog.coobird.net/2008/03/31/pitacalc-available-for-download/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 14:00:58 +0000</pubDate>
		<dc:creator>coobird</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.coobird.net/2008/03/31/pitacalc-available-for-download/</guid>
		<description><![CDATA[Pitacalc is now open source and available for download.
The command line interface calculator program is available for download along with the source code which is released under a BSD-style license.
]]></description>
			<content:encoded><![CDATA[<p><img align="left" alt="Pitacalc image" title="Pitacalc image" src="http://projects.coobird.net/pitacalc/pitacalc1.png" /><a title="Pitacalc" href="http://projects.coobird.net/pitacalc">Pitacalc</a> is now open source and available for download.</p>
<p>The command line interface calculator program is available for download along with the source code which is released under a BSD-style license.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coobird.net/2008/03/31/pitacalc-available-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Contents and Updates</title>
		<link>http://blog.coobird.net/2008/03/30/new-contents-and-updates/</link>
		<comments>http://blog.coobird.net/2008/03/30/new-contents-and-updates/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 12:46:27 +0000</pubDate>
		<dc:creator>coobird</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.coobird.net/2008/03/30/new-contents-and-updates/</guid>
		<description><![CDATA[There have been a few updates at coobird.net in the past few days.
The following new contents have been added:

Dvaspi &#8211; Coobird&#8217;s Data Viewing and Selecting Program with Integration, a Java application that performs functions the name suggests.
Building a Processor &#8211; A project to build a processor out of discrete IC components. Currently it is put [...]]]></description>
			<content:encoded><![CDATA[<p>There have been a few updates at coobird.net in the past few days.</p>
<p>The following new contents have been added:</p>
<ul>
<li><a title="Dvaspi" href="http://projects.coobird.net/dvaspi">Dvaspi</a> &#8211; Coobird&#8217;s Data Viewing and Selecting Program with Integration, a Java application that performs functions the name suggests.</li>
<li><a title="Build a Processor" href="http://projects.coobird.net/build">Building a Processor</a> &#8211; A project to build a processor out of discrete IC components. Currently it is put on hold, but there is an introduction.</li>
</ul>
<p><img align="left" title="Dvaspi image" alt="Dvaspi image" src="http://projects.coobird.net/dvaspi/mini_dvaspi.png" />Dvapsi is under heavy development at the moment with changes being made to the graphical user interface as well as the underlying source code in preparation to be released under a open source license. (The <a title="The GNU General Public License" href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a> is the primary candidate.)</p>
<p><img align="right" title="Transit Game image" alt="Transit Game image" src="http://coobird.net/programs/transit_game_small.png" />Also, a new entry has been made to the <a title="Past Programs" href="http://coobird.net/programs">Past Programs</a> section of coobird.net. <a title="Transit Game" href="http://coobird.net/programs/transitgame.html">Transit Game</a> is a tile-based display system demonstration program. The program itself never materialized as a game, which was the original intent.</p>
<p><img align="left" title="coobird.net Picture Gallery" alt="coobird.net Picture Gallery" src="http://coobird.net/pictures/Tokyo-Spring08/thumbnail.jpg" />New pictures have been added to the <a title="coobird.net Picture Gallery" href="http://coobird.net/pictures">Picture Gallery</a>. Enjoy the pictures of cherry blossoms in Tokyo.</p>
<p>The TGenerator class of <a title="Thumbnailator" href="http://projects.coobird.net/thumbnailator">Thumbnailator</a>, the main class used to produce thumbnails, has been released under <a title="GNU General Public License" href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.</p>
<p>More updates are expected to be made in the coming weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coobird.net/2008/03/30/new-contents-and-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dealing with CSS Rendering of Internet Explorer 6</title>
		<link>http://blog.coobird.net/2008/01/21/dealing-with-css-rendering-of-internet-explorer-6/</link>
		<comments>http://blog.coobird.net/2008/01/21/dealing-with-css-rendering-of-internet-explorer-6/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 02:37:41 +0000</pubDate>
		<dc:creator>coobird</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://blog.coobird.net/2008/01/21/dealing-with-css-rendering-of-internet-explorer-6/</guid>
		<description><![CDATA[One big headache I&#8217;ve had for the past year with coobird.net was the font rendering on Internet Explorer 6 (IE6). Compared to other browsers, IE6 will render the fonts at a larger size that is defined by using Cascading Style Sheets (CSS). My browser of choice is Firefox, so I generally create content and view [...]]]></description>
			<content:encoded><![CDATA[<p>One big headache I&#8217;ve had for the past year with coobird.net was the font rendering on Internet Explorer 6 (IE6). Compared to other browsers, IE6 will render the fonts at a larger size that is defined by using Cascading Style Sheets (<a target="_blank" title="Wikipedia: Cascading Style Sheets" href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">CSS</a>). My browser of choice is <a target="_blank" title="Mozilla Firefox" href="http://www.mozilla.org/firefox">Firefox</a>, so I generally create content and view them on Firefox. Unfortunately, IE6 implements CSS differently from other browsers, the end result is text that&#8217;s too big and borders that are too thick.</p>
<p>The following are some screenshots of coobird.net before changes were made to make the page rendering more consistent between IE6 and other browsers:<br />
<a title="coobird.net on Firefox" target="_blank" href="http://coobird.net/img/home-ff2.png"><img title="coobird.net on Firefox" alt="coobird.net on Firefox" src="http://coobird.net/img/home-ff2-small.jpg" /></a><br />
Firefox 2<br />
<a title="coobird.net on Opera 9" target="_blank" href="http://coobird.net/img/home-opera9.png"><img title="coobird.net on Opera" alt="coobird.net on Opera" src="http://coobird.net/img/home-opera9-small.jpg" /></a><br />
Opera 9<br />
<a title="coobird.net on Internet Explorer 6" target="_blank" href="http://coobird.net/img/home-ie6.png"><img title="coobird.net on Internet Explorer 6" alt="coobird.net on Internet Explorer 6" src="http://coobird.net/img/home-ie6-small.jpg" /></a><br />
Internet Explorer 6</p>
<p>Searching around for the CSS font rendering of Internet Explorer 6, there are quite a few people out there who are experiencing the same problem. One way to fix this problem is to use a different style sheet for Internet Explorer 6 using conditional comments. (<a title="Hack-free CSS for IE" href="http://virtuelvis.com/archives/2004/02/css-ie-only">Hack-free CSS for IE</a> was a good article on conditional comments.)</p>
<p>Currently, coobird.net implements the conditional comments technique mentioned above to use a separate style sheet that specifies different font sizes and border thicknesses for IE6. Finally coobird.net looks half-way decent on Internet Explorer 6.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coobird.net/2008/01/21/dealing-with-css-rendering-of-internet-explorer-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lots of Updates</title>
		<link>http://blog.coobird.net/2007/10/17/lots-of-updates/</link>
		<comments>http://blog.coobird.net/2007/10/17/lots-of-updates/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 15:37:39 +0000</pubDate>
		<dc:creator>coobird</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.coobird.net/2007/10/17/lots-of-updates/</guid>
		<description><![CDATA[New contents have been added to coobird.net. Quite a bit of new content were added along with minor changes to the design of the site.
The Past Programs section of this blog has been moved to coobird.net. A new feature, the Picture Gallery has been added, although it is still in an experimental phase. More contents [...]]]></description>
			<content:encoded><![CDATA[<p>New contents have been added to <a title="coobird.net" href="http://coobird.net">coobird.net</a>. Quite a bit of new content were added along with minor changes to the design of the site.<br />
The <a title="Past Programs" href="http://coobird.net/programs">Past Programs</a> section of this blog has been moved to coobird.net. A new feature, the <a title="Picture Gallery" href="http://coobird.net/pictures">Picture Gallery</a> has been added, although it is still in an experimental phase. More contents should be added in the coming weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.coobird.net/2007/10/17/lots-of-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
