<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.wordaligned.org/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.wordaligned.org/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Comments for wordaligned - HaloScan.com</title>
    <link>http://www.haloscan.com/</link>
    <description>Latest comments for wordaligned. Syndicated by HaloScan</description>
    <generator>http://www.haloscan.com/</generator>
    <image>
      <url>http://www.haloscan.com/halolink.gif</url>
      <title>Commenting by HaloScan.com</title>
      <link>http://www.haloscan.com/</link>
      <width>88</width>
      <height>31</height>
      <description>Commenting Powered by HaloScan.com</description>
    </image>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.wordaligned.org/wordaligned/comments" type="application/rss+xml" /><item>
      <title>Thread: one svnserve multiple repositories. Post by El Mariachi</title>
      <link>http://www.haloscan.com/comments/wordaligned/one_svnserve_multiple_repositories/?src=hsrs#24964</link>
      <pubDate>Wed, 25 Jun 2008 14:47:31 +0000</pubDate>
      <comments>http://www.haloscan.com/comments/wordaligned/one_svnserve_multiple_repositories/?src=hsrs#24964</comments>
      <guid>http://www.haloscan.com/comments/wordaligned/one_svnserve_multiple_repositories/?src=hsrs#24964</guid>
      <description>I just noticed that you can create the new repositories inside the old one's directory and svnserver will happily serve them from there.

I.e. while it's not very pretty, "repository/blue_goat" and "repository/red_bear" work just fine and won't require users to switch repositories.</description>
    </item>
    <item>
      <title>Thread: octal literals. Post by Aaron Diers</title>
      <link>http://www.haloscan.com/comments/wordaligned/octal_literals/?src=hsrs#22456</link>
      <pubDate>Wed, 04 Jun 2008 17:02:18 +0000</pubDate>
      <comments>http://www.haloscan.com/comments/wordaligned/octal_literals/?src=hsrs#22456</comments>
      <guid>http://www.haloscan.com/comments/wordaligned/octal_literals/?src=hsrs#22456</guid>
      <description>Note - octal is still used when working with chmod in linux, which is what led me to this page.  Also, on your last point, you can express an integer in any radix 2-36.  This example in octal with

puts 511.to_s(8)

outputs

777</description>
    </item>
    <item>
      <title>Thread: eurovision 2008 charts. Post by Andy Brice</title>
      <link>http://www.haloscan.com/comments/wordaligned/eurovision_2008_charts/?src=hsrs#21749</link>
      <pubDate>Thu, 29 May 2008 19:14:57 +0000</pubDate>
      <comments>http://www.haloscan.com/comments/wordaligned/eurovision_2008_charts/?src=hsrs#21749</comments>
      <guid>http://www.haloscan.com/comments/wordaligned/eurovision_2008_charts/?src=hsrs#21749</guid>
      <description>Ps/ At least Franco did one decent thing in his life.</description>
    </item>
    <item>
      <title>Thread: eurovision 2008 charts. Post by Andy Brice</title>
      <link>http://www.haloscan.com/comments/wordaligned/eurovision_2008_charts/?src=hsrs#21748</link>
      <pubDate>Thu, 29 May 2008 19:14:24 +0000</pubDate>
      <comments>http://www.haloscan.com/comments/wordaligned/eurovision_2008_charts/?src=hsrs#21748</comments>
      <guid>http://www.haloscan.com/comments/wordaligned/eurovision_2008_charts/?src=hsrs#21748</guid>
      <description>Nice work. It is an interesting little visualisation problem. Your approach is more thorough, mine is more compact.</description>
    </item>
    <item>
      <title>Thread: programming nirvana plan b. Post by John</title>
      <link>http://www.haloscan.com/comments/wordaligned/programming_nirvana_plan_b/?src=hsrs#21639</link>
      <pubDate>Wed, 28 May 2008 17:36:07 +0000</pubDate>
      <comments>http://www.haloscan.com/comments/wordaligned/programming_nirvana_plan_b/?src=hsrs#21639</comments>
      <guid>http://www.haloscan.com/comments/wordaligned/programming_nirvana_plan_b/?src=hsrs#21639</guid>
      <description>By the way, the IT Conversations podcast had a great interview with Simon Peyton Jones recently.  http://www.windley.com/archives/2008/05/transactional_memory.shtml</description>
    </item>
    <item>
      <title>Thread: fixing compiler warnings the hard way. Post by Thomas Guest</title>
      <link>http://www.haloscan.com/comments/wordaligned/fixing_compiler_warnings_the_hard_way/?src=hsrs#21615</link>
      <pubDate>Wed, 28 May 2008 09:09:48 +0000</pubDate>
      <comments>http://www.haloscan.com/comments/wordaligned/fixing_compiler_warnings_the_hard_way/?src=hsrs#21615</comments>
      <guid>http://www.haloscan.com/comments/wordaligned/fixing_compiler_warnings_the_hard_way/?src=hsrs#21615</guid>
      <description>David, 7 ^ x &amp; 7 is yet another classic I wasn't aware of! So thanks.
