<?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>One Mo' Gin</title>
	<atom:link href="http://www.onemogin.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.onemogin.com/blog</link>
	<description>Sometimes once isn't enough.  Perl programming plus whatever else piques my interest.</description>
	<lastBuildDate>Tue, 08 Sep 2009 17:25:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Another Bout With Math::Pari</title>
		<link>http://www.onemogin.com/blog/651-another-bout-with-mathpari</link>
		<comments>http://www.onemogin.com/blog/651-another-bout-with-mathpari#comments</comments>
		<pubDate>Tue, 08 Sep 2009 17:25:32 +0000</pubDate>
		<dc:creator>gphat</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.onemogin.com/blog/?p=651</guid>
		<description><![CDATA[Today we needed to install Math::Pari on an Opteron (x86_64) based Debian box at the office.  I&#8217;m documenting here the trials and tribulations we had to go through to get it to work:

Downloaded latest Math::Pari tarball from CPAN
Downloaded pari version 2.1.7 tarball
Untar Math::Pari
cd into Math::Pari and run &#8220;perl Makefile.PL pari_tgz=/path/to/pari-2.1.7.tgz&#8221;
Ignore all the stupid messages
run [...]]]></description>
			<content:encoded><![CDATA[<p>Today we needed to install Math::Pari on an Opteron (x86_64) based Debian box at the office.  I&#8217;m documenting here the trials and tribulations we had to go through to get it to work:</p>
<ul>
<li>Downloaded latest Math::Pari tarball from CPAN</li>
<li>Downloaded pari version 2.1.7 tarball</li>
<li>Untar Math::Pari</li>
<li>cd into Math::Pari and run &#8220;perl Makefile.PL pari_tgz=/path/to/pari-2.1.7.tgz&#8221;</li>
<li>Ignore all the stupid messages</li>
<li>run &#8220;make realclean&#8221;</li>
<li>cd into the new &#8220;pari-2.1.7&#8243; directory that is now inside the Math::Pari dist</li>
<li>run &#8220;./Configure&#8221; and then &#8220;make gp&#8221;</li>
<li>cd back up a directory to the Math::Pari dist</li>
<li>run &#8220;perl Makefile.PL Configure&#8221;</li>
<li>run &#8220;make&#8221;</li>
<li>run &#8220;make test&#8221;</li>
</ul>
<p>If all goes well then all your tests should be passing!  There may be an easier way to do this, but this is what worked for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onemogin.com/blog/651-another-bout-with-mathpari/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Chart::Clicker Examples</title>
		<link>http://www.onemogin.com/blog/645-new-examples</link>
		<comments>http://www.onemogin.com/blog/645-new-examples#comments</comments>
		<pubDate>Fri, 22 May 2009 23:49:22 +0000</pubDate>
		<dc:creator>gphat</dc:creator>
				<category><![CDATA[Chart::Clicker]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.onemogin.com/blog/?p=645</guid>
		<description><![CDATA[I just updated the site for my perl charting library, Chart::Clicker, with lots of new examples.  All the old ones had been added over time and things needed a consistency overhaul.  Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>I just updated the <a href="http://www.onemogin.com/clicker">site</a> for my perl charting library, <a href="http://search.cpan.org/perldoc?Chart::Clicker">Chart::Clicker</a>, with lots of <a href="http://www.onemogin.com/clicker/examples">new examples</a>.  All the old ones had been added over time and things needed a consistency overhaul.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onemogin.com/blog/645-new-examples/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Authenticating Against Active Directory with Catalyst</title>
		<link>http://www.onemogin.com/blog/639-authenticating-against-active-directory-with-catalyst</link>
		<comments>http://www.onemogin.com/blog/639-authenticating-against-active-directory-with-catalyst#comments</comments>
		<pubDate>Fri, 15 May 2009 00:09:43 +0000</pubDate>
		<dc:creator>gphat</dc:creator>
				<category><![CDATA[Catalyst]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.onemogin.com/blog/?p=639</guid>
		<description><![CDATA[One of the more entertaining part of working in e-commerce is dealing with PCI compliance.  I say interesting because the standard is a mix of good things and inane things.  Regardless, it&#8217;s required.  One of the sections deals with authentication and authorization.  We&#8217;ve traditionally done that sort of business internally, but [...]]]></description>
			<content:encoded><![CDATA[<p>One of the more entertaining part of working in e-commerce is dealing with <a href="http://en.wikipedia.org/wiki/PCI_DSS">PCI compliance</a>.  I say interesting because the standard is a mix of good things and inane things.  Regardless, it&#8217;s required.  One of the sections deals with authentication and authorization.  We&#8217;ve traditionally done that sort of business internally, but the newest PCI standards gave us quite a few requirements that we didn&#8217;t feel like adding.  Instead, we opted to offload that functionality onto our Windows machines.  We already had some experience with this, as our internal <a href="http://trac.edgewall.org/">Trac</a> talks to Active Directory to ease our administration when interfacing with the other departments.</p>
<p>Enough backstory.  I had some hassle getting <a href="http://search.cpan.org/perldoc?Catalyst::Authentication::Store::LDAP">Catalyst::Authentication::Store::LDAP</a> working with Active Directory.  I wanted both authentication and roles, so here&#8217;s what I ended up with:</p>
<pre>
Plugin::Authentication:
    default_realm: members
    realms:
        members:
            credential:
                class: Password
                password_field: password
                password_type: self_check
            store:
                class: LDAP
                ldap_server: dc1:389
                ldap_server_options:
                    timeout: 30
                binddn: cn=SomeAccountYouSetup,ou=Accounts,dc=domain,dc=com
                bindpw: password
                user_basedn: ou=Accounts,dc=domain,dc=com
                user_filter: (userPrincipalName=%s)
                user_field: mail
                use_roles: 1
                role_basedn: ou=Groups,dc=domain,dc=com
                role_filter: (member=%s)
                role_scope: sub
                role_field: name
                role_value: dn
                role_search_as_user: 0
                role_search_options:
                    deref: always
</pre>
<p>I&#8217;m not really participating in <a href="http://www.shadowcat.co.uk/blog/matt-s-trout/iron-man/">Matt&#8217;s Iron Man</a> but the flurry of Perl posting does leave me feeling a bit guilty for not saying a bit more about my language of choice.</p>
<p><b>UPDATE:</b> I&#8217;ve changed the configuration a bit to show what you need to change.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onemogin.com/blog/639-authenticating-against-active-directory-with-catalyst/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading Rainbow: Programming Edition</title>
		<link>http://www.onemogin.com/blog/624-reading-rainbow-programming-edition</link>
		<comments>http://www.onemogin.com/blog/624-reading-rainbow-programming-edition#comments</comments>
		<pubDate>Mon, 26 Jan 2009 02:42:30 +0000</pubDate>
		<dc:creator>gphat</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Useless Information]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.onemogin.com/blog/?p=624</guid>
		<description><![CDATA[I&#8217;ve been doing a lot of reading for the last 6 months.  It all started when I switched jobs last year.  I was working with a lot of smart guys who knew (and still know) significantly more than I do about practically everything with regards to programming languages.
My first adventure was with Paul [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing a lot of reading for the last 6 months.  It all started when I switched jobs last year.  I was working with a lot of smart guys who knew (and still know) significantly more than I do about practically everything with regards to programming languages.</p>
<p>My first adventure was with <a href="http://www.amazon.com/gp/product/0133708756?ie=UTF8&#038;tag=cohaco-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0133708756">Paul Graham&#8217;s <i>ANSI Common Lisp</i></a><img src="http://www.assoc-amazon.com/e/ir?t=cohaco-20&#038;l=as2&#038;o=1&#038;a=0133708756" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />.  I really enjoyed the concepts that the book introduced but I was very frustrated by the syntax and nomenclature.  Practically all my programming experience has been with &#8220;C-style&#8221; languages so Lisp is something of a leap.  Overall I think the biggest things I brought away from my time with this book were: functional languages are really cool and recursion is much cooler &mdash; and a lot easier &mdash; than I&#8217;d thought.</p>
<p>My next book wasn&#8217;t CS related.  I devoured <a href="http://www.amazon.com/gp/product/0061474096?ie=UTF8&#038;tag=cohaco-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0061474096">Neal Stephenson&#8217;s <i>Anathem</i></a><img src="http://www.assoc-amazon.com/e/ir?t=cohaco-20&#038;l=as2&#038;o=1&#038;a=0061474096" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />.  It was a great read but I&#8217;ve been itching to go back lately and read it again.  The more I read Stephenson&#8217;s books the more I pick up from them.  Anathem was very dense and I probably missed a lot of the good stuff.</p>
<p>Next on the agenda was <a href="http://www.amazon.com/gp/product/1934356093?ie=UTF8&#038;tag=cohaco-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=1934356093">Programming Groovy</a><img src="http://www.assoc-amazon.com/e/ir?t=cohaco-20&#038;l=as2&#038;o=1&#038;a=1934356093" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />.  I had no practical reason to use Groovy but I had been spending a lot of time using Java for work and was interested in what Groovy brought to the table.  The simplified syntax and heavy use of autoboxing made Java feel nimble and interesting.</p>
<p>Finally we&#8217;ve arrived at the present day.  Sitting beside me is a queue of books.  The current one is <a href="http://www.amazon.com/gp/product/193435600X?ie=UTF8&#038;tag=cohaco-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=193435600X">Programming Erlang: Software for a Concurrent World</a><img src="http://www.assoc-amazon.com/e/ir?t=cohaco-20&#038;l=as2&#038;o=1&#038;a=193435600X" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />.  I&#8217;ve got a list of programming languages I want to learn about and reading this will check one off the list.  I sat this one down because I wasn&#8217;t feeling some of the more complex &#8220;protocol&#8221; examples it got into.  Luckily I mustered up some more tuits and skipped that chapter.  The next one began processes and I&#8217;m really impressed with what Erlang can do.  I even thought of a project I could write in Erlang if I wasn&#8217;t so busy right now.</p>
<p>The next book on my list <a href="http://www.amazon.com/gp/product/159059620X?ie=UTF8&#038;tag=cohaco-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=159059620X">Practical OCaml</a><img src="http://www.assoc-amazon.com/e/ir?t=cohaco-20&#038;l=as2&#038;o=1&#038;a=159059620X" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />.  I&#8217;ve got it on loan from my friend Stevan and the quick glance I gave it piqued my interest.  I&#8217;ll proceed to this after finishing the Erlang book.</p>
<p>Looking back it&#8217;s amazing how much information I&#8217;ve absorbed in the last 6 months.  In the next few days I&#8217;ll post another category of books I&#8217;ve been reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onemogin.com/blog/624-reading-rainbow-programming-edition/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Back In Town</title>
		<link>http://www.onemogin.com/blog/619-back-in-town</link>
		<comments>http://www.onemogin.com/blog/619-back-in-town#comments</comments>
		<pubDate>Mon, 19 Jan 2009 00:18:34 +0000</pubDate>
		<dc:creator>gphat</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Useless Information]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.onemogin.com/blog/?p=619</guid>
		<description><![CDATA[I just returned from the Orlando Perl Workshop.  The conference was on the smallish side but I enjoyed the day of talks.  My two went well and I got to spend some time with friends that I&#8217;d either never physically met or that I hadn&#8217;t seen in quite a while.
The highlight of the [...]]]></description>
			<content:encoded><![CDATA[<p>I just returned from the <a href="http://perloasis.org/opw2009/">Orlando Perl Workshop</a>.  The conference was on the smallish side but I enjoyed the day of talks.  My two went well and I got to spend some time with friends that I&#8217;d either never physically met or that I hadn&#8217;t seen in quite a while.</p>
<p>The highlight of the weekend was probably hanging out at a pub that promised live soccer: Harry Rambsbottom&#8217;s.  We caught half of the Hull v Arsenal game and helped to run their cask of <a href="http://beeradvocate.com/beer/profile/139/293">Old Thumper</a> dry.  If we weren&#8217;t at the venue or on a go-kart track then we were at Harry&#8217;s.</p>
<p>The conference gave us a bit of time to talk about Enlightened Perl.  I had some good conversations about QueryLog, Perl performance and various other tidbits.  One of the things that I got from the conference was the desire to talk a bit more about how Magazines.com &mdash; and less so, me as a manager &mdash; get things done.  I&#8217;m going to start this week by writing out some of the stuff I&#8217;ve been doing in my spare time then working my way toward how out systems work.  This came up a few times during the weekend and I&#8217;m interested to hear how others do things.</p>
<p>So check back in a few days, I&#8217;ll have some thoughts up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onemogin.com/blog/619-back-in-town/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Starting off 2009 In New Places</title>
		<link>http://www.onemogin.com/blog/597-starting-of-2009-in-new-places</link>
		<comments>http://www.onemogin.com/blog/597-starting-of-2009-in-new-places#comments</comments>
		<pubDate>Thu, 01 Jan 2009 18:26:26 +0000</pubDate>
		<dc:creator>gphat</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Useless Information]]></category>

		<guid isPermaLink="false">http://www.onemogin.com/blog/?p=597</guid>
		<description><![CDATA[If you are reading this then welcome to my new host.  I&#8217;ve been meaning to move to my Linode for a year.  I took the time to do it today. Yay!
]]></description>
			<content:encoded><![CDATA[<p>If you are reading this then welcome to my new host.  I&#8217;ve been meaning to move to my <a href="http://www.linode.com">Linode</a> for a year.  I took the time to do it today. Yay!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onemogin.com/blog/597-starting-of-2009-in-new-places/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Come Work For Us</title>
		<link>http://www.onemogin.com/blog/596-come-work-for-us</link>
		<comments>http://www.onemogin.com/blog/596-come-work-for-us#comments</comments>
		<pubDate>Wed, 24 Dec 2008 02:32:42 +0000</pubDate>
		<dc:creator>gphat</dc:creator>
				<category><![CDATA[Catalyst]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Useless Information]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.onemogin.com/blog/?p=596</guid>
		<description><![CDATA[I work for magazines.com and we are looking to add to our team!
We&#8217;re a Perl shop, located in Franklin, Tennessee.  We sell magazine subscriptions online.  This year we&#8217;ve got a lot to do and I&#8217;m looking to add some developers to our ranks.  I&#8217;m not sure how many yet, but I can [...]]]></description>
			<content:encoded><![CDATA[<p>I work for <a href="http://www.magazines.com">magazines.com</a> and we are looking to add to our team!</p>
<p>We&#8217;re a Perl shop, located in <a href="http://maps.google.com/maps?f=q&#038;hl=en&#038;geocode=&#038;q=franklin,+tn&#038;sll=37.0625,-95.677068&#038;sspn=46.226656,78.134766&#038;ie=UTF8&#038;ll=35.958556,-86.801949&#038;spn=0.185637,0.305214&#038;z=12">Franklin, Tennessee</a>.  We sell magazine subscriptions online.  This year we&#8217;ve got a <em>lot</em> to do and I&#8217;m looking to add some developers to our ranks.  I&#8217;m not sure how many yet, but I can give the following details:</p>
<ul>
<li><b>Telecommuters are welcome.</b></>
<li>&#8220;New&#8221; code: Catalyst, DBIx::Class, Moose and all those things.</li>
<li>2009 Projects include two major &#8220;new&#8221; projects plus maintenance and refactoring in older applications.  Lots of niches to fill.  We&#8217;ll find the right one for you.</li>
<li>Apache, MySQL and Linux.</li>
<li>Conferences!  Number depends on schedule and work to be done.</li>
</ul>
<p>We aren&#8217;t looking for a <em>particular</em> job level. I&#8217;m interested in juniors to seniors.  The candidates we choose will depend on the choices we have.  If you are interested then drop an email to me via cwatson at magazines dot com.</p>
<p>I&#8217;m really excited about our work in 2009.  I&#8217;m opening the year with two talks at the <a href="http://perloasis.org/opw2009/">Orlando Perl Workshop</a> and a commitment to work with the Enlightened Perl Organisation.  I&#8217;ll eventually post this opportunity on <a href="http://jobs.perl.org/">jobs.perl.org</a> but wanted to start here.  Give me a shout!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onemogin.com/blog/596-come-work-for-us/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>You May Not Have Known</title>
		<link>http://www.onemogin.com/blog/594-you-may-not-have-known</link>
		<comments>http://www.onemogin.com/blog/594-you-may-not-have-known#comments</comments>
		<pubDate>Tue, 16 Dec 2008 04:21:21 +0000</pubDate>
		<dc:creator>gphat</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Useless Information]]></category>

		<guid isPermaLink="false">http://www.onemogin.com/blog/?p=594</guid>
		<description><![CDATA[Jackson tagged me with a &#8220;7 things about yourself&#8221; meme.  I made the mistake of scanning feeds right before bed and now I feel compelled to satisfy my obligation before bed, so here goes.

I&#8217;m a closet designer and typography nut.  I spent 2 hours &#8220;hacking&#8221; tonight on Fibonacci sequences, leading and rhythmic padding. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jaxn.org/article/2008/12/14/you-may-not-have-known/">Jackson</a> tagged me with a &#8220;7 things about yourself&#8221; meme.  I made the mistake of scanning feeds right before bed and now I feel compelled to satisfy my obligation before bed, so here goes.</p>
<ol>
<li>I&#8217;m a closet designer and typography nut.  I spent 2 hours &#8220;hacking&#8221; tonight on Fibonacci sequences, leading and rhythmic padding.  I don&#8217;t like talking about it with most people because so many people make this claim and so few seriously invest time and effort into learning the mechanics.  Therefore you&#8217;ll probably not see me advertise my work anytime soon.</li>
<li>I tend to have very few really strong opinions, I generally take on the opinions of those around me.  This isn&#8217;t to say I don&#8217;t <em>believe</em> anything, merely to say that I only seriously invest in a few core beliefs.</li>
<li>I&#8217;m proud of myself.</li>
<li>I intend to work much harder on the social aspect of my career in 2009.  More conferences (and talks), more Nashville gatherings, more blogging, etc.</li>
<li>Jennifer and I are going to drink wine more often with dinner.  I&#8217;m convinced it&#8217;s good for me!</li>
<li>I have one of every computer Apple makes, except the non-Pro Macbook. The laptop is the only one I ever turn off.</li>
<li>I&#8217;m the co-founder of <a href="http://www.coldhardcode.com">Cold Hard Code</a>.  We created <a href="http://www.cartionary.com">Cartionary</a> and <a href="http://www.roostermatic.com">Roostermatic</a>.  We&#8217;re currently working on a secret project.</li>
</ol>
<p>I&#8217;m not reposting the rules, but I am going to tag <a href="http://jshirley.vox.com/">Jay Shirley</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onemogin.com/blog/594-you-may-not-have-known/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Note To Sun</title>
		<link>http://www.onemogin.com/blog/592-a-note-to-sun</link>
		<comments>http://www.onemogin.com/blog/592-a-note-to-sun#comments</comments>
		<pubDate>Thu, 11 Dec 2008 02:01:00 +0000</pubDate>
		<dc:creator>gphat</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Useless Information]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.onemogin.com/blog/?p=592</guid>
		<description><![CDATA[We&#8217;ve used NetApp hardware for our NAS needs for the last few years.  My boss bought two a few years ago and they&#8217;ve been rock solid.  They have gotten a little long in the tooth and our capacity needs have grown, so we decided that this was the year to upgrade.
Around the time [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.magazines.com">We&#8217;ve</a> used <a href="http://www.netapp.com/us/">NetApp</a> hardware for our <a href="http://en.wikipedia.org/wiki/Network-attached_storage">NAS</a> needs for the last few years.  My boss bought two a few years ago and they&#8217;ve been rock solid.  They have gotten a little long in the tooth and our capacity needs have grown, so we decided that this was the year to upgrade.</p>
<p>Around the time that I started thinking about what to buy, <a href="http://www.sun.com">Sun</a> started making noise about their <a href="http://www.sun.com/storage/disk_systems/unified_storage/">Sun Storage 7000</a> line.  These bad boys pack a bunch of disks in a nice chassis, pump it full of Solaris (Open? not sure), format the whole shebang with <a href="http://en.wikipedia.org/wiki/ZFS">ZFS</a> then gussy the whole thing up with a nice web interface.</p>
<p>And they only cost $10k.  Nice.</p>
<p>Wait!  They even have a 60-day <a href="http://www.sun.com/tryandbuy/">Try and Buy</a> offer!  They ship it to you (free) and you can play with it for 60 days!  Like it?  Buy it for a 20% discount.  Don&#8217;t like it?  Mail it back! (free)</p>
<p>So I sign up and a week or so later I test it out.  It&#8217;s everything I hoped it would be!  I spent way too long emailing around trying to find out how to actually buy the damned thing.  I&#8217;ve got the approval and a credit card in my hand.  It took me a few hours to find out who to talk to.</p>
<p>I finally get the right person and I say &#8220;This thing is great.  Give me two!&#8221;</p>
<blockquote><p>Sorry sir, you&#8217;ll have to fill out paperwork for another Try and Buy to get the discount on the second unit.</p></blockquote>
<p>Huh?  Seriously.  Seems so.  What a pain in the ass!  Have you looked at your stock price lately?  Why are you making it so hard for me to <b>give you money</b>?  I feel like I&#8217;m standing at the door, leaving breath fog on the glass with money clenched in my hot hands.  Why do I have to take 30 minutes out of my day to fill out paperwork again?</p>
<p>So, resigned to my fate, I add &#8220;Fill out Sun&#8217;s stupid fucking paperwork&#8221; on my TODO list and go back to work.  Guess what happens.  NetApp calls!  They come out and talk to us and we send them away with instructions to send us a quote in 2 days, as we like the Sun gear. </p>
<p>Lucky for Sun, NetApp came back with too high a price.  Even though NetApp would&#8217;ve taken my money happily and given me what I wanted, I decided to go with Sun.  Consider that a dodged bullet, <a href="http://finance.google.com/finance?q=JAVA">Sun</a>.  You might want to consider if this &#8220;open&#8221; push is at odds with your ridiculous bureaucracy.  You should not make it hard for me to <b>give you money</b>.  But thanks for the sweet Try and Buy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onemogin.com/blog/592-a-note-to-sun/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nope, I&#8217;m Not Dead</title>
		<link>http://www.onemogin.com/blog/589-nope-im-not-dead</link>
		<comments>http://www.onemogin.com/blog/589-nope-im-not-dead#comments</comments>
		<pubDate>Thu, 04 Dec 2008 00:14:20 +0000</pubDate>
		<dc:creator>gphat</dc:creator>
				<category><![CDATA[Catalyst]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Useless Information]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.onemogin.com/blog/?p=589</guid>
		<description><![CDATA[I recently rejoined my team at magazines.com and have been pretty busy getting back into the groove there.  It&#8217;s a busy place in Q4, so side stuff has taken a back seat.  Well, that&#8217;s mostly WoW&#8217;s fault.
While I&#8217;m at it, if you are a LAMP System Administrator in Nashville (or nearby) and are [...]]]></description>
			<content:encoded><![CDATA[<p>I recently rejoined my team at <a href="http://www.magazines.com">magazines.com</a> and have been pretty busy getting back into the groove there.  It&#8217;s a busy place in Q4, so side stuff has taken a back seat.  Well, that&#8217;s mostly <a href="http://www.worldofwarcraft.com">WoW</a>&#8217;s fault.</p>
<p>While I&#8217;m at it, if you are a LAMP System Administrator in Nashville (or nearby) and are looking for a great opportunity, drop an email to cwatson at magazines dot com!</p>
<p>On a side note, my <a href="http://www.catalystframework.org/calendar/2008/3">first entry</a> of the <a href="http://www.catalystframework.org/calendar/2008/">2008 Catalyst Advent Calendar</a> went up today.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onemogin.com/blog/589-nope-im-not-dead/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
