<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;DUMFRXk7cCp7ImA9WhBVEUk.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173</id><updated>2013-04-16T16:23:34.708-05:00</updated><category term="PHP" /><category term="PEAR" /><category term="sleep" /><category term="Berta" /><category term="polyphasic" /><category term="codeworks" /><category term="PhpDocumentor" /><category term="vacation" /><category term="beach" /><category term="cw09" /><category term="Eclipse" /><category term="phpUnderControl" /><category term="tagged" /><category term="Xdebug" /><category term="Mylyn" /><category term="wine" /><category term="Sourceforge" /><category term="Oracle" /><category term="tennis" /><category term="LDAP" /><title>The Nazg Speaketh</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://thenazg.blogspot.com/" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>21</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/TheNazgSpeaketh" /><feedburner:info uri="thenazgspeaketh" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;DUMFRXk6cCp7ImA9WhBVEUk.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-6084420208640494870</id><published>2013-04-16T16:23:00.000-05:00</published><updated>2013-04-16T16:23:34.718-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-04-16T16:23:34.718-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Oracle" /><title>Using TKPROF?  Don't Rename Your Trace Files!</title><summary type="html">Note to self:  an Oracle trace file must still be named its original name if you want TKPROF to accept it for processing.

I received two Oracle trace files, after both had been renamed to be more meaningful in the current troubleshooting context.  I then churned butter for 30 minutes, trying to understand why TKPROF would not do anything except say "could not open trace file".  Eventually, I &lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/roY6_M8qEtQ" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/6084420208640494870/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=6084420208640494870" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/6084420208640494870?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/6084420208640494870?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/roY6_M8qEtQ/using-tkprof-dont-rename-your-trace.html" title="Using TKPROF?  Don't Rename Your Trace Files!" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2013/04/using-tkprof-dont-rename-your-trace.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkUGRHc-eCp7ImA9WhNSF00.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-6610760179803852186</id><published>2012-10-31T12:23:00.002-05:00</published><updated>2012-10-31T12:23:45.950-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-10-31T12:23:45.950-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="PHP" /><title>Turn Those IF Branches Around</title><summary type="html">When I find a conditional structure of IF-ELSEIF-ELSE or bigger, in most cases I've noticed that the first things being checked for are the exceptional conditions, the exclusionary conditions, and then the expected follow-the-rules condition will be the last piece.  In effect, the branch that gets chosen the most is the last one reached.

In looking for refactoring opportunities to simplify these&lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/Z-508V--XSQ" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/6610760179803852186/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=6610760179803852186" title="11 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/6610760179803852186?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/6610760179803852186?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/Z-508V--XSQ/turn-those-if-branches-around.html" title="Turn Those IF Branches Around" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><thr:total>11</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2012/10/turn-those-if-branches-around.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0ECRX05fyp7ImA9WhNSGUo.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-544698800412215088</id><published>2012-10-31T10:17:00.000-05:00</published><updated>2012-11-03T16:54:24.327-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-11-03T16:54:24.327-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="PHP" /><title>Improving My Use of Database Lookup Tables in PHP</title><summary type="html">&amp;lt;!--[if gte mso 9]&amp;gt;
 
  Normal
  0
  
  
  
  
  false
  false
  false
  
  EN-US
  X-NONE
  X-NONE
  
   
   
   
   
   
   
   
   
   
  
  MicrosoftInternetExplorer4
  
   
   
   
   
   
   
   
   
   
   
   
  
&amp;lt;![endif]--&amp;gt;

