<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/atom10full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" xml:lang="en-US">
  <title type="text">d.piddy's piece</title>
  <id>tag:piece.dpiddy.net,2008:mephisto/</id>
  <generator uri="http://mephistoblog.com" version="0.7.3">Mephisto Noh-Varr</generator>
  
  <link href="http://piece.dpiddy.net/" rel="alternate" type="text/html" />
  <updated>2008-04-22T23:08:58Z</updated>
  <link rel="self" href="http://feeds.feedburner.com/dpiddy" type="application/atom+xml" /><entry xml:base="http://piece.dpiddy.net/">
    <author>
      <name>dpiddy</name>
    </author>
    <id>tag:piece.dpiddy.net,2008-04-22:35</id>
    <published>2008-04-22T22:25:00Z</published>
    <updated>2008-04-22T23:08:58Z</updated>
    <link href="http://feeds.feedburner.com/~r/dpiddy/~3/275738686/hardware-vs-software-raid" rel="alternate" type="text/html" />
    <title>Hardware vs. Software RAID</title>
<content type="html">
            &lt;p&gt;&lt;a href="http://www.oreillynet.com/sysadmin/blog/2008/04/lvm_and_software_raid_a_powerf.html"&gt;This article&lt;/a&gt; came up in my &lt;a href="http://planetsysadmin.com/"&gt;Planet SysAdmin&lt;/a&gt; feed talking about Linux software &lt;span class="caps"&gt;RAID&lt;/span&gt; and &lt;span class="caps"&gt;LVM&lt;/span&gt;. I’ve been using software &lt;span class="caps"&gt;RAID&lt;/span&gt; more recently and it’s fine for simple cases but there are many situations where having a hardware &lt;span class="caps"&gt;RAID&lt;/span&gt; card just makes things easier.&lt;/p&gt;


	&lt;p&gt;For example, I have a machine with 7 500G drives. Ideally, I want a 24G root filesystem, 4G swap and the rest for &lt;span class="caps"&gt;LVM&lt;/span&gt;, all striped using &lt;span class="caps"&gt;RAID 5&lt;/span&gt; to maximize the space for &lt;span class="caps"&gt;LVM&lt;/span&gt;. It’s simple with a hardware &lt;span class="caps"&gt;RAID&lt;/span&gt; card: just put the 7 drives in an array and divvy up the single large device you get in Linux. One partition for the root, another for swap and a third for &lt;span class="caps"&gt;LVM&lt;/span&gt;.&lt;/p&gt;


	&lt;p&gt;With software &lt;span class="caps"&gt;RAID&lt;/span&gt;, this doesn’t seem to exactly possible. The big problem is that grub can’t boot from &lt;span class="caps"&gt;RAID 5&lt;/span&gt; devices. To work around that, I ended up having to create partitions for the root, swap and &lt;span class="caps"&gt;LVM&lt;/span&gt; on the first two drives and create single large &lt;span class="caps"&gt;LVM&lt;/span&gt; partitions on the rest. I created two &lt;span class="caps"&gt;RAID 1&lt;/span&gt; devices (which grub can boot) using the root and swap partitions on the first two drives and a &lt;span class="caps"&gt;RAID 5&lt;/span&gt; for &lt;span class="caps"&gt;LVM&lt;/span&gt; using the third partitions on the first two drives and the only partitions on the remaining drives. But I lost 113G in &lt;span class="caps"&gt;LVM&lt;/span&gt; space since the partitions used to make up the &lt;span class="caps"&gt;LVM RAID 5&lt;/span&gt; were smaller on the first two drives.&lt;/p&gt;


	&lt;p&gt;I guess I could create a &lt;span class="caps"&gt;RAID 1&lt;/span&gt; of the smaller &lt;span class="caps"&gt;LVM&lt;/span&gt; partitions on the first two drives, a &lt;span class="caps"&gt;RAID 5&lt;/span&gt; of the all-disk partitions on the rest of the drives and use both as PVs in my VG. Seems pretty complex, though, and I’d still lose some space.&lt;/p&gt;


	&lt;p&gt;On the other hand, software &lt;span class="caps"&gt;RAID&lt;/span&gt; definitely has advantages in that it works the same way on any machine. I get really annoyed with some hardware &lt;span class="caps"&gt;RAID&lt;/span&gt; cards and their silly limits: no more than X drives in an array, no arrays larger than Y, etc.). Software &lt;span class="caps"&gt;RAID&lt;/span&gt; in Linux also provides consistent notification methods.&lt;/p&gt;
          &lt;img src="http://feeds.feedburner.com/~r/dpiddy/~4/275738686" height="1" width="1"/&gt;</content>  <feedburner:origLink>http://piece.dpiddy.net/2008/4/22/hardware-vs-software-raid</feedburner:origLink></entry>
  <entry xml:base="http://piece.dpiddy.net/">
    <author>
      <name>dpiddy</name>
    </author>
    <id>tag:piece.dpiddy.net,2007-05-15:31</id>
    <published>2007-05-15T04:43:00Z</published>
    <updated>2007-05-15T04:57:28Z</updated>
    <category term="system administration" />
    <link href="http://feeds.feedburner.com/~r/dpiddy/~3/116770040/three-excellent-softwares" rel="alternate" type="text/html" />
    <title>Three Excellent Softwares</title>
