<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>noah's mark &#187; observable java</title>
	<atom:link href="http://noahsmark.com/category/programming/projects/observable-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://noahsmark.com</link>
	<description>[witty tagline]</description>
	<lastBuildDate>Mon, 12 Apr 2010 23:33:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>		<item>
		<title>Swing has it backwards</title>
		<link>http://noahsmark.com/2007/04/02/swing-has-it-backwards/</link>
		<comments>http://noahsmark.com/2007/04/02/swing-has-it-backwards/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 19:12:18 +0000</pubDate>
		<dc:creator>noah</dc:creator>
				<category><![CDATA[languages]]></category>
		<category><![CDATA[observable java]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://noahsmark.com/index.php/2007/04/02/swing-has-it-backwards/</guid>
		<description><![CDATA[One of the questions that I have been asked (and have asked myself) is why I&#8217;m even doing this project when Swing seems to give you a viable alternative.  For example, for a JList, you can grab the ListModel and use it to register for event changes on the JList.  At first, this [...]]]></description>
		<wfw:commentRss>http://noahsmark.com/2007/04/02/swing-has-it-backwards/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>be careful of the hashCode()</title>
		<link>http://noahsmark.com/2007/04/01/be-careful-of-the-hashcode/</link>
		<comments>http://noahsmark.com/2007/04/01/be-careful-of-the-hashcode/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 04:33:25 +0000</pubDate>
		<dc:creator>noah</dc:creator>
				<category><![CDATA[languages]]></category>
		<category><![CDATA[observable java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://noahsmark.com/index.php/2007/04/01/be-careful-of-the-hashcode/</guid>
		<description><![CDATA[Update:
As it turns out, I was (mostly) being a horse&#8217;s ass.  It was a bit difficult to find, but Java does provide a mechanism for getting the equivalent of Object.hashCode() on any given object (not in a general way, i.e. get the un-overridden behavior, but for this case specifically).  That method is System.identityHashCode().
One of the [...]]]></description>
		<wfw:commentRss>http://noahsmark.com/2007/04/01/be-careful-of-the-hashcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>multiple inheritance or something like it</title>
		<link>http://noahsmark.com/2007/03/25/multiple-inheritance-or-something-like-it/</link>
		<comments>http://noahsmark.com/2007/03/25/multiple-inheritance-or-something-like-it/#comments</comments>
		<pubDate>Sun, 25 Mar 2007 19:10:27 +0000</pubDate>
		<dc:creator>noah</dc:creator>
				<category><![CDATA[languages]]></category>
		<category><![CDATA[observable java]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://noahsmark.com/index.php/2007/03/25/multiple-inheritance-or-something-like-it/</guid>
		<description><![CDATA[I&#8217;ve always felt slightly offended by the people who write off multiple inheritance in one fell swoop as being something akin to the fight against guns &#8211; it&#8217;s always misused, and there is no real useful purpose, so we might as well get rid of it in its entirety.  There is a slight truth [...]]]></description>
		<wfw:commentRss>http://noahsmark.com/2007/03/25/multiple-inheritance-or-something-like-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Independent Study &#8211; It Begins!</title>
		<link>http://noahsmark.com/2007/03/19/independent-study-it-begins/</link>
		<comments>http://noahsmark.com/2007/03/19/independent-study-it-begins/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 01:17:11 +0000</pubDate>
		<dc:creator>noah</dc:creator>
				<category><![CDATA[observable java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://noahsmark.com/index.php/2007/03/19/independent-study-it-begins/</guid>
		<description><![CDATA[For my last quarter at RIT, I decided to take as few courses as possible to stay a full-time student (and thus keep my scholarships) and still graduate. Since I&#8217;m required to do a 2 credit honors project, I figured that if I also did a 2 credit independent study and took 2 other courses, [...]]]></description>
		<wfw:commentRss>http://noahsmark.com/2007/03/19/independent-study-it-begins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