When you're deep in code and realize that each item of a batch needs to check some other info from somewhere else, the most straightfoward way to get the info you &lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/GNVtOumdJt0" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/544698800412215088/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=544698800412215088" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/544698800412215088?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/544698800412215088?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/GNVtOumdJt0/improving-my-use-of-database-lookup.html" title="Improving My Use of Database Lookup Tables in PHP" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2012/10/improving-my-use-of-database-lookup.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUQMQX0zfSp7ImA9WhJWEEs.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-6272812997694248399</id><published>2012-08-15T16:47:00.000-05:00</published><updated>2012-08-15T16:49:40.385-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-08-15T16:49:40.385-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="PHP" /><category scheme="http://www.blogger.com/atom/ns#" term="LDAP" /><title>Overcoming LDAP "Size Limit Exceeded" Query Limitations in PHP</title><summary type="html">My experience with large LDAP query result sets left me looking for a good workaround for the server-side Size Limit setting, which can't be overridden from the query client.  I found several examples online that basically just split one large query into alphabet-based individual queries that aggregated results.  I've modified this approach into something I think is more elegant, and in practice &lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/XAaZ4v6dRrk" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/6272812997694248399/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=6272812997694248399" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/6272812997694248399?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/6272812997694248399?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/XAaZ4v6dRrk/overcoming-ldap-size-limit-exceeded.html" title="Overcoming LDAP &quot;Size Limit Exceeded&quot; Query Limitations in PHP" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2012/08/overcoming-ldap-size-limit-exceeded.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUIHSHo8eyp7ImA9WhVSGU0.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-4765989637946594904</id><published>2012-03-16T08:10:00.001-05:00</published><updated>2012-03-16T08:12:19.473-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-03-16T08:12:19.473-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="PHP" /><category scheme="http://www.blogger.com/atom/ns#" term="PEAR" /><category scheme="http://www.blogger.com/atom/ns#" term="Sourceforge" /><category scheme="http://www.blogger.com/atom/ns#" term="PhpDocumentor" /><title>DocBlox Is Unmasked ... It Is Really phpDocumentor 2 !</title><summary type="html">Announcing phpDocumentor 2 -- the merging of the old (phpDocumentor) and the new (DocBlox).