<content type="html">
            &lt;p&gt;You should know about these.&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a href="http://www.dovecot.org/"&gt;Dovecot&lt;/a&gt;—the best &lt;span class="caps"&gt;IMAP&lt;/span&gt; server ever. If you use Cyrus and want to convert, I highly recommend &lt;a href="http://www.madness.at/projects/#c2c"&gt;cyrus2courier&lt;/a&gt; which can convert Cyrus mailboxes to Courier or Dovecot-compatible Maildirs. I have my own hacked up version &lt;a href="http://svn.dpiddy.net/projects/cyrus2courier/"&gt;here&lt;/a&gt; that knows how to read the particular version of Cyrus mailboxes I was converting.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a href="http://munin.projects.linpro.no/"&gt;Munin&lt;/a&gt;—simple “historical data” monitoring. &lt;a href="http://blog.caboo.se"&gt;court3nay&lt;/a&gt; turned me on to this; not sure how I lived without it so long. It sure beats running iostat manually when you think something is up. Plugins are really easy to write for it, too.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a href="http://www.vergenet.net/linux/perdition/"&gt;Perdition&lt;/a&gt;—extremely lightweight &lt;span class="caps"&gt;IMAP&lt;/span&gt;/POP3 proxy. I recently converted a bunch of Cyrus mailboxes to Dovecot and this was the &lt;strong&gt;perfect&lt;/strong&gt; program to be my man in the middle as I moved people over. The machine that’s running it peaks at about 1700 processes (3200 total connections, 10+ megabits) and doesn’t break a sweat.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;Cool, huh? Munin and Perdition are easily installed from the &lt;a href="http://www.ubuntu.com/"&gt;Ubuntu&lt;/a&gt; universe repository. Dovecot just hit 1.0 so you might want to compile it for now…there might be packages for it somewhere.&lt;/p&gt;
          &lt;img src="http://feeds.feedburner.com/~r/dpiddy/~4/116770040" height="1" width="1"/&gt;</content>  <feedburner:origLink>http://piece.dpiddy.net/2007/5/15/three-excellent-softwares</feedburner:origLink></entry>
  <entry xml:base="http://piece.dpiddy.net/">
    <author>
      <name>dpiddy</name>
    </author>
    <id>tag:piece.dpiddy.net,2007-03-10:30</id>
    <published>2007-03-10T05:14:00Z</published>
    <updated>2007-03-10T05:42:41Z</updated>
    <category term="puppet" />
    <category term="system administration" />
    <link href="http://feeds.feedburner.com/~r/dpiddy/~3/100667265/puppet-and-related-thoughts" rel="alternate" type="text/html" />
    <title>Puppet and Related Thoughts</title>
