<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>sethd.org</title>
    <link>http://sethd.org/blog/</link>
    <description>this is not the blog you're looking for</description>
    <language>en</language>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>blosxom/2.1.2+dev</generator>

  <item>
    <title>Interesting Modules 2010-09-03</title>
    <pubDate>Fri, 03 Sep 2010 14:43:00 -0700</pubDate>
    <link>http://sethd.org/blog/2010/09/03#interesting_modules_2010_09_03</link>
    <category>/computers/programming</category>
    <guid isPermaLink="false">http://sethd.org/blog/computers/programming/interesting_modules_2010_09_03</guid>
    <description>&lt;a href=&quot;http://search.cpan.org/perldoc?Const::Fast&quot;&gt; Const::Fast&lt;/a&gt;: A
replacement for using &lt;a href=&quot;http://search.cpan.org/perldoc?constant&quot;&gt;
constant &lt;/a&gt; and &lt;a href=&quot;http://search.cpan.org/perldoc?Readonly&quot;&gt;
Readonly&lt;/a&gt;.  The code is ridiculously simple.  The primary problems with the
other modules?  Readonly is built on top of &lt;span class=&quot;italics&quot;&gt; tie()
&lt;/span&gt; (so can be quite slow), and &lt;span class=&quot;italics&quot;&gt; constant &lt;/a&gt; simply
wraps the value in a sub call and so (among other things) you don&apos;t get
interpolation for anything declared with &apos;use constant&apos; since you aren&apos;t
dealing with a scalar.</description>
  </item>
  <item>
    <title>36th Birthday</title>
    <pubDate>Tue, 31 Aug 2010 13:21:00 -0700</pubDate>
    <link>http://sethd.org/blog/2010/08/31#birthday_36</link>
    <category>/life</category>
    <guid isPermaLink="false">http://sethd.org/blog/life/birthday_36</guid>
    <description>Somehow I have made it to my 36th birthday.</description>
  </item>
  <item>
    <title>Book Blogging: Startide Rising</title>
    <pubDate>Tue, 31 Aug 2010 00:03:00 -0700</pubDate>
    <link>http://sethd.org/blog/2010/08/31#startide_rising</link>
    <category>/life/books</category>
    <guid isPermaLink="false">http://sethd.org/blog/life/books/startide_rising</guid>
    <description>&lt;a href=&quot;http://en.wikipedia.org/wiki/Startide_Rising&quot;&gt; Startide Rising &lt;/a&gt; is
a book by &lt;a href=&quot;http://en.wikipedia.org/wiki/David_Brin&quot;&gt; David Brin&lt;/a&gt;.
I&apos;ve read a few of Brin&apos;s works.  Namely I have read &lt;a
href=&quot;http://www.amazon.com/Sundiver-Uplift-Saga-Book-1/dp/0553269828/ref=sr_1_1?s=books&amp;ie=UTF8&amp;qid=1283237450&amp;sr=1-1&quot;&gt;
Sundiver &lt;/a&gt; and &lt;a
href=&quot;http://www.amazon.com/Kiln-People-Books-David-Brin/dp/B0000DK4HM/ref=sr_1_16?s=STORE&amp;ie=UTF8&amp;qid=1283237465&amp;sr=1-16&quot;&gt;
Kiln People&lt;/a&gt;.  I enjoyed both of those books, but I had a very hard time
getting into &lt;span class=&quot;italic&quot;&gt; Startide Rising&lt;/span&gt;.  Why?  I think, at
it&apos;s core, I don&apos;t buy the premise, or can&apos;t imagine it.  I think I lack the
imagination to buy into the idea that people and dolphins (and chimpanzees!)
will be working together as equals.  The dolphins can speak English and can
move about in harnesses that have arms and legs.  I tried to imagine this but I
never quite bought it.  I didn&apos;t believe what I was seeing in my mind!

&lt;p&gt;

This was actually the second time I have attempted to read this book.  The
first time I got about 20 or 30 pages in and gave up.  This time I was able to
finish and there were certainly very enjoyable parts of the book.  I just can&apos;t
recommend the book as a whole.</description>
  </item>
  <item>
    <title>Android Tethering and Linux</title>
    <pubDate>Sat, 28 Aug 2010 13:21:00 -0700</pubDate>
    <link>http://sethd.org/blog/2010/08/28#android_tethering</link>
    <category>/life</category>
    <guid isPermaLink="false">http://sethd.org/blog/life/android_tethering</guid>
    <description>My &lt;a href=&quot;http://android.com&quot;&gt; phone &lt;/a&gt; was automatically updated to &lt;a