I find it easy enough to remember "&amp;" binds more tightly than "^" since it obeys the general rule that "and" binds more tightly than "or".</description>
    </item>
    <item>
      <title>Thread: curling for web sites. Post by Thomas Guest</title>
      <link>http://www.haloscan.com/comments/wordaligned/curling_for_web_sites/?src=hsrs#21613</link>
      <pubDate>Wed, 28 May 2008 09:00:57 +0000</pubDate>
      <comments>http://www.haloscan.com/comments/wordaligned/curling_for_web_sites/?src=hsrs#21613</comments>
      <guid>http://www.haloscan.com/comments/wordaligned/curling_for_web_sites/?src=hsrs#21613</guid>
      <description>Brad, one problem with using the cache is that you can't browse it: the links point back to pages etc which are down for maintenance.</description>
    </item>
    <item>
      <title>Thread: curling for web sites. Post by Brad</title>
      <link>http://www.haloscan.com/comments/wordaligned/curling_for_web_sites/?src=hsrs#21608</link>
      <pubDate>Wed, 28 May 2008 06:39:42 +0000</pubDate>
      <comments>http://www.haloscan.com/comments/wordaligned/curling_for_web_sites/?src=hsrs#21608</comments>
      <guid>http://www.haloscan.com/comments/wordaligned/curling_for_web_sites/?src=hsrs#21608</guid>
      <description>Neat trick, but I'd be more inclined to just check Google's cache.</description>
    </item>
    <item>
      <title>Thread: fixing compiler warnings the hard way. Post by David Jones</title>
      <link>http://www.haloscan.com/comments/wordaligned/fixing_compiler_warnings_the_hard_way/?src=hsrs#21548</link>
      <pubDate>Tue, 27 May 2008 17:09:44 +0000</pubDate>
      <comments>http://www.haloscan.com/comments/wordaligned/fixing_compiler_warnings_the_hard_way/?src=hsrs#21548</comments>
      <guid>http://www.haloscan.com/comments/wordaligned/fixing_compiler_warnings_the_hard_way/?src=hsrs#21548</guid>
      <description>I reckon ^ is "almost always" used with one of its arguments being either 1 or 1-less than a power of 2 (with 1 being a special case of that I guess).  That made me immediately suspicious of "2 ^ pos".  For similar reasons "x &amp; 2" looks suspicious, almost regardless of context.

Classic example of ^: "7 ^ x &amp; 7", the equivalent of your bit-address reversing expression "7 - b % 8".  Because I don</description>
    </item>
    <item>
      <title>Thread: fixing compiler warnings the hard way. Post by Thomas Guest</title>
      <link>http://www.haloscan.com/comments/wordaligned/fixing_compiler_warnings_the_hard_way/?src=hsrs#20887</link>
      <pubDate>Wed, 21 May 2008 15:40:29 +0000</pubDate>
      <comments>http://www.haloscan.com/comments/wordaligned/fixing_compiler_warnings_the_hard_way/?src=hsrs#20887</comments>
      <guid>http://www.haloscan.com/comments/wordaligned/fixing_compiler_warnings_the_hard_way/?src=hsrs#20887</guid>
      <description>John, maybe I've heard Hacker's Delight mentioned, but I can't be sure. I haven't read it. Would you recommend it?</description>
    </item>
  </channel>
</rss>