<content type="html">
            &lt;p&gt;I’ve been looking into &lt;a href="http://reductivelabs.com/trac/puppet"&gt;Puppet&lt;/a&gt; a lot lately for centralized management and I think it’s pretty cool. It’s written in Ruby and the author and community are both very welcoming and helpful.&lt;/p&gt;


	&lt;p&gt;Along the lines of Puppet, I’ve had a system administration reawakening of sorts lately and I’ve been researching ways to make systems I create and maintain better. It seems so easy on the surface; make systems that do the same things the same and provide well-documented and hopefully automated processes to bring new ones to life. The Puppet author puts it in terms of car manufacturing: cars used to be built by hand but they aren’t anymore for obvious reasons. Why should systems and services be any different? We have the technology!&lt;/p&gt;


	&lt;p&gt;Here are the main references I’ve been referring to for this kind of info lately:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;The &lt;a href="http://reductivelabs.com/trac/puppet"&gt;puppet trac&lt;/a&gt; and its related documentation. Also &lt;a href="http://mirror.linux.org.au/pub/linux.conf.au/2007/video/friday/84.ogg"&gt;this presentation&lt;/a&gt; was very good.&lt;/li&gt;
		&lt;li&gt; &lt;a href="http://www.infrastructures.org/"&gt;Infrastructures.Org&lt;/a&gt;, which I found as the result of an unrelated Google search is what started all this for me. &lt;a href="http://trac.t7a.org/isconf"&gt;isconf&lt;/a&gt; is also interesting.&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://www.amazon.com/gp/product/0201702711?ie=UTF8&amp;tag=danpete-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0201702711"&gt;The Practice of System and Network Administration&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=danpete-20&amp;l=as2&amp;o=1&amp;a=0201702711" height="1" alt="" width="1" /&gt;, a generally OS-independent book about administration theory and best practices&lt;/li&gt;
	&lt;/ul&gt;
          &lt;img src="http://feeds.feedburner.com/~r/dpiddy/~4/100667265"/&gt;</content>  <feedburner:origLink>http://piece.dpiddy.net/2007/3/10/puppet-and-related-thoughts</feedburner:origLink></entry>
  <entry xml:base="http://piece.dpiddy.net/">
    <author>
      <name>dpiddy</name>
    </author>
    <id>tag:piece.dpiddy.net,2007-03-02:28</id>
    <published>2007-03-02T16:14:00Z</published>
    <updated>2007-03-02T16:24:06Z</updated>
    <category term="hdmi" />
    <category term="hdtv" />
    <link href="http://feeds.feedburner.com/~r/dpiddy/~3/98490394/need-an-hdmi-cable" rel="alternate" type="text/html" />
    <title>Need an HDMI Cable?</title>
<content type="html">
            &lt;p&gt;Be sure to check your local &lt;a href="http://www.biglots.com/"&gt;BigLots&lt;/a&gt;. I just got a &lt;a href="http://www.vizio.com/products/detail.aspx?pid=11"&gt;Vizio 42 inch &lt;span class="caps"&gt;LCD&lt;/span&gt;&lt;/a&gt; (which is awesome) and someone suggested I check there for a cable. I found them for $12.&lt;/p&gt;
          &lt;img src="http://feeds.feedburner.com/~r/dpiddy/~4/98490394"/&gt;</content>  <feedburner:origLink>http://piece.dpiddy.net/2007/3/2/need-an-hdmi-cable</feedburner:origLink></entry>
  <entry xml:base="http://piece.dpiddy.net/">
    <author>
      <name>dpiddy</name>
    </author>
    <id>tag:piece.dpiddy.net,2007-02-01:23</id>
    <published>2007-02-01T04:42:00Z</published>
    <updated>2007-02-01T05:17:55Z</updated>
    <category term="gtd" />
    <link href="http://feeds.feedburner.com/~r/dpiddy/~3/84764111/folding-laundry-is-getting-things-done" rel="alternate" type="text/html" />
    <title>Folding Laundry is Getting Things Done</title>