href=&quot;http://www.geek.com/articles/mobile/android-2-2-to-support-tethering-and-turn-your-phone-into-a-mobile-wifi-hotspot-20100514/&quot;&gt;
2.2 &lt;/a&gt; a few weeks ago.  I&apos;m just now discovering what new features are
available.  So far the one that I know I will use the most is &lt;a
href=&quot;http://en.wikipedia.org/wiki/Tethering&quot;&gt; tethering&lt;/a&gt;.  The even better
news is that it is a snap to use with &lt;a href=&quot;http://www.ubuntu.com&quot;&gt; Ubuntu
&lt;/a&gt; Linux.

&lt;p&gt;

I use &lt;a href=&quot;http://www.gnome.org&quot;&gt; GNOME &lt;/a&gt; which comes as standard with
Ubuntu.  Part of GNOME is the &lt;a
href=&quot;http://projects.gnome.org/NetworkManager/&quot;&gt; Network Manager&lt;/a&gt;.  Simply
connect your phone to the USB port on your laptop or desktop, turn on USB
Tethering, and network manager does the rest.  You should now see a special
device show up in network manager.  Make sure it is selected and you can
immediately start using your phone as a gateway to the internet.  </description>
  </item>
  <item>
    <title>Interesting Modules 2010-08-21</title>
    <pubDate>Sat, 21 Aug 2010 14:43:00 -0700</pubDate>
    <link>http://sethd.org/blog/2010/08/21#interesting_modules_2010_08_21</link>
    <category>/computers/programming</category>
    <guid isPermaLink="false">http://sethd.org/blog/computers/programming/interesting_modules_2010_08_21</guid>
    <description>&lt;a href=&quot;http://search.cpan.org/perldoc?MooseX::POE&quot;&gt; MooseX::POE&lt;/a&gt;: A Moose
wrapper for &lt;a href=&quot;http://search.cpan.org/perldoc?POE::Session&quot;&gt;
POE::Session&lt;/a&gt;.  Write &lt;a href=&quot;http://poe.perl.org/&quot;&gt; POE &lt;/a&gt; modules using
&lt;a href=&quot;http://moose.perl.org&quot;&gt; Moose&lt;/a&gt;.  There is also a set of modules in
the &lt;a href=&quot;http://search.cpan.org/search?query=POEx&quot;&gt; POEx &lt;/a&gt; namespace that
purport to do something similar, but MooseX::POE seems to be maintained.</description>
  </item>
  <item>
    <title>Moose Presentations</title>
    <pubDate>Sat, 21 Aug 2010 14:43:00 -0700</pubDate>
    <link>http://sethd.org/blog/2010/08/21#moose_presentations</link>
    <category>/computers/programming</category>
    <guid isPermaLink="false">http://sethd.org/blog/computers/programming/moose_presentations</guid>
    <description>I was upset that a &lt;a href=&quot;http://search.cpan.org/perldoc?Moose&quot;&gt; Moose &lt;/a&gt;
presentation on &lt;a href=&quot;http://www.presentingperl.org/&quot;&gt; Presenting Perl &lt;/a&gt;
was missing.  I took a look at the Moose &lt;a href=&quot;http://moose.perl.org&quot;&gt;
website &lt;/a&gt; and found &lt;a
href=&quot;http://www.iinteractive.com/moose/presentations.html&quot;&gt; a lot &lt;/a&gt; of
them. 

&lt;p&gt;

Check them out.  Most of them are pretty good.  I&apos;m definitely jumping on the
Moose bandwagon.</description>
  </item>
  <item>
    <title>Time Spent In Sequoia</title>
    <pubDate>Fri, 13 Aug 2010 13:21:00 -0700</pubDate>
    <link>http://sethd.org/blog/2010/08/13#yosemite_2010_3</link>
    <category>/life</category>
    <guid isPermaLink="false">http://sethd.org/blog/life/yosemite_2010_3</guid>
    <description>&lt;a href=&quot;http://www.nps.gov/seki/&quot;&gt; Sequoia National Park &lt;/a&gt; has some very
large trees.  It has what is supposed to be the &lt;a
href=&quot;http://www.dailycognition.com/content/image/20/trees/general-sherman-sequoia.jpg&quot;&gt;
largest living thing &lt;/a&gt; in the General Sherman tree.  And it is very large.
It&apos;s not the tallest, it&apos;s not the widest, but, by volume, it is the largest
living thing on earth.

