<?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>BLARGH!! for the people &#187; lulz</title>
	<atom:link href="http://blargh.tommymontgomery.com/category/lulz/feed/" rel="self" type="application/rss+xml" />
	<link>http://blargh.tommymontgomery.com</link>
	<description>It&#039;s time to bring forth the rhythm and the rhyme</description>
	<lastBuildDate>Fri, 09 Jul 2010 04:03:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sudoku Solver: 2006-style</title>
		<link>http://blargh.tommymontgomery.com/2010/03/sudoku-solver-2006-style/</link>
		<comments>http://blargh.tommymontgomery.com/2010/03/sudoku-solver-2006-style/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 06:52:32 +0000</pubDate>
		<dc:creator>tmont</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[lulz]]></category>

		<guid isPermaLink="false">http://blargh.tommymontgomery.com/?p=451</guid>
		<description><![CDATA[College was such a carefree time. I wasn&#8217;t jaded, or cynical, or experienced (at least not in the way you&#8217;re thinking). I didn&#8217;t care about testability, or code coverage, or documentation, or design patterns, or any of the crap that plagues my thoughts whenever I sit down to write code. I would just sit at [...]]]></description>
			<content:encoded><![CDATA[<p>College was such a carefree time. I wasn&#8217;t jaded, or cynical, or experienced (at least not in the way you&#8217;re thinking). I didn&#8217;t care about testability, or code coverage, or documentation, or design patterns, or any of the crap that plagues my thoughts whenever I sit down to write code. I would just sit at my computer, fire up ye olde <a href="http://www.modelworks.com/index.html">JPad Pro</a> and churn out steaming mounds of code.</p>
<p><a href="http://dilbert.com/fast/2001-05-27/"><img src="http://blargh.tommymontgomery.com/wp-content/uploads/2010/03/steamingmoundsofcode.gif" alt="steamingmoundsofcode" title="steamingmoundsofcode" width="560" height="250" class="aligncenter size-full wp-image-452" /></a></p>
<p>I recently found a <del>cool</del> thing I created while in college: a <a href="http://en.wikipedia.org/wiki/Sudoku">Sudoku</a> solver. It&#8217;s nothing new or innovative, but it <em>is</em> coolish looking. And it&#8217;s a Java applet! Remember those?</p>
<p>It might just be amusing to look at the HTML source and laugh at my foolish naïvete. No doctype? Not quoting HTML attributes? 1998-style <a href="http://www.dustindiaz.com/web-1-point-oh-techniques/">mouse rollovers</a>? <acronym>JPEG</acronym>s? Not using swing? The futhermucking <kbd>&lt;applet&gt;</kbd> tag!? You might have to see it to believe it.</p>
<p><a href="http://tmont.com/sudoku-solver/sudoku.html">Be delighted</a>.</p>
<p>Stay cool over the summer, guys.</p>
<p><strong>PS</strong>: on a more up-to-date note, I had to change the name of the <kbd>isValid()</kbd> method because it was causing <kbd>NullPointerException</kbd>s during the panel/applet init phase. I guess the order of method calling changed since 1.4?</p>
<p><strong>PPS</strong>: obviously I shouldn&#8217;t have been overriding <kbd>Component.isValid()</kbd>, but I didn&#8217;t know what I was doing. I was only 20!</p>
]]></content:encoded>
			<wfw:commentRss>http://blargh.tommymontgomery.com/2010/03/sudoku-solver-2006-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