<content type="html">
            &lt;p&gt;I’ve been wanting to write something about &lt;a href="http://www.amazon.com/Getting-Things-Done-Stress-Free-Productivity/dp/0142000280"&gt;Getting Things Done&lt;/a&gt; for a long time but hadn’t figured out a way to sum it up. This might be a start.&lt;/p&gt;


	&lt;p&gt;I’ve never been much of a laundry folder. I hang shirts up so they don’t get wrinkled but as far as socks and things like that they usually get stuffed in a drawer or left in a pile on top of something. As I need things, like a pair of socks, I rummage through the pile trying to find a sock. Then I do it some more to find one that matches it. Not a big deal but it does take some time and it can be rather frustrating.&lt;/p&gt;


	&lt;p&gt;If I pair and store my socks somewhere sensible when they come out of the wash, I do the rummaging process once. It might take longer than it would to find one pair of socks in a pile but in the long run I’m saving a lot of time and possible frustration. And in the morning when I need a pair of socks, there’s no thinking involved. Just grab a pair and go!&lt;/p&gt;


	&lt;p&gt;That’s one way to sum up &lt;span class="caps"&gt;GTD&lt;/span&gt;. Do the thinking ahead of time so when the time comes to do something there’s no rummaging required—just pick an action and do it!&lt;/p&gt;
          &lt;img src="http://feeds.feedburner.com/~r/dpiddy/~4/84764111"/&gt;</content>  <feedburner:origLink>http://piece.dpiddy.net/2007/2/1/folding-laundry-is-getting-things-done</feedburner:origLink></entry>
  <entry xml:base="http://piece.dpiddy.net/">
    <author>
      <name>dpiddy</name>
    </author>
    <id>tag:piece.dpiddy.net,2007-01-27:21</id>
    <published>2007-01-27T03:54:25Z</published>
    <updated>2007-01-28T17:17:02Z</updated>
    <category term="ruby" />
    <link href="http://feeds.feedburner.com/~r/dpiddy/~3/82980433/pdf-writer-appeases-the-tax-man" rel="alternate" type="text/html" />
    <title>PDF::Writer appeases the tax man</title>
<content type="html">
            &lt;p&gt;I’ve used &lt;a href="http://ruby-pdf.rubyforge.org/pdf-writer/index.html"&gt;&lt;span class="caps"&gt;PDF&lt;/span&gt;::Writer&lt;/a&gt; for a few things in the past but nothing major. This past week a customer was having trouble with their payroll software and couldn’t print &lt;a href="http://en.wikipedia.org/wiki/Form_W-2#W-2"&gt;W2’s&lt;/a&gt;. See where this is going?&lt;/p&gt;


	&lt;p&gt;The core of the problem was not being able to apply a database update that would let their software do the printing. That’s a whole separate story in itself, but it was a real pain. The vendor eventually gave up and said any more troubleshooting would have to be billed. Since the customer is soon moving to new software that will replace this current suite, they didn’t want to spend any unnecessary money on it and I didn’t want them to either.&lt;/p&gt;


	&lt;p&gt;The only reason they needed this particular update was to print W2’s. I made the mistake initially of assuming that this update was tied to the gathering of the data in addition to the printing of it. But that was not the case. In passing I discovered they had been pulling the data out for use in Excel for over a week at that point. Knowing that, I thought I could work some magic by printing them myself. It sounded a little drastic but time was running out and the vendor was getting nowhere. The customer was going into “we’ll just have to type them up ourselves” mode, too.&lt;/p&gt;


	&lt;p&gt;I sat down with one of their pre-printed W2 forms and a ruler and had something respectable in no time. It took some more work to get everything just right…I’d say within an hour and a half, after printing 10 test sheets, it was perfect. So easy. The customer was thrilled they wouldn’t have to work over the weekend. I was thrilled that they wouldn’t be doing unnecessary manual typing. The vendor was still scratching their heads.&lt;/p&gt;
          &lt;img src="http://feeds.feedburner.com/~r/dpiddy/~4/82980433"/&gt;</content>  <feedburner:origLink>http://piece.dpiddy.net/2007/1/27/pdf-writer-appeases-the-tax-man</feedburner:origLink></entry>
  <entry xml:base="http://piece.dpiddy.net/">
    <author>
      <name>dpiddy</name>
    </author>
    <id>tag:piece.dpiddy.net,2006-12-21:20</id>
    <published>2006-12-21T05:04:29Z</published>
    <updated>2007-01-28T17:17:02Z</updated>
    <category term="asterisk" />
    <category term="canada" />
    <category term="travel" />
    <link href="http://feeds.feedburner.com/~r/dpiddy/~3/82980434/christmas-in-canada" rel="alternate" type="text/html" />
    <title>Christmas in Canada</title>
