<?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>hmmm....</title>
	<atom:link href="http://michael.thegrebs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://michael.thegrebs.com</link>
	<description></description>
	<lastBuildDate>Thu, 15 Oct 2009 16:03:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Comic Genius</title>
		<link>http://michael.thegrebs.com/2009/09/29/comic-genius/</link>
		<comments>http://michael.thegrebs.com/2009/09/29/comic-genius/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 00:26:56 +0000</pubDate>
		<dc:creator>mikegrb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[comedy]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://michael.thegrebs.com/2009/09/29/comic-genius/</guid>
		<description><![CDATA[This guy is a comic genius!  Sheer hilarity.

]]></description>
			<content:encoded><![CDATA[<p>This guy is a comic genius!  Sheer hilarity.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube-nocookie.com/v/kCvkatCGNFY&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/kCvkatCGNFY&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://michael.thegrebs.com/2009/09/29/comic-genius/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebService::MobileMe uploaded to the CPAN</title>
		<link>http://michael.thegrebs.com/2009/07/26/webservicemobileme-uploaded-to-the-cpan/</link>
		<comments>http://michael.thegrebs.com/2009/07/26/webservicemobileme-uploaded-to-the-cpan/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 23:06:23 +0000</pubDate>
		<dc:creator>mikegrb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobileme]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://michael.thegrebs.com/?p=232</guid>
		<description><![CDATA[Just a quick post to announce a new perl module I uploaded to the CPAN the other day.  It&#8217;s still to be considered alpha quality as it is lacking error checking and other such necessary stuffs but is working for me.
Usage looks like:
use WebService::MobileMe;

my $mme = WebService::MobileMe-&#62;new&#40;
&#160; &#160; username =&#62; 'yaakov', password =&#62; 'HUGELOVE' [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick post to announce a new perl module I uploaded to the CPAN the other day.  It&#8217;s still to be considered alpha quality as it is lacking error checking and other such necessary stuffs but is working for me.</p>
<p>Usage looks like:</p>
<div class="codecolorer-container perl vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="perl codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">use</span> WebService<span style="color: #339933;">::</span><span style="color: #006600;">MobileMe</span><span style="color: #339933;">;</span><br />
<br />
<span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$mme</span> <span style="color: #339933;">=</span> WebService<span style="color: #339933;">::</span><span style="color: #006600;">MobileMe</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">new</span><span style="color: #009900;">&#40;</span><br />
&nbsp; &nbsp; username <span style="color: #339933;">=&gt;</span> <span style="color: #ff0000;">'yaakov'</span><span style="color: #339933;">,</span> password <span style="color: #339933;">=&gt;</span> <span style="color: #ff0000;">'HUGELOVE'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$location</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">$mme</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">locate</span><span style="color: #339933;">;</span><br />
<span style="color: #000066;">print</span> <span style="color: #339933;">&lt;</span> <span style="color: #339933;">&lt;</span><span style="color: #ff0000;">&quot;EOT&quot;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; As of <span style="color: #0000ff;">$location</span><span style="color: #339933;">-&gt;</span><span style="color: #009900;">&#123;</span>date<span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">$location</span><span style="color: #339933;">-&gt;</span><span style="color: #009900;">&#123;</span><span style="color: #000066;">time</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span> Yaakov was at<br />
&nbsp; &nbsp; <span style="color: #0000ff;">$location</span><span style="color: #339933;">-&gt;</span><span style="color: #009900;">&#123;</span>latitude<span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">$location</span><span style="color: #339933;">-&gt;</span><span style="color: #009900;">&#123;</span>longitude<span style="color: #009900;">&#125;</span> <span style="color: #009900;">&#40;</span>plus <span style="color: #b1b100;">or</span> minus<br />
&nbsp; &nbsp; <span style="color: #0000ff;">$location</span><span style="color: #339933;">-&gt;</span><span style="color: #009900;">&#123;</span>accuracy<span style="color: #009900;">&#125;</span> meters<span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span><br />
EOT<br />
<span style="color: #0000ff;">$mme</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">sendMessage</span><span style="color: #009900;">&#40;</span> message <span style="color: #339933;">=&gt;</span> <span style="color: #ff0000;">'Hi Yaakov!'</span><span style="color: #339933;">,</span> <span style="color: #000066;">alarm</span> <span style="color: #339933;">=&gt;</span> 1 <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></div>
<p>The online documentation is available via <a href="http://search.cpan.org/~mikegrb/WebService-MobileMe/lib/WebService/MobileMe.pm">search.cpan.org</a>.</p>
<p>Git Web: <a href="http://git.thegrebs.com/?p=WebService-MobileMe">http://git.thegrebs.com/?p=WebService-MobileMe</a><br />
Git Clone: http://git.thegrebs.com/git/WebService-MobileMe</p>
]]></content:encoded>
			<wfw:commentRss>http://michael.thegrebs.com/2009/07/26/webservicemobileme-uploaded-to-the-cpan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YAPC&#124;10</title>
		<link>http://michael.thegrebs.com/2009/06/01/yapc10/</link>
		<comments>http://michael.thegrebs.com/2009/06/01/yapc10/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 17:53:44 +0000</pubDate>
		<dc:creator>mikegrb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[yapc]]></category>

		<guid isPermaLink="false">http://michael.thegrebs.com/?p=227</guid>
		<description><![CDATA[I will be at YAPC&#124;10 in Pittsburgh the end of June.  Here&#8217;s a schedule of the talks I plan to attend.  There are a few holes not because the talks at those time suck but because they rock so hard I can&#8217;t decide which I want to attend.

]]></description>
			<content:encoded><![CDATA[<p>I will be at <a href="http://yapc10.org/yn2009/">YAPC|10</a> in Pittsburgh the end of June.  Here&#8217;s a schedule of the talks I plan to attend.  There are a few holes not because the talks at those time suck but because they rock so hard I can&#8217;t decide which I want to attend.</p>
<p><iframe src="https://www.google.com/calendar/hosted/thegrebs.com/embed?mode=AGENDA&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=thegrebs.com_hoqmg0gv7oikpa0op34pjbm5tg%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FNew_York" style=" border:solid 1px #777 " width="500" height="600" frameborder="0" scrolling="no"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://michael.thegrebs.com/2009/06/01/yapc10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing a Tone Through an Arduino Connected Piezo</title>
		<link>http://michael.thegrebs.com/2009/03/23/playing-a-tone-through-an-arduino-connected-piezo/</link>
		<comments>http://michael.thegrebs.com/2009/03/23/playing-a-tone-through-an-arduino-connected-piezo/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 02:27:52 +0000</pubDate>
		<dc:creator>mikegrb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[piezo]]></category>

		<guid isPermaLink="false">http://michael.thegrebs.com/?p=214</guid>
		<description><![CDATA[I&#8217;m working on a top secret project, all I&#8217;ll say is it involves the Arduino, Twitter, and the refrigerator, and needed to play a tone through a piezo connected to the Arduino.  I looked around and the closest I could find was a tutorial  that included code to play a melody.
This wasn&#8217;t quite [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a top secret project, all I&#8217;ll say is it involves the Arduino, Twitter, and the refrigerator, and needed to play a tone through a piezo connected to the Arduino.  I looked around and the closest I could find was <a href="http://www.arduino.cc/en/Tutorial/PlayMelody">a tutorial  that included code to play a melody</a>.</p>
<p>This wasn&#8217;t quite what I wanted and the playTone function expects the notes and timing to be in global variables which makes the baby jesus cry.  The premise was simple though.  Take the period and divide by two then bring the output high then low for this amount of time, repeat to make up the desired duration.</p>
<div class="codecolorer-container c vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="c codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #993333;">int</span> pinSpeaker <span style="color: #339933;">=</span> <span style="color: #0000dd;">10</span><span style="color: #339933;">;</span><br />
<br />
<span style="color: #993333;">void</span> setup <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; pinMode<span style="color: #009900;">&#40;</span>pinSpeaker<span style="color: #339933;">,</span> OUTPUT<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span><br />
<br />
<span style="color: #993333;">void</span> loop <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; playTone<span style="color: #009900;">&#40;</span>750<span style="color: #339933;">,</span> 500<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; delay<span style="color: #009900;">&#40;</span>750<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span><br />
<br />
<span style="color: #666666; font-style: italic;">// duration in mSecs, frequency in hertz</span><br />
<span style="color: #993333;">void</span> playTone<span style="color: #009900;">&#40;</span><span style="color: #993333;">long</span> duration<span style="color: #339933;">,</span> <span style="color: #993333;">int</span> freq<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; duration <span style="color: #339933;">*=</span> <span style="color: #0000dd;">1000</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #993333;">int</span> period <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span>1.0 <span style="color: #339933;">/</span> freq<span style="color: #009900;">&#41;</span> <span style="color: #339933;">*</span> <span style="color: #0000dd;">1000000</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #993333;">long</span> elapsed_time <span style="color: #339933;">=</span> <span style="color: #0000dd;">0</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span>elapsed_time <span style="color: #339933;">&lt;</span> duration<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; digitalWrite<span style="color: #009900;">&#40;</span>pinSpeaker<span style="color: #339933;">,</span>HIGH<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; delayMicroseconds<span style="color: #009900;">&#40;</span>period <span style="color: #339933;">/</span> 2<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; digitalWrite<span style="color: #009900;">&#40;</span>pinSpeaker<span style="color: #339933;">,</span> LOW<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; delayMicroseconds<span style="color: #009900;">&#40;</span>period <span style="color: #339933;">/</span> 2<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; elapsed_time <span style="color: #339933;">+=</span> <span style="color: #009900;">&#40;</span>period<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />
<span style="color: #009900;">&#125;</span></div></div>
<p>This simple sketch plays a 500Hz tone for 750 mSec, pauses 750 mSec and repeats.  To use it in your sketch simply define pinSpeaker and set it for output, copy playTone to your sketch and call it with the duration in milliseconds and the frequency in hertz.</p>
]]></content:encoded>
			<wfw:commentRss>http://michael.thegrebs.com/2009/03/23/playing-a-tone-through-an-arduino-connected-piezo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I am so totally a nerd</title>
		<link>http://michael.thegrebs.com/2009/03/03/i-am-so-totally-a-nerd/</link>
		<comments>http://michael.thegrebs.com/2009/03/03/i-am-so-totally-a-nerd/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 01:39:03 +0000</pubDate>
		<dc:creator>mikegrb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[LOGO]]></category>
		<category><![CDATA[nerd]]></category>

		<guid isPermaLink="false">http://michael.thegrebs.com/?p=209</guid>
		<description><![CDATA[Somebody came into the IRC support channel for work and their nick was &#8216;turtle&#8217;.  I made a logo joke and a co-worker corrected my short LOGO triangle.  This prompted me to waste 20 minutes in a LOGO interpreter.
RT 30
REPEAT 3 [REPEAT 3 [FD 100 RT 120] RT 120]
PENUP
FD 100
PENDOWN
RT 90
REPEAT 360 [FD 1.75 [...]]]></description>
			<content:encoded><![CDATA[<p>Somebody came into the IRC support channel for work and their nick was &#8216;turtle&#8217;.  I made a logo joke and a co-worker corrected my short LOGO triangle.  This prompted me to waste 20 minutes in a LOGO interpreter.</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">RT 30<br />
REPEAT 3 [REPEAT 3 [FD 100 RT 120] RT 120]<br />
PENUP<br />
FD 100<br />
PENDOWN<br />
RT 90<br />
REPEAT 360 [FD 1.75 RT 1]</div></div>
<p>The output:<br />
<a href="http://michael.thegrebs.com/wp-content/uploads/2009/03/logo.png"><img src="http://michael.thegrebs.com/wp-content/uploads/2009/03/logo.png" alt="logo" title="logo" width="282" height="251" class="size-full wp-image-210" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://michael.thegrebs.com/2009/03/03/i-am-so-totally-a-nerd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pitz prepares to rock my socks</title>
		<link>http://michael.thegrebs.com/2009/02/22/pitz-prepares-to-rock-my-socks/</link>
		<comments>http://michael.thegrebs.com/2009/02/22/pitz-prepares-to-rock-my-socks/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 04:16:57 +0000</pubDate>
		<dc:creator>mikegrb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://michael.thegrebs.com/?p=198</guid>
		<description><![CDATA[Matt Wilson must be spying on my dialogs in sekrit IRC channels.  After setting up Task this evening I mentioned there being several project ticketing systems, like Ditz, that store data in the RCS.  I was lamenting the fact that there wasn&#8217;t any of these systems written in anything other than ruby that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.tplus1.com/">Matt Wilson</a> must be spying on my dialogs in sekrit IRC channels.  After setting up <a href="http://www.beckingham.net/task.html">Task</a> this evening I mentioned there being several project ticketing systems, like <a href="http://ditz.rubyforge.org/">Ditz</a>, that store data in the RCS.  I was lamenting the fact that there wasn&#8217;t any of these systems written in anything other than ruby that I was aware of.</p>
<p>Reading my RSS feeds before bed, I found <a href='http://blog.tplus1.com/index.php/2009/02/22/my-new-ticket-tracking-system-is-now-vaporware/'>&#8220;My new ticket tracking system is now vaporware&#8221;</a> from <a href="http://blog.tplus1.com/">Matt Wilson&#8217;s blog</a> talking about <a href="http://pitz.tplus1.com/">Pitz</a>, his soon to exist Python implementation of <a href="http://ditz.rubyforge.org/">Ditz</a>.</p>
<p>Please take a few moments to read over the feature set and example commands on the <a href="http://pitz.tplus1.com/">Pitz</a> site and let Matt know about any ideas/suggestions you may have.</p>
]]></content:encoded>
			<wfw:commentRss>http://michael.thegrebs.com/2009/02/22/pitz-prepares-to-rock-my-socks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>~/.bashrc Perl Module Version Tip</title>
		<link>http://michael.thegrebs.com/2009/01/09/bashrc-perl-module-version-tip/</link>
		<comments>http://michael.thegrebs.com/2009/01/09/bashrc-perl-module-version-tip/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 16:41:12 +0000</pubDate>
		<dc:creator>mikegrb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://michael.thegrebs.com/?p=189</guid>
		<description><![CDATA[I often need to quickly check the version of a perl module currently installed.  A while back I got tired of running:
[michael@orion(~/)] perl -MPOE::Filter -e 'print $POE::Filter::VERSION, &#34;\n&#34;'
1.2357
So I added a quick function to .bashrc:
pm-vers &#40;&#41; &#123;
&#160; &#160; perl -M$1 -e &#34;print \$$1::VERSION, \&#34;\n\&#34;&#34;
&#125;
Now I just run:
[michael@orion(~/)] pm-vers POE::Filter
1.2357
]]></description>
			<content:encoded><![CDATA[<p>I often need to quickly check the version of a perl module currently installed.  A while back I got tired of running:</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">[michael@orion(~/)] perl -MPOE::Filter -e 'print $POE::Filter::VERSION, &quot;\n&quot;'<br />
1.2357</div></div>
<p>So I added a quick function to .bashrc:</p>
<div class="codecolorer-container bash vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">pm-vers <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #c20cb9; font-weight: bold;">perl</span> -M$1 <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;print <span style="color: #000099; font-weight: bold;">\$</span>$1::VERSION, <span style="color: #000099; font-weight: bold;">\&quot;</span><span style="color: #000099; font-weight: bold;">\n</span><span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">&#125;</span></div></div>
<p>Now I just run:</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">[michael@orion(~/)] pm-vers POE::Filter<br />
1.2357</div></div>
]]></content:encoded>
			<wfw:commentRss>http://michael.thegrebs.com/2009/01/09/bashrc-perl-module-version-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>git diff and white space</title>
		<link>http://michael.thegrebs.com/2009/01/07/git-diff-and-whitespace/</link>
		<comments>http://michael.thegrebs.com/2009/01/07/git-diff-and-whitespace/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 04:44:04 +0000</pubDate>
		<dc:creator>mikegrb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://michael.thegrebs.com/?p=182</guid>
		<description><![CDATA[So I&#8217;m getting ready to make a commit to wxperl and I run a
git diff
to check on changes and git yelled at me that I had some trailing white space.  Well it didn&#8217;t yell but it hi-lighted the white space in red.  Way awesome!

]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m getting ready to make a commit to <a href="http://michael.thegrebs.com/software/wxperl/">wxperl</a> and I run a</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">git diff</div></div>
<p>to check on changes and git yelled at me that I had some trailing white space.  Well it didn&#8217;t yell but it hi-lighted the white space in red.  Way awesome!</p>
<p><a href="http://michael.thegrebs.com/wp-content/uploads/2009/01/git-diff-trailing-white-space.png"><img src="http://michael.thegrebs.com/wp-content/uploads/2009/01/git-diff-trailing-white-space-300x145.png" alt="git-diff-trailing-white-space" title="git-diff-trailing-white-space" width="300" height="145" class="aligncenter size-medium wp-image-185" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://michael.thegrebs.com/2009/01/07/git-diff-and-whitespace/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Net::Abuse::Utils v0.10 Released</title>
		<link>http://michael.thegrebs.com/2008/12/28/netabuseutils-v010-released/</link>
		<comments>http://michael.thegrebs.com/2008/12/28/netabuseutils-v010-released/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 04:23:04 +0000</pubDate>
		<dc:creator>mikegrb</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://michael.thegrebs.com/?p=154</guid>
		<description><![CDATA[I just released Net::Abuse::Utils v0.10 to CPAN.  If you can&#8217;t wait, grab it here.
If you haven&#8217;t heard of this module before, see this online example of some of the data that can be returned.  Online docs are available as well at search.cpan.org.
From the Changes file:

New get_domain function that converts host name to domain [...]]]></description>
			<content:encoded><![CDATA[<p>I just released Net::Abuse::Utils v0.10 to CPAN.  If you can&#8217;t wait, grab it <a href="http://thegrebs.com/~michael/modules/Net-Abuse-Utils-0.10.tar.gz">here</a>.</p>
<p>If you haven&#8217;t heard of this module before, see this <a href="http://thegrebs.com/ip-info/">online example</a> of some of the data that can be returned.  Online docs are available as well at <a href="http://search.cpan.org/~mikegrb/Net-Abuse-Utils/lib/Net/Abuse/Utils.pm">search.cpan.org</a>.</p>
<p>From the Changes file:</p>
<ul>
<li>New get_domain function that converts host name to domain name</li>
<li> Memoize support though commented out by default, enable by<br />
	  uncommenting the following two lines in lib/Net/Abuse/Utils.pm<br />
		# use Memoize;<br />
		# memoize(&#8216;_return_rr&#8217;);<br />
	  A future version will likely allow Memoization via an export tag.</li>
</ul>
<p>The <em>get_domain</em> function is fairly spiffy taking a host name like &#8216;michael.thegrebs.com&#8217; and turning it into the domain name, &#8216;thegrebs.com&#8217;, but with proper recognition of second level zones like .co.uk.</p>
<p>The Memoization support is weak and I almost removed it but decided to leave it in but commented out for this release.  It speeds up batch processing of large quantities of requests fairly well.  Processing a days worth of spam used to take an average of 5 minutes and is now down to a minute and a half.  This is quite a bit more increase than I expected as I am using bind with heavy local caching.</p>
<p>There were a few more changes mostly related to distribution related stuff, see <a href="http://git.thegrebs.com/?p=Net-Abuse-Utils">git</a> for the full gory details.</p>
<p>Not a horribly significant release but it&#8217;s been a while since the last one and I wanted to get <em>get_domain</em> out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://michael.thegrebs.com/2008/12/28/netabuseutils-v010-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geeky Weather Station Stuffs</title>
		<link>http://michael.thegrebs.com/2008/12/21/geeky-weather-station-stuffs/</link>
		<comments>http://michael.thegrebs.com/2008/12/21/geeky-weather-station-stuffs/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 03:08:55 +0000</pubDate>
		<dc:creator>mikegrb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[weather]]></category>
		<category><![CDATA[wxperl]]></category>

		<guid isPermaLink="false">http://michael.thegrebs.com/?p=141</guid>
		<description><![CDATA[
http://weather.thegrebs.com/
I recently received a nice Honeywell weather station.  It turns out they are actually manufactured by a company called Irox which also sells stations under it&#8217;s own name but they seem to be more popular in Europe.  Being a geek, one of the first things I did was check out Linux or OS [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://michael.thegrebs.com/wp-content/uploads/2008/12/wxperl.png" alt="wxperl" title="wxperl" width="200" height="385" class="alignright size-full wp-image-176" /><br />
<a href="http://weather.thegrebs.com/">http://weather.thegrebs.com/</a></p>
<p>I recently received a nice Honeywell weather station.  It turns out they are actually manufactured by a company called Irox which also sells stations under it&#8217;s own name but they seem to be more popular in Europe.  Being a geek, one of the first things I did was check out Linux or OS X support.  Unfortunately only one piece of software supports this weather station under Linux, <a href="http://www.weather-display.com/index.php">Weather Display</a>.  There Linux software is freeware but not open source and leaves quite a bit to be desired but at least it would talk to the weather station and collect data from it.</p>
<p>With a bit of Googling I found <a href="http://saratoga-weather.org/template/index.php">Saratoga Weather</a> which seems to be based on a template from <a href="http://www.carterlake.org/webtemplates.php">Carter Lakes</a>.  Unfortunately the PHP code is a bit of a mess with 43 separate php files all in a top level directory and including each other.  With a bit of work I was able to bend it to my will but every little change was a pain to accomplish.</p>
<p>I started slowly re-implementing things in Perl.  I found an <a href="http://www.tnetweather.com/wd-parser.php">online WD data-file parser</a> which greatly helped in figuring out what the fields in Weather Displays native log files meant.  Fast-forward a couple of weeks and I think things are pretty much done feature wise.  I lack NWS warning/watch/advisory notification, the thermometer image with today&#8217;s information is still PHP generated, and I don&#8217;t yet have a wind graph.  These last few details shouldn&#8217;t take too much work when I get around to it.  I also have a few features the original lacks, graphs, a daily tweet with today&#8217;s high/low, and sane code :p.</p>
<p>The information from my weather station is available online at <a href="http://weather.thegrebs.com/">http://weather.thegrebs.com/</a> and the source is available via git clone from http://git.thegrebs.com/git/wxperl.  You may also browse the repo via Git Web at <a href="http://git.thegrebs.com/?p=wxperl">http://git.thegrebs.com/?p=wxperl</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://michael.thegrebs.com/2008/12/21/geeky-weather-station-stuffs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
