<?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>&#62; Failed Checksum &#187; Brief Thoughts</title>
	<atom:link href="http://james.thevasaks.net/category/brief-thoughts/feed/" rel="self" type="application/rss+xml" />
	<link>http://james.thevasaks.net</link>
	<description>we have a communication issue</description>
	<lastBuildDate>Sat, 03 Jul 2010 02:41:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Long Weekend</title>
		<link>http://james.thevasaks.net/2010/07/long-weekend/</link>
		<comments>http://james.thevasaks.net/2010/07/long-weekend/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 02:37:06 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Brief Thoughts]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[haskell]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[xmonad]]></category>

		<guid isPermaLink="false">http://james.thevasaks.net/?p=309</guid>
		<description><![CDATA[I&#8217;m really looking forward to this long weekend.  I should have a few minutes to work on two side projects: this blog design and learning a new (programming) language. Blog Design Hard to say what I&#8217;ll get done.  I really need to put some ideas for what I want down on paper, so I can start [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m really looking forward to this long weekend.  I should have a few minutes to work on two side projects: this blog design and learning a new (programming) language.</p>
<p><strong>Blog Design</strong></p>
<p>Hard to say what I&#8217;ll get done.  I really need to put some ideas for what I want down on paper, so I can start knocking them off one by one.  As it is, the simplistic look isn&#8217;t really bothering me (I kind of like a simple clean look), so I&#8217;m not as motivated as I really should be.  Simply ending the weekend with a punch list will be a nice result.</p>
<p><strong>Haskell</strong></p>
<p>I started learning a new programming language earlier this week: <a href="http://www.haskell.org/" target="_blank">Haskell</a>.  This began a month or so ago, when I started using <a href="http://xmonad.org" target="_blank">XMonad</a> as the window manager on both my work machine with dual 1920&#215;1200 displays and my 1024&#215;600 netbook.  It&#8217;s a fantastic tiling WM that works great in both situations, but the program&#8211;and its configuration file&#8211;are written in Haskell.  I managed to hack together a decent configuration from plenty of examples and sample code, but it bothered (and still bothers) me that I didn&#8217;t understand the syntax.</p>
<p>Making Haskell more interesting (and difficult) to learn is the fact that it&#8217;s a <a href="http://en.wikipedia.org/wiki/Functional_programming" target="_blank">functional language</a>, rather than an <a href="http://en.wikipedia.org/wiki/Imperative_programming" target="_blank">imperative language</a> as I&#8217;m used to from C/C++, Java, Python, and others.  While this should work well with my math background, it&#8217;s still a different way of thinking from what I&#8217;ve been used to for the past 10 years of programming&#8230;  I&#8217;ve been working through some material <a href="http://learnyouahaskell.com/chapters" target="_blank">here</a> and <a href="http://book.realworldhaskell.org/read/" target="_blank">here</a> and I&#8217;m looking forward to gaining some more understanding over the next few days.</p>
]]></content:encoded>
			<wfw:commentRss>http://james.thevasaks.net/2010/07/long-weekend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Layout, New Font, New Name</title>
		<link>http://james.thevasaks.net/2010/06/new-layout-new-font-new-name/</link>
		<comments>http://james.thevasaks.net/2010/06/new-layout-new-font-new-name/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 00:27:26 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Brief Thoughts]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[name]]></category>

		<guid isPermaLink="false">http://james.thevasaks.net/?p=302</guid>
		<description><![CDATA[I covered the new, plain layout in my last post, but there are even more changes today. I&#8217;m taking advantage of the Google Font Directory to bring some better fonts to the site, without requiring readers to have any particular fonts installed on their system.  Google hosts the fonts and most browsers are supported.  I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>I covered the new, plain layout in <a href="http://james.thevasaks.net/2010/06/why-so-plain/" target="_self">my last post</a>, but there are even more changes today.</p>
<p>I&#8217;m taking advantage of the <a href="http://code.google.com/webfonts" target="_blank">Google Font Directory</a> to bring some better fonts to the site, without requiring readers to have any particular fonts installed on their system.  Google hosts the fonts and most browsers are supported.  I&#8217;m using <a href="http://code.google.com/webfonts/family?family=Crimson+Text" target="_blank">Crimson Text</a> for the basic text and <a href="http://code.google.com/webfonts/family?family=Inconsolata" target="_blank">Inconsolata</a> where a monospaced type is needed.  By the way, Inconsolata is a fantabulous font for code and is the default for my terminal and Emacs on every machine I can configure.</p>
<p>As for the name&#8230;  I just got sick of the old one and it was time for a change.  Then, at work over lunch, we were talking about serial communications, start/stop bits, parity bits, and checksums.  One of my coworkers became lost in a side conversation, missed a few references, and loudly declared a &#8220;checksum failure&#8221; and reset the conversation.  This seemed more than appropriate, so I&#8217;m running with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://james.thevasaks.net/2010/06/new-layout-new-font-new-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why So Plain?</title>
		<link>http://james.thevasaks.net/2010/06/why-so-plain/</link>
		<comments>http://james.thevasaks.net/2010/06/why-so-plain/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 11:40:58 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Brief Thoughts]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://james.thevasaks.net/?p=298</guid>
		<description><![CDATA[Hopefully, this post will be OBE in a short while, but I just changed the site over to a very plain theme.  The immediate advantages are not clear, but in the end it&#8217;s all kinds of better.  The new theme uses HTML5 to mark-up the site in a more semantic fashion.  Instead of everything on [...]]]></description>
			<content:encoded><![CDATA[<p>Hopefully, this post will be <abbr title="Overcome By Events">OBE</abbr> in a short while, but I just changed the site over to a very plain theme.  The immediate advantages are not clear, but in the end it&#8217;s all kinds of better.  The new theme uses HTML5 to mark-up the site in a more semantic fashion.  Instead of everything on the site being enclosed in a <code>&lt;div&gt;</code> block, posts are within <code>&lt;article&gt;</code> blocks, sidebars and navigation elements are labeled, etc.</p>
<p>Of course, there aren&#8217;t a lot of themes that have this and a design that I like, so I&#8217;m starting with <a href="http://digwp.com/2009/07/free-html-5-wordpress-theme/" target="_blank">a basic H5 template</a>, and will work from there.</p>
]]></content:encoded>
			<wfw:commentRss>http://james.thevasaks.net/2010/06/why-so-plain/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>YARTB</title>
		<link>http://james.thevasaks.net/2010/04/yartb/</link>
		<comments>http://james.thevasaks.net/2010/04/yartb/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 11:16:01 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Brief Thoughts]]></category>
		<category><![CDATA[blog neglect]]></category>
		<category><![CDATA[creativity]]></category>

		<guid isPermaLink="false">http://james.thevasaks.net/?p=279</guid>
		<description><![CDATA[Yet. Another. Return. To. Blogging. I don&#8217;t know how many times I&#8217;ve written this post over the years. I blog for a little while, then get busy or blocked and the updates stop. Months pass then I write a post about how busy I was and how I hope it&#8217;s different this time. I&#8217;m sure [...]]]></description>
			<content:encoded><![CDATA[<p>Yet. Another. Return. To. Blogging.</p>
<p>I don&#8217;t know how many times I&#8217;ve written this post over the years.  I blog for a little while, then get busy or blocked and the updates stop.  Months pass then I write a post about how busy I was and how I hope it&#8217;s different this time.  I&#8217;m sure I&#8217;ve written <a href="http://james.thevasaks.net/2009/05/mini-meta-update/" target="_self">one</a> or <a href="http://james.thevasaks.net/2009/06/where-does-the-time-go/" target="_self">two</a> here, and I know I&#8217;ve done them on other, now deceased attempts at blogging.  So, this time it&#8217;s going to be different, right?</p>
<p>Well, it&#8217;s not.</p>
<p>So why start back up right now when I&#8217;ll only fizzle out in a short while?  It&#8217;s simple: I feel a great urge to be creative and I can&#8217;t focus that energy; the excess is now spilling out into this blog.</p>
<p>I see all sorts of individuals around who have created awesome things on their own or with a small team, and I want to be a part.  Look at:</p>
<ul>
<li><a href="http://stackoverflow.com/" target="_blank">Stack Overflow</a></li>
<li><a href="http://beatpaths.com/" target="_blank">BeatPaths</a></li>
<li><a href="http://thumbjam.com/" target="_blank">ThumbJam</a></li>
</ul>
<p>The first two are great websites that I frequent and the last is an iPhone application written by a co-worker of mine.  All of them had a good idea that they took and worked for years and developed into something cool they could share with others.</p>
<p>So how does writing this help?  In many ways it doesn&#8217;t.  There&#8217;s no great idea that I&#8217;m kicking around this moment, trying to gather momentum or community around.  But there is the catharsis of getting *something* out and into the world, which is my biggest problem.  I can&#8217;t tell you how many 80% projects I have sitting around because they&#8217;re not quite ready for others to see.  (I even have three or four draft posts from months ago that I never finished to my satisfaction and helped herald the great silence on this blog.)</p>
<p>So, I&#8217;m dumping this crap out there, as the first little buckshot in my shotgun approach to getting something into the world.  A post here.  A snippet of code up on Github.  A new photo on Flickr.  It just may be enough to get the creative juices flowing&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://james.thevasaks.net/2010/04/yartb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jon &amp; Jennifer</title>
		<link>http://james.thevasaks.net/2009/08/jon-and-jennifer/</link>
		<comments>http://james.thevasaks.net/2009/08/jon-and-jennifer/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 12:21:01 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Brief Thoughts]]></category>
		<category><![CDATA[barry]]></category>
		<category><![CDATA[economist]]></category>
		<category><![CDATA[jennifer government]]></category>
		<category><![CDATA[jon]]></category>
		<category><![CDATA[new yorker]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[saunders]]></category>

		<guid isPermaLink="false">http://james.thevasaks.net/?p=276</guid>
		<description><![CDATA[Ever since grad school, I&#8217;ve been a fan on the Economist.  In this age of blogs and RSS feeds, I&#8217;ve come to follow their Democracy in America blog (among others).  Yesterday, they posted about some ancillary tiff in the health care debate.  The interesting thing to me wasn&#8217;t the content of the post, but the [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since grad school, I&#8217;ve been a fan on the <a title="The Economist" href="http://www.economist.com/" target="_blank">Economist</a>.  In this age of blogs and RSS feeds, I&#8217;ve come to follow their <a title="Economist: Democracy in America Blog" href="http://www.economist.com/blogs/democracyinamerica/" target="_blank">Democracy in America</a> blog (among others).  Yesterday, they posted about some ancillary tiff in the health care debate.  The interesting thing to me wasn&#8217;t the content of the post, but the link to a short story in a 2003 edition of The New Yorker.  The teaser they had was enough to make me want to read that story, which I did this morning on my bus ride into the office:</p>
<blockquote><p>However, if you&#8217;re in the market for dramatic stories about babies under threat in a dystopian future, I suggest you scrub the Palin part of your brain and turn it over to George Saunders&#8217; excellent short story <a href="http://www.newyorker.com/archive/2003/01/27/030127fi_fiction">&#8220;Jon&#8221;</a>. It&#8217;s about a pair of teenaged paramours who have good reason to distrust the adults around them.</p></blockquote>
<p>It&#8217;s a great story about a boy living in a product dominated existence, struggling with the upheaval in his life brought on by the impending birth of his child.  Can he give up the plush (but unsettling for the reader) life for his wife and child?</p>
<blockquote><p>Plus furthermore (and I said this to Carolyn) what will it be like for us when all has been taken from us? Of what will we speak of? I do not want to only speak of my love in grunts! If I wish to compare my love to a love I have previous knowledge of, I do not want to stand there in the wind casting about for my metaphor! If I want to say like, Carolyn, remember that <span>RE/MAX</span> one where as the redhead kid falls asleep holding that Teddy bear rescued from the trash, the bear comes alive and winks, and the announcer goes, Home is the place where you find yourself suddenly no longer longing for home (LI 34451)—if I want to say to Carolyn, Carolyn, LI 34451, check it out, that is how I feel about you—well, then, I want to say it! I want to possess all the articulate I can, because otherwise there we will be, in non-designer clothes, no longer even on TrendSetters &amp; TasteMakers gum cards with our photos on them, and I will turn to her and say, Honey, uh, honey, there is a certain feeling but I cannot name it and cannot cite a precedent-type feeling, but trust me, dearest, wow, do I ever feel it for you, right now. And what will that be like, that stupid standing there, just a man and a woman and the wind, and nobody knowing what nobody is meaning?</p>
<p>Just then the baby kicked my hand, which at that time was on Carolyn&#8217;s stomach.</p>
<p>And Carolyn was like, You are either with me or agin me.</p>
<p>Which was so funny, because she was proving my point! Because you are either with me or agin me is what the Lysol bottle at LI 12009 says to the scrubbing sponge as they approach the grease stain together, which is making at them a threatening fist while wearing a sort of Mexican bandolera!</p>
<p>When I pointed this out, she removed my hand from her belly.</p>
<p>I love you, I said.</p>
<p>Prove it, she said.</p></blockquote>
<p>Anyway, I found it a moving story, and it triggered memories of another item I&#8217;d read years ago about a corporation-ruled world: <a title="Amazon.com: Jennifer Government by Max Barry" href="http://www.amazon.com/Jennifer-Government-Max-Barry/dp/1400030927/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1249992507&amp;sr=8-1" target="_blank">&#8220;Jennifer Government&#8221;</a> by Max Barry.  It&#8217;s a fun, entertaining read, with an interesting premise.  It doesn&#8217;t rank up there with my favorite books of all time, but it certainly had me turning the pages.  I leave it to <a href="http://wikipedia.org" target="_blank">Wikipedia</a> to summarize the plot:</p>
<blockquote><p>Hack, a low level employee at <a title="Nike, Inc." href="http://en.wikipedia.org/wiki/Nike,_Inc.">Nike</a>, is contracted by one of his higher ups for an ambitious marketing campaign. The company is planning to release the new Nike Mercurys &#8212; which sell for thousands of dollars but cost pennies to manufacture &#8212; and in order to drum up interest in the items, Hack Nike and his partner John Nike plan to increase street cred in the worst way possible: by actually killing people who try to buy them. Hack, bound by his contract but unable to contemplate murder on his own, subcontracts to the Police, now a mercenary organization, beginning a chain of business transactions which could land Nike in hot water should word of the plot leak.</p>
<p>After several children are murdered at various Nike chains on opening day, agent Jennifer Government takes it upon herself to track down the perpetrators, even if she can&#8217;t get the funding for it. Along the way, readers are also introduced to Texas 20-something Billy NRA, an athletic man who gets in over his head, and Buy Mitsui, a formerly French stockbroker. Also involved is Hack&#8217;s unemployed girlfriend, Violet, who engineers a dangerous computer virus to sell to the highest bidder.</p>
<p><em>From:</em> <a title="http://en.wikipedia.org/wiki/Jennifer_Government" rel="nofollow" href="http://en.wikipedia.org/wiki/Jennifer_Government">Jennifer Government</a> (<a title="http://en.wikipedia.org/w/index.php?title=Jennifer_Government&amp;oldid=302466460" rel="nofollow" href="http://en.wikipedia.org/w/index.php?title=Jennifer_Government&amp;oldid=302466460">this version</a>)</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://james.thevasaks.net/2009/08/jon-and-jennifer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Sleep Deprivation</title>
		<link>http://james.thevasaks.net/2009/08/on-sleep-deprivation/</link>
		<comments>http://james.thevasaks.net/2009/08/on-sleep-deprivation/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 11:50:34 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Brief Thoughts]]></category>
		<category><![CDATA[deprivation]]></category>
		<category><![CDATA[sleep]]></category>

		<guid isPermaLink="false">http://james.thevasaks.net/?p=273</guid>
		<description><![CDATA[Even with a decent weekend from the baby, I&#8217;m still short on sleep. It takes much more than a couple of good nights to make up for eight months of interrupted nights&#8230; The latest evidence of my condition: for the second time in the last month, I made the coffee at work, only to discover [...]]]></description>
			<content:encoded><![CDATA[<p>Even with a decent weekend from the baby, I&#8217;m still short on sleep.  It takes much more than a couple of good nights to make up for eight months of interrupted nights&#8230;</p>
<p>The latest evidence of my condition: for the second time in the last month, I made the coffee at work, only to discover that I had left out the grounds.  There was a nicely used filter and carafe of hot water, with no coffee to pour in my cup.  This foul-up comes on the heels of forgetting to grab keys for the right car this morning <em>and </em> forgetting my watch for the third day in a row.</p>
<p>It&#8217;s a damn good thing mortgages can be auto-withdrawn so I don&#8217;t have to worry about losing the house.</p>
]]></content:encoded>
			<wfw:commentRss>http://james.thevasaks.net/2009/08/on-sleep-deprivation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proof I&#8217;m Old, Exhibit #546</title>
		<link>http://james.thevasaks.net/2009/06/proof-im-old-exhibit-546/</link>
		<comments>http://james.thevasaks.net/2009/06/proof-im-old-exhibit-546/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 02:15:04 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Brief Thoughts]]></category>
		<category><![CDATA[autotune]]></category>
		<category><![CDATA[jay-z]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://james.thevasaks.net/?p=258</guid>
		<description><![CDATA[While I love me some autotune for news, press conferences, and other videos, I&#8217;m not really digging its overuse in music these days.  Yeah, there are some catchy songs that employ it, but Jay-Z&#8217;s D.O.A. (Death of Autotune) speaks volumes.  Watch it. Live it. Love it. http://www.youtube.com/watch?v=MF6yfxwgRiM]]></description>
			<content:encoded><![CDATA[<p>While I love me some <a href="http://www.time.com/time/arts/article/0,8599,1893867,00.html" target="_blank">autotune</a> <a href="http://www.youtube.com/watch?v=bduQaCRkgg4" target="_blank">for</a> <a href="http://www.youtube.com/watch?v=tBb4cjjj1gI" target="_blank">news</a>, <a href="http://backporch.fanhouse.com/2009/06/23/autotuning-sports-rants-is-a-meme-we-can-all-fully-support/" target="_blank">press conferences</a>, and <a href="http://vodpod.com/watch/1593047-vimeo-auto-tuning-in-the-office" target="_blank">other videos</a>, I&#8217;m not really digging its overuse in music these days.  Yeah, there are some catchy songs that employ it, but Jay-Z&#8217;s <em>D.O.A. (Death of Autotune)</em> speaks volumes.  Watch it. Live it. Love it.</p>
<p><a href="http://www.youtube.com/watch?v=MF6yfxwgRiM" target="_blank">http://www.youtube.com/watch?v=MF6yfxwgRiM</a></p>
]]></content:encoded>
			<wfw:commentRss>http://james.thevasaks.net/2009/06/proof-im-old-exhibit-546/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Guess I&#8217;ll Wash My Hands</title>
		<link>http://james.thevasaks.net/2009/05/i-guess-ill-wash-my-hands/</link>
		<comments>http://james.thevasaks.net/2009/05/i-guess-ill-wash-my-hands/#comments</comments>
		<pubDate>Sat, 09 May 2009 00:25:10 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Brief Thoughts]]></category>
		<category><![CDATA[flu]]></category>
		<category><![CDATA[H1N1]]></category>
		<category><![CDATA[hygiene]]></category>
		<category><![CDATA[prevention]]></category>

		<guid isPermaLink="false">http://james.thevasaks.net/?p=242</guid>
		<description><![CDATA[So, maybe this is a week or so late to be topical, but this has been bugging me all week.  The management company that runs the building I work in has pitched in to try an help combat the H1N1 (swine) flu strain that has been all the rage in the news.  They have posted [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">So, maybe this is a week or so late to be topical, but this has been bugging me all week.  The management company that runs the building I work in has pitched in to try an help combat the H1N1 (swine) flu strain that has been all the rage in the news.  They have posted the following signs in the restrooms:</p>
<div class="mceTemp mceIEcenter" style="text-align: center;">
<dl id="attachment_243" class="wp-caption aligncenter" style="width: 310px;">
<dt class="wp-caption-dt"><img class="size-medium wp-image-243" title="h1n1-work" src="http://james.thevasaks.net/wp-content/uploads/2009/05/h1n1-work-300x260.jpg" alt="Intructions for Slowing H1N1" width="300" height="260" /></dt>
<dd class="wp-caption-dd">Instructions for Slowing H1N1</dd>
</dl>
</div>
<p style="text-align: left;">Is this really effective?  Who has been coming into the restroom and not washing their hands and is now thinking they should start?  Were the traces of urine and fecal matter not enough of a reason to wash before?  If not, does H1N1 really elevate the need for this type of person?</p>
<p style="text-align: left;">At least they&#8217;re trying to help.  I guess.</p>
]]></content:encoded>
			<wfw:commentRss>http://james.thevasaks.net/2009/05/i-guess-ill-wash-my-hands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mini Meta-Update</title>
		<link>http://james.thevasaks.net/2009/05/mini-meta-update/</link>
		<comments>http://james.thevasaks.net/2009/05/mini-meta-update/#comments</comments>
		<pubDate>Wed, 06 May 2009 12:18:39 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Brief Thoughts]]></category>
		<category><![CDATA[blog neglect]]></category>
		<category><![CDATA[meta]]></category>

		<guid isPermaLink="false">http://james.thevasaks.net/?p=240</guid>
		<description><![CDATA[I realize I&#8217;ve been neglecting my blog once again.  The only posts for the last month or more have been the automated Twitter digests.  I&#8217;ve stopped those as they don&#8217;t add a whole lot and maybe no posts will be more of a motivation to write about some of the topics I&#8217;ve been meaning to [...]]]></description>
			<content:encoded><![CDATA[<p>I realize I&#8217;ve been neglecting my blog once again.  The only posts for the last month or more have been the automated Twitter digests.  I&#8217;ve stopped those as they don&#8217;t add a whole lot and maybe no posts will be more of a motivation to write about some of the topics I&#8217;ve been meaning to get to:</p>
<ul>
<li>Swine flu prevention at my office</li>
<li>Neighborhood watch, complete with pitchforks and torches</li>
<li>Killing a bus route</li>
<li>Capitals hockey and my daughter</li>
</ul>
<p>On top of those items, I really need to work on the design of my blog.  I wanted something that would display photos nicely and look kind of cool and I&#8217;ve ended up with a crowded, hot mess.  I might return to a more basic theme as I work on something more permanent&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://james.thevasaks.net/2009/05/mini-meta-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2009-05-04</title>
		<link>http://james.thevasaks.net/2009/05/twitter-updates-for-2009-05-04/</link>
		<comments>http://james.thevasaks.net/2009/05/twitter-updates-for-2009-05-04/#comments</comments>
		<pubDate>Tue, 05 May 2009 04:30:00 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Brief Thoughts]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://james.thevasaks.net/2009/05/twitter-updates-for-2009-05-04/</guid>
		<description><![CDATA[Set a new personal record for how late I left the house while still catching the bus. I just wish I had a reason for running so late. # Powered by Twitter Tools.]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Set a new personal record for how late I left the house while still catching the bus.  I just wish I had a reason for running so late. <a href="http://twitter.com/jvasak/statuses/1694765954">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://james.thevasaks.net/2009/05/twitter-updates-for-2009-05-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