<content type="html">
            &lt;p&gt;Viki and I will be on our way to &lt;a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;q=Kingston,+ON,+Canada&amp;ie=UTF8&amp;z=12&amp;om=1&amp;iwloc=addr"&gt;Kingston, Ontario&lt;/a&gt; tomorrow for Christmas and New Year’s. We are both very excited! I’ve only been to Kingston once but that was in the summer of 2005. It was very nice and I’m looking forward to seeing how it is in the winter time…I hope I can stay warm enough.&lt;/p&gt;


	&lt;p&gt;Her dad and I will be messing around with &lt;a href="http://www.asterisk.org"&gt;Asterisk&lt;/a&gt; while I’m up there which should be fun. He’s been using it at home for a while and I’m getting ready to do my company’s first install the weekend after we get back. We’re using Polycom 601’s which can be seen &lt;a href="http://www.flickr.com/photos/dpiddy/324557345/"&gt;here&lt;/a&gt;. They have been great so far but I’m hoping to get some more time for experimenting while I’m up there. Thanks to the magic of &lt;a href="http://www.parallels.com/"&gt;Parallels&lt;/a&gt; I can have a server set up wherever my laptop is.&lt;/p&gt;


	&lt;p&gt;Anyway, I’m taking my trusty &lt;a href="http://www.flickr.com/cameras/canon/powershot_a80"&gt;Canon PowerShot &lt;span class="caps"&gt;A80&lt;/span&gt;&lt;/a&gt; (still kickin’) and should be putting pictures up on Flickr. Merry Christmas to everyone and happy New Year!&lt;/p&gt;
          &lt;img src="http://feeds.feedburner.com/~r/dpiddy/~4/82980434"/&gt;</content>  <feedburner:origLink>http://piece.dpiddy.net/2006/12/21/christmas-in-canada</feedburner:origLink></entry>
  <entry xml:base="http://piece.dpiddy.net/">
    <author>
      <name>dpiddy</name>
    </author>
    <id>tag:piece.dpiddy.net,2006-11-25:19</id>
    <published>2006-11-25T17:15:42Z</published>
    <updated>2007-01-28T17:17:02Z</updated>
    <category term="wii" />
    <link href="http://feeds.feedburner.com/~r/dpiddy/~3/82980435/wii-fun" rel="alternate" type="text/html" />
    <title>Wii Fun</title>
