<?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>2 Bit Hacker &#187; Work</title>
	<atom:link href="http://weblog.2bithacker.net/category/work/feed" rel="self" type="application/rss+xml" />
	<link>http://weblog.2bithacker.net</link>
	<description>We do what we must because we can.</description>
	<lastBuildDate>Sat, 09 Jul 2011 20:27:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Off to San Jose</title>
		<link>http://weblog.2bithacker.net/2008/02/off-to-san-jose.html</link>
		<comments>http://weblog.2bithacker.net/2008/02/off-to-san-jose.html#comments</comments>
		<pubDate>Sat, 16 Feb 2008 21:01:16 +0000</pubDate>
		<dc:creator>Chip</dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[nanog]]></category>

		<guid isPermaLink="false">http://weblog.2bithacker.net/personal/travel/off-to-san-jose.html</guid>
		<description><![CDATA[I&#8217;m off to San Jose, CA till Thursday to attend the NANOG conference with my boss. Should be a fun trip, my first NANOG and my first time out that far west. If anyone out there wants to try and meet up while I&#8217;m out there, drop me an e-mail. Also, my eee PC is [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m off to San Jose, CA till Thursday to attend the <span class="caps">NANOG </span>conference with my boss. Should be a fun trip, my first <span class="caps">NANOG </span>and my first time out that far west. If anyone out there wants to try and meet up while I&#8217;m out there, drop me an e-mail.</p>

<p>Also, my eee PC is cool. Using it in the terminal to write this.</p>]]></content:encoded>
			<wfw:commentRss>http://weblog.2bithacker.net/2008/02/off-to-san-jose.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>RFC Ignorance</title>
		<link>http://weblog.2bithacker.net/2008/01/rfc-ignorance.html</link>
		<comments>http://weblog.2bithacker.net/2008/01/rfc-ignorance.html#comments</comments>
		<pubDate>Thu, 17 Jan 2008 04:12:09 +0000</pubDate>
		<dc:creator>Chip</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[rfc]]></category>

		<guid isPermaLink="false">http://weblog.2bithacker.net/work/rfc-ignorance.html</guid>
		<description><![CDATA[Recently at work I have been noticing an annoying trend in large provider e-mail installations. Due to the nature of our e-mail forwarding services, we occasionally get blocked by providers such as Comcast and AT&#38;T. This normally isn&#8217;t a big deal, but a few months ago Comcast made a change to their mail system, and [...]]]></description>
			<content:encoded><![CDATA[<p>Recently at work I have been noticing an annoying trend in large provider e-mail installations. Due to the nature of our e-mail forwarding services, we occasionally get blocked by providers such as Comcast and <span class="caps">AT&amp;T.</span> This normally isn&#8217;t a big deal, but a few months ago Comcast made a change to their mail system, and now when you get blocked it will respond to an open connection with a 554 error and close the connection. <span class="caps">AT&amp;T </span>now does something similar, issuing a 550 error and closing the connection. I don&#8217;t mind getting blocked so much, but the manner in which they do so violates the <span class="caps">SMTP RFC</span>s, and that just gets on my nerves.</p>

<p>The specific <span class="caps">RFC</span>s in question are <a href="http://www.ietf.org/rfc/rfc0821.txt">821</a> and it&#8217;s proposed successor, <a href="http://www.ietf.org/rfc/rfc2821.txt">2821</a>. The section in question in both of these documents is 4.3, which specifies what responses can be returned for various commands. 821 specifies that the initial client connection can be answered with a 220, which is normal, or a 421, meaning the service is not available, and the connection will be closed. The 421 can be issued at any time during the conversation, and usually indicates that the server is shutting down and can&#8217;t complete what it&#8217;s doing. <span class="caps">RFC</span> 2821 changed this, allowing the 220 or a 554. <span class="caps">AT&amp;T&#8217;</span>s response code of 550 is not a valid response in either <span class="caps">RFC, </span>so <span class="caps">AT&amp;T </span>isn&#8217;t following the <span class="caps">RFC </span>at all with their reply. Comcast&#8217;s reply is technically valid, but I feel it&#8217;s being used incorrectly.</p>

<p>The was an interesting <a href="http://www.exim.org/lurker/message/20030314.230213.bf17c143.en.html">thread</a> on the exim-users mailing list on the topic, beginning with Exim&#8217;s handling of 554 on connect and expanding into the meaning of the return code. Some people think it means that you are being told you will never be able to deliver the message you are trying to send and should discard it, which is how Exim handles it. Others (including myself) think it&#8217;s intended meaning is to indicate that the server in question cannot take the mail, but the delivery should be attempted at other MX records for the domain, or other A records for the current <span class="caps">MX.</span> Keep in mind that the server doesn&#8217;t know anything about the message at this point, the client hasn&#8217;t had a chance to say <span class="caps">EHLO, </span>let alone give sender and recipient information. <span class="caps">RFC</span> 2821 states the meaning for 554 on connect to mean &#8220;No <span class="caps">SMTP </span>service here&#8221;, which is fairly vague. My opinion is that this indicates that this particular server will not except mail for any reason, not that the message is undeliverable (unless this is the only A record for the recipient domain&#8217;s MX record.) In this case, using 554 on connect to reject mail from a particular server isn&#8217;t really helpful. The generally accepted method of rejecting after <span class="caps">RCPT </span>commands is probably a better route, since the server may be trying to send to your postmaster address, which you&#8217;re obligated to take mail for.</p>

<p>Regardless of the meaning of 554 and the appropriateness of it&#8217;s use as a rejection mechanism against spammers, Comcast and <span class="caps">AT&amp;T </span>are also ignoring the <span class="caps">RFC</span>s by dropping the connection after issuing their error codes. Here&#8217;s the relevant part of <span class="caps">RFC</span> 2821:</p>

<blockquote>The <span class="caps">SMTP </span>protocol allows a server to formally reject a transaction while still allowing the initial connection as follows: a 554 response <span class="caps">MAY </span>be given in the initial connection opening message instead of the 220.  A server taking this approach <span class="caps">MUST </span>still wait for the client to send a <span class="caps">QUIT </span>(see section 4.1.1.10) before closing the connection and <span class="caps">SHOULD </span>respond to any intervening commands with &#8220;503 bad sequence of commands&#8221;.  Since an attempt to make an <span class="caps">SMTP </span>connection to such a system is probably in error, a server returning a 554 response on connection opening <span class="caps">SHOULD </span>provide enough information in the reply text to facilitate debugging of the sending system.</blockquote>

<p>See that &#8220;MUST still wait for the client to send a <span class="caps">QUIT</span>&#8220;? Both Comcast and <span class="caps">AT&amp;T </span>don&#8217;t follow that. It would be permissible to timeout after that, but the <span class="caps">RFC </span>doesn&#8217;t allow for simply dropping the connection.</p>

<p>So what to do about this people? I&#8217;m not really sure. It would be nice if large e-mail providers respected the rules put forth by the Internet community, but how do you penalize them if they don&#8217;t? The only idea I currently have is to form something similar to the existing <a href="http://rfc-ignorant.org/">rfc-ignorant.org</a> listings, but for general <span class="caps">RFC </span>breakers, as opposed to their specific lists. This could then be used to block mail from sites that don&#8217;t follow the rules, which if you&#8217;re big enough would get their attention, but hurts users by rejecting their e-mail.</p>

<p>As a mixed blessing, the Internet is designed to allow people to do pretty much whatever they want to do with the servers they run, and there&#8217;s just no good way to get some sites, especially large company sites, to follow the rules if they don&#8217;t want to, unless you deny them access to things they want.</p>]]></content:encoded>
			<wfw:commentRss>http://weblog.2bithacker.net/2008/01/rfc-ignorance.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home Again</title>
		<link>http://weblog.2bithacker.net/2007/06/home-again.html</link>
		<comments>http://weblog.2bithacker.net/2007/06/home-again.html#comments</comments>
		<pubDate>Fri, 15 Jun 2007 04:06:30 +0000</pubDate>
		<dc:creator>Chip</dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[exam]]></category>

		<guid isPermaLink="false">http://kyzoku.2bithacker.net/amateur-radio/home-again.html</guid>
		<description><![CDATA[So, made it back from Ashburn yesterday. Crashed last night and slept like 14 hours. Feeling pretty much back to normal now. It was a fun trip, and I&#8217;m kindof amazed how smooth everything got installed. Looking forward to doing Chicago and Palo Alto next month. In non-work related stuff, I&#8217;m hopefully getting my ham [...]]]></description>
			<content:encoded><![CDATA[<p>So, made it back from Ashburn yesterday. Crashed last night and slept like 14 hours. Feeling pretty much back to normal now. It was a fun trip, and I&#8217;m kindof amazed how smooth everything got installed. Looking forward to doing Chicago and Palo Alto next month.</p>

<p>In non-work related stuff, I&#8217;m hopefully getting my ham radio license on Saturday, just need to get down to Nashua around 9 for the exam session.</p>]]></content:encoded>
			<wfw:commentRss>http://weblog.2bithacker.net/2007/06/home-again.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Hello from Ashburn</title>
		<link>http://weblog.2bithacker.net/2007/06/hello-from-ashburn.html</link>
		<comments>http://weblog.2bithacker.net/2007/06/hello-from-ashburn.html#comments</comments>
		<pubDate>Tue, 12 Jun 2007 04:33:37 +0000</pubDate>
		<dc:creator>Chip</dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://kyzoku.2bithacker.net/work/hello-from-ashburn.html</guid>
		<description><![CDATA[So, I&#8217;m in Ashburn, VA doing some work in our colo down here. Drove down on Sunday, took a different route to NJ than usual, using I-84 and avoiding I-95 which worked out pretty well and took I-78 out to Harrisburg, PA before turning south on Route 15 to get into VA. Not a bad [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;m in Ashburn, VA doing some work in our colo down here. Drove down on Sunday, took a different route to NJ than usual, using I-84 and avoiding I-95 which worked out pretty well and took I-78 out to Harrisburg, PA before turning south on Route 15 to get into <span class="caps">VA.</span> Not a bad drive altogether.</p>

<p>We got most of the work done today, just need to finish things up tomorrow and should be on our way home on Wednesday. Wish I could babble about the datacenter, but I&#8217;m not sure how much of it is covered by the <span class="caps">NDA.</span></p>]]></content:encoded>
			<wfw:commentRss>http://weblog.2bithacker.net/2007/06/hello-from-ashburn.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Been Awhile</title>
		<link>http://weblog.2bithacker.net/2007/06/been-awhile.html</link>
		<comments>http://weblog.2bithacker.net/2007/06/been-awhile.html#comments</comments>
		<pubDate>Mon, 04 Jun 2007 04:22:32 +0000</pubDate>
		<dc:creator>Chip</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[HTPC]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://kyzoku.2bithacker.net/work/been-awhile.html</guid>
		<description><![CDATA[Once again, it&#8217;s been awhile since I&#8217;ve written anything to my blag, but since Hindenburg is up and running again and I just upgraded WordPress, I suppose I should actually write something. Work is going well, with the next couple of months looking to be pretty busy. I&#8217;ll be traveling to Virginia next week to [...]]]></description>
			<content:encoded><![CDATA[<p>Once again, it&#8217;s been awhile since I&#8217;ve written anything to my <a href="http://xkcd.org/c148.html">blag</a>, but since Hindenburg is up and running again and I just upgraded WordPress, I suppose I should actually write something.</p>

<p>Work is going well, with the next couple of months looking to be pretty busy. I&#8217;ll be traveling to Virginia next week to rework our servers there. It&#8217;s the first time I&#8217;ve been to a datacenter other than Boston, so it should be pretty interesting. Sounds like I&#8217;ll also be going to Chicago and San Jose, but I don&#8217;t know the details on that quite yet.</p>

<p>On the home front, I&#8217;ve got a couple of projects I&#8217;ve been working on, a <a href="http://www.freebsd.org/doc/en_US.ISO8859-1/articles/nanobsd/">NanoBSD</a> based home router using a MiniITX board I&#8217;ve had sitting around for the past couple of years, and I recently purchased an inexpensive Dell system which I plan to use as a Home Theater PC running Ubuntu. I&#8217;m planning to rig it up to pull shows off of my TiVo and automatically transcode them into formats suitable for watching from my Treo or iPod. Should be pretty neat once I get it set up and running.</p>

<p>I&#8217;ve also been studying to get my amateur radio license. I&#8217;ve been taking practice tests on my Treo using <a href="http://eggsham.sourceforge.net/">EggsHam</a> and am getting to the point of only getting 2 or 3 questions wrong per test. The next testing session in the area is on June 16<sup>th</sup>, so I&#8217;m hoping to go down then, get my license, then head to the <span class="caps">MIT</span> Flea on the 17<sup>th</sup> and maybe find a handheld transceiver.</p>]]></content:encoded>
			<wfw:commentRss>http://weblog.2bithacker.net/2007/06/been-awhile.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>General Life Update</title>
		<link>http://weblog.2bithacker.net/2006/11/general-life-update-3.html</link>
		<comments>http://weblog.2bithacker.net/2006/11/general-life-update-3.html#comments</comments>
		<pubDate>Fri, 10 Nov 2006 00:05:29 +0000</pubDate>
		<dc:creator>Chip</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[house]]></category>
		<category><![CDATA[HTPC]]></category>

		<guid isPermaLink="false">http://kyzoku.2bithacker.net/personal/life/general-life-update-3.html</guid>
		<description><![CDATA[As usual, it&#8217;s been a while since I&#8217;ve posted anything. For one reason or another I just don&#8217;t seem to feel I have enough going on that the world needs to know about. For some reason I feel like posting a general update at the moment, and so I shall. My works is going along [...]]]></description>
			<content:encoded><![CDATA[<p>As usual, it&#8217;s been a while since I&#8217;ve posted anything. For one reason or another I just don&#8217;t seem to feel I have enough going on that the world needs to know about. For some reason I feel like posting a general update at the moment, and so I shall.</p>

<p>My works is going along nicely. The new office space is rather nice, and it&#8217;s network is ticking along quite happily to itself. I&#8217;m enjoying the System Administrator position, although it does mean the occasional late night when a server decides to act up. Apparently I&#8217;ve been assigned to more of a projects roll than a maintenance roll, working on improving things and setting up new tools for internal use. In the near future I&#8217;ll be rolling out Cacti to replace our <span class="caps">MRTG </span>instances, and probably upgrading Nagios. All in all, rather good.</p>

<p>On the home front, we&#8217;re looking for a new one. The new landlords at the current location have decided to increase our rent while at the same time taking away our storage space in the basement (claiming it&#8217;s a fire hazard, while also saying they&#8217;re planning on pouring concrete down there, apparently.) So, Delia and I looked at a few townhouses, one of which we rather liked in Merrimack. Unfortunately, I don&#8217;t think my credit is going to be good enough at this time to swing a loan. The combination of lack of credit history and my inconsistent bills payments from last year (from the whole unemployment/PepBoys time period) don&#8217;t look so great to the banks.</p>

<p>So, it looks like we&#8217;ll be renting for a while longer. I&#8217;d like to get out of where we are though, and are currently leaning toward a complex in Bedford. While more expensive than the current location, it&#8217;s also quite a lot nicer, so I think it&#8217;ll be worth it. My plan is to rent for another year or two, keeping better documentation on my bill payments, so that when we go for the buying-a-place option again, I&#8217;ll have everything all put together to give to the loan people.</p>

<p>I&#8217;ve also been giving some thought to taking a stab at the <span class="caps">HTPC </span>project again. I&#8217;ve got all the hardware I need, it&#8217;s just a matter of throwing it together an making it work. With the recent upgrade to Delia&#8217;s <span class="caps">PC,</span> I even have my original motherboard and <span class="caps">CPU </span>back. I think I&#8217;m going to go with an external <span class="caps">VGA</span>&lt; -&gt;NTSC adapter this time around though, since I wasn&#8217;t very pleased with the TV-out support for my chipset under Linux, and I really want to use MythTV. Also not too sure about controlling the new cable box. My old box had a nice RS-232 port on the back which allowed for direct serial control. The new one does not, which means I&#8217;ll probably end up having to go with an IR blaster of some sort. We shall see.</p>]]></content:encoded>
			<wfw:commentRss>http://weblog.2bithacker.net/2006/11/general-life-update-3.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Life, Work, and Computers</title>
		<link>http://weblog.2bithacker.net/2006/07/life-work-and-computers.html</link>
		<comments>http://weblog.2bithacker.net/2006/07/life-work-and-computers.html#comments</comments>
		<pubDate>Tue, 25 Jul 2006 22:11:18 +0000</pubDate>
		<dc:creator>Chip</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[diet]]></category>
		<category><![CDATA[pc]]></category>

		<guid isPermaLink="false">http://kyzoku.2bithacker.net/personal/random-junk/life-work-and-computers.html</guid>
		<description><![CDATA[Not really a whole lot going on in my life, as usual, but I figured it&#8217;s been a while, so I&#8217;d toss together an update. Work has been going well. Finally transitioned over to the system administration position. So far it hasn&#8217;t been anything overly exciting, a couple trips to the colo to swap out [...]]]></description>
			<content:encoded><![CDATA[<p>Not really a whole lot going on in my life, as usual, but I figured it&#8217;s been a while, so I&#8217;d toss together an update.</p>

<p>Work has been going well. Finally transitioned over to the system administration position. So far it hasn&#8217;t been anything overly exciting, a couple trips to the colo to swap out bad parts and I&#8217;ve been putting together a couple of new systems. I&#8217;m rather enjoying it, it makes me happy to be working with hardware again after spending so much time on the last coding project. I think this new position is going to be a good mix of hardware and coding, which I think will keep it from getting repetitive.</p>

<p>In other news, I finally ordered some new parts for a new computer for myself. My current system is getting a little on in years with it&#8217;s Athlon XP 2600+, 512MB of <span class="caps">RAM, </span>and GeForce 3 Ti 500. The new system will be an Athlon 64 X2 4600+, 2GB of <span class="caps">RAM, </span>and a GeForce 7900GT. Should be quite a step up, and I&#8217;m looking forward to playing some more modern games (suggestions welcome.) Not sure what I&#8217;m going to do with the old hardware yet. The chipset fan died last week, so I&#8217;ll need to replace that before doing anything with the motherboard, but it&#8217;s all still good hardware, so I should find some useful task to set it to.</p>

<p>I&#8217;m also trying the whole diet thing again (sounds familiar, right?) with watching what I eat and drinking more water. I&#8217;ve also been trying to get out and walk for a bit each day. I figure once I get into the habit of going for walks, I&#8217;ll start replacing walks with time at the gym a few times a week. I figure I&#8217;ve got a little over a month to get a bit more into shape so walking back and forth from the new office location won&#8217;t be a big deal. It just seems silly to drive a car to go a mile to work.</p>]]></content:encoded>
			<wfw:commentRss>http://weblog.2bithacker.net/2006/07/life-work-and-computers.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Just Work and Life</title>
		<link>http://weblog.2bithacker.net/2006/03/just-work-and-life.html</link>
		<comments>http://weblog.2bithacker.net/2006/03/just-work-and-life.html#comments</comments>
		<pubDate>Wed, 29 Mar 2006 04:29:08 +0000</pubDate>
		<dc:creator>Chip</dc:creator>
				<category><![CDATA[Car]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[apartment]]></category>
		<category><![CDATA[focus]]></category>

		<guid isPermaLink="false">http://kyzoku.2bithacker.net/personal/life/just-work-and-life.html</guid>
		<description><![CDATA[So, life seems to be going pretty well at the moment. I&#8217;m being transitioned to a different position at work, which will give me a wider variety of things to work on. Looking forward to it, though I&#8217;ll not be in the full swing of it till the end of the project we&#8217;re currently working [...]]]></description>
			<content:encoded><![CDATA[<p>So, life seems to be going pretty well at the moment. I&#8217;m being transitioned to a different position at work, which will give me a wider variety of things to work on. Looking forward to it, though I&#8217;ll not be in the full swing of it till the end of the project we&#8217;re currently working on, which is still 2-3 weeks off. I&#8217;m still enjoying the work, the whole development cycle is so much cleaner than it was at SimPro or Net-Temps. It&#8217;s just a great place to work.</p>

<p>I&#8217;m also getting my finances in order finally. I was hoping to be caught up this month, but it looks like I&#8217;ll be all up to date by the end of April instead. I&#8217;m pretty much down to just getting caught up on rent and a couple of utilities. Amanda&#8217;s finally been able to start paying her share of the rent again, now that things have be sorted out with her new job and she&#8217;s started getting paychecks. I plan on opening a secured credit card with Bank of America soon, which should help my credit get back on track. I&#8217;d like to be able to get into a new car by the end of the year, and perhaps get into a condo in a year or two.</p>

<p>Speaking of vehicles, I&#8217;m open to suggestions on what to get. I&#8217;ve been happy with the Focus <span class="caps">ZX3, </span>though I think if I were to go for a Focus again it would be the <span class="caps">ZX5.</span> Also considering the Toyota Matrix or the 5-door Mazda 3. Ideally I&#8217;d like something with all wheel drive for the winters here.</p>

<p>Ah well, I thought I had more to write, but it&#8217;s just not coming to me at the moment.</p>]]></content:encoded>
			<wfw:commentRss>http://weblog.2bithacker.net/2006/03/just-work-and-life.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>General Life Update</title>
		<link>http://weblog.2bithacker.net/2006/02/general-life-update-2.html</link>
		<comments>http://weblog.2bithacker.net/2006/02/general-life-update-2.html#comments</comments>
		<pubDate>Sat, 04 Feb 2006 02:38:12 +0000</pubDate>
		<dc:creator>Chip</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[d&d]]></category>
		<category><![CDATA[jobs]]></category>

		<guid isPermaLink="false">http://kyzoku.2bithacker.net/personal/life/general-life-update-2.html</guid>
		<description><![CDATA[I&#8217;ve been meaning to write an update for a while, I was originally intending to write it as a New Year&#8217;s thing, but I&#8217;m a slacker, so yeah&#8230; Anyway, for those of you who don&#8217;t know, I am once again employed doing what I&#8217;m actually good at. I&#8217;m working as an Application Developer for Dynamic [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been meaning to write an update for a while, I was originally intending to write it as a New Year&#8217;s thing, but I&#8217;m a slacker, so yeah&#8230;</p>

<p>Anyway, for those of you who don&#8217;t know, I am once again employed doing what I&#8217;m actually good at. I&#8217;m working as an Application Developer for <a href="http://www.dyndns.com/">Dynamic Network Services, Inc.</a>, right here in <strike>sunny</strike> Manchester. It&#8217;s mostly perl programming, working on their website and some of the support systems. I&#8217;ve been there about a month now, and it&#8217;s been great.</p>

<p>I&#8217;m still working at PepBoys on Saturdays, though I&#8217;m not sure how long I&#8217;ll keep doing that. Mostly it&#8217;s just because I know they&#8217;re low on people and can use the help, and the little extra money helps out.</p>

<p>Other than that, I haven&#8217;t really been up to much. I go to a couple <span class="caps">D&amp;D </span>games each week, other than that it&#8217;s just work and sleep. Delia&#8217;s still playing WoW a lot, but I&#8217;ve lost most of my interest in it except to kill time from time to time.</p>

<p>That&#8217;s about all I can think of at the moment. I could have sworn I had more to write about, but I can&#8217;t think of any of it at the moment.</p>]]></content:encoded>
			<wfw:commentRss>http://weblog.2bithacker.net/2006/02/general-life-update-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One Day Down</title>
		<link>http://weblog.2bithacker.net/2005/09/one-day-down.html</link>
		<comments>http://weblog.2bithacker.net/2005/09/one-day-down.html#comments</comments>
		<pubDate>Sat, 01 Oct 2005 02:02:42 +0000</pubDate>
		<dc:creator>Chip</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://kyzoku.2bithacker.net/work/one-day-down.html</guid>
		<description><![CDATA[Made it through the first day at PepBoys, though I didn&#8217;t do much other than sit in front of a computer doing all their online training junk. I think I did 3 weeks of training in one shift. Apparently tomorrow I&#8217;ll actually be driving, which should be more interesting.]]></description>
			<content:encoded><![CDATA[<p>Made it through the first day at PepBoys, though I didn&#8217;t do much other than sit in front of a computer doing all their online training junk. I think I did 3 weeks of training in one shift. </p>

<p>Apparently tomorrow I&#8217;ll actually be driving, which should be more interesting.</p>]]></content:encoded>
			<wfw:commentRss>http://weblog.2bithacker.net/2005/09/one-day-down.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: weblog.2bithacker.net @ 2012-02-07 19:53:02 by W3 Total Cache -->
