<?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>Looking for the paradigm &#187; old</title>
	<atom:link href="http://www.evanhoffman.com/evan/tag/old/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.evanhoffman.com/evan</link>
	<description>So I can pass it off</description>
	<lastBuildDate>Thu, 26 Jan 2012 22:17:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Java compound interest calculator</title>
		<link>http://www.evanhoffman.com/evan/2008/01/10/java-compound-interest-calculator/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-compound-interest-calculator</link>
		<comments>http://www.evanhoffman.com/evan/2008/01/10/java-compound-interest-calculator/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 04:00:08 +0000</pubDate>
		<dc:creator>Evan Hoffman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[old]]></category>

		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=39</guid>
		<description><![CDATA[TweetI wrote a thing to calculate compound interest and print out how much you&#8217;ve accrued after each period. It&#8217;s pretty basic but I was bored and didn&#8217;t want to do it via calculator. The code is in InterestCalculator.java, sample output is below: Initial principal: 5000.00 Interest rate: 0.05 (4.93%) # of ann. periods: 4 Total [...]]]></description>
			<content:encoded><![CDATA[<div style="vertical-align: top; float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.evanhoffman.com/evan/2008/01/10/java-compound-interest-calculator/&via=EvanHoffman&text=Java compound interest calculator&related=EvanHoffman:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="plus-one-wrap"><g:plusone size="small" href="http://www.evanhoffman.com/evan/2008/01/10/java-compound-interest-calculator/"></g:plusone></div><p>I wrote a thing to calculate compound interest and print out how much you&#8217;ve accrued after each period.  It&#8217;s pretty basic but I was bored and didn&#8217;t want to do it via calculator.  The code is in <a href="http://www.evanhoffman.com/InterestCalculator.java">InterestCalculator.java</a>, sample output is below:
</p>
</p>
<pre>Initial principal: 5000.00
Interest rate:     0.05 (4.93%)
# of ann. periods: 4
Total years:       5
Annual Addition:   500.0
Starting year 1 with $5000.00
Year 1, period 1, accrued $61.62, value is now: $5061.62
Year 1, period 2, accrued $62.38, value is now: $5124.01
Year 1, period 3, accrued $63.15, value is now: $5187.16
Year 1, period 4, accrued $63.93, value is now: $5251.09
Added $500.00 for the end of year 1, total is now: 5751.09
Starting year 2 with $5751.09
Year 2, period 1, accrued $70.88, value is now: $5821.98
Year 2, period 2, accrued $71.76, value is now: $5893.73
Year 2, period 3, accrued $72.64, value is now: $5966.37
Year 2, period 4, accrued $73.54, value is now: $6039.91
Added $500.00 for the end of year 2, total is now: 6539.91
Starting year 3 with $6539.91
Year 3, period 1, accrued $80.60, value is now: $6620.51
Year 3, period 2, accrued $81.60, value is now: $6702.11
Year 3, period 3, accrued $82.60, value is now: $6784.71
Year 3, period 4, accrued $83.62, value is now: $6868.34
Added $500.00 for the end of year 3, total is now: 7368.34
Starting year 4 with $7368.34
Year 4, period 1, accrued $90.81, value is now: $7459.15
Year 4, period 2, accrued $91.93, value is now: $7551.08
Year 4, period 3, accrued $93.07, value is now: $7644.15
Year 4, period 4, accrued $94.21, value is now: $7738.37
Added $500.00 for the end of year 4, total is now: 8238.37
Starting year 5 with $8238.37
Year 5, period 1, accrued $101.54, value is now: $8339.90
Year 5, period 2, accrued $102.79, value is now: $8442.69
Year 5, period 3, accrued $104.06, value is now: $8546.75
Year 5, period 4, accrued $105.34, value is now: $8652.09
Added $500.00 for the end of year 5, total is now: 9152.09
Final value: $9152.09
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.evanhoffman.com/evan/2008/01/10/java-compound-interest-calculator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tuesday, September 11, 2007</title>
		<link>http://www.evanhoffman.com/evan/2007/09/11/tuesday-september-11-2007/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tuesday-september-11-2007</link>
		<comments>http://www.evanhoffman.com/evan/2007/09/11/tuesday-september-11-2007/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 04:00:56 +0000</pubDate>
		<dc:creator>Evan Hoffman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[old]]></category>

		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=37</guid>
		<description><![CDATA[Tweetsup dawg]]></description>
			<content:encoded><![CDATA[<div style="vertical-align: top; float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.evanhoffman.com/evan/2007/09/11/tuesday-september-11-2007/&via=EvanHoffman&text=Tuesday, September 11, 2007&related=EvanHoffman:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="plus-one-wrap"><g:plusone size="small" href="http://www.evanhoffman.com/evan/2007/09/11/tuesday-september-11-2007/"></g:plusone></div><p>sup dawg</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanhoffman.com/evan/2007/09/11/tuesday-september-11-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java utility to reorganize photos by date taken (via EXIF metadata)</title>
		<link>http://www.evanhoffman.com/evan/2007/03/28/java-utility-to-reorganize-photos-by-date-taken-via-exif-metadata/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-utility-to-reorganize-photos-by-date-taken-via-exif-metadata</link>
		<comments>http://www.evanhoffman.com/evan/2007/03/28/java-utility-to-reorganize-photos-by-date-taken-via-exif-metadata/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 04:00:37 +0000</pubDate>
		<dc:creator>Evan Hoffman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[exif]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jpeg]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[reorganize]]></category>

		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=34</guid>
		<description><![CDATA[TweetEdit: I&#8217;ve moved this code to github (https://github.com/evandhoffman/JPEG-Organizer). I recently modified it so it won&#8217;t move duplicate files &#8211; if you have a file named IMG_0012.JPG in the target directory already, it will calculate the SHA-1 sum of the source &#038; target files. If the files have the same hash (i.e., they&#8217;re identical files) it [...]]]></description>
			<content:encoded><![CDATA[<div style="vertical-align: top; float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.evanhoffman.com/evan/2007/03/28/java-utility-to-reorganize-photos-by-date-taken-via-exif-metadata/&via=EvanHoffman&text=Java utility to reorganize photos by date taken (via EXIF metadata)&related=EvanHoffman:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="plus-one-wrap"><g:plusone size="small" href="http://www.evanhoffman.com/evan/2007/03/28/java-utility-to-reorganize-photos-by-date-taken-via-exif-metadata/"></g:plusone></div><p><ins datetime="2011-05-26T14:44:01+00:00">Edit:</ins> I&#8217;ve moved this code to github (<a href="https://github.com/evandhoffman/JPEG-Organizer">https://github.com/evandhoffman/JPEG-Organizer</a>).  I recently modified it so it won&#8217;t move duplicate files &#8211; if you have a file named IMG_0012.JPG in the target directory already, it will calculate the SHA-1 sum of the source &#038; target files.  If the files have the same hash (i.e., they&#8217;re identical files) it won&#8217;t copy the duplicate over.  If they hash differently, it will still copy the new file as IMG_0012.JPG.001 (or whatever).</p>
<p><ins datetime="2011-05-26T14:52:10+00:00">Edit 2:</ins> I just realized that the old links to the code didn&#8217;t work (apparently since I moved to JustHost) so I&#8217;ve deleted them.</p>
<p><del datetime="2011-05-26T14:44:01+00:00"><br />
I wrote a little utility to reorganize my digital camera pics based on the EXIF date-taken data stored in the pic.  It&#8217;s pretty simple, I hacked it together in about an hour,<br />
but I thought it might be worth sharing for anyone else looking to do something similar. My camera organizes stuff as it sees fit sometimes, I am particular about my directory structure.   This is probably a job best left to perl, but I don&#8217;t feel like getting Perl running on my Windows box where all the pics are.  Now I can finally burn all my images to DVD.</p>
<p></del></p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanhoffman.com/evan/2007/03/28/java-utility-to-reorganize-photos-by-date-taken-via-exif-metadata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wednesday, August 30, 2006</title>
		<link>http://www.evanhoffman.com/evan/2006/08/30/wednesday-august-30-2006/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wednesday-august-30-2006</link>
		<comments>http://www.evanhoffman.com/evan/2006/08/30/wednesday-august-30-2006/#comments</comments>
		<pubDate>Wed, 30 Aug 2006 04:00:22 +0000</pubDate>
		<dc:creator>Evan Hoffman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[old]]></category>

		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=32</guid>
		<description><![CDATA[TweetOh snap here it is! Froogle wish list]]></description>
			<content:encoded><![CDATA[<div style="vertical-align: top; float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.evanhoffman.com/evan/2006/08/30/wednesday-august-30-2006/&via=EvanHoffman&text=Wednesday, August 30, 2006&related=EvanHoffman:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="plus-one-wrap"><g:plusone size="small" href="http://www.evanhoffman.com/evan/2006/08/30/wednesday-august-30-2006/"></g:plusone></div><p>Oh snap here it is!</p>
<p><a href="http://froogle.google.com/shoppinglist?a=SWL&amp;id=9a75111d128a36b9803bf255cf2216d33ad7381">Froogle wish list</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanhoffman.com/evan/2006/08/30/wednesday-august-30-2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>June 6, 2006</title>
		<link>http://www.evanhoffman.com/evan/2006/06/06/june-6-2006/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=june-6-2006</link>
		<comments>http://www.evanhoffman.com/evan/2006/06/06/june-6-2006/#comments</comments>
		<pubDate>Tue, 06 Jun 2006 04:00:19 +0000</pubDate>
		<dc:creator>Evan Hoffman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[old]]></category>

		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=30</guid>
		<description><![CDATA[TweetI played around with a Canon PowerShot A540 at Staples the other day and I like it. It takes pictures really quickly&#8230; no waiting at all. The 530 may also do that, I&#8217;ll have to play around some more. A530 and A540 compared]]></description>
			<content:encoded><![CDATA[<div style="vertical-align: top; float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.evanhoffman.com/evan/2006/06/06/june-6-2006/&via=EvanHoffman&text=June 6, 2006&related=EvanHoffman:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="plus-one-wrap"><g:plusone size="small" href="http://www.evanhoffman.com/evan/2006/06/06/june-6-2006/"></g:plusone></div><p>I played around with a <a href="http://evanhoffman.com/amazon/product.php?asin=B000EMU4HS">Canon PowerShot A540</a> at Staples the other day and I like it.  It takes pictures really quickly&#8230; no waiting at all.  The 530 may also do that, I&#8217;ll have to play around some more.
</p>
<p>
<a href="http://shopping.com/xSBS-cameras_and_photography_digital_cameras-powershot%7EP-1%7EV-%7EPRDLT-30041972-30041971%7EPG-1">A530 and A540 compared</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanhoffman.com/evan/2006/06/06/june-6-2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apocryphal post #6</title>
		<link>http://www.evanhoffman.com/evan/2006/04/23/apocryphal-post-6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=apocryphal-post-6</link>
		<comments>http://www.evanhoffman.com/evan/2006/04/23/apocryphal-post-6/#comments</comments>
		<pubDate>Sun, 23 Apr 2006 04:00:34 +0000</pubDate>
		<dc:creator>Evan Hoffman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[old]]></category>

		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=25</guid>
		<description><![CDATA[TweetEXCITING UPDATE]]></description>
			<content:encoded><![CDATA[<div style="vertical-align: top; float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.evanhoffman.com/evan/2006/04/23/apocryphal-post-6/&via=EvanHoffman&text=Apocryphal post #6&related=EvanHoffman:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="plus-one-wrap"><g:plusone size="small" href="http://www.evanhoffman.com/evan/2006/04/23/apocryphal-post-6/"></g:plusone></div><p>EXCITING UPDATE
</p>
<p>
<img src="/white-hat-dancing.gif" height="202" width="201"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanhoffman.com/evan/2006/04/23/apocryphal-post-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It’s been a long time!</title>
		<link>http://www.evanhoffman.com/evan/2006/02/17/its-been-a-long-time/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=its-been-a-long-time</link>
		<comments>http://www.evanhoffman.com/evan/2006/02/17/its-been-a-long-time/#comments</comments>
		<pubDate>Fri, 17 Feb 2006 15:30:38 +0000</pubDate>
		<dc:creator>Evan Hoffman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[xanga]]></category>

		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=654</guid>
		<description><![CDATA[TweetIt&#8217;s been quite a while since my last post here. My life has changed so much since then. It&#8217;s almost funny to go back and read the things I wrote while working in the city. That was one of the most miserable periods in my life. There&#8217;s so much stuff going on, but I really [...]]]></description>
			<content:encoded><![CDATA[<div style="vertical-align: top; float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.evanhoffman.com/evan/2006/02/17/its-been-a-long-time/&via=EvanHoffman&text=It’s been a long time!&related=EvanHoffman:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="plus-one-wrap"><g:plusone size="small" href="http://www.evanhoffman.com/evan/2006/02/17/its-been-a-long-time/"></g:plusone></div><p>It&#8217;s been quite a while since my last post here.  My life has changed so much since then.  It&#8217;s almost funny to go back and read the things I wrote while working in the city.  That was one of the most miserable periods in my life.  There&#8217;s so much stuff going on, but I really hate posting personal stuff on the Internet.  It always seems to come back and bite you in the ass.</p>
<p>I still don&#8217;t understand the popularity of MySpace.  Xanga is a much better site in general for posting written content.  MySpace is populated by retarded kids who think embedding videos is the most awesomest thing to do on the Internets.</p>
<p>Anyway, I&#8217;m still around, though I rarely write or visit this site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanhoffman.com/evan/2006/02/17/its-been-a-long-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apocryphal post #4</title>
		<link>http://www.evanhoffman.com/evan/2006/01/04/apocryphal-post-4/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=apocryphal-post-4</link>
		<comments>http://www.evanhoffman.com/evan/2006/01/04/apocryphal-post-4/#comments</comments>
		<pubDate>Wed, 04 Jan 2006 04:00:03 +0000</pubDate>
		<dc:creator>Evan Hoffman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[old]]></category>

		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=20</guid>
		<description><![CDATA[TweetThis is not a &#8220;blog.&#8221; I hate that term and always have. This is just my page, which I update manually by SSHing to this box and typing all this text in vi. I don&#8217;t use any fancy schmancy &#8220;content management&#8221; stuff, that&#8217;s for newbs. So Christmas has come and gone, I got an Xbox [...]]]></description>
			<content:encoded><![CDATA[<div style="vertical-align: top; float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.evanhoffman.com/evan/2006/01/04/apocryphal-post-4/&via=EvanHoffman&text=Apocryphal post #4&related=EvanHoffman:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="plus-one-wrap"><g:plusone size="small" href="http://www.evanhoffman.com/evan/2006/01/04/apocryphal-post-4/"></g:plusone></div><p><b>This is not a &#8220;blog.&#8221;</b>  I hate that term and always have.  This is just my page, which I update manually by SSHing to this box and typing all this text in <tt>vi</tt>. I don&#8217;t use any fancy schmancy &#8220;content management&#8221; stuff, that&#8217;s for newbs.
</p>
<p>
So Christmas has come and gone, I got an Xbox (not 360, which is crap).  I used a soft-mod tutorial on it because I have no interest in playing Microsoft&#8217;s crappy offerings, and I&#8217;m cheap.  So I put <a href="http://www.xboxmediacenter.com/">Xbox Media Center</a> on it and a bunch of emulators, and relived the joy of The Legend of Zelda for NES on my Xbox. I got up to level 5 in a couple of hours.  I got a few other emulators running on it, including Xenesis and Surreal64, and I played Zelda64 for a bit as well, though the emulator does some weird stuff with the graphics.
</p>
<p>
I also decided to put up this Amazon affiliat store crap that I wrote a long time ago that&#8217;s just been rotting on my repository machine.  Maybe I can make some side cash this way! Some recommended products: </p>
<ul>
<li><a href="http://www.evanhoffman.com/amazon/product.php?asin=0399103422">The Godfather</a> &#8211; reading this now, great book.
</li>
<li><a href="http://www.evanhoffman.com/amazon/product.php?asin=0596009208">Head First Java, 2nd Edition</a>
</li>
<li><a href="http://www.evanhoffman.com/amazon/product.php?asin=0596007124">Head First Design Patterns</a>
</li>
<li><a href="http://www.evanhoffman.com/amazon/product.php?asin=B0000A98ZP">The Breakfast Club DVD</a>
</li>
<li><a href="http://www.evanhoffman.com/amazon/product.php?asin=B0009JR5IM">Kensington 33164 iPod StereoDock</a> &#8211; Got this for someone for<br />
Christmas, it&#8217;s fantastic; much better than Apple&#8217;s overpriced dock.
</li>
<li><a href="http://www.evanhoffman.com/amazon/product.php?asin=B0006BK4ZY">Logitech X-230 Speakers (whitebox)</a> &#8211; Got these to go with the iPod dock.  The<br />
sound quality is excellent, and I only paid $29 from Amazon.
</li>
<li><a href="http://www.evanhoffman.com/amazon/product.php?asin=B0002I82Z0">Christmas Classics on DVD</a> &#8211; Rudolph the Red Nosed Reindeer, Santa Claus is Comin&#8217; to Town, Frosty the Snowman, Frosty Returns and The Little Drummer Boy.
</li>
<li><a href="http://www.evanhoffman.com/amazon/product.php?asin=B0007QKN22">Canon Digital Rebel XT 8MP Camera</a> &#8211; I want this <img src='http://www.evanhoffman.com/evan/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  but it&#8217;s too much money.
</li>
<li><a href="http://www.evanhoffman.com/amazon/search.php?q=rebel&amp;s=Photo">Other Rebels</a>
</li>
<li><a href="http://www.evanhoffman.com/amazon/search.php?q=nintendo+ds&amp;s=VideoGames">Nintendo DS Stuff</a> &#8211; I got <a href="http://www.evanhoffman.com/amazon/product.php?asin=B00078ZGTA">this</a> for someone also and it&#8217;s quite fun.  Puts the PSP to shame, from what I&#8217;ve seen of them both.
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.evanhoffman.com/evan/2006/01/04/apocryphal-post-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flac to MP3 (flac2mp3.pl)</title>
		<link>http://www.evanhoffman.com/evan/2005/11/07/flac-to-mp3-flac2mp3-pl/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flac-to-mp3-flac2mp3-pl</link>
		<comments>http://www.evanhoffman.com/evan/2005/11/07/flac-to-mp3-flac2mp3-pl/#comments</comments>
		<pubDate>Mon, 07 Nov 2005 04:00:44 +0000</pubDate>
		<dc:creator>Evan Hoffman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[flac]]></category>
		<category><![CDATA[flac2mp3]]></category>
		<category><![CDATA[flac2mp3.pl]]></category>
		<category><![CDATA[lame]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=18</guid>
		<description><![CDATA[TweetI wrote a crappy perl script to read all the .flac files in a directory and convert them to MP3 using LAME, extracting the meta-data and inserting it as ID3v2 tags. I figured this might be somewhat useful to others, so here you go: flac2mp3.pl]]></description>
			<content:encoded><![CDATA[<div style="vertical-align: top; float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.evanhoffman.com/evan/2005/11/07/flac-to-mp3-flac2mp3-pl/&via=EvanHoffman&text=Flac to MP3 (flac2mp3.pl)&related=EvanHoffman:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="plus-one-wrap"><g:plusone size="small" href="http://www.evanhoffman.com/evan/2005/11/07/flac-to-mp3-flac2mp3-pl/"></g:plusone></div><p>I wrote a crappy perl script to read all the .flac files in a directory and convert them to MP3 using LAME, extracting the meta-data and inserting it as ID3v2 tags.   I figured this might be somewhat useful to others, so here you go: <strike><a href="flac2mp3.pl">flac2mp3.pl</a></strike></p>
<p><script src="https://gist.github.com/1642637.js?file=flac2mp3.pl"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanhoffman.com/evan/2005/11/07/flac-to-mp3-flac2mp3-pl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apocryphal post #2</title>
		<link>http://www.evanhoffman.com/evan/2005/09/16/apocryphal-post-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=apocryphal-post-2</link>
		<comments>http://www.evanhoffman.com/evan/2005/09/16/apocryphal-post-2/#comments</comments>
		<pubDate>Fri, 16 Sep 2005 04:00:24 +0000</pubDate>
		<dc:creator>Evan Hoffman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[old]]></category>

		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=15</guid>
		<description><![CDATA[TweetI watched Chocolat tonight; it was pretty good. So much stuff is going on that I can&#8217;t even begin to explain it. The job is good and everything else is ok, or ok enough for now. One thing is clearer to me now than ever before: I was never meant to follow in anyone&#8217;s footsteps. [...]]]></description>
			<content:encoded><![CDATA[<div style="vertical-align: top; float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.evanhoffman.com/evan/2005/09/16/apocryphal-post-2/&via=EvanHoffman&text=Apocryphal post #2&related=EvanHoffman:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="plus-one-wrap"><g:plusone size="small" href="http://www.evanhoffman.com/evan/2005/09/16/apocryphal-post-2/"></g:plusone></div><p>I watched <i>Chocolat</i> tonight; it was pretty good.  So much stuff is going on that I can&#8217;t even begin to explain it.  The job is good and everything else is ok, or ok enough for now.  One thing is clearer to me now than ever before: I was never meant to follow in anyone&#8217;s footsteps.</p>
<p>
On a less ominous note, here&#8217;s a pic of a spider that&#8217;s been weaving its web on my front porch for the past 3 weeks, despite my repeated walking right through it.  This web is huge, like 3 feet in diameter now.
</p>
<p>
<a href="http://img371.imageshack.us/img371/4643/1151512img9ae.jpg" target="_blank"><img src="http://img371.imageshack.us/img371/4643/1151512img9ae.th.jpg" alt="Free Image Hosting at www.ImageShack.us" border="0"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanhoffman.com/evan/2005/09/16/apocryphal-post-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apocryphal post #1</title>
		<link>http://www.evanhoffman.com/evan/2005/08/11/8/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=8</link>
		<comments>http://www.evanhoffman.com/evan/2005/08/11/8/#comments</comments>
		<pubDate>Thu, 11 Aug 2005 04:00:02 +0000</pubDate>
		<dc:creator>Evan Hoffman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[old]]></category>

		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=8</guid>
		<description><![CDATA[TweetThis morning, with the help of archive.org, I found a paper I&#8217;d put up on my website way back in 1997. It was written for my 12th grade AP English class, during the peak of my Stevie Ray Vaughan fanboy phase. I converted it to PDF because the original ASCII text version looked kind of [...]]]></description>
			<content:encoded><![CDATA[<div style="vertical-align: top; float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.evanhoffman.com/evan/2005/08/11/8/&via=EvanHoffman&text=Apocryphal post #1&related=EvanHoffman:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="plus-one-wrap"><g:plusone size="small" href="http://www.evanhoffman.com/evan/2005/08/11/8/"></g:plusone></div><p>This morning, with the help of <a href="http://www.archive.org/">archive.org</a>, I found a paper I&#8217;d put up on my website way back in 1997.  It was written for my 12th grade AP English class, during the peak of my Stevie Ray Vaughan fanboy phase.  I converted it to PDF because the original ASCII text version looked kind of crappy.   Anyway, here it is: <a href="http://www.evanhoffman.com/srvflow.pdf">Stevie Ray Vaughan&#8217;s music as an example of &#8220;Flow&#8221;</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanhoffman.com/evan/2005/08/11/8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I am a weird dude.</title>
		<link>http://www.evanhoffman.com/evan/2005/03/23/i-am-a-weird-dude/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=i-am-a-weird-dude</link>
		<comments>http://www.evanhoffman.com/evan/2005/03/23/i-am-a-weird-dude/#comments</comments>
		<pubDate>Wed, 23 Mar 2005 04:01:00 +0000</pubDate>
		<dc:creator>Evan Hoffman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[xanga]]></category>

		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=650</guid>
		<description><![CDATA[TweetI am a weird dude. I still feel like there&#8217;s a huge part of my personality I&#8217;m hiding from everyone, including myself. I feel like if I go in there it would be really weird. When I was in first grade I won the spelling bee because two other people misspelled the word &#8220;thief.&#8221; They [...]]]></description>
			<content:encoded><![CDATA[<div style="vertical-align: top; float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.evanhoffman.com/evan/2005/03/23/i-am-a-weird-dude/&via=EvanHoffman&text=I am a weird dude.&related=EvanHoffman:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="plus-one-wrap"><g:plusone size="small" href="http://www.evanhoffman.com/evan/2005/03/23/i-am-a-weird-dude/"></g:plusone></div><p>I am a weird dude.  I still feel like there&#8217;s a huge part of my personality I&#8217;m hiding from everyone, including myself.  I feel like if I go in there it would be really weird.</p>
<p>When I was in first grade I won the spelling bee because two other people misspelled the word &#8220;thief.&#8221;  They both spelled it &#8220;theif.&#8221;  Dan Madonia won the Spelling Bee in 2nd grade.  Then I won again in 3rd grade.  In High School I finally realized that the spelling bee is a retarded competition, basically because retarded people started winning it.  Sure, if you do nothing but teach spelling 24/7 you can win&#8230; duh.  Anyway.</p>
<p>I&#8217;m starting a new job next week.  I&#8217;m hoping it will rock my socks.  I was really unhappy at my old (current, as of today) job and it affected me badly in several ways.  Also I need to get a haircut, I look like Dilbert&#8217;s boss again.</p>
<p>As I get older and older I begin to realize I should have been writing down my memoirs over the course of my life so that I have something to look back on when I&#8217;m older.  My life was so fucking bizarre, I don&#8217;t think anybody could believe it really happened.  And I haven&#8217;t gone up into the belltower yet.</p>
<p>In closing, 2 things.  One, a quote that only real nerds like me would get: &#8220;Some people, when confronted with a problem, think &#8220;I know, I&#8217;ll use<br />
regular expressions.&#8221; Now they have two problems.&#8221; &#8212; Jamie Zawinski</p>
<p>2nd, my pgp public key, send me some encrypted shit, I LOVE IT.</p>
<p>&#8212;&#8211;BEGIN PGP PUBLIC KEY BLOCK&#8212;&#8211;<br />
Version: PGP Key Server 0.9.6</p>
<p>mQGiBDoMQz8RBADpmeoIhddWaCFIGh5lzAQDTPru7mQ3z99/BjjnmyOkIYfbrTGP<br />
BxcNtlOHGfo/xdMY7eIiNmLf0KMNA7kVrDlekY32Ebeb7HrcEsyvK/ig9EZyeu+x<br />
TXBqgIOevc1edK4LqyeGTFyvbVTdh6YBY8/hLqDP5IJyqbxD+W++jRGBUwCg/9e7<br />
JolC9RuKgEZkWF36eCiG+78D/0awHnY9Z+3wMm3CgRBfw0YIsYIGiXM1VwCRSAgD<br />
O/ldkye4ZLwPB+VuHhkAKUGt1yXz2PSFKP12J8uPFd54Im6PKdOBlBNFQzNncYWs<br />
6aZteXNcs1I8bEhI4ZeIrdb9nRjVdEPEXBfyCAany+iC8IYWY1WD8voOw7N/Kjke<br />
Zr9WA/9mM7YenDIVDkg5tVXulsPll4KjrF9m7KXkRzHtR+IkXiDCDdwoV87hm260<br />
moflkOqUl5Wrap3YdnU/qvtxDrDtda1706Y1suuHB06FoYLWRptDxz2m6kh056l7<br />
ZWtOWhGx58pVTYwWhQlxN66lYf6rkvqaVSFMa4LLA+n0SOxLhbQtRXZhbiBELiBI<br />
b2ZmbWFuIDxldmFuaG9mZm1hbkBldmFuaG9mZm1hbi5jb20+iE4EEBECAA4FAjoM<br />
Qz8ECwMCAQIZAQAKCRB/ygUIRcuDgQ3pAJ4lr8O2cqqMJD4HrzkE3DMbFDi6+gCg<br />
xNWq7PhYraB+Mg+UgbTCCAW7G125Ag0EOgxDPxAIAPZCV7cIfwgXcqK61qlC8wXo<br />
+VMROU+28W65Szgg2gGnVqMU6Y9AVfPQB8bLQ6mUrfdMZIZJ+AyDvWXpF9Sh01D4<br />
9Vlf3HZSTz09jdvOmeFXklnN/biudE/F/Ha8g8VHMGHOfMlm/xX5u/2RXscBqtNb<br />
no2gpXI61Brwv0YAWCvl9Ij9WE5J280gtJ3kkQc2azNsOA1FHQ98iLMcfFstjvbz<br />
ySPAQ/ClWxiNjrtVjLhdONM0/XwXV0OjHRhs3jMhLLUq/zzhsSlAGBGNfISnCnLW<br />
hsQDGcgHKXrKlQzZlp+r0ApQmwJG0wg9ZqRdQZ+cfL2JSyIZJrqrol7DVekyCzsA<br />
AgIH/iSUQ9O1HabPCTmsRUhFD+Ml4oZb4Vuiv/8qNl0nHjloQuBM1R/3L6eNMr7a<br />
tjLKWh2DWnxA3lvRUCLO3XErMFdyc1ByK+oVGFgOyvMILCW1PuRRgFAIxYaAPscX<br />
HCAmfcEoc9ZoIqiD7Bv1cqXLRroXbk7l0jcOkOVxDYVmRbwdcGZn4d+ysfhHvu/F<br />
PeYe6hKPO76/PVQCu2rK52WX2QkesvK6EDJRPWyde6P4RfuL4ESzzddJmVOA/v2A<br />
62I0Kaiso0eYElW4N6/DGD7Bkfwc+zf2OD9In4sLNAQaSZ9yS0JmchEjX0BvNGnI<br />
FDwGEVkEd64ZoIG7CZb6TUQRjXSIRgQYEQIABgUCOgxDPwAKCRB/ygUIRcuDgc2M<br />
AJ9eeedf0tpi6q8h7HGkOdTWhzUM6wCfcvtGHVUaGqRCMMFzz2e2K6bTzQY=<br />
=fq9c<br />
&#8212;&#8211;END PGP PUBLIC KEY BLOCK&#8212;&#8211;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanhoffman.com/evan/2005/03/23/i-am-a-weird-dude/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thursday, March 17, 2005</title>
		<link>http://www.evanhoffman.com/evan/2005/03/17/thursday-march-17-2005/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=thursday-march-17-2005</link>
		<comments>http://www.evanhoffman.com/evan/2005/03/17/thursday-march-17-2005/#comments</comments>
		<pubDate>Thu, 17 Mar 2005 15:32:06 +0000</pubDate>
		<dc:creator>Evan Hoffman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[xanga]]></category>

		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=657</guid>
		<description><![CDATA[TweetI am a player of World of Warcraft, I play as Cellen the Human Paladin, currently on the Doomhammer server. As a refugee from EverQuest I found WoW to be a big breath of fresh air after the eternal grind of EQ. As of this writing my character is level 56 and I am still [...]]]></description>
			<content:encoded><![CDATA[<div style="vertical-align: top; float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.evanhoffman.com/evan/2005/03/17/thursday-march-17-2005/&via=EvanHoffman&text=Thursday, March 17, 2005&related=EvanHoffman:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="plus-one-wrap"><g:plusone size="small" href="http://www.evanhoffman.com/evan/2005/03/17/thursday-march-17-2005/"></g:plusone></div><p>I am a player of World of Warcraft, I play as Cellen the Human Paladin, currently on the Doomhammer server. As a refugee from EverQuest I found WoW to be a big breath of fresh air after the eternal grind of EQ. As of this writing my character is level 56 and I am still mostly enjoying the game, however the game does have some serious deficiencies.</p>
<p>The one I&#8217;ll discuss presently is the poor itemization for most quest rewards. In EQ, as in WoW, classes were limited to certain armor types &#8211; cloth, leather, chain, plate. One subtle difference in WoW is that each tier of armor-wearer can wear all the armor below their tier as well as the armor designed for their class. This means a plate wearer in WoW can wear mail, leather, or cloth. This has the interesting effect of allowing people to &#8220;Graduate&#8221; to higher tier armor once they reach level 40 (though the same thing could be accomplished in EQ by restricting an item both by class and level). Now this isn&#8217;t the main problem with WoW&#8217;s itemization but it does tie in, as I&#8217;ll explain.</p>
<p>Most of the items in EverQuest had stats and effects that would be useful to any class that was able to wear the item. A leather bracer may have +100 HP, +100 Mana, +50 attack, +4 Mana regen, +10 Stamina, +10 wisdom, +50 armor. This is just an example but there were plenty of items like this. The 3 leather wearing classes in EQ were Monk, Druid, and Beastlord. Because the stats were balanced between melee, caster, and hybrid, any of those 3 classes would benefit from wearing the item.</p>
<p>Most items in WoW don&#8217;t follow that pattern. A typical quest reward item in WoW would be a leather bracer with +17 agility, +17 Strength, +100 armor. At the high end (level 40+) game, the only leather wearers are Druids and Rogues. This bracer clearly only benefits rogues &#8211; it provides nothing for a spellcaster; and while druids are definitely capable of meleeing in their animal forms, very few druids would gear themselves as melee characters and neglect the mana/casting side of their characters. While my character is a Paladin, I play mostly duoing with a Druid, and I&#8217;ve seen firsthand how few quest rewards offer any benefit at all to Druids, especially those that choose to gear up as healers (casters). Almost all weapons and armor that are usable by a druid give little to zero benefit to mana or casting. Around level 40-42 when we completed the Scarlet Monastery instance, and my druid companion got Whitemane&#8217;s Chapeau , a cloth hat, which was by far the best item at her level. To make clear: the best item for a druid &#8211; a leather wearer &#8211; at that level is a cloth item.</p>
<p>Anyway that&#8217;s the basic problem with itemization. There are too many one-sided items for members of a class when there should be more balanced stats on all of them. Instead of +17 agility and +17 strength, the bracer described above could have +17 Agility and +17 intellect, or +12 agi, +12 str, +12 int. Or add a healing/damage bonus for nature based spells, etc. SOMETHING to make the item appealing to anybody of that armor tier.</p>
<p>That&#8217;s all for now! Kek!</p>
<p>Cellen!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanhoffman.com/evan/2005/03/17/thursday-march-17-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wednesday, March 09, 2005</title>
		<link>http://www.evanhoffman.com/evan/2005/03/09/wednesday-march-09-2005/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wednesday-march-09-2005</link>
		<comments>http://www.evanhoffman.com/evan/2005/03/09/wednesday-march-09-2005/#comments</comments>
		<pubDate>Wed, 09 Mar 2005 15:33:07 +0000</pubDate>
		<dc:creator>Evan Hoffman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[xanga]]></category>

		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=660</guid>
		<description><![CDATA[TweetYesterday was probably in my top 5 worst days ever in terms of commuting. When I left the house around 8:15 AM it was about 35-40 degrees. Sometime around 11-12 it started snowing, and by about 2 it was blizzarding heavily. The wind was insane. Snow stopped around 5 PM and the sun came out [...]]]></description>
			<content:encoded><![CDATA[<div style="vertical-align: top; float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.evanhoffman.com/evan/2005/03/09/wednesday-march-09-2005/&via=EvanHoffman&text=Wednesday, March 09, 2005&related=EvanHoffman:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="plus-one-wrap"><g:plusone size="small" href="http://www.evanhoffman.com/evan/2005/03/09/wednesday-march-09-2005/"></g:plusone></div><p>Yesterday was probably in my top 5 worst days ever in terms of commuting. When I left the house around 8:15 AM it was about 35-40 degrees. Sometime around 11-12 it started snowing, and by about 2 it was blizzarding heavily. The wind was insane. Snow stopped around 5 PM and the sun came out &#8211; wee!</p>
<p>So I end up leaving work at the normal time, 6:45. There&#8217;s ice all over the street. I get into Penn Station and my train is operating about 2 minutes late, which is pretty good considering the weather.</p>
<p>As the train approaches Jamaica we come to a dead stop. After 10 minutes of sitting, the conductor comes on the PA and announces that we&#8217;re waiting for track space in Jamaica. Another 10 minutes and we&#8217;ve moved about 30 feet or so. This is a PACKED LIRR train &#8211; people are standing shoulder to shoulder pretty much, as usual these days.</p>
<p>So we finally roll into Jamaica 20-25 minutes late, and of course my connecting train has long since departed. So once again I get to pass the time in the &#8220;New&#8221; HORRIBLE FUCKING PIECE OF SHIT Jamaica Station LIRR waiting area. Whoever designed this fucking thing should be sued, and then hunted down and shot. The way Jamaica used to work was that there was an enclosed overpass that connected all 8 train tracks. If was a decent waiting area because it had a TV and &#8211; get this &#8211; HEAT!</p>
<p>The new Jamaica LIRR waiting area is a fucking eyesore and is probably the most poorly designed structure I&#8217;ve ever had the misfortune to enter. Now, instead of a nice enclosed tunnel, we are expected to stand in this cavernous steel/glass enclosure that is *OPEN ON THE NORTH AND SOUTH SIDES*, creating a sort of wind tunnel. It had stopped snowing around 4 PM but in the LIRR waiting area of Jamaica Station it was like a fucking blizzard with the snow blowing around and around. There are these glass panels up there that keep you from jumping down onto a train &#8211; these glass panels were pure white, covered with snow, despite the fact that there&#8217;s a 50 foot ceiling over them for 100 feet in all directions. Someone took the liberty of writing &#8220;The MTA HAS NO CLUE&#8221; and &#8220;THIS FACILITY SUCKS!!&#8221; in the snow on the glass panels. Oh, also the waiting area has 3 or 4 heat lamps &#8211; enough for maybe 7 or 8 people to stand under &#8211; as its only heat source.</p>
<p>I have no idea if the Jamaica station is &#8220;done&#8221; or if there is still more to build, but assuming it&#8217;s &#8220;done&#8221; in terms of leaving the north and south sides completely open, whoever designed it should have his/her/their architecting license revoked and then burned. A FUCKING WIND TUNNEL AS A WAITING AREA!</p>
<p>So then my train finally rolls in around 8-8:30 PM. We pull out of Jamaica and all is well until the train stops and the conductor gets on the PA to inform us that the switches are frozen and we have to wait for them to thaw. So I&#8217;m thinking, man when am I going to get home, April?</p>
<p>Anyway to cut the story short I got home around 9:30. Let me reiterate how happy I am to be paying 5% more to the MTA for this great service. I can deal with weather issues and can cut them some slack, but don&#8217;t raise the rates and then give shittier service. One day I&#8217;ll have to get into the issue of the fucking &#8220;new&#8221; M7 trains that the LIRR keeps touting as being so wonderful, but they are uncomfortable, poorly designed trains that smell like shitters on wheels.</p>
<p>Hugs!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanhoffman.com/evan/2005/03/09/wednesday-march-09-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monday, March 07, 2005</title>
		<link>http://www.evanhoffman.com/evan/2005/03/07/monday-march-07-2005/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=monday-march-07-2005</link>
		<comments>http://www.evanhoffman.com/evan/2005/03/07/monday-march-07-2005/#comments</comments>
		<pubDate>Mon, 07 Mar 2005 15:34:05 +0000</pubDate>
		<dc:creator>Evan Hoffman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[xanga]]></category>

		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=663</guid>
		<description><![CDATA[TweetHere&#8217;s a sentence whose horror can only be appreciated by people familiar with the Long Island Rail Road: &#8220;Ladies and Gentlemen, for today only, this train will be making all local stops to Penn Station.&#8221; Seriously&#8230; fuck you guys. My monthly ticket went from $168 to $178 and the service has continued to degrade. Car [...]]]></description>
			<content:encoded><![CDATA[<div style="vertical-align: top; float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.evanhoffman.com/evan/2005/03/07/monday-march-07-2005/&via=EvanHoffman&text=Monday, March 07, 2005&related=EvanHoffman:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="plus-one-wrap"><g:plusone size="small" href="http://www.evanhoffman.com/evan/2005/03/07/monday-march-07-2005/"></g:plusone></div><p>Here&#8217;s a sentence whose horror can only be appreciated by people familiar with the Long Island Rail Road:</p>
<p>&#8220;Ladies and Gentlemen, for today only, this train will be making all local stops to Penn Station.&#8221;</p>
<p>Seriously&#8230; fuck you guys. My monthly ticket went from $168 to $178 and the service has continued to degrade.</p>
<p>Car is working, family is well, life is beautiful. <img src='http://www.evanhoffman.com/evan/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The smiley insertion thing doesn&#8217;t work well here.</p>
<p>I&#8217;m enjoying putting two linebreaks after every sentence.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanhoffman.com/evan/2005/03/07/monday-march-07-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>March 1, 2005</title>
		<link>http://www.evanhoffman.com/evan/2005/03/01/march-1-2005/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=march-1-2005</link>
		<comments>http://www.evanhoffman.com/evan/2005/03/01/march-1-2005/#comments</comments>
		<pubDate>Tue, 01 Mar 2005 15:35:37 +0000</pubDate>
		<dc:creator>Evan Hoffman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[xanga]]></category>

		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=666</guid>
		<description><![CDATA[TweetOk this day is starting out really super. I wake up to my alarm clock blaring, interrupting a dream in which somebody was yelling at me that &#8220;The database connection is DOWN! It&#8217;s DOWN, man!&#8221; But I don&#8217;t think the guy meant down as in like, defunct, he just meant it was down, like, &#8220;man [...]]]></description>
			<content:encoded><![CDATA[<div style="vertical-align: top; float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.evanhoffman.com/evan/2005/03/01/march-1-2005/&via=EvanHoffman&text=March 1, 2005&related=EvanHoffman:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="plus-one-wrap"><g:plusone size="small" href="http://www.evanhoffman.com/evan/2005/03/01/march-1-2005/"></g:plusone></div><p>Ok this day is starting out really super. I wake up to my alarm clock blaring, interrupting a dream in which somebody was yelling at me that &#8220;The database connection is DOWN! It&#8217;s DOWN, man!&#8221; But I don&#8217;t think the guy meant down as in like, defunct, he just meant it was down, like, &#8220;man the database connection is really down with it.&#8221; I don&#8217;t know what that means. But I do know that I was fucking exhausted when I woke up. I sat in the shower for like 10 minutes hoping the water would thaw my eyelids open but it didn&#8217;t work. I got dressed, and went outside to shovel the step and the driveway. The guy who lives downstairs loaned me his snow shovel which was a lot better than mine, and man this thing cuts ice like nobody&#8217;s bidness. So I got the sidewalk cleared and I looked around, and none of my neighbors had cleared their sidewalks. Whatever.</p>
<p>So I head over to the train, which, remarkably, was actually on time despite the snow. Change in Jamaica was really super, my normal express to Penn Station wasn&#8217;t there, so I had to walk from one end of the train to the stairs up to the newly redesigned, completely fecal looking platform, then wait for them to announce a track. Oh, track 1! Joy. So I go down to track 1 and of course the fucking thing is packed. I go alllllllllll the way down to the other end of the train to find a place to stand. The train sits on the track for about 10 minutes with the bell ringing like the doors are closing, but they don&#8217;t. So I&#8217;m standing in the train in Jamaica with the doors open.</p>
<p>Crap, work to do. I&#8217;ll finish the story later.</p>
<p>(11 hours later)</p>
<p>Ok so I was standing on the train in Jamaica.  Finally the train moves out of the station and we head to Woodside (it wasn&#8217;t an express like my normal train).  We get to Woodside and the conductor gets on the PA saying, &#8220;Due to a disabled train in one of the tunnels, we STRONGLY suggest that if you can take the 7 train to your destination, you do so.&#8221;  So, like, I can take a hint.  I get off the train along with 500 other people and trudge up to the 7 train (yay for having an emergency MetroCard, I think it expires this year though and has $20 on it ).  I&#8217;m not really a subway person so I had no idea really where to go, but since my office is on 5th avenue, I got off at 42nd and 5th and walked the rest of the way, which was fine.  So I got to work like an hour late.</p>
<p>The day got somewhat better after noon; I solved a minor problem that was caused by someone else&#8217;s shitty programming.  I had an Italian hero which was pretty good except for the fact that they used regular huge onions on it instead of those purple ones (Vidalia?) that you expect to see on an Italian hero.</p>
<p>I also found out that one of my banks, Bank One, is merging with Chase.  That&#8217;s kind of surprising; I hadn&#8217;t heard anything about that until their message.  When Fleet merged with Bank of America I knew about it right away.  Bank One has a decent web interface for checking your account, but they also charged me $39.00 for a late payment&#8230; asses.</p>
<p>It&#8217;s 9:10 PM right now and I&#8217;m waiting for my WoW server to come back up.  These guys could learn a lot from Sony in the ways of making a scalable game infrastructure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanhoffman.com/evan/2005/03/01/march-1-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monday, February 28, 2005</title>
		<link>http://www.evanhoffman.com/evan/2005/02/28/monday-february-28-2005/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=monday-february-28-2005</link>
		<comments>http://www.evanhoffman.com/evan/2005/02/28/monday-february-28-2005/#comments</comments>
		<pubDate>Mon, 28 Feb 2005 15:36:39 +0000</pubDate>
		<dc:creator>Evan Hoffman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[xanga]]></category>

		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=669</guid>
		<description><![CDATA[TweetFirst let me say, TP on. This weekend we had no car at all so we were basically stranded in the house. Which was fine really. I have no problem staying in the house, I figure if I&#8217;m paying that much in rent, the longer I stay in the house the more I&#8217;m getting my [...]]]></description>
			<content:encoded><![CDATA[<div style="vertical-align: top; float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.evanhoffman.com/evan/2005/02/28/monday-february-28-2005/&via=EvanHoffman&text=Monday, February 28, 2005&related=EvanHoffman:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="plus-one-wrap"><g:plusone size="small" href="http://www.evanhoffman.com/evan/2005/02/28/monday-february-28-2005/"></g:plusone></div><p>First let me say, TP on.</p>
<p>This weekend we had no car at all so we were basically stranded in the house. Which was fine really. I have no problem staying in the house, I figure if I&#8217;m paying that much in rent, the longer I stay in the house the more I&#8217;m getting my money&#8217;s worth.</p>
<p>It&#8217;s depressing looking at the housing market in New York. Regular shitty houses are going for like half a mil. It&#8217;s depressing because you have to accept the fact that you will never be able to afford a home where you&#8217;ve grown up and spent your entire life. I was thinking I could get my parents&#8217; house but I imagine the capital gains tax alone on that would be obscene.</p>
<p>The idea of moving somewhere else to be able to afford something is kind of frightening. How do you get a job in, say, North Carolina when you&#8217;re living in NY? Do people really hire over the phone etc? It&#8217;s all really weird, and the situation is made worse by the fact that I don&#8217;t want to live anywhere besides New York. I am tired of living in Queens and Nassau though&#8230; I want to live where I grew up. But what they say is really true, you can&#8217;t go home again. I can remember when the corner of Main Street and Hampton Road in Southampton didn&#8217;t have shops on it (I&#8217;m talking about the SE corner I think, across the street from Saks). My mom used to take us to Sip N&#8217; Soda all the time, and I would always get a hot dog and a chocolate milk. Sometimes we&#8217;d sit at the counter. She&#8217;d order a hamburger extremely rare, and if it was too well done she&#8217;d go yell at the cook. Then I would go to Poremba&#8217;s and look at all the various car shit. My dermatologist, Dr. Weinberg was across the street; I always thought he looked a lot like my aunt.</p>
<p>No point to all this. Just procrastinating.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanhoffman.com/evan/2005/02/28/monday-february-28-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wednesday, February 23, 2005</title>
		<link>http://www.evanhoffman.com/evan/2005/02/23/wednesday-february-23-2005/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wednesday-february-23-2005</link>
		<comments>http://www.evanhoffman.com/evan/2005/02/23/wednesday-february-23-2005/#comments</comments>
		<pubDate>Wed, 23 Feb 2005 15:37:21 +0000</pubDate>
		<dc:creator>Evan Hoffman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[xanga]]></category>

		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=671</guid>
		<description><![CDATA[TweetI feel really old sometimes, and it doesn&#8217;t feel how I expected it to feel. I don&#8217;t think I was ever young. It&#8217;s really weird. I feel like I was born old. Maybe I&#8217;m some old dude reincarnated. It would be really reassuring to be able to think that; I guess that&#8217;s why people come [...]]]></description>
			<content:encoded><![CDATA[<div style="vertical-align: top; float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.evanhoffman.com/evan/2005/02/23/wednesday-february-23-2005/&via=EvanHoffman&text=Wednesday, February 23, 2005&related=EvanHoffman:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="plus-one-wrap"><g:plusone size="small" href="http://www.evanhoffman.com/evan/2005/02/23/wednesday-february-23-2005/"></g:plusone></div><p>I feel really old sometimes, and it doesn&#8217;t feel how I expected it to feel. I don&#8217;t think I was ever young. It&#8217;s really weird. I feel like I was born old. Maybe I&#8217;m some old dude reincarnated. It would be really reassuring to be able to think that; I guess that&#8217;s why people come up with shit like the afterlife and heaven and all that. I still want to go to Rome and stuff.</p>
<p>I used to have such lofty goals for myself. As I thought more about them, I realized they were pretty shitty goals, all things considered. I really don&#8217;t want to be a CEO, I think that takes an optimist and someone good at politics and slinging a lot of bullshit. That&#8217;s really what I used to want to be, like the CEO of Ford. A &#8220;Captain of Industry.&#8221; Man my mother latched onto that phrase. But when you&#8217;re 16 the world looks like a really exciting place. But then you find out about rent, cable, verizon, cell phone, gas, electric, laundry, bla bla bla. Have a bad experience or two and your outlook changes drastically. Make some dumb moves (sure&#8230; let&#8217;s drop out of college&#8230; k, great!) no matter how many times you&#8217;re told not to&#8230; Use lots of ellipses&#8230;</p>
<p>Anyway, just rambling. I love my proxy server. When you find yourself taking joy in setting up a proxy server accessed over an SSH tunnel so that you can use the internet securely, you begin to realize that maybe you&#8217;re not like the average person. I also hate hoes. My boss asked me if I wanted to go to a strip club the other day and the idea repulsed me. Why would you pay some skanky ho to rub her ass on you? Then what are you supposed to do? Not my idea of fun. I&#8217;m not a prude by any stretch of the imagination, but that is just nasty to me. If you want to do a ho then do one, but I&#8217;m not spending money to be teased. Not that I would pay a ho, but at least I can see a value in that service. Paying some girl to rub her ass on you is not something I&#8217;d even want done to me for free, nevermind paying for it.</p>
<p>Friendster is kind of neat.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanhoffman.com/evan/2005/02/23/wednesday-february-23-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tuesday, February 22, 2005</title>
		<link>http://www.evanhoffman.com/evan/2005/02/22/tuesday-february-22-2005/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tuesday-february-22-2005</link>
		<comments>http://www.evanhoffman.com/evan/2005/02/22/tuesday-february-22-2005/#comments</comments>
		<pubDate>Tue, 22 Feb 2005 15:38:49 +0000</pubDate>
		<dc:creator>Evan Hoffman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[xanga]]></category>

		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=674</guid>
		<description><![CDATA[TweetSo today I wake up &#8212; very reluctantly I might add, after a 3 day weekend &#8212; and head into the shower where I had my 15-minutes of fame, and when I finish, I open the door to find a nice pile of dog shit on the rug outside the bathroom. My life is dominated [...]]]></description>
			<content:encoded><![CDATA[<div style="vertical-align: top; float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.evanhoffman.com/evan/2005/02/22/tuesday-february-22-2005/&via=EvanHoffman&text=Tuesday, February 22, 2005&related=EvanHoffman:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="plus-one-wrap"><g:plusone size="small" href="http://www.evanhoffman.com/evan/2005/02/22/tuesday-february-22-2005/"></g:plusone></div><p>So today I wake up &#8212; very reluctantly I might add, after a 3 day weekend &#8212; and head into the shower where I had my 15-minutes of fame, and when I finish, I open the door to find a nice pile of dog shit on the rug outside the bathroom. My life is dominated by feces. So I got dressed, picked up the prize and put it out on the curb with the rest of the trash, then walked the dogs who provided me with some more gems to deposit.</p>
<p>On the train I got a nice empty seat and started reading my book (The Gold Coast by Nelson DeMille), and at the next stop 2 guys get on and sit down across the aisle from me. As usual for New York they do not speak in a quiet voice so I heard their whole conversation. Apparently one of them just got back from a trip to some kind of a resort (he mentioned 6-hour jet lag so I&#8217;m assuming thailand or Europe?) and his exploits there. As the story progresses it becomes obvious that he and his buddies were hanging out at a whorehouse. One of the hoes came out buck naked and yelled at him that &#8220;your friend need more money!&#8221; And he ended up giving her another $50 because the friend &#8220;needed more time.&#8221; :-/</p>
<p>Long story short, the guy spent about 4 or 5 minutes bragging about how many whores he fucked. This has to be one of the worst things to brag about that I can imagine. I mean really, who could consider that an accomplishment?</p>
<p>I started getting sick last Wednesday and my cold or whatever it is peaked around Saturday, and by Sunday night I was starting to feel ok again. I stayed home from work on Friday (yay for VPN) to keep cow-orkers from getting sick, but I did manage to get everybody at home sick, which has made me unpopular there.</p>
<p>Also I found out my credit rating is no longer as wonderful as it once was; I guess being unemployed for 6 months took its toll in more ways than one. Also the motherfucking US Postal Service keeps fucking my mail up royally and I frequently don&#8217;t get my stuff, so I missed a bunch of bills.</p>
<p>Puffs Plus with Lotion = win for blowing the nose.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanhoffman.com/evan/2005/02/22/tuesday-february-22-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monday, February 14, 2005</title>
		<link>http://www.evanhoffman.com/evan/2005/02/14/monday-february-14-2005/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=monday-february-14-2005</link>
		<comments>http://www.evanhoffman.com/evan/2005/02/14/monday-february-14-2005/#comments</comments>
		<pubDate>Mon, 14 Feb 2005 15:39:42 +0000</pubDate>
		<dc:creator>Evan Hoffman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[xanga]]></category>

		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=676</guid>
		<description><![CDATA[TweetI forgot to say my basic point about the gift thing, which was &#8220;Fuck Valentine&#8217;s Day.&#8221; If you love somebody, you love them all year &#8217;round, not just on fucking valentine&#8217;s day, regardless of what the Whitman&#8217;s Sampler and Russell Stover assholes try and tell you. I can&#8217;t think of a more retarded holiday. When [...]]]></description>
			<content:encoded><![CDATA[<div style="vertical-align: top; float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.evanhoffman.com/evan/2005/02/14/monday-february-14-2005/&via=EvanHoffman&text=Monday, February 14, 2005&related=EvanHoffman:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="plus-one-wrap"><g:plusone size="small" href="http://www.evanhoffman.com/evan/2005/02/14/monday-february-14-2005/"></g:plusone></div><p>I forgot to say my basic point about the gift thing, which was &#8220;Fuck Valentine&#8217;s Day.&#8221;  If you love somebody, you love them all year &#8217;round, not just on fucking valentine&#8217;s day, regardless of what the Whitman&#8217;s Sampler and Russell Stover assholes try and tell you.  I can&#8217;t think of a more retarded holiday.</p>
<p>When we were in like, 6th grade, I had a crush on this girl Becky.  My school had &#8220;Candygrams&#8221; that you could send to somebody for 50 cents and the money went to the &#8220;Student Council,&#8221; whatever the hell that was.  So I must have sent Becky like 50 to 100 candygrams all from &#8220;Your Secret Admirer.&#8221;  Somebody put 2 and 2 together and figured out it was me and that was really fun.  6th grade sucked.  Anyway fuck Valentine&#8217;s Day in the neck.</p>
<p>/hug</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanhoffman.com/evan/2005/02/14/monday-february-14-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