With the first alpha release of phpDocumentor (2.0.0a1), the new "Responsive" default template sports a new page layout, along with the useful layout improvements that the original DocBlox templates provided (which remain available) over the old phpDocumentor templates (which will retire with old &lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/h5sR3IUa_Cw" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/4765989637946594904/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=4765989637946594904" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/4765989637946594904?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/4765989637946594904?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/h5sR3IUa_Cw/docblox-is-unmasked-it-is-really.html" title="DocBlox Is Unmasked ... It Is Really phpDocumentor 2 !" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2012/03/docblox-is-unmasked-it-is-really.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUcARHc7fyp7ImA9WxNXFEk.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-2801473756521262407</id><published>2009-09-30T13:17:00.014-05:00</published><updated>2009-10-01T20:30:45.907-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-01T20:30:45.907-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="PHP" /><category scheme="http://www.blogger.com/atom/ns#" term="codeworks" /><category scheme="http://www.blogger.com/atom/ns#" term="cw09" /><title>CodeWorks '09 - Atlanta</title><summary type="html">I was lucky enough to hit the Atlanta stop of the 2009 CodeWorks conference tour earlier this week.  It was great seeing faces I'd not seen since php|works nearly a year ago, and I greatly enjoyed the sessions I was able to attend.  In particular, I've learned about several PHPUnit features that I was unaware of which will come in handy with the varied continuous integration work I'm involved in &lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/YFdCBUyksew" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/2801473756521262407/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=2801473756521262407" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/2801473756521262407?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/2801473756521262407?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/YFdCBUyksew/codeworks-09-atlanta.html" title="CodeWorks '09 - Atlanta" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://farm3.static.flickr.com/2629/3969303902_069e74502e_t.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2009/09/codeworks-09-atlanta.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU4CRn04fip7ImA9WxVQF0g.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-8285781426853370733</id><published>2009-02-04T08:00:00.000-06:00</published><updated>2009-02-04T08:32:47.336-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-04T08:32:47.336-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="PHP" /><category scheme="http://www.blogger.com/atom/ns#" term="PEAR" /><category scheme="http://www.blogger.com/atom/ns#" term="phpUnderControl" /><category scheme="http://www.blogger.com/atom/ns#" term="PhpDocumentor" /><title>Configuring Builds for PEAR Packages in phpUnderControl</title><summary type="html">As my key goal for 2009, getting my own phpUnderControl (hereafter referred to as "pUC") instance up and running was very satisfying.  This was made much easier by having Matthew Turland's post about his experience setting up an instance on Debian, since my setup on Ubuntu Hardy LTS was architecturally nearly identical.Following the "Getting Started" instructions at pUC's site was easily enough &lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/QvgH1BzpuoY" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/8285781426853370733/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=8285781426853370733" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/8285781426853370733?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/8285781426853370733?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/QvgH1BzpuoY/configuring-builds-for-pear-packages-in.html" title="Configuring Builds for PEAR Packages in phpUnderControl" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2009/01/configuring-builds-for-pear-packages-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUMGSXY5fCp7ImA9WxVSFkg.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-4144736856436008863</id><published>2009-01-05T13:03:00.023-06:00</published><updated>2009-01-10T23:57:08.824-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-10T23:57:08.824-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="PHP" /><category scheme="http://www.blogger.com/atom/ns#" term="PEAR" /><category scheme="http://www.blogger.com/atom/ns#" term="tennis" /><category scheme="http://www.blogger.com/atom/ns#" term="PhpDocumentor" /><title>Looking Ahead... 2009</title><summary type="html">My retrospective on 2008 naturally led me to pondering what goals I hope to achieve in the coming year.Professional goals:Setting up my own continuous integration box specifically for my PEAR development is an open item I've had for myself for a good long time.  One thing that's complicated this dream of mine is that since I want it specifically for my PhpDocumentor development work, I want to &lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/bPTrcMPKUsY" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/4144736856436008863/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=4144736856436008863" title="8 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/4144736856436008863?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/4144736856436008863?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/bPTrcMPKUsY/looking-ahead-2009.html" title="Looking Ahead... 2009" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><thr:total>8</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2009/01/looking-ahead-2009.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkYFQn4_eyp7ImA9WxVSFUw.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-6341206714353490567</id><published>2009-01-05T13:02:00.048-06:00</published><updated>2009-01-09T08:08:33.043-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-09T08:08:33.043-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="PHP" /><category scheme="http://www.blogger.com/atom/ns#" term="PEAR" /><category scheme="http://www.blogger.com/atom/ns#" term="PhpDocumentor" /><title>Looking Back... 2008</title><summary type="html">After first entering the PHP world in 2006, then getting involved with PEAR via PhpDocumentor in 2007, I'd say 2008 was my big PHP year, though I hope to go farther in 2009.Big stepsI was elected to the 2008-2009 PEAR Group during the summer.I became a technical reviewer for Travis' Git book over the fall.  While not technically a "PHP moment", the experience has infected me with a "get published&lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/pARhlZ9SamA" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/6341206714353490567/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=6341206714353490567" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/6341206714353490567?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/6341206714353490567?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/pARhlZ9SamA/looking-back-2008.html" title="Looking Back... 2008" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2009/01/looking-back-2008.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkAHQXg5eyp7ImA9WxVSEEg.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-7988135424208653437</id><published>2009-01-03T22:50:00.053-06:00</published><updated>2009-01-04T02:45:30.623-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-04T02:45:30.623-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="PHP" /><category scheme="http://www.blogger.com/atom/ns#" term="tagged" /><title>Seven Things - Tagged By Jeff Jones</title><summary type="html">Whoa, someone actually did tag me.  And there I was thinking I'd managed to get myself shunned by the #phpapp/#works crowd as punishment for not getting an talk idea in for #tek ;-P  So then, my Seven Deadly(-to-my-rep) Nazgbits:Due to being a "Jr" named for a middle-named "Richard" that goes by "Dick", I had the memorable experience of my dad proclaiming to my extended family right after my high&lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/I9h5jEDjwtM" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/7988135424208653437/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=7988135424208653437" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/7988135424208653437?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/7988135424208653437?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/I9h5jEDjwtM/seven-things-tagged-by-jeff-jones.html" title="Seven Things - Tagged By Jeff Jones" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2009/01/seven-things-tagged-by-jeff-jones.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkQBSHo8fyp7ImA9WxNXE04.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-8032012881923159101</id><published>2008-12-02T07:34:00.016-06:00</published><updated>2009-09-30T13:12:39.477-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-30T13:12:39.477-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="PHP" /><category scheme="http://www.blogger.com/atom/ns#" term="Xdebug" /><category scheme="http://www.blogger.com/atom/ns#" term="Eclipse" /><title>Remote CLI Debugging via Eclipse PDT</title><summary type="html">About a month ago, I finally sat still long enough to get "PHP Web Page" debugging via Xdebug figured out in Eclipse PDT.  As far as my Eclipse setup went, this involved installing PHP itself locally with xdebug added, and telling Eclipse where I put it all.  From the very first remote PHP file I ran through the debug session, I could tell I've been missing out on a very useful tool.  The only &lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/B6Hh09II_98" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/8032012881923159101/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=8032012881923159101" title="11 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/8032012881923159101?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/8032012881923159101?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/B6Hh09II_98/remote-cli-debugging-via-eclipse-pdt.html" title="Remote CLI Debugging via Eclipse PDT" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><thr:total>11</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2008/12/remote-cli-debugging-via-eclipse-pdt.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DE8FQHc_eCp7ImA9WxRVGEg.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-6374889283326886535</id><published>2008-11-15T16:02:00.023-06:00</published><updated>2008-11-16T11:33:31.940-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-11-16T11:33:31.940-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="PHP" /><category scheme="http://www.blogger.com/atom/ns#" term="PEAR" /><title>php|works 2008</title><summary type="html">After attending my very first PHP conference in October (php|appalachia), this past week I attended my first "has the open bar switched to cash bar yet"-level conference, php|works...  what a great experience it was.With the huge lineup of sessions available, I found myself torn between choices more than once.  I enjoyed a nice mix of new concepts (traits, map-filter-reduce), improvement &lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/ivDvYlvuiDg" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/6374889283326886535/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=6374889283326886535" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/6374889283326886535?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/6374889283326886535?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/ivDvYlvuiDg/phpworks-2008.html" title="php|works 2008" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2008/11/phpworks-2008.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkABQ38-eyp7ImA9WxdaEkk.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-1606271796282970233</id><published>2008-08-20T10:05:00.002-05:00</published><updated>2008-08-20T10:05:52.153-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-08-20T10:05:52.153-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="PHP" /><category scheme="http://www.blogger.com/atom/ns#" term="PEAR" /><title>Next Bug Triage Days for PEAR</title><summary type="html">PEAR's next Bug Triage days are this weekend:Saturday 4 PM - 9 PM UTC  (that's 11a - 4p for me on US Central time)Sunday 4 PM - 10 PM UTC (11a - 5p for me)The agenda is posted on the wiki.  Join us on EFNet's #pear-bugs IRC channel if you can help out!&lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/CNFdwmEBPU4" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/1606271796282970233/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=1606271796282970233" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/1606271796282970233?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/1606271796282970233?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/CNFdwmEBPU4/next-bug-triage-days-for-pear_20.html" title="Next Bug Triage Days for PEAR" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2008/08/next-bug-triage-days-for-pear_20.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0UGRHk_fip7ImA9WxdUFk0.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-5613112532619969277</id><published>2008-08-01T08:59:00.004-05:00</published><updated>2008-08-01T09:33:45.746-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-08-01T09:33:45.746-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="PHP" /><category scheme="http://www.blogger.com/atom/ns#" term="PEAR" /><title>Next Bug Triage Days for PEAR</title><summary type="html">PEAR's next Bug Triage days are this weekend:Saturday 4 PM - 9 PM UTC  (that's 11a - 4p for me on US Central time)Sunday 4 PM - 10 PM UTC (11a - 5p for me)The agenda is posted on the wiki.  Join us on EFNet's #pear-bugs IRC channel if you can help out!&lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/GmhUTGZCX3o" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/5613112532619969277/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=5613112532619969277" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/5613112532619969277?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/5613112532619969277?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/GmhUTGZCX3o/next-bug-triage-days-for-pear.html" title="Next Bug Triage Days for PEAR" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2008/08/next-bug-triage-days-for-pear.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0AARX09eSp7ImA9WxdQGEo.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-5721989005941198146</id><published>2008-06-19T07:29:00.003-05:00</published><updated>2008-06-19T07:49:04.361-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-06-19T07:49:04.361-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="sleep" /><category scheme="http://www.blogger.com/atom/ns#" term="polyphasic" /><title>Polyphasic:  FAIL</title><summary type="html">Family responsibilities over the last few days trumped my nap times, especially yesterday when I had to bring my youngest son with me to the office... try telling your energetic seven year old "Daddy has to turn out all the lights in the room and sleep for 30 minutes... you just sit there and do nothing, ok?"  My babysitter informed me at 10p the night before she wouldn't make it, so I planned &lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/uyyMjpjJaqE" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/5721989005941198146/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=5721989005941198146" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/5721989005941198146?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/5721989005941198146?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/uyyMjpjJaqE/polyphasic-fail.html" title="Polyphasic:  FAIL" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><thr:total>3</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2008/06/polyphasic-fail.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEEBQn85eyp7ImA9WxdQEE8.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-1810813636251098909</id><published>2008-06-09T08:31:00.015-05:00</published><updated>2008-06-09T09:44:13.123-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-06-09T09:44:13.123-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="beach" /><category scheme="http://www.blogger.com/atom/ns#" term="vacation" /><category scheme="http://www.blogger.com/atom/ns#" term="sleep" /><category scheme="http://www.blogger.com/atom/ns#" term="wine" /><category scheme="http://www.blogger.com/atom/ns#" term="polyphasic" /><category scheme="http://www.blogger.com/atom/ns#" term="Berta" /><title>Faltered:  Polyphasic, the Events of Week #3</title><summary type="html">My week at the beach was a great vacation, though it unexpectedly put a temporary halt on my polyphasic pattern halfway through.  Now that I'm back home, I'll recover my pattern... but what led to such failure?Preparing for the drive down to the beach was slightly tricky, in that I needed to plan around my naps.  With six people traveling together across two vehicles, I didn't want to impose any &lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/RPa4T2mYA1o" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/1810813636251098909/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=1810813636251098909" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/1810813636251098909?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/1810813636251098909?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/RPa4T2mYA1o/faltered-polyphasic-events-of-week-3.html" title="Faltered:  Polyphasic, the Events of Week #3" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2008/06/faltered-polyphasic-events-of-week-3.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0cNSXYzeSp7ImA9WxdSGUg.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-8089659134809593242</id><published>2008-05-27T23:36:00.004-05:00</published><updated>2008-05-28T00:04:58.881-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-05-28T00:04:58.881-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="sleep" /><category scheme="http://www.blogger.com/atom/ns#" term="polyphasic" /><title>Update:  Polyphasic, Night #12</title><summary type="html">The past week has seen some triumphs and some failures, though I must concede that I have not yet reached the true polyphasic rhythm.  In preparation for an overnight visit from my mother on Thursday, I did an excellent job keeping myself busy all night Wednesday night cleaning the house.  Then on Thursday, I let myself miss my 5:30p and 9:30p naps, to get in more visiting time while she was here&lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/fwh6dRsrMIc" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/8089659134809593242/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=8089659134809593242" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/8089659134809593242?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/8089659134809593242?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/fwh6dRsrMIc/update-polyphasic-night-12.html" title="Update:  Polyphasic, Night #12" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2008/05/update-polyphasic-night-12.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D04EQHs7fip7ImA9WxdSE0k.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-3751043343771732118</id><published>2008-05-20T23:07:00.005-05:00</published><updated>2008-05-20T23:58:21.506-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-05-20T23:58:21.506-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="sleep" /><category scheme="http://www.blogger.com/atom/ns#" term="polyphasic" /><title>Update:  Polyphasic, Night #5</title><summary type="html">So, tonight begins my 5th night following the polyphasic sleep pattern I'd mapped out.  Staying awake between naps during the overnight hours is definitely proving to be the hardest part.  My brain is in enough of a fog during those hours that I come really close to dozing off, thinking "it's perfectly normal to doze off when I feel this sleepy"... i.e. I'm forgetting about my experiment!  To &lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/qB1eOyzw3NM" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/3751043343771732118/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=3751043343771732118" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/3751043343771732118?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/3751043343771732118?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/qB1eOyzw3NM/update-polyphasic-night-5.html" title="Update:  Polyphasic, Night #5" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2008/05/update-polyphasic-night-5.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C08FQng-eCp7ImA9WxdTGUg.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-1923157359700453210</id><published>2008-05-16T09:17:00.017-05:00</published><updated>2008-05-16T10:30:13.650-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-05-16T10:30:13.650-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="sleep" /><category scheme="http://www.blogger.com/atom/ns#" term="polyphasic" /><title>20 Hour Days, Here I Come !!!</title><summary type="html">Thanks to seeing Travis' post earlier this week, I discovered this oddity called "polyphasic sleep".  After reading Steve Pavlina's entire journey he blogged back in 2005 and the success he found, I can't help but give this a shot.  The only thing higher than "more time!!" on my "want want want" list is "hit the lottery" :-PIn comparing Steve's lifestyle with my own (based on other postings on &lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/NM6TiunNY-E" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/1923157359700453210/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=1923157359700453210" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/1923157359700453210?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/1923157359700453210?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/NM6TiunNY-E/18-hour-days-here-i-come.html" title="20 Hour Days, Here I Come !!!" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2008/05/18-hour-days-here-i-come.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CU8HQn8zcCp7ImA9WxZbGE0.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-6117547603241314273</id><published>2008-04-21T12:50:00.002-05:00</published><updated>2008-04-21T13:50:33.188-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-04-21T13:50:33.188-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="PEAR" /><category scheme="http://www.blogger.com/atom/ns#" term="Eclipse" /><category scheme="http://www.blogger.com/atom/ns#" term="Mylyn" /><category scheme="http://www.blogger.com/atom/ns#" term="PhpDocumentor" /><title>Eclipse Mylyn - Sync to PEAR</title><summary type="html">After figuring out how to tie Mylyn to Sourceforge's trackers, and learning via observation how its screen-scraping regexp worked, I moved on to configuring a Task Repository tied to the PEAR bug tracking system.Rather than rehashing the explanations of what Mylyn elements I am configuring, this time I'm just going to provide the config settings that worked for me.  Once again, my configuration &lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/5WbKPvNb7gI" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/6117547603241314273/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=6117547603241314273" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/6117547603241314273?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/6117547603241314273?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/5WbKPvNb7gI/eclipse-mylyn-sync-to-pear.html" title="Eclipse Mylyn - Sync to PEAR" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2008/04/eclipse-mylyn-sync-to-pear.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CU8ER38-eip7ImA9WxZbGE0.&quot;"><id>tag:blogger.com,1999:blog-6878500008695573173.post-3221917713618851442</id><published>2008-04-15T12:30:00.001-05:00</published><updated>2008-04-21T13:50:06.152-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-04-21T13:50:06.152-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="PEAR" /><category scheme="http://www.blogger.com/atom/ns#" term="Eclipse" /><category scheme="http://www.blogger.com/atom/ns#" term="Mylyn" /><category scheme="http://www.blogger.com/atom/ns#" term="Sourceforge" /><category scheme="http://www.blogger.com/atom/ns#" term="PhpDocumentor" /><title>Eclipse Mylyn - Sync to Sourceforge</title><summary type="html">The task tracking plugin Mylyn has proven to be a useful addition to my Eclipse layout (I'm using the Europa release).  Luckily for me (and my PhpDocumentor work), I'd found a wiki post outlining how to create a "task repository" that ties in to Sourceforge.net, but I think the instructions were old enough that the Sourceforge HTML pages no longer matched.  The key point to understand when making&lt;img src="http://feeds.feedburner.com/~r/TheNazgSpeaketh/~4/_wtZ0-lcE04" height="1" width="1"/&gt;</summary><link rel="replies" type="application/atom+xml" href="http://thenazg.blogspot.com/feeds/3221917713618851442/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=6878500008695573173&amp;postID=3221917713618851442" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/3221917713618851442?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6878500008695573173/posts/default/3221917713618851442?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheNazgSpeaketh/~3/_wtZ0-lcE04/eclipse-mylyn-sync-to-sourceforge.html" title="Eclipse Mylyn - Sync to Sourceforge" /><author><name>The Nazg</name><uri>http://www.blogger.com/profile/17911812320307426426</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="27" src="http://1.bp.blogspot.com/_d0EKajvBWrs/StdBVONru2I/AAAAAAAAACY/R0TVTQrCdG0/S220/Saber+Closeup.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://thenazg.blogspot.com/2008/04/eclipse-mylyn-sync-to-sourceforge.html</feedburner:origLink></entry></feed>