<content type="html">
            &lt;p&gt;The Wii rocks. Plain and simple. Yeah, it doesn’t have the best graphics but it makes up for it by being oh so fun. I have been meaning to write about mine since I got it but wanted to wait until I took it to my sister’s house to see how it did. Here’s the brief story of how I got it and how it held up.&lt;/p&gt;


	&lt;p&gt;The way I ended up getting it was pretty fun, too. On Saturday night (the release being at 12:01am that night), after attending the night portion of the &lt;a href="http://flickr.com/photos/dpiddy/sets/72157594381289463"&gt;Balloon Festival&lt;/a&gt;, I wanted to check out the crowd at the Wal-Mart that’s right by us. The employees said a line would start forming outside Layaway at 10pm but this was around 7:30pm and I was wondering who would be there already. It was pretty full. The Wal-Mart people had set up benches for people to sit on as they lined up which I thought was nice but my chances weren’t looking too good. We left there and I called the other Wal-Mart in town and the guy thought he saw 13 people lined up but he wasn’t sure how many Wiis they were getting. Viki took me down there and I discovered they had 28 numbered chairs set up; one for each Wii they had. And what luck! They had 2 chairs left. I took my spot and Viki was nice enough to get me something to eat and bring my iPod and DS Lite. :) She’s the best! So I waited until 12 and they called us my number and let us make our purchase. I just got the base system for now…I’ll buy a game or two after the holidays. I did pick up an extra remote at Target a couple days later, though.&lt;/p&gt;


	&lt;p&gt;Viki and I have had so much fun playing it…and we still just have Wii Sports! I’m teetering around the Pro level in baseball and Viki enjoys playing pretty much all the different sports. Last night, we took it to my sister’s and it was a great hit with everyone as you can see &lt;a href="http://flickr.com/photos/dpiddy/sets/72157594390686761"&gt;here&lt;/a&gt;. The older boys seemed to know right away basically how it worked but they had a hard time doing “real fake” motions like swinging at a pitch without actually having a bat or bowling without actually holding a ball. It took Jenn and Tom some getting used to but once they got the hang of it they loved it. We played all the different sports but I think tennis and bowling were the overall favorites. Tom especially liked how spin could be put on the ball in bowling…he really got into it. :P&lt;/p&gt;


	&lt;p&gt;I kept joking about &lt;a href="http://www.time.com/time/business/article/0,8599,1558498,00.html"&gt;this review&lt;/a&gt; which declares Wii Sports quite possibly the greatest videogame in the history of the universe but I have to say it is very entertaining. Reminds me of the Mac and Photo Booth…it really gives you a chance to take the new system out of the box and start having fun with it.&lt;/p&gt;
          &lt;img src="http://feeds.feedburner.com/~r/dpiddy/~4/82980435"/&gt;</content>  <feedburner:origLink>http://piece.dpiddy.net/2006/11/25/wii-fun</feedburner:origLink></entry>
  <entry xml:base="http://piece.dpiddy.net/">
    <author>
      <name>dpiddy</name>
    </author>
    <id>tag:piece.dpiddy.net,2006-11-02:18</id>
    <published>2006-11-02T05:17:18Z</published>
    <updated>2007-01-28T17:17:01Z</updated>
    <category term="pictures" />
    <link href="http://feeds.feedburner.com/~r/dpiddy/~3/82980436/flickr-a-day" rel="alternate" type="text/html" />
    <title>flickr a day</title>
<content type="html">
            &lt;p&gt;I recently imported some older albums into iPhoto and am trying to upload at least one or two photos a day to my &lt;a href="http://flickr.com/photos/dpiddy"&gt;flickr&lt;/a&gt; page. Feel free to have a look.&lt;/p&gt;


	&lt;p&gt;I really wanted to buy my sister’s Canon digital &lt;span class="caps"&gt;SLR&lt;/span&gt; once my condo sold but that hasn’t happened yet. I still have my trusty Canon PowerShot &lt;span class="caps"&gt;A80&lt;/span&gt;, though.&lt;/p&gt;
          &lt;img src="http://feeds.feedburner.com/~r/dpiddy/~4/82980436"/&gt;</content>  <feedburner:origLink>http://piece.dpiddy.net/2006/11/2/flickr-a-day</feedburner:origLink></entry>
  <entry xml:base="http://piece.dpiddy.net/">
    <author>
      <name>dpiddy</name>
    </author>
    <id>tag:piece.dpiddy.net,2006-11-02:17</id>
    <published>2006-11-02T05:01:15Z</published>
    <updated>2007-01-28T17:17:01Z</updated>
    <category term="os x" />
    <link href="http://feeds.feedburner.com/~r/dpiddy/~3/82980437/clicky-links-in-terminal" rel="alternate" type="text/html" />
    <title>Clicky links in Terminal</title>