&lt;p&gt;

This park was also crowded, but it did not seem quite as crowded as Yosemite.
Some of the places I visited are the &lt;a
href=&quot;http://www.visitsequoia.com/crystal-cave.aspx&quot;&gt; Crystal Cave&lt;/a&gt;, &lt;a
href=&quot;http://en.wikipedia.org/wiki/Moro_Rock&quot;&gt; Moro Rock&lt;/a&gt;, &lt;a
href=&quot;http://www.naturalbornhikers.com/trails/crescentmeadow.html&quot;&gt; Crescent
Meadow&lt;/a&gt;, and some other things.  

&lt;p&gt;

This park is about a 2-3 hour drive from Yosemite and definitely worth it.  I
just wish I had had time to go to King&apos;s Canyon which is attached to Sequoia.</description>
  </item>
  <item>
    <title>Good Perl Video Presentations</title>
    <pubDate>Thu, 12 Aug 2010 14:43:00 -0700</pubDate>
    <link>http://sethd.org/blog/2010/08/12#good_perl_videos</link>
    <category>/computers/programming</category>
    <guid isPermaLink="false">http://sethd.org/blog/computers/programming/good_perl_videos</guid>
    <description>A while back I mentioned some &lt;a
href=&quot;http://sethd.org/blog/computers/programming/some_interesting_talks.html&quot;&gt;
slide shows &lt;/a&gt; that introduced a number of things including &lt;a
href=&quot;http://search.cpan.org/perldoc?DBIx::Class&quot;&gt; DBIx::Class&lt;/a&gt;.  Now there
are videos of different talks, but on the same topics.  &lt;a
href=&quot;http://www.presentingperl.org/yn2010/intro-to-dbixclass/&quot;&gt; One &lt;/a&gt; is on
DBIx::Class and the &lt;a
href=&quot;http://www.presentingperl.org/yn2010/deployment-handler/&quot;&gt; other &lt;/a&gt; is
about &lt;a href=&quot;http://search.cpan.org/perldoc?DBIx::Class::DeploymentHandler&quot;&gt;
DBIx::Class::DeploymentHandler&lt;/a&gt;.

&lt;p&gt;

I also didn&apos;t know about the site &lt;a href=&quot;http://presentingperl.org&quot;&gt;
Presenting Perl&lt;/a&gt;.  Not a whole lot there at the moment, but it&apos;s worth
keeping on eye on it.

&lt;p&gt;

&lt;span class=&quot;bold&quot;&gt; UPDATE: &lt;/span&gt; Ah, just noticed a &lt;a
href=&quot;http://www.presentingperl.org/yn2010/unknown/&quot;&gt; presentation &lt;/a&gt; on &lt;a
href=&quot;http://search.cpan.org/perldoc?Moose&quot;&gt; Moose&lt;/a&gt;.  I need to check that
out. &lt;br&gt; 
&lt;span class=&quot;bold&quot;&gt; UPDATE: &lt;/span&gt;  Ah crap, that appears to be the one
link that doesn&apos;t work!  Unbelievable.</description>
  </item>
  <item>
    <title>Time Spent In Yosemite</title>
    <pubDate>Thu, 12 Aug 2010 13:21:00 -0700</pubDate>
    <link>http://sethd.org/blog/2010/08/12#yosemite_2010_2</link>
    <category>/life</category>
    <guid isPermaLink="false">http://sethd.org/blog/life/yosemite_2010_2</guid>
    <description>During my time in &lt;a href=&quot;http://www.nps.gov/yose/&quot;&gt; Yosemite &lt;/a&gt; I stayed at
the &lt;a href=&quot;http://www.yosemitepark.com/Accommodations_YosemiteLodge.aspx&quot;&gt;
Yosemite Lodge&lt;/a&gt;.  The first night I was in one of the more expensive rooms
and the following two nights in a cheaper room.  They both seemed fine to me.
Reservations typically need to be made at least a year in advance.

&lt;p&gt;

The first thing I noticed about Yosemite is that it is &lt;span class=&quot;italic&quot;&gt;
very crowded&lt;/span&gt;.  Tons of cars.  The second thing I noticed is that there
are a lot of foreign tourists.  Especially from Germany and France (but I also
heard quite a few Italians, English, etc...).  Granted we went in August and
August is a big vacation month pretty much everywhere.  So if you go some 
other time there may be fewer people.  A surprise to me is that the park is
open year round.  One thing I would highly recommend is that you use the 
shuttles when you are on the valley floor.  So much better than driving.

