<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:at="http://www.sixapart.com/ns/at"
    xmlns:icbm="http://postneo.com/icbm"
    xmlns:rvw="http://purl.org/NET/RVW/0.2/"
    xmlns:media="http://search.yahoo.com/mrss">
    <channel>
        <title>bricas’ blog</title>
        <link>http://bricas.vox.com/library/posts/page/1/</link>
        <description></description>
        <language>en</language>
        <generator>Vox</generator>
        <lastBuildDate>Fri, 27 Jun 2008 13:09:47 -0300</lastBuildDate>
        <copyright>Copyright 2008</copyright>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>  
 
        <item>
            <title>Catalyst 5.71 is nigh</title>
            <link>http://bricas.vox.com/library/post/catalyst-571-is-nigh.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(Brian)</author>
            <comments>http://bricas.vox.com/library/post/catalyst-571-is-nigh.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://bricas.vox.com/library/post/catalyst-571-is-nigh.html?_c=feed-rss-full</guid> 
            <pubDate>Fri, 27 Jun 2008 13:09:47 -0300</pubDate>         
            
            <description>    &lt;p&gt;We&amp;#39;re approaching the two-year anniversary of the &lt;a href=&quot;http://search.cpan.org/dist/Catalyst-Runtime-5.7000/&quot;&gt;first release&lt;/a&gt; in the 5.7x series of the Catalyst framework. I&amp;#39;m really proud of how 5.7x has gone -- it has given the project some much needed stability that was missing in the early goings. It still amuses me to look back at the changelog to watch it go from version 3.X (which is basically &amp;quot;Catalyst 1.0&amp;quot;) to 5.X in the span of about two and a half months.&lt;/p&gt;&lt;p&gt;Although development was obviously very fast-paced then, with 14 releases since 5.7000 I wouldn&amp;#39;t say we&amp;#39;ve stalled. Naturally, the bulk of the changes since then have been bug fixes. We&amp;#39;ve also increased the test suite from 1416 tests to 1805 (the old test suite actually ran most tests twice by default, but, by setting CAT_BENCH_ITERS=1, you will see the &amp;quot;1416&amp;quot; result).&lt;/p&gt;&lt;p&gt;A 5.71 dev release (&lt;a href=&quot;http://search.cpan.org/dist/Catalyst-Runtime-5.7099_01/&quot;&gt;5.7099_01&lt;/a&gt;) was recently shipped which includes a new method: go(). As marcus describes it, it &amp;quot;works like an internal redispatch to another action, while retaining the stash intact.&amp;quot; I believe one more dev release will happen as I&amp;#39;ve recently checked in the long lost &lt;a href=&quot;http://bricas.vox.com/library/post/catalyst-tip-generic-base-controllers.html&quot;&gt;PathPrefix attribute&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;5.71xx will be more of a short-lived series of releases to act as a buffer between 5.70XX and 5.8000. 5.8000 being the &lt;a href=&quot;http://search.cpan.org/dist/Moose/&quot;&gt;Moose&lt;/a&gt; conversion (see &lt;a href=&quot;http://jjnapiorkowski.vox.com/library/post/catamoose.html&quot;&gt;this interview&lt;/a&gt; for more information). &lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://bricas.vox.com/library/post/catalyst-571-is-nigh.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d09e62f541be2b00fad6955f870004?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://bricas.vox.com/tags/">catalyst</category>   
        </item> 
 
        <item>
            <title>5 more down</title>
            <link>http://bricas.vox.com/library/post/5-more-down.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(Brian)</author>
            <comments>http://bricas.vox.com/library/post/5-more-down.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://bricas.vox.com/library/post/5-more-down.html?_c=feed-rss-full</guid> 
            <pubDate>Tue, 27 May 2008 08:31:18 -0300</pubDate>         
            
            <description>    &lt;p&gt;Catalyst 5.7014 is out the door. Hopefully that will stop the flood of questions about a &amp;quot;strange uri_for() behavior.&amp;quot; With that done, I&amp;#39;ve taken out 5 more RT tickets.&lt;/p&gt;&lt;p&gt;Two extremely old wishlist items were rejected (&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=26758&quot;&gt;RT #26758&lt;/a&gt;, &lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=24132&quot;&gt;RT #24132&lt;/a&gt;). This is basically due to the fact that they were over a year old, and really should be talked about on the dev list if they are still inclined to have them resolved.&lt;/p&gt;&lt;p&gt;A couple others required that I cook up a test or two to ensure the patch was applying was satisfactory (naturally, we would always hope to have a test submitted along side the patch): &lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=26455&quot;&gt;RT #26455&lt;/a&gt;, &lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=34437&quot;&gt;RT #34437&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;The last ticket seems to have been related to a regression in 5.7013, as the ticket author claims the latest release fixed the issue. Closed! (&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=35994&quot;&gt;RT #35994&lt;/a&gt;)&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://bricas.vox.com/library/post/5-more-down.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d09e62f541be2b00fad68ae3090005?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://bricas.vox.com/tags/">perl</category> 
            <category domain="http://bricas.vox.com/tags/">rt</category> 
            <category domain="http://bricas.vox.com/tags/">catalyst</category>   
        </item> 
 
        <item>
            <title>More Catalyst fixes</title>
            <link>http://bricas.vox.com/library/post/more-catalyst-fixes.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(Brian)</author>
            <comments>http://bricas.vox.com/library/post/more-catalyst-fixes.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://bricas.vox.com/library/post/more-catalyst-fixes.html?_c=feed-rss-full</guid> 
            <pubDate>Fri, 23 May 2008 16:13:27 -0300</pubDate>         
            
            <description>    &lt;p&gt;I&amp;#39;ve put the 5-a-day thing away for a bit to focus on other things. Firstly it was trying to get a new release of Catalyst-Runtime out the door (5.7013 hit CPAN on the 17th). One of the last bits preventing that release was some back-compat methods for Catalyst::Stats so it could mimic Tree::Simple behavior, which is what $c-&amp;gt;stats() used to return.&lt;/p&gt;&lt;p&gt;Unfortunately, this release introduced two regressions, now fixed in svn:&lt;/p&gt;&lt;p&gt;1) &amp;quot;sub foo : Path {}&amp;quot; in the root controller didn&amp;#39;t work.&lt;/p&gt;&lt;p&gt;This was as a result of my attempt to allow Path(0) to match properly. A simple 1-line fix resolved this problem. This bug also prevents some components&amp;#39; tests from working successfully (so far Catalyst-Model-Adaptor and Catalyst-Plugin-Unicode) as they used this idiom in their test apps.&lt;/p&gt;&lt;p&gt;2) invalid namespace for relative arguments to uri_for from an action that was run from a $c-&amp;gt;forward() command.&lt;/p&gt;&lt;p&gt;Since there are a few conditions to satisfy before this bug appears I&amp;#39;m not too suprised it snuck in to the release. Peter Karman provided a much needed test case and the simple fix (remove &amp;quot;local $c-&amp;gt;{namespace} = $self-&amp;gt;namespace&amp;quot;) which i&amp;#39;ve included in the 5.70 trunk.&lt;/p&gt;&lt;p&gt;I hope we can get 5.7014 out the door relatively swiftly.&lt;/p&gt;&lt;p&gt;I&amp;#39;ve also fixed up a couple of Catalyst::Plugin::Authentication RT tickets. Both were simple pod fixes: &lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=36062&quot;&gt;RT #36062&lt;/a&gt;, &lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=36063&quot;&gt;RT #36063&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://bricas.vox.com/library/post/more-catalyst-fixes.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d09e62f541be2b00fa967831c00003?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://bricas.vox.com/tags/">perl</category> 
            <category domain="http://bricas.vox.com/tags/">rt</category> 
            <category domain="http://bricas.vox.com/tags/">catalyst</category>   
        </item> 
 
        <item>
            <title>Five a day, May 10</title>
            <link>http://bricas.vox.com/library/post/five-a-day-may-10.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(Brian)</author>
            <comments>http://bricas.vox.com/library/post/five-a-day-may-10.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://bricas.vox.com/library/post/five-a-day-may-10.html?_c=feed-rss-full</guid> 
            <pubDate>Sat, 10 May 2008 11:31:34 -0300</pubDate>         
            
            <description>    &lt;p&gt;My latest five:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=33158&quot;&gt;RT #33158&lt;/a&gt; - rejected (DBIx::Class)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=25445&quot;&gt;RT #25445&lt;/a&gt; - already applied (DBIx::Class)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=26978&quot;&gt;RT #26978&lt;/a&gt; - closed (DBIx::Class)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=31473&quot;&gt;RT #31473&lt;/a&gt; - closed (DBIx::Class::Schema::Loader)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=29041&quot;&gt;RT #29041&lt;/a&gt; - fixed this last year (Catalyst::Plugin::Session::PerUser)&lt;/p&gt;     &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://bricas.vox.com/library/post/five-a-day-may-10.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d09e62f541be2b00f48cf6abd20002?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://bricas.vox.com/tags/">perl</category> 
            <category domain="http://bricas.vox.com/tags/">rt</category>   
        </item> 
 
        <item>
            <title>Five a day, part 3</title>
            <link>http://bricas.vox.com/library/post/five-a-day-part-3.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(Brian)</author>
            <comments>http://bricas.vox.com/library/post/five-a-day-part-3.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://bricas.vox.com/library/post/five-a-day-part-3.html?_c=feed-rss-full</guid> 
            <pubDate>Fri, 09 May 2008 11:53:33 -0300</pubDate>         
            
            <description>    &lt;p&gt;I ventured into some DBIC related bugs this time.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=32497&quot;&gt;RT #32497&lt;/a&gt; - rejected (Catalyst::Model::DBIC::Schema)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=31848&quot;&gt;RT #31848&lt;/a&gt; - doc fixed (Catalyst::Model::DBIC::Schema)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=29282&quot;&gt;RT #29282&lt;/a&gt; - duplicate (DBIx::Class::Schema::Loader)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=23749&quot;&gt;RT #23749&lt;/a&gt; - already patched this last year (Catalyst::Plugin::Session::State::URI)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=20142&quot;&gt;RT #20142&lt;/a&gt; - closed (Catalyst::Plugin::UploadProgress)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=32276&quot;&gt;RT #32276&lt;/a&gt; - rejected (Catalyst::Runtime)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=26732&quot;&gt;RT #26732&lt;/a&gt; - closed (Catalyst::Runtime)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=34293&quot;&gt;RT #34293&lt;/a&gt; - duplicate (DBIx::Class)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=32988&quot;&gt;RT #32988&lt;/a&gt; - pod fixed (DBIx::Class)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=33217&quot;&gt;RT #33217&lt;/a&gt; - closed (DBIx::Class)&lt;/p&gt;     &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://bricas.vox.com/library/post/five-a-day-part-3.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d09e62f541be2b00f48d1518ec0001?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://bricas.vox.com/tags/">perl</category> 
            <category domain="http://bricas.vox.com/tags/">rt</category>   
        </item> 
 
        <item>
            <title>(Five a day) x 2</title>
            <link>http://bricas.vox.com/library/post/five-a-day-x-2.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(Brian)</author>
            <comments>http://bricas.vox.com/library/post/five-a-day-x-2.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://bricas.vox.com/library/post/five-a-day-x-2.html?_c=feed-rss-full</guid> 
            <pubDate>Thu, 08 May 2008 18:18:22 -0300</pubDate>         
            
            <description>    &lt;p&gt;I ended up doing twice my quota for today (it&amp;#39;s easy to take care of the low-hanging fruit). A variety of Catalyst::* and DBIx::Class tickets were closed.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=15941&quot;&gt;RT #15941&lt;/a&gt; - rejected (Catalyst::View::TT)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=32254&quot;&gt;RT #32254&lt;/a&gt; - duplicate (Catalyst::Plugin::Authentication)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=30506&quot;&gt;RT #30506&lt;/a&gt; - closed (Catalyst::Plugin::Authentication)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=33302&quot;&gt;RT #33302&lt;/a&gt; - closed (Catalyst::Manual)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=32091&quot;&gt;RT #32091&lt;/a&gt; - closed (Catalyst::Manual)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=29496&quot;&gt;RT #29496&lt;/a&gt; - duplicate (Catalyst::Manual)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=32636&quot;&gt;RT #32636&lt;/a&gt; - pod fixed (Catalyst::Manual)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=34256&quot;&gt;RT #34256&lt;/a&gt; - dependencies updated (DBIx::Class)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=33667&quot;&gt;RT #33667&lt;/a&gt; - patch applied (Catalyst::Session::Store::FastMmap)&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=32393&quot;&gt;RT #32393&lt;/a&gt; - closed (DBIx::Class)&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://bricas.vox.com/library/post/five-a-day-x-2.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d09e62f541be2b00f48cf62f610003?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://bricas.vox.com/tags/">perl</category> 
            <category domain="http://bricas.vox.com/tags/">rt</category>   
        </item> 
 
        <item>
            <title>Five a day, plus two.</title>
            <link>http://bricas.vox.com/library/post/five-a-day-plus-two.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(Brian)</author>
            <comments>http://bricas.vox.com/library/post/five-a-day-plus-two.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://bricas.vox.com/library/post/five-a-day-plus-two.html?_c=feed-rss-full</guid> 
            <pubDate>Thu, 08 May 2008 09:08:35 -0300</pubDate>         
            
            <description>    &lt;p&gt;The Ubuntu&amp;#160;&lt;a href=&quot;https://wiki.ubuntu.com/5-A-Day&quot;&gt;&amp;quot;5-A-Day&amp;quot;&lt;/a&gt; campaign has caught my eye. It&amp;#39;s turned a heinous task into a bit of a game. It reminds me a little bit of the &lt;a href=&quot;http://www.espgame.org/&quot;&gt;ESP Game&lt;/a&gt; for image tagging (i.e. boring task =&amp;gt; game).&lt;/p&gt;&lt;p&gt;I don&amp;#39;t expect I could ever really take care of 5 bugs every single day, but I&amp;#39;ve given myself a little jump start by closing 7 Catalyst-related bugs yesterday. Only one of them took a significant amount of time to fix as it required some patching to the various parts of the Catalyst dispatch cycle.&lt;/p&gt;&lt;p&gt;Here are my five (plus two):&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=30660&quot;&gt;RT #30660&lt;/a&gt; - Just needed to be closed&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=30087&quot;&gt;RT #30087&lt;/a&gt;&amp;#160;- Again, just needed to be closed&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=35690&quot;&gt;RT #35690&lt;/a&gt; - Fixed POD&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=33236&quot;&gt;RT #33236&lt;/a&gt; - Tiny grammar fix&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=29334&quot;&gt;RT #29334&lt;/a&gt; - Fixed in trunk&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=26452&quot;&gt;RT #26452&lt;/a&gt; - Test workaround in trunk&lt;br /&gt;&lt;a href=&quot;http://rt.cpan.org/Ticket/Display.html?id=24743&quot;&gt;RT #24743&lt;/a&gt; - Latest Catalyst::Manual upload fixes this&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://bricas.vox.com/library/post/five-a-day-plus-two.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d09e62f541be2b00f48cf6024d0002?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://bricas.vox.com/tags/">perl</category> 
            <category domain="http://bricas.vox.com/tags/">rt</category>   
        </item> 
 
        <item>
            <title>Quick! grab two of *everything*</title>
            <link>http://bricas.vox.com/library/post/quick-grab-two-of-everything.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(Brian)</author>
            <comments>http://bricas.vox.com/library/post/quick-grab-two-of-everything.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://bricas.vox.com/library/post/quick-grab-two-of-everything.html?_c=feed-rss-full</guid> 
            <pubDate>Fri, 02 May 2008 09:23:36 -0300</pubDate>         
            
            <description>    &lt;p&gt;



So, we&amp;#39;re experiencing the worst flooding we&amp;#39;ve ever had in 35 years. &lt;a href=&quot;http://www.cbc.ca/canada/new-brunswick/story/2008/04/30/nb-flood.html&quot;&gt;[1] &lt;/a&gt;&lt;a href=&quot;http://www.cbc.ca/canada/new-brunswick/story/2008/05/02/nb-flood.html&quot;&gt;[2]&lt;/a&gt; My $work is only a few blocks from the river, but we&amp;#39;ve lucked out and haven&amp;#39;t had any water in the building. What&amp;#39;s even more remarkable is that they didn&amp;#39;t shut the power off to our section of the grid so all of our services remain online! (disaster planning?&amp;#160;ppfft! who needs it?)&lt;/p&gt;&lt;p&gt;The office was closed Thursday as the city wanted people to stay out of the downtown district. We came down anyway (as did a pile of other people) to try and grab some photos.&lt;/p&gt;&lt;div&gt;&lt;div at:enclosure=&quot;asset&quot; at:xid=&quot;6a00d09e62f541be2b00e398f5b52a0005 6a00d09e62f541be2b00f48cf41d490003&quot; at:format=&quot;strip-horizontal&quot; at:align=&quot;center&quot; class=&quot;enclosure enclosure-center enclosure-strip enclosure-strip-horizontal&quot;  style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;enclosure-inner&quot; style=&quot; margin: 5px; border: 1px solid; text-align: center;&quot;&gt;&lt;a href=&quot;http://bricas.vox.com/library/photo/6a00d09e62f541be2b00e398f5b52a0005.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;N646265547_2867503_3516&quot;&gt;&lt;img src=&quot;http://a2.vox.com/6a00d09e62f541be2b00e398f5b52a0005-120pi&quot; alt=&quot;N646265547_2867503_3516&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://bricas.vox.com/library/photo/6a00d09e62f541be2b00f48cf41d490003.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;N646265547_2874255_1185&quot;&gt;&lt;img src=&quot;http://a1.vox.com/6a00d09e62f541be2b00f48cf41d490003-120pi&quot; alt=&quot;N646265547_2874255_1185&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt; &lt;!-- end enclosure --&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Above: the first photo is from Wednesday, when we could still get into Officer&amp;#39;s Square -- By thursday afternoon, it was completely flooded.&lt;br /&gt;&lt;br /&gt;&lt;div at:enclosure=&quot;asset&quot; at:xid=&quot;6a00d09e62f541be2b00f48cf413d20002 6a00d09e62f541be2b00f48cf41dd60003&quot; at:format=&quot;strip-horizontal&quot; at:align=&quot;center&quot; class=&quot;enclosure enclosure-center enclosure-strip enclosure-strip-horizontal&quot;  style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;enclosure-inner&quot; style=&quot; margin: 5px; border: 1px solid; text-align: center;&quot;&gt;&lt;a href=&quot;http://bricas.vox.com/library/photo/6a00d09e62f541be2b00f48cf413d20002.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;N646265547_2874110_5880&quot;&gt;&lt;img src=&quot;http://a2.vox.com/6a00d09e62f541be2b00f48cf413d20002-120pi&quot; alt=&quot;N646265547_2874110_5880&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://bricas.vox.com/library/photo/6a00d09e62f541be2b00f48cf41dd60003.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;N646265547_2874115_6509&quot;&gt;&lt;img src=&quot;http://a6.vox.com/6a00d09e62f541be2b00f48cf41dd60003-120pi&quot; alt=&quot;N646265547_2874115_6509&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt; &lt;!-- end enclosure --&gt;

&lt;br /&gt;Above: This is a street one block away from my office&lt;br /&gt;&lt;br /&gt;&lt;div at:enclosure=&quot;asset&quot; at:xid=&quot;6a00d09e62f541be2b00e398f5b5ed0005 6a00d09e62f541be2b00e398f5a4b60004&quot; at:format=&quot;strip-horizontal&quot; at:align=&quot;center&quot; class=&quot;enclosure enclosure-center enclosure-strip enclosure-strip-horizontal&quot;  style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;enclosure-inner&quot; style=&quot; margin: 5px; border: 1px solid; text-align: center;&quot;&gt;&lt;a href=&quot;http://bricas.vox.com/library/photo/6a00d09e62f541be2b00e398f5b5ed0005.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;N646265547_2867802_8406&quot;&gt;&lt;img src=&quot;http://a5.vox.com/6a00d09e62f541be2b00e398f5b5ed0005-120pi&quot; alt=&quot;N646265547_2867802_8406&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://bricas.vox.com/library/photo/6a00d09e62f541be2b00e398f5a4b60004.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;N646265547_2874487_2263&quot;&gt;&lt;img src=&quot;http://a6.vox.com/6a00d09e62f541be2b00e398f5a4b60004-120pi&quot; alt=&quot;N646265547_2874487_2263&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt; &lt;!-- end enclosure --&gt;

&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Above: a few blocks away Wednesday and Thursday&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div at:enclosure=&quot;asset&quot; at:xid=&quot;6a00d09e62f541be2b00f48d12cc8b0001 6a00d09e62f541be2b00f48cf41e2a0003 6a00d09e62f541be2b00e398f5a4e70004 6a00d09e62f541be2b00e398f5b61b0005&quot; at:format=&quot;strip-horizontal&quot; at:align=&quot;center&quot; class=&quot;enclosure enclosure-center enclosure-strip enclosure-strip-horizontal&quot;  style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;enclosure-inner&quot; style=&quot; margin: 5px; border: 1px solid; text-align: center;&quot;&gt;&lt;a href=&quot;http://bricas.vox.com/library/photo/6a00d09e62f541be2b00f48d12cc8b0001.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;N646265547_2874268_5432&quot;&gt;&lt;img src=&quot;http://a3.vox.com/6a00d09e62f541be2b00f48d12cc8b0001-120pi&quot; alt=&quot;N646265547_2874268_5432&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://bricas.vox.com/library/photo/6a00d09e62f541be2b00f48cf41e2a0003.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;N646265547_2874270_6730&quot;&gt;&lt;img src=&quot;http://a2.vox.com/6a00d09e62f541be2b00f48cf41e2a0003-120pi&quot; alt=&quot;N646265547_2874270_6730&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://bricas.vox.com/library/photo/6a00d09e62f541be2b00e398f5a4e70004.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;N646265547_2874522_5542&quot;&gt;&lt;img src=&quot;http://a7.vox.com/6a00d09e62f541be2b00e398f5a4e70004-120pi&quot; alt=&quot;N646265547_2874522_5542&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://bricas.vox.com/library/photo/6a00d09e62f541be2b00e398f5b61b0005.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;N646265547_2874218_1936&quot;&gt;&lt;img src=&quot;http://a3.vox.com/6a00d09e62f541be2b00e398f5b61b0005-120pi&quot; alt=&quot;N646265547_2874218_1936&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt; &lt;!-- end enclosure --&gt;

&lt;br /&gt;Above: The lighthouse, normally accessible by land, is now more like a real lighthouse. The onramp to the bridge is innaccessible, as is the underpass. &amp;quot;parking lot full&amp;quot; hah!&lt;br /&gt;&lt;/div&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://bricas.vox.com/library/post/quick-grab-two-of-everything.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d09e62f541be2b00f48cf41e5c0003?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://bricas.vox.com/tags/">flood</category>    
        </item> 
 
        <item>
            <title>Import Amarok stats into Rhythmbox</title>
            <link>http://bricas.vox.com/library/post/import-amarok-stats-into-rhythmbox.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(Brian)</author>
            <comments>http://bricas.vox.com/library/post/import-amarok-stats-into-rhythmbox.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://bricas.vox.com/library/post/import-amarok-stats-into-rhythmbox.html?_c=feed-rss-full</guid> 
            <pubDate>Fri, 25 Apr 2008 22:56:47 -0300</pubDate>         
            
            <description>    &lt;p&gt;I&amp;#39;ve been using Ubuntu since Dapper was released. As Hardy is the next LTS release, I decided now would be a good time to blow the whole thing away and start fresh. At the same time, I thought I could give rid of some KDE-based software I&amp;#39;ve been using and stick to a strictly Gnome environment.&lt;/p&gt;&lt;p&gt;I&amp;#39;ve been using Amarok as my media player, but, as stated above, that doesn&amp;#39;t jive with a pure Gnome setup. By default Rhythmbox is installed. I can import all of my tunes in no problem, but I&amp;#39;m missing some play stats.&lt;/p&gt;&lt;p&gt;Given my old Amarok database, which is just an SQLite database, and a Rhythmbox database, which is a simple XML file, with freshly imported tunes I was able to write a script to pull out some of my old data including: rating, import date, last play date and play count. NB: Rhythmbox ratings don&amp;#39;t understand half-star ratings, though it doesn&amp;#39;t complain.&lt;/p&gt;&lt;p&gt;Usage: import.pl rhythmdb.xml collection.db&lt;/p&gt;&lt;p&gt;use strict;&lt;br /&gt;use warnings;&lt;/p&gt;&lt;p&gt;use XML::Simple;&lt;br /&gt;use DBI;&lt;br /&gt;use URI;&lt;/p&gt;&lt;p&gt;my $xml = shift;&lt;br /&gt;my $data = XMLin( $xml, KeepRoot =&amp;gt; 1, ForceContent =&amp;gt; 1 );&lt;/p&gt;&lt;p&gt;my $dbh = DBI-&amp;gt;connect( &amp;#39;dbi:SQLite:dbname=&amp;#39; . shift, undef, undef );&lt;br /&gt;my $sth = $dbh-&amp;gt;prepare( &amp;#39;select rating, playcounter, createdate, accessdate from statistics where url = ?;&amp;#39; );&lt;/p&gt;&lt;p&gt;for my $row ( @{ $data-&amp;gt;{ rhythmdb }-&amp;gt;{ entry } } ) {&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; my $mp3 = URI-&amp;gt;new( $row-&amp;gt;{ location }-&amp;gt;{ content } );&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; next unless $mp3-&amp;gt;scheme eq &amp;#39;file&amp;#39;;&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; $sth-&amp;gt;execute( &amp;#39;.&amp;#39; . $mp3-&amp;gt;file );&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; my $dbrow = $sth-&amp;gt;fetchrow_hashref;&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; $row-&amp;gt;{ rating }-&amp;gt;{ content } = $dbrow-&amp;gt;{ rating } / 2;&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; $row-&amp;gt;{ &amp;#39;play-count&amp;#39;}-&amp;gt;{ content } =&amp;#160; ( $row-&amp;gt;{ &amp;#39;play-count&amp;#39;}-&amp;gt;{ content } || 0 ) + $dbrow-&amp;gt;{ &amp;#39;playcounter&amp;#39; };&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; $row-&amp;gt;{ &amp;#39;first-seen&amp;#39; }-&amp;gt;{ content } = $dbrow-&amp;gt;{ &amp;#39;createdate&amp;#39; };&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; $row-&amp;gt;{ &amp;#39;last-seen&amp;#39; }-&amp;gt;{ content } = $dbrow-&amp;gt;{ &amp;#39;accessdate&amp;#39; };&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;XMLout( $data, KeepRoot =&amp;gt; 1, XMLDecl =&amp;gt; 1, OutputFile =&amp;gt; $xml );&lt;/p&gt;     &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://bricas.vox.com/library/post/import-amarok-stats-into-rhythmbox.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d09e62f541be2b00e398f39e5f0005?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://bricas.vox.com/tags/">perl</category> 
            <category domain="http://bricas.vox.com/tags/">ubuntu</category>   
        </item> 
 
        <item>
            <title>non-blocking USB access</title>
            <link>http://bricas.vox.com/library/post/non-blocking-usb-access.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(Brian)</author>
            <comments>http://bricas.vox.com/library/post/non-blocking-usb-access.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://bricas.vox.com/library/post/non-blocking-usb-access.html?_c=feed-rss-full</guid> 
            <pubDate>Wed, 09 Apr 2008 11:47:18 -0300</pubDate>         
            
            <description>    &lt;p&gt;Dear lazy-perl-web,&lt;/p&gt;&lt;p&gt;Has anyone done non-blocking access to USB devices? &lt;a href=&quot;http://search.cpan.org/dist/Device-USB/&quot;&gt;Device::USB&lt;/a&gt; uses &lt;a href=&quot;http://libusb.wiki.sourceforge.net/&quot;&gt;libusb&lt;/a&gt; 0.1.x -- which only does blocking access. &lt;a href=&quot;http://libusb.wiki.sourceforge.net/Libusb1.0&quot;&gt;libusb 1.0&lt;/a&gt; is to include callback-based access -- it&amp;#39;s under development at least, but no perl bindings exist.&lt;/p&gt;&lt;p&gt;Is there anything else out there to try?&lt;br /&gt; &lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://bricas.vox.com/library/post/non-blocking-usb-access.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d09e62f541be2b00f48d0b9dad0001?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://bricas.vox.com/tags/">perl</category> 
            <category domain="http://bricas.vox.com/tags/">usb</category>   
        </item> 
    </channel>
</rss>