<content type="html">
            &lt;p&gt;Hold down command and double click the &lt;span class="caps"&gt;URL&lt;/span&gt;. It’s that easy.&lt;/p&gt;


	&lt;p&gt;Thanks to a few gentlemen in &lt;a href="http://caboo.se"&gt;#caboose&lt;/a&gt; for this tip.&lt;/p&gt;
          &lt;img src="http://feeds.feedburner.com/~r/dpiddy/~4/82980437"/&gt;</content>  <feedburner:origLink>http://piece.dpiddy.net/2006/11/2/clicky-links-in-terminal</feedburner:origLink></entry>
  <entry xml:base="http://piece.dpiddy.net/">
    <author>
      <name>dpiddy</name>
    </author>
    <id>tag:piece.dpiddy.net,2006-10-27:16</id>
    <published>2006-10-27T03:39:30Z</published>
    <updated>2007-01-28T17:17:01Z</updated>
    <category term="tv" />
    <link href="http://feeds.feedburner.com/~r/dpiddy/~3/82980438/heroes" rel="alternate" type="text/html" />
    <title>Heroes</title>
<content type="html">
            &lt;p&gt;I don’t usually get into TV shows but I’m definitely addicted to &lt;a href="http://www.nbc.com/Heroes"&gt;Heroes&lt;/a&gt;, a new show on &lt;span class="caps"&gt;NBC&lt;/span&gt; this season. It’s a lot of fun to watch and try to guess what’s going to happen next. It can be tough to deal with the cliffhangers, though. Highly recommended.&lt;/p&gt;
          &lt;img src="http://feeds.feedburner.com/~r/dpiddy/~4/82980438"/&gt;</content>  <feedburner:origLink>http://piece.dpiddy.net/2006/10/27/heroes</feedburner:origLink></entry>
  <entry xml:base="http://piece.dpiddy.net/">
    <author>
      <name>dpiddy</name>
    </author>
    <id>tag:piece.dpiddy.net,2006-09-06:15</id>
    <published>2006-09-06T19:55:28Z</published>
    <updated>2007-01-28T17:17:00Z</updated>
    <link href="http://feeds.feedburner.com/~r/dpiddy/~3/82980439/i-m-available-for-hire" rel="alternate" type="text/html" />
    <title>I'm available for hire</title>
<content type="html">
            &lt;p&gt;I’m looking for Rails or systems work, full-time or contract. I’m currently in the Phoenix area but can do remote work and will consider moving.&lt;/p&gt;


	&lt;p&gt;Shoot me a line at dpiddy%gmail.com, where % is really @. Thanks.&lt;/p&gt;
          &lt;img src="http://feeds.feedburner.com/~r/dpiddy/~4/82980439"/&gt;</content>  <feedburner:origLink>http://piece.dpiddy.net/2006/9/6/i-m-available-for-hire</feedburner:origLink></entry>
  <entry xml:base="http://piece.dpiddy.net/">
    <author>
      <name>dpiddy</name>
    </author>
    <id>tag:piece.dpiddy.net,2006-07-10:14</id>
    <published>2006-07-10T04:37:41Z</published>
    <updated>2007-01-28T17:17:00Z</updated>
    <category term="music" />
    <link href="http://feeds.feedburner.com/~r/dpiddy/~3/82980440/currently-in-the-changer" rel="alternate" type="text/html" />
    <title>Currently in the changer</title>