&lt;p&gt;

We didn&apos;t have a great deal of time and so had little time for lengthy hikes.
We instead concentrated on seeing as much as possible in the time we had.  We
went to &lt;a
href=&quot;http://www.yosemitehikes.com/glacier-point-road/glacier-point/gallery-hanging-rock.htm&quot;&gt;
Glacier Point&lt;/a&gt;, &lt;a
href=&quot;http://www.danheller.com/images/California/Yosemite/Slideshow/img9.html&quot;&gt;
Bridalveil Falls&lt;/a&gt;, and pretty much all of the other major sites.  This takes
a good day and a half and you&apos;ll get plenty of small, easy hikes in.  If you
have more time there are lots of longer, more difficult hikes.</description>
  </item>
  <item>
    <title>Yosemite and Sequoia National Parks 2010</title>
    <pubDate>Tue, 10 Aug 2010 13:21:00 -0700</pubDate>
    <link>http://sethd.org/blog/2010/08/10#yosemite_2010</link>
    <category>/life</category>
    <guid isPermaLink="false">http://sethd.org/blog/life/yosemite_2010</guid>
    <description>Just got back from a week long vacation to &lt;a href=&quot;http://www.nps.gov/yose/&quot;&gt;
Yosemite National Park &lt;/a&gt; and &lt;a href=&quot;http://www.nps.gov/seki/&quot;&gt; Sequoia
National Park&lt;/a&gt;.  King&apos;s Canyon National Park was also on the plate but we
simply did not have the time.

&lt;p&gt;

Unfortunately no pictures.  I wanted to use my &lt;a
href=&quot;http://sethd.org/blog/tags/phone&quot;&gt; phone&lt;/a&gt;, but I forgot the charger
and it ran out of juice after about 36-48 hours.  At that point it was more
useful as a brick than a phone (or camera).

&lt;p&gt;

More details soon.</description>
  </item>
  <item>
    <title>Interesting Modules 2010-08-03</title>
    <pubDate>Tue, 03 Aug 2010 14:43:00 -0700</pubDate>
    <link>http://sethd.org/blog/2010/08/03#interesting_modules_2010_08_03</link>
    <category>/computers/programming</category>
    <guid isPermaLink="false">http://sethd.org/blog/computers/programming/interesting_modules_2010_08_03</guid>
    <description>&lt;a href=&quot;http://search.cpan.org/perldoc?Parallel::Iterator&quot;&gt;
Parallel::Iterator&lt;/a&gt;: A module that provides a &apos;parallel map&apos; function.  It
transparently utilizes multiple cores, performs IPC, and other stuff.</description>
  </item>
  <item>
    <title>Several Months With A Smart Phone</title>
    <pubDate>Sat, 31 Jul 2010 13:21:00 -0700</pubDate>
    <link>http://sethd.org/blog/2010/07/31#smart_phone_plunge_3</link>
    <category>/life</category>
    <guid isPermaLink="false">http://sethd.org/blog/life/smart_phone_plunge_3</guid>
    <description>I have blogged &lt;a href=&quot;http://sethd.org/blog/life/smart_phone_plunge.html&quot;&gt;
