<?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"
	>

<channel>
	<title>Foo Hack</title>
	<atom:link href="http://foohack.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://foohack.com</link>
	<description>Isaac Schlueter on Web Development</description>
	<pubDate>Thu, 29 Jul 2010 06:45:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>A tech blog? How early 2000&#8217;s of you&#8230;</title>
		<link>http://foohack.com/2010/07/a-tech-blog-how-early-2000s-of-you/</link>
		<comments>http://foohack.com/2010/07/a-tech-blog-how-early-2000s-of-you/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 06:45:39 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
		
		<category><![CDATA[foo]]></category>

		<guid isPermaLink="false">http://foohack.com/?p=154</guid>
		<description><![CDATA[It occurs to me that I&#8217;ve not updated this blog at all this year.  Don&#8217;t worry, this isn&#8217;t some kind of apology post, it&#8217;s just that it occurs to me that the conversation has become increasingly less about large essay-like missives to the tech world at large, and more about targeted communication to subject-matter <small><a href="http://foohack.com/2010/07/a-tech-blog-how-early-2000s-of-you/">...Read More</a></small>]]></description>
			<content:encoded><![CDATA[<p>It occurs to me that I&#8217;ve not updated this blog at all this year.  Don&#8217;t worry, this isn&#8217;t some kind of apology post, it&#8217;s just that it occurs to me that the conversation has become increasingly less about large essay-like missives to the tech world at large, and more about targeted communication to subject-matter groups.</p>
<p>So, to recap, I&#8217;ve been maintaining <a href="http://npmjs.org/">a package manager for node.js</a>, and writing JavaScript at <a href="http://kno.com/">a company</a>, and I&#8217;m going to be writing JavaScript at <a href="http://joyent.com/">another company</a> in a month.</p>
<p>The <a href="http://nodejs.org/">NodeJS</a> community continues to impress and delight.  This is a fun group doing fun things with a fun platform.</p>
]]></content:encoded>
			<wfw:commentRss>http://foohack.com/2010/07/a-tech-blog-how-early-2000s-of-you/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Transition</title>
		<link>http://foohack.com/2010/01/transition/</link>
		<comments>http://foohack.com/2010/01/transition/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 00:00:46 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
		
		<category><![CDATA[The Business]]></category>

		<guid isPermaLink="false">http://foohack.com/?p=146</guid>
		<description><![CDATA[My last day at Yahoo will be 2010-01-22.

Yahoo has been a mostly great company to work for, and YUI is by far the best team that I&#8217;ve worked on here.  It&#8217;s a shame that I didn&#8217;t join YUI sooner; I still feel like I just got here.  The quality of this team made <small><a href="http://foohack.com/2010/01/transition/">...Read More</a></small>]]></description>
			<content:encoded><![CDATA[<p>My last day at Yahoo will be 2010-01-22.</p>
<p>Yahoo has been a mostly great company to work for, and <a href="http://yuilibrary.com/">YUI</a> is by far the best team that I&#8217;ve worked on here.  It&#8217;s a shame that I didn&#8217;t join YUI sooner; I still feel like I just got here.  The quality of this team made the decision very difficult, and that says a lot about the job that Eric Miraglia and Thomas Sha have done building it.</p>
<p>If you ever get a chance to work at Yahoo, take it.</p>
<p>I feel so very fortunate to have met so many of Silicon Valley&#8217;s bright minds in the last 4 years, and to have learned so much about the web, about business, about people, and about the science and art of software development.  I&#8217;ve been a student, a teacher, an expert, an amateur, a mentor, and a mentee.</p>
<p>Thank you all so much for what you&#8217;ve given me.</p>
]]></content:encoded>
			<wfw:commentRss>http://foohack.com/2010/01/transition/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simple Node Server</title>
		<link>http://foohack.com/2009/12/simple-node-serve/</link>
		<comments>http://foohack.com/2009/12/simple-node-serve/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 18:09:00 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[nodejs]]></category>

		<guid isPermaLink="false">http://foohack.com/?p=140</guid>
		<description><![CDATA[Here is an example of a very simple lighttpd/nginx-style web server written in NodeJS.

I&#8217;ve called it simple-node-server or &#8220;sns&#8221; for short, and you can fork it on my github account.

There are a lot of folks building SSJS clones of Django and WSGI and Rack the like.  However, Python and Ruby have blocking IO, and <small><a href="http://foohack.com/2009/12/simple-node-serve/">...Read More</a></small>]]></description>
			<content:encoded><![CDATA[<p>Here is an example of a very simple lighttpd/nginx-style web server written in <a href="http://nodejs.org">NodeJS</a>.</p>
<p>I&#8217;ve called it <a href="http://github.com/isaacs/simple-node-server">simple-node-server</a> or &#8220;sns&#8221; for short, and you can <a href="http://github.com/isaacs/simple-node-server">fork it on my github account</a>.</p>
<p>There are a lot of folks building <abbr title="Server Side JavaScript">SSJS</abbr> clones of Django and WSGI and Rack the like.  However, Python and Ruby have blocking <abbr title="input/output">IO</abbr>, and even while they have the <em>capacity</em> for asynchronous behavior, it&#8217;s not the <em>default</em>.</p>
<p>I believe that, in order to get a really good JavaScript application framework, and cultivate new development in this green field, we must start with what we have, and iterate until it is closer to the ideal.  I am skeptical that we&#8217;ll be able to get there by cloning the productions of synchronicity, no matter how sophisticated they may be.</p>
<p>It is possible today to build a web server in a day, in a flexible dynamic language, which can serve an alarming number of requests per second, by embracing asynchronous architecture.</p>
<p>Let&#8217;s play: <a href="http://github.com/isaacs/simple-node-server">simple-node-server</a></p>
]]></content:encoded>
			<wfw:commentRss>http://foohack.com/2009/12/simple-node-serve/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ch-ch-ch-ch-changes</title>
		<link>http://foohack.com/2009/08/ch-ch-ch-ch-changes/</link>
		<comments>http://foohack.com/2009/08/ch-ch-ch-ch-changes/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 03:07:36 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
		
		<category><![CDATA[foo]]></category>

		<guid isPermaLink="false">http://foohack.com/?p=138</guid>
		<description><![CDATA[Lot going on this summer.  My roommate moved back to CT, meaning that I had to buy a car and get a new apartment.  I moved from the YAP team to the YUI team.  Also, I&#8217;ve been spending more and more of my free time playing around with server-side Javascript, specifically Narwhal <small><a href="http://foohack.com/2009/08/ch-ch-ch-ch-changes/">...Read More</a></small>]]></description>
			<content:encoded><![CDATA[<p>Lot going on this summer.  My roommate moved back to CT, meaning that I had to buy a car and get a new apartment.  I moved from the YAP team to the YUI team.  Also, I&#8217;ve been spending more and more of my free time playing around with server-side Javascript, specifically <a href="http://narwhaljs.org">Narwhal</a> and <a href="http://jackjs.org">Jack</a>.  <a href="http://github.com/isaacs">My github account</a> has been pretty busy.</p>
<p>I won&#8217;t say that I&#8217;m retiring this blog, exactly, but the posting frequency may be dropping considerably.  Instead of 1-2 posts every month or two, expect more like 1-2 posts a year, if that.</p>
<p>In the meantime, I&#8217;ve got all sorts of other stuff going on at <a href="http://blog.izs.me">my tumblr blog</a>, so you can follow me there.</p>
]]></content:encoded>
			<wfw:commentRss>http://foohack.com/2009/08/ch-ch-ch-ch-changes/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.130 seconds -->
