<?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>devnulled &#187; Uncategorized</title>
	<atom:link href="http://devnulled.com/topics/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://devnulled.com</link>
	<description>devnulled provides news, tips, resources, and articles about various topics that software developers and engineers enjoy.</description>
	<lastBuildDate>Wed, 18 Aug 2010 06:20:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Adobe ColdFusion 8 Public Beta Now Available</title>
		<link>http://devnulled.com/content/2007/05/adobe-coldfusion-8-public-beta-now-available/</link>
		<comments>http://devnulled.com/content/2007/05/adobe-coldfusion-8-public-beta-now-available/#comments</comments>
		<pubDate>Wed, 30 May 2007 05:07:05 +0000</pubDate>
		<dc:creator>Brandon Harper</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[coldfusion-8]]></category>

		<guid isPermaLink="false">http://devnulled.com/content/2007/05/adobe-coldfusion-8-public-beta-now-available/</guid>
		<description><![CDATA[Hey look, the public beta of ColdFusion 8 is now available for download at Adobe Labs. This is the beta you have been looking for.]]></description>
			<content:encoded><![CDATA[<p>Hey look, the public beta of <a href="http://labs.adobe.com/technologies/coldfusion8/">ColdFusion 8 is now available</a> for download at <a href="http://labs.adobe.com">Adobe Labs</a>.  This is the beta you have been looking for.</p>
]]></content:encoded>
			<wfw:commentRss>http://devnulled.com/content/2007/05/adobe-coldfusion-8-public-beta-now-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tomcat 6 Surpasses 16,000 Simultaneous Connections</title>
		<link>http://devnulled.com/content/2007/04/tomcat-6-surpasses-16000-simultaneous-connections/</link>
		<comments>http://devnulled.com/content/2007/04/tomcat-6-surpasses-16000-simultaneous-connections/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 17:41:11 +0000</pubDate>
		<dc:creator>Brandon Harper</dc:creator>
				<category><![CDATA[A Day In The Life Of]]></category>
		<category><![CDATA[Apache Tomcat]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Disciplines]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Tips, Hacks, & Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[glassfish]]></category>
		<category><![CDATA[jetty]]></category>
		<category><![CDATA[load-testing]]></category>
		<category><![CDATA[nio]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://devnulled.com/content/2007/04/tomcat-6-surpasses-16000-simultaneous-connections/</guid>
		<description><![CDATA[Fillp Hanik recently posted a blog entry about a load test comparison he did using Glassfish, Jetty, and Tomcat 6 using the new NIO (non-blocking io) connectors in which Tomcat 6 was able to handle 16,000 connections. As always load tests should always be taken with a grain of salt, but it certainly did produce [...]]]></description>
			<content:encoded><![CDATA[<p>Fillp Hanik recently posted a blog entry about a <a href="http://blog.covalent.net/roller/covalent/entry/20070308">load test comparison</a> he did using <a href="https://glassfish.dev.java.net/">Glassfish</a>, <a href="http://www.mortbay.org/">Jetty</a>, and <a href="http://tomcat.apache.org/">Tomcat 6</a> using the new <a href="http://people.apache.org/%7Efhanik/http.html#Connector%20Comparison">NIO (non-blocking io) connectors</a> in which Tomcat 6 was able to handle 16,000 connections.  As always load tests should always be taken with a grain of salt, but it certainly did produce some interesting results (especially when compared to other servlet containers).  </p>
<p>I&#8217;ve been working on a sizable project at work that uses <a href="http://java.sun.com/j2se/1.4.2/docs/guide/nio/">NIO</a> under the hood, but luckily I&#8217;m using a 3rd party library which provides the network connectivity for me.  It seems that NIO is very hard to implement correctly, but if you can, the performance advantages are definitely worth the effort.  I&#8217;m only a few days away from starting to do some load testing on my work, so I&#8217;ll be interested in seeing the performance improvement over the section of code I&#8217;m replacing which uses standard IO (not to mention the various synchronization and thread consumption problems I&#8217;ll be fixing).</p>
<p>Being able to quickly handle a large number of concurrent connections is definitely a requirement for today&#8217;s AJAX applications, and it&#8217;s good to see an NIO based connector from someone other than Jetty.</p>
]]></content:encoded>
			<wfw:commentRss>http://devnulled.com/content/2007/04/tomcat-6-surpasses-16000-simultaneous-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New Personal Blog: blog.bharper</title>
		<link>http://devnulled.com/content/2006/12/a-new-personal-blog-blogbharper/</link>
		<comments>http://devnulled.com/content/2006/12/a-new-personal-blog-blogbharper/#comments</comments>
		<pubDate>Sat, 23 Dec 2006 22:55:20 +0000</pubDate>
		<dc:creator>Brandon Harper</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://devnulled.com/content/2006/12/a-new-personal-blog-blogbharper/</guid>
		<description><![CDATA[I&#8217;ve been meaning to start turning the content of this site into a fairly focused software development blog for awhile, and finally got one of the first major steps done. As I mentioned earlier, I&#8217;ve finally moved all of my personal stuff to a new blog which is tentatively titled blog.bharper, and will start judiciously [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been meaning to start turning the content of this site into a fairly focused software development blog for awhile, and finally got one of the first major steps done.   As I <a href="http://devnulled.com/content/2006/11/hey-friends-sorry-for-all-of-the-geek-content/">mentioned earlier</a>, I&#8217;ve finally moved all of my personal stuff to a new blog which is tentatively titled <a href="http://blog.bharper.com">blog.bharper</a>, and will start judiciously deleting old personal content from this site as it slowly morphs into a more generic software development site.  My new blog is a fairly informal place for me to post stuff that I&#8217;m interested in outside of the general geekery posted about here, and also gives me a place to share trivial events with family and friends while also not intending to alienate people with LiveJournal type drivel.  Anyhow, there isn&#8217;t much new content there that you haven&#8217;t already seen at the moment, but if you&#8217;re more interested in me rather than the geek stuff I write, you might want to start checking <a href="http://blog.bharper.com">the new blog</a> instead.  I don&#8217;t plan on linking to it directly from this site again, so now is your chance to grab the url.</p>
<p>Surprisingly enough out of over almost 4 years of writing (600+ posts) on this site, about half of them were not software related.  So of course that means I&#8217;ll have to spend hours going though this site as well to delete non-programming related posts.  Good times.  Look for some fairly dramatic changes coming to this site as well in the upcoming weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://devnulled.com/content/2006/12/a-new-personal-blog-blogbharper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Datsun Z: Autoblog Readers Ride of The Day!</title>
		<link>http://devnulled.com/content/2006/12/my-datsun-z-autoblog-readers-ride-of-the-day/</link>
		<comments>http://devnulled.com/content/2006/12/my-datsun-z-autoblog-readers-ride-of-the-day/#comments</comments>
		<pubDate>Wed, 20 Dec 2006 17:50:59 +0000</pubDate>
		<dc:creator>Brandon Harper</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[280Z]]></category>
		<category><![CDATA[autoblog]]></category>
		<category><![CDATA[datsun]]></category>

		<guid isPermaLink="false">http://devnulled.com/content/2006/12/my-datsun-z-autoblog-readers-ride-of-the-day/</guid>
		<description><![CDATA[Today is pretty much the wrong weather for my Datsun 280Z here in Colorado, but it made Autoblog&#8217;s Readers Ride of the Day! Judging by the comments, there are plenty of people who also still love the old Z&#8217;s too. I haven&#8217;t much touched the car since I bought it other than typical old car [...]]]></description>
			<content:encoded><![CDATA[<p>Today is pretty much the <a href="http://www.cnn.com/2006/WEATHER/12/20/snowstorm.ap/index.html">wrong weather</a> for <a href="http://flickr.com/photos/devnulled/sets/72157594426907238/">my Datsun 280Z</a> here in Colorado, but it made <a href="http://www.autoblog.com/2006/12/20/rr-of-the-day-1976-datsun-280z/">Autoblog&#8217;s Readers Ride of the Day</a>!  <a href="http://www.flickr.com/photos/devnulled/326398361/" title="Photo Sharing"><img src="http://static.flickr.com/136/326398361_d31eb97627_m.jpg" width="240" height="160" alt="1976 Datsun 280Z (with details)" / border="0" hspace="20" vspace="20" align="left"/></a> Judging by the comments, there are plenty of people who also still love the old Z&#8217;s too.</p>
<p>I haven&#8217;t much touched the car since I bought it other than typical old car maintenance items (for the most part, I like doing all of my own work), so I&#8217;ll be kind of interested to see the comments it generates on it&#8217;s current state.  Sometimes I want to leave it alone, other times I&#8217;m ready to do a few minor things to it.</p>
<p>For a little more about <a href="http://autoblog.com">Autoblog</a>, as far as I know it&#8217;s one of the most popular blogs about cars out there (each entry seems to generate tons of comments) and most gearheads who are also interweb nerds seem to read it. As for me, I&#8217;ve loved cars <a href="http://flickr.com/photos/devnulled/321160021/">as long as I can remember</a> and have owned at least two at a time for the past 8 years or so.</p>
<p>Sorry for the spam on the ColdFusion feed, but I had to share.  <img src='http://devnulled.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://devnulled.com/content/2006/12/my-datsun-z-autoblog-readers-ride-of-the-day/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating An IRC Bot in Python</title>
		<link>http://devnulled.com/content/2006/12/creating-an-irc-bot-in-python/</link>
		<comments>http://devnulled.com/content/2006/12/creating-an-irc-bot-in-python/#comments</comments>
		<pubDate>Tue, 19 Dec 2006 21:00:46 +0000</pubDate>
		<dc:creator>Brandon Harper</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Tips, Hacks, & Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[phenny]]></category>
		<category><![CDATA[pynfo]]></category>
		<category><![CDATA[supybot]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://devnulled.com/content/2006/12/creating-an-irc-bot-in-python/</guid>
		<description><![CDATA[I came across a blog entry which shows you how to create an IRC bot from scratch in only a few lines of Python, which honestly kind of amazed me even being somewhat fluent with Python. I&#8217;ve seen a number of other Python IRC bot packages but have yet to try them out (such as [...]]]></description>
			<content:encoded><![CDATA[<p>I came across a blog entry which shows you how to <a href="http://gfxfor.us/general/tutorial-how-to-make-a-simple-irc-bot-from-scratch-in-python">create an IRC bot from scratch</a> in only a few lines of <a href="http://python.org">Python</a>, which honestly kind of amazed me even being somewhat fluent with Python.   I&#8217;ve seen a number of other Python IRC bot packages but have yet to try them out (such as <a href="http://supybot.com/">Supybot</a>, <a href="http://inamidst.com/phenny/">Phenny</a>, and <a href="http://sourceforge.net/projects/pynfo/">Pynfo</a>), but a quick example like that is pretty impressive to me.</p>
]]></content:encoded>
			<wfw:commentRss>http://devnulled.com/content/2006/12/creating-an-irc-bot-in-python/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Code Adds Wiki and Downloads</title>
		<link>http://devnulled.com/content/2006/12/google-code-adds-wiki-and-downloads/</link>
		<comments>http://devnulled.com/content/2006/12/google-code-adds-wiki-and-downloads/#comments</comments>
		<pubDate>Sun, 17 Dec 2006 19:44:27 +0000</pubDate>
		<dc:creator>Brandon Harper</dc:creator>
				<category><![CDATA[A Day In The Life Of]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Tips, Hacks, & Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[akismet]]></category>
		<category><![CDATA[cfakismet]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google-code]]></category>

		<guid isPermaLink="false">http://devnulled.com/content/2006/12/google-code-adds-wiki-and-downloads/</guid>
		<description><![CDATA[Greg Stein announced on the Google Code Updates Blog that they&#8217;ve added downloads and a simple wiki. Examples of the new download functionality, and a wiki are also provided. This makes me happy; it&#8217;s just in time for my &#8220;I&#8217;m not working the rest of the year&#8221; vacation so I can finally write up some [...]]]></description>
			<content:encoded><![CDATA[<p>Greg Stein announced on the <a href="http://google-code-updates.blogspot.com/">Google Code Updates Blog</a> that they&#8217;ve <a href="http://google-code-updates.blogspot.com/2006/12/happy-holidays-open-source-developers.html">added downloads and a simple wiki</a>.  Examples of the new <a href="http://code.google.com/p/google-web-toolkit/downloads/list">download functionality</a>, and a <a href="http://code.google.com/p/serf/wiki/SerfStatus">wiki</a> are also provided.</p>
<p>This makes me happy; it&#8217;s just in time for my &#8220;I&#8217;m not working the rest of the year&#8221; vacation so I can finally write up some documentation for <a href="http://devnulled.com/cfakismet">CFAkismet</a>, provide a zipped download of it, and finally give it the 1.0 stamp between the other 900 things I have planned during my time off.</p>
]]></content:encoded>
			<wfw:commentRss>http://devnulled.com/content/2006/12/google-code-adds-wiki-and-downloads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java 6 SE Released</title>
		<link>http://devnulled.com/content/2006/12/java-6-se-released/</link>
		<comments>http://devnulled.com/content/2006/12/java-6-se-released/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 19:31:23 +0000</pubDate>
		<dc:creator>Brandon Harper</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[derby]]></category>

		<guid isPermaLink="false">http://devnulled.com/content/2006/12/java-6-se-released/</guid>
		<description><![CDATA[Java 6 Standard Edition has been released and can be downloaded here. The long winded version of what&#8217;s new can be read here, while the summary of new features and changes can be found here. Personally I don&#8217;t know if I&#8217;ll be working on anything in 1.6 anytime soon as 1.5 is still the current [...]]]></description>
			<content:encoded><![CDATA[<p>Java 6 Standard Edition has been released and <a href="http://java.sun.com/javase/downloads/index.jsp">can be downloaded here</a>.  The long winded version of <a href="http://jcp.org/en/jsr/detail?id=270">what&#8217;s new can be read here</a>, while the <a href="http://java.sun.com/javase/6/webnotes/features.html">summary of new features and changes can be found here</a>.</p>
<p>Personally I don&#8217;t know if I&#8217;ll be working on anything in 1.6 anytime soon as 1.5 is still the current standard for non-J2EE Java, but I wouldn&#8217;t be surprised to be using it in production by next Summer or so.  Although I still think &#8220;wtf&#8221; about them including <a href="http://db.apache.org/derby/">Derby</a> as <a href="http://www.sun.com/smi/Press/sunflash/2006-06/sunflash.20060621.1.xml">part of the standard release</a>.  </p>
<p>Of the things that should be in there from Apache rather than Derby would be most everything which is currently in <a href="http://jakarta.apache.org/commons/">Apache Commons</a> as it seems like pretty much every Java project needs a good 4-5 Apache Commons libraries.</p>
<p>Now I&#8217;m sure all of my Java RSS feeds will be populated with Sun employees talking about how cool NetBeans and Java 6 is, which of course only further motivates me to stick with <a href="http://eclipse.org">Eclipse</a> and <a href="http://java.sun.com/j2se/1.5.0/">Java 5</a>.  <img src='http://devnulled.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://devnulled.com/content/2006/12/java-6-se-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Under The Hood:  How the ColdFusion Compiler Works</title>
		<link>http://devnulled.com/content/2006/12/under-the-hood-how-the-coldfusion-compiler-works/</link>
		<comments>http://devnulled.com/content/2006/12/under-the-hood-how-the-coldfusion-compiler-works/#comments</comments>
		<pubDate>Thu, 07 Dec 2006 19:32:54 +0000</pubDate>
		<dc:creator>Brandon Harper</dc:creator>
				<category><![CDATA[A Day In The Life Of]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tips, Hacks, & Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bytecode]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[jvm]]></category>
		<category><![CDATA[parser-generator]]></category>

		<guid isPermaLink="false">http://devnulled.com/content/2006/12/under-the-hood-how-the-coldfusion-compiler-works/</guid>
		<description><![CDATA[I must say I work with a really amazing team at work, and there is rarely a day we don&#8217;t get into complex technical discussions about anything from &#8220;what algorithm is the best to do x&#8221; to getting into deep geeky details about how certain platforms work such as the Hotspot compiler in Java. Granted [...]]]></description>
			<content:encoded><![CDATA[<p>I must say I work with a really amazing team at work, and there is rarely a day we don&#8217;t get into complex technical discussions about anything from &#8220;what algorithm is the best to do x&#8221; to getting into deep geeky details about how certain platforms work such as the Hotspot compiler in Java.  Granted we aren&#8217;t a typical CF development shop (I&#8217;ve actually been working exclusively in Java for the past couple of months for instance), so we have a wide variety of programmers and skill sets and so forth on the team.  In general we&#8217;d rather hire smart people with solid backgrounds than someone who has 80 years of experience in Ajax.Net and RubyGroovyFlex 2.0 on their resume, and over time I think it&#8217;s proved to be a very valuable asset.</p>
<p>We&#8217;ve talked about how CF translates into Java many times over the past couple of years and some of the inherent performance problems with weak typing (at some point it still has to be converted back to static typing&#8211; this is a basic theoretical problem that any dynamically typed language has).  I showed my co-worker (and primarily Java programmer) <a href="http://www.nomachetejuggling.com/">Rod</a> the &#8220;<a href="http://blog.feed-squirrel.com/2006/12/07/what-is-it-with-the-coldfusion-compiler/">what is wrong with the ColdFusion compiler</a>&#8221; post, and he has a very well written response to <a href="http://www.nomachetejuggling.com/2006/12/07/coldfusions-compiler/">how ColdFusion translates its own dynamically typed tag based syntax down to statically typed Java code</a>.  Of course the high level Computer Science answer would just be &#8220;it translates CFML to Java using a parser generator then recompiles it, duh&#8221;, but instead he goes into the details of the implementation of the parser generator as to how it types the dynamic variables at the Java level.  He doesn&#8217;t really ever do any ColdFusion, so be easy on him in the comments if you have a bone to pick on the CF side.  <img src='http://devnulled.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>A related thing to note that he doesn&#8217;t cover is how much faster it is to instantiate objects in cfscript rather than CFML on a percentage basis. Just some food for thought.  I can do a follow-up post on this in particular topic if anyone is interested.</p>
<p>I cover a slightly similar topic to this in an upcoming <a href="http://coldfusion.sys-con.com/">CFDJ</a> article, so stay tuned.  <img src='http://devnulled.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://devnulled.com/content/2006/12/under-the-hood-how-the-coldfusion-compiler-works/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BarDiver: Your Guide to Colorado Bars</title>
		<link>http://devnulled.com/content/2006/11/bardiver-your-guide-to-colorado-bars/</link>
		<comments>http://devnulled.com/content/2006/11/bardiver-your-guide-to-colorado-bars/#comments</comments>
		<pubDate>Sat, 18 Nov 2006 22:05:26 +0000</pubDate>
		<dc:creator>Brandon Harper</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bars]]></category>
		<category><![CDATA[colorado]]></category>
		<category><![CDATA[denver]]></category>
		<category><![CDATA[django.-bardiver]]></category>

		<guid isPermaLink="false">http://devnulled.com/content/2006/11/bardiver-your-guide-to-colorado-bars/</guid>
		<description><![CDATA[BarDiver, a Django powered site which is essentially a social site for Denver, Colorado area bars has been launched. A friend and I discussed doing a project like this after having a frustrating time trying to find happy hour specials before heading to a concert, and this site looks to be a pretty well executed [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bardiver.com">BarDiver</a>, a <a href="http://djangoproject.com">Django</a> powered site which is essentially a social site for Denver, Colorado area bars <a href="http://bardiver.com/blog/">has been launched</a>.   A friend and I discussed doing a project like this after having a frustrating time trying to find happy hour specials before heading to a concert, and this site looks to be a pretty well executed example of how to find bars which are places you&#8217;d like to go.  </p>
<p>As for myself, I seem to end-up in a lot of old <a href="http://en.wikipedia.org/wiki/Jack_Kerouac">Kerouac</a> haunts for whatever reason.</p>
]]></content:encoded>
			<wfw:commentRss>http://devnulled.com/content/2006/11/bardiver-your-guide-to-colorado-bars/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hey Friends, Sorry For All Of The Geek Content</title>
		<link>http://devnulled.com/content/2006/11/hey-friends-sorry-for-all-of-the-geek-content/</link>
		<comments>http://devnulled.com/content/2006/11/hey-friends-sorry-for-all-of-the-geek-content/#comments</comments>
		<pubDate>Tue, 14 Nov 2006 07:32:08 +0000</pubDate>
		<dc:creator>Brandon Harper</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[changes]]></category>
		<category><![CDATA[Friends]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://devnulled.com/content/2006/11/hey-friends-sorry-for-all-of-the-geek-content/</guid>
		<description><![CDATA[This blog has obviously turned into one of mostly technical matters. At the moment, I have a pretty strong readership all things considered (about 1,500-2000 unique visitors a day) which mostly seem to be looking for technical content, so that&#8217;s what this blog has been for awhile. About half of those look to be subscribed [...]]]></description>
			<content:encoded><![CDATA[<p>This blog has obviously turned into one of mostly technical matters.  At the moment, I have a pretty strong readership all things considered (about 1,500-2000 unique visitors a day) which mostly seem to be looking for technical content, so that&#8217;s what this blog has been for awhile.  About half of those look to be subscribed to my RSS feeds which are technical in nature, so I think it&#8217;s time to move the personal stuff to a different domain and hone this down to software development and other general Unix and geek type stuff.</p>
<p>I&#8217;ve owned other personal domains for quite some time and plan on putting up something a little more personal for friends and so forth looking to keep up with me (using one of said domains).  If all goes as planned, look for something new from me on this front before the end of the year.</p>
]]></content:encoded>
			<wfw:commentRss>http://devnulled.com/content/2006/11/hey-friends-sorry-for-all-of-the-geek-content/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->