two &lt;/a&gt; previous &lt;a
href=&quot;http://sethd.org/blog/life/smart_phone_plunge_2.html&quot;&gt; times &lt;/a&gt; about
my &lt;a href=&quot;http://www.google.com/phone&quot;&gt; Nexus One &lt;/a&gt; smartphone.  I have
now owned it for a little over two months.  What do I think?  I&apos;m not convinced
it was worth it, but I&apos;m still not certain I want to get rid of it.  I do like
being able to read my e-mail from anywhere, I get occasional use from the IM
application (&lt;a href=&quot;http://www.meebo.com/&quot;&gt;Meebo&lt;/a&gt;), and being able to web
browse on demand has its uses.  However I don&apos;t believe I use it nearly enough
to justify the extra expense for the &apos;data plan&apos;.</description>
  </item>
  <item>
    <title>Interesting Modules 2010-07-30</title>
    <pubDate>Fri, 30 Jul 2010 14:43:00 -0700</pubDate>
    <link>http://sethd.org/blog/2010/07/30#interesting_modules_2010_07_30</link>
    <category>/computers/programming</category>
    <guid isPermaLink="false">http://sethd.org/blog/computers/programming/interesting_modules_2010_07_30</guid>
    <description>&lt;a href=&quot;http://search.cpan.org/perldoc?Path::Dispatcher&quot;&gt;
Path::Dispatcher&lt;/a&gt;: a dispatcher that can work just about anywhere.  It works
(roughly) analogously to the way mod_perl works when matching URIs and
dispatching to URI handlers.  This code can work in &lt;span class=&quot;italic&quot;&gt; any
&lt;/span&gt; context including the command line.</description>
  </item>
  <item>
    <title>Recent Interesting Talks</title>
    <pubDate>Fri, 30 Jul 2010 14:43:00 -0700</pubDate>
    <link>http://sethd.org/blog/2010/07/30#some_interesting_talks</link>
    <category>/computers/programming</category>
    <guid isPermaLink="false">http://sethd.org/blog/computers/programming/some_interesting_talks</guid>
    <description>These really aren&apos;t that recent, but I just discovered them.  They also
aren&apos;t &apos;talks&apos; (well, they &lt;span class=&quot;italic&quot;&gt; were &lt;/span&gt; talks, but 
the talk itself was not recorded), but, instead, slideshows.  Nevertheless
I found them all interesting.

&lt;p&gt;

I&apos;ve been using &lt;a href=&quot;http://search.cpan.org/perldoc?DBIx::Class&quot;&gt;
DBIx::Class &lt;/a&gt; recently.  It&apos;s the first &lt;a
href=&quot;http://en.wikipedia.org/wiki/Object-relational_mapping&quot;&gt; ORM &lt;/a&gt; I&apos;ve
ever used and it seems seemless.  &lt;a
href=&quot;http://afoolishmanifesto.com/dbic-intro/slideshow.html&quot;&gt; Here &lt;/a&gt; is a
slideshow introducing DBIx::Class.  &lt;a
href=&quot;http://afoolishmanifesto.com/dbicdh-intro/slideshow.html&quot;&gt; Another &lt;/a&gt;
detailing the much newer &lt;a
href=&quot;http://search.cpan.org/perldoc?DBIx::Class::DeploymentHandler&quot;&gt;
DBIx::Class::DeploymentHandler&lt;/a&gt;.

&lt;p&gt;

&lt;a href=&quot;http://plackperl.org/&quot;&gt; Plack &lt;/a&gt; is another interesting platform I&apos;ve
been unable to use as of yet.  But &lt;a
href=&quot;http://www.slideshare.net/miyagawa/plack-at-yapcna-2010&quot;&gt; here &lt;/a&gt; is a
slideshow that has some very impressive example code.</description>
  </item>
  <item>
    <title>Book Blogging: Bloodbrothers</title>
    <pubDate>Fri, 30 Jul 2010 00:03:00 -0700</pubDate>
    <link>http://sethd.org/blog/2010/07/30#bloodbrothers</link>
    <category>/life/books</category>
    <guid isPermaLink="false">http://sethd.org/blog/life/books/bloodbrothers</guid>
    <description>I&apos;ve read a number of &lt;a
href=&quot;http://en.wikipedia.org/wiki/Richard_Price_(writer)&quot;&gt; Richard Price &lt;/a&gt;
books.  Namely &lt;span class=&quot;italic&quot;&gt; Clockers &lt;/span&gt; and &lt;span class=&quot;italic&quot;&gt; Lush Life&lt;/span&gt;.
&lt;a href=&quot;http://www.amazon.com/Bloodbrothers-Novel-Richard-Price/dp/0312428693/ref=sr_1_6?s=books&amp;ie=UTF8&amp;qid=1280545122&amp;sr=1-6&quot;&gt;
Bloodbrothers &lt;/a&gt; is Price&apos;s second book and I found it very different from
those other books.  This book seemed more personal and less like the highly detailed, well-researched novels that his other books are.  

&lt;p&gt;

The book is primarily about a recent high school graduate with the nickname of
Stony.  He has a brother, a father, and a, possibly crazy, mother.  His dad is
distant but very much wants his eldest son to follow in his footsteps as an
electrician.  Stony is drifting and is non-committal to the good union job.  

&lt;p&gt;

The characters are well developed, but (I may be spoiled by endless movies with
similar characters) they seem derivative.  Of course this book was written in
1976, but I&apos;m not reading it then, I am reading it now.  Anyway, if you&apos;ve seen
any movies about working class Italians in New York you will recognize these
characters.  A decent book but I&apos;d rather read &lt;span class=&quot;italic&quot;&gt; Clockers &lt;/span&gt; again.</description>
  </item>
  </channel>
</rss>