<content type="html">
            &lt;p&gt;I changed up the CDs in my car changer (I know, I know…I’m working on an iPod connection) and thought it was a pretty rockin’ mix. Here they are:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;Further Seems Forever: &lt;a href="http://www.amazon.com/gp/product/B00005AKIL/"&gt;The Moon is Down&lt;/a&gt;
  (from back when the Dashboard Confessional guy knew how to rock)&lt;/li&gt;
		&lt;li&gt;Fairweather: &lt;a href="http://www.amazon.com/gp/product/B00009RXKI/"&gt;Lusitania&lt;/a&gt;
  (for the longest time had the title of Favorite Album Never Heard in My Car)&lt;/li&gt;
		&lt;li&gt;Radiohead: &lt;a href="http://www.amazon.com/gp/product/B000002TQV/"&gt;The Bends&lt;/a&gt;
  (for people who like guitars)&lt;/li&gt;
		&lt;li&gt;Brand New: &lt;a href="http://www.amazon.com/gp/product/B00009PJRD/"&gt;Deja Entendu&lt;/a&gt;
  (great live show (but stay out of the pit))&lt;/li&gt;
		&lt;li&gt;Engine Down: &lt;a href="http://www.amazon.com/gp/product/B0002NRRH4"&gt;S/T&lt;/a&gt;
  (&lt;a href="http://ambulettemusic.com"&gt;Maura&lt;/a&gt; Davis’ brother’s now defunct band; this album along with The Moon is Down are two of the best-drummed albums I’ve ever heard)&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;And there you have it. Get to rocking.&lt;/p&gt;
          &lt;img src="http://feeds.feedburner.com/~r/dpiddy/~4/82980440"/&gt;</content>  <feedburner:origLink>http://piece.dpiddy.net/2006/7/10/currently-in-the-changer</feedburner:origLink></entry>
  <entry xml:base="http://piece.dpiddy.net/">
    <author>
      <name>dpiddy</name>
    </author>
    <id>tag:piece.dpiddy.net,2006-06-29:13</id>
    <published>2006-06-29T16:14:45Z</published>
    <updated>2007-01-28T17:17:00Z</updated>
    <category term="plugins" />
    <category term="rails" />
    <link href="http://feeds.feedburner.com/~r/dpiddy/~3/82980441/polymorphic-combo-accessor-plugin" rel="alternate" type="text/html" />
    <title>Polymorphic Combo Accessor Plugin</title>
<content type="html">
            &lt;p&gt;Makes form work easier.&lt;/p&gt;


&lt;code&gt;
script/plugin install http://svn.dpiddy.net/plugins/polymorphic_combo_accessor
&lt;/code&gt;

	&lt;p&gt;See the &lt;a href="http://svn.dpiddy.net/plugins/polymorphic_combo_accessor/README"&gt;&lt;span class="caps"&gt;README&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
          &lt;img src="http://feeds.feedburner.com/~r/dpiddy/~4/82980441"/&gt;</content>  <feedburner:origLink>http://piece.dpiddy.net/2006/6/29/polymorphic-combo-accessor-plugin</feedburner:origLink></entry>
  <entry xml:base="http://piece.dpiddy.net/">
    <author>
      <name>dpiddy</name>
    </author>
    <id>tag:piece.dpiddy.net,2006-06-17:12</id>
    <published>2006-06-17T05:23:12Z</published>
    <updated>2007-01-28T17:17:00Z</updated>
    <category term="apple" />
    <category term="baseball" />
    <category term="ipod" />
    <link href="http://feeds.feedburner.com/~r/dpiddy/~3/82980442/rockies-pitchers-using-video-ipods-to-prepare" rel="alternate" type="text/html" />
    <title>Rockies pitchers using video iPods to prepare</title>
<content type="html">
            &lt;p&gt;As seen in &lt;a href="http://www.cnn.com/2006/TECH/06/16/ipod.homework.ap/index.html"&gt;this&lt;/a&gt; CNN article, it didn’t take long for baseball to find a use for the video iPod. I’ve heard of pitchers like &lt;a href="http://sports.espn.go.com/mlb/players/profile?statsId=4267"&gt;Curt Schilling&lt;/a&gt; poring over video and notes of batters but to have video like that in the palm the pitcher’s hand is pretty cool.&lt;/p&gt;


	&lt;p&gt;It’s not just the pitchers, though. Todd Helton has every one of his hits since 1998 stored by month. That’s over 1500 videos of success he can watch any time he’s not doing so well. Seems like that’d be pretty good for a lift.&lt;/p&gt;
          &lt;img src="http://feeds.feedburner.com/~r/dpiddy/~4/82980442"/&gt;</content>  <feedburner:origLink>http://piece.dpiddy.net/2006/6/17/rockies-pitchers-using-video-ipods-to-prepare</feedburner:origLink></entry>
</feed>
