<?xml version="1.0"?>
<feed xmlns="http://purl.org/atom/ns#" xmlns:ent="http://www.purl.org/NET/ENT/1.0/" version="1.0">
 <title>Russ Nelson</title>
 <link rel="alternate" type="text/html" href="http://blog.russnelson.com/index.atom" />
<!-- <modified></modified> -->
 <!-- optional elements -->
 <tagline></tagline>
 <generator name="pyblosxom 0.8rc1">http://roughingit.subtlehints..net/pyblosxom</generator>
 <entry>
  <title>Unions vs. Globalization</title>
  <summary></summary>
  <author>
   <name></name>
   <url>http://blog.russnelson.com</url>
  </author>
  <link rel="alternate" type="text/html" href="http://blog.russnelson.com/2010/08/24#unions-vs-globalisation" />  <id>http://blog.russnelson.com/2010/08/24#unions-vs-globalisation</id>
  <created>2010-08-25T03:52:24Z</created>
  <issued>2010-08-25T03:52:24Z</issued>
  <modified>2010-08-25T03:52:24Z</modified>
  <content type="text/html" mode="escaped" xml:lang="en-us">
   
&lt;p&gt;Unions are &lt;a href=&quot;http://www.icftu.org/pubs/globalisation/globguide.html&quot;&gt;against globalization&lt;/a&gt;.
To listen to them, unions are a force for good for all workers (rather than
just the workers who pay the union its dues).  But to watch them, you can see
that they&apos;re in favor of cartelization.  They don&apos;t mind other people
competing against them, as long as those people are hobbled by the same
pay rate, protections, and benefits as the union members have.  In other
words, they&apos;re not allowed to use a lower cost of living, or a lower regard
for their own safety, or a longer work week as a competitive advantage.&lt;/p&gt;

&lt;p&gt;Sigh.  Unions!  Still selfish, after all these years.&lt;/p&gt;

   
  </content> 
 </entry>
 <entry>
  <title>US WMS</title>
  <summary></summary>
  <author>
   <name></name>
   <url>http://blog.russnelson.com</url>
  </author>
  <link rel="alternate" type="text/html" href="http://blog.russnelson.com/2010/08/08#us-wms" />  <id>http://blog.russnelson.com/2010/08/08#us-wms</id>
  <created>2010-08-08T19:40:35Z</created>
  <issued>2010-08-08T19:40:35Z</issued>
  <modified>2010-08-08T19:40:35Z</modified>
  <content type="text/html" mode="escaped" xml:lang="en-us">
   
&lt;p&gt;JOSM doesn&apos;t support WMS Capabilities, so I created a crutch for it.  These two programs (the first calls into the second) create three files for each state.  One is the capabilities file downloaded from Seamless.  Another one contains just the WMS URLs.  Another one is an OSM file containing bounding boxes for each of the WMS layers. Load it into JOSM to see what layers cover what.&lt;/p&gt;

&lt;p&gt;I find that it&apos;s helpful to initially turn on a WMS layer while
zoomed out enough to see the entire bounding box.  You get a very low
resolution layer, but you can see if it overlaps your area of
interest.  Then you can zoom in enough, right-click on the layer name
in the Layers box, and selecte &quot;Change Resolution&quot; to get a nicely
rendered layer.&lt;/p&gt;

&lt;p&gt;
&lt;pre&gt;
#!/usr/bin/python

# pulled by hand from &lt;a href=&quot;http://seamless.usgs.gov/wms_services.php?layerid=15&quot;&gt;http://seamless.usgs.gov/wms_services.php?layerid=15&lt;/a&gt;
all = &quot;&quot;&quot;USGS_EDC_Ortho_Coastal	http://ims.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Coastal?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_StateLocal	http://ims.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_StateLocal?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Urban	http://ims.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Urban?REQUEST=capabilities&amp;amp;SERVICE=WMS
BLM_Ortho	http://ims.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/BLM_Ortho?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_NYSDOP_Grid	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_NYSDOP_Grid?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Alabama	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Alabama?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Alaska	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Alaska?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Arizona	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Arizona?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Arkansas	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Arkansas?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_California	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_California?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Colorado	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Colorado?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Connecticut	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Connecticut?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Delaware	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Delaware?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_DistrictOfColumbia	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_DistrictOfColumbia?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Florida	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Florida?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Georgia	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Georgia?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Hawaii	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Hawaii?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Idaho	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Idaho?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Illinois	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Illinois?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Indiana	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Indiana?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Iowa	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Iowa?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Kansas	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Kansas?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Kentucky	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Kentucky?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Louisiana	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Louisiana?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Maine	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Maine?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Maryland	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Maryland?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Massachusetts	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Massachusetts?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Mexico	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Mexico?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Michigan	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Michigan?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Minnesota	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Minnesota?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Mississippi	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Mississippi?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Missouri	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Missouri?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Montana	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Montana?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Nebraska	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Nebraska?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Nevada	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Nevada?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_NewHampshire	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_NewHampshire?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_NewJersey	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_NewJersey?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_NewMexico	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_NewMexico?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_NewYork	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_NewYork?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_NorthCarolina	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_NorthCarolina?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_NorthDakota	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_NorthDakota?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Ohio	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Ohio?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Oklahoma	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Oklahoma?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Oregon	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Oregon?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Pennsylvania	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Pennsylvania?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_PuertoRico	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_PuertoRico?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_RhodeIsland	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_RhodeIsland?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_SouthCarolina	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_SouthCarolina?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_SouthDakota	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_SouthDakota?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Tennessee	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Tennessee?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Texas	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Texas?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Utah	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Utah?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Vermont	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Vermont?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Virginia	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Virginia?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Washington	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Washington?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_WestVirginia	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_WestVirginia?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Wisconsin	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Wisconsin?REQUEST=capabilities&amp;amp;SERVICE=WMS
USGS_EDC_Ortho_Wyoming	http://imsortho.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Wyoming?REQUEST=capabilities&amp;amp;SERVICE=WMS&quot;&quot;&quot;

for one in all.split(&quot;\n&quot;):
    state, url = one.split(&quot;\t&quot;)
    state = state.replace(&quot;USGS_EDC_Ortho_&quot;, &quot;&quot;)
    # if for any reason, you need to run this program twice, comment out the following line
    print &quot;wget -O %s.xml %s&quot; % (state, url)
    print &quot;./capabilities-to-osm.py %s.xml &amp;gt;%s.wms&quot; % (state, state)
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;capabilities-to-osm.py follows:
&lt;pre&gt;
#!/usr/bin/python

from xml.sax import saxutils
import sys
import time

class OSM():
    nodenum = -1
    waynum = -1

    def __init__(self, outf=sys.stdout):
        self.outf = outf
        self.outf.write(&quot;&quot;&quot;&amp;lt;?xml version=&apos;1.0&apos; encoding=&apos;UTF-8&apos;?&amp;gt;
&amp;lt;osm version=&apos;0.6&apos; generator=&apos;osmgen&apos;&amp;gt;
&quot;&quot;&quot;)
        self.startnum = None

    def point(self, x,y):
        self.outf.write(&quot;&amp;lt;node id=&apos;%d&apos; lat=&apos;%s&apos; lon=&apos;%s&apos; /&amp;gt;\n&quot; % ( self.nodenum, y, x))
        self.nodenum -= 1

    def start(self):
        self.startnum = self.nodenum

    def stop(self, name=None):
        self.outf.write(&quot;&amp;lt;way id=&apos;%d&apos; visible=&apos;true&apos;&amp;gt;\n&quot; % self.waynum)
        self.waynum -= 1
        for n in range(self.startnum, self.nodenum, -1):
            self.outf.write(&quot;&amp;lt;nd ref=&apos;%d&apos;/&amp;gt;\n&quot; % n)
        self.outf.write(&quot;&amp;lt;nd ref=&apos;%d&apos;/&amp;gt;\n&quot; % self.startnum)
        self.outf.write(&quot;&amp;lt;tag k=&apos;area&apos; v=&apos;yes&apos;/&amp;gt;\n&quot;)
        if name is not None:
            self.outf.write(&quot;&amp;lt;tag k=&apos;name&apos; v=&apos;%s&apos;/&amp;gt;\n&quot; % name)
        self.outf.write(&quot;&amp;lt;/way&amp;gt;&quot;)

    def close(self):
        self.outf.write(&quot;&amp;lt;/osm&amp;gt;\n&quot;)

class print_track(saxutils.XMLFilterBase):
    chars = None
    baseurl = None
    def startElement(self, name, attrs):
        if name == &apos;LatLonBoundingBox&apos;:
        # &amp;lt;LatLonBoundingBox minx=&quot;-79.810565637&quot; miny=&quot;0&quot; maxx=&quot;-71.8388440985&quot; maxy=&quot;45.1013683371&quot;/&amp;gt;
            osm.start()
            osm.point(attrs[&apos;minx&apos;], attrs[&apos;miny&apos;])
            osm.point(attrs[&apos;minx&apos;], attrs[&apos;maxy&apos;])
            osm.point(attrs[&apos;maxx&apos;], attrs[&apos;maxy&apos;])
            osm.point(attrs[&apos;maxx&apos;], attrs[&apos;miny&apos;])
            osm.stop(self.name)
        elif name == &apos;Name&apos;:
            self.chars= &apos;&apos;
        elif name == &apos;OnlineResource&apos;:
            self.baseurl = attrs[&apos;xlink:href&apos;]
    def characters(self, ch):
        if self.chars is not None:
            self.chars += ch
    def endElement(self, name):
        if name == &apos;Name&apos;:
            self.name = self.chars
            self.chars = &apos;&apos;
            if self.baseurl:
                print &quot;%sservice=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;width=500&amp;amp;height=500&amp;amp;format=image/png&amp;amp;SRS=EPSG:4326&amp;amp;layers=%s&amp;amp;&quot; % (self.baseurl, self.name)

from xml.sax import make_parser
from xml.sax.handler import feature_namespaces

if __name__ == &apos;__main__&apos;:

    import sys
    # Create a parser
    parser = make_parser()


    # Tell the parser we are not interested in XML namespaces
    parser.setFeature(feature_namespaces, 0)

    osm = OSM(open(sys.argv[1].replace(&apos;.xml&apos;, &apos;.osm&apos;), &quot;w&quot;))

    # Create the handler
    dh = print_track()

    # Tell the parser to use our handler
    parser.setContentHandler(dh)

    # Parse the input
    parser.parse(open(sys.argv[1]))

osm.close()

&lt;/pre&gt;&lt;/p&gt;

   [Tags  <a href="http://technorati.com/tags/openstreetmap" rel="tag">openstreetmap</a>, <a href="http://technorati.com/tags/josm" rel="tag">josm</a> ]
  </content> 
 </entry>
 <entry>
  <title>Stupid Conservatives</title>
  <summary></summary>
  <author>
   <name></name>
   <url>http://blog.russnelson.com</url>
  </author>
  <link rel="alternate" type="text/html" href="http://blog.russnelson.com/2010/07/28#stupid-conservatives" />  <id>http://blog.russnelson.com/2010/07/28#stupid-conservatives</id>
  <created>2010-07-29T00:51:13Z</created>
  <issued>2010-07-29T00:51:13Z</issued>
  <modified>2010-07-29T00:51:13Z</modified>
  <content type="text/html" mode="escaped" xml:lang="en-us">
   
&lt;p&gt;Yo!  Stupid conservatives!  Y&apos;all keep whinging about how wonderful
it is that Arizona is FINALLY doing something about immigration.
It sounds like you wish that the Federal Government would do its job
and keep those dratted foreigners out.&lt;/p&gt;

&lt;p&gt;Well, I have exactly zero words for you:
&lt;pre&gt;[nelson@desk ~]$ grep -i immigration ~/Constitution 
[nelson@desk ~]$ &lt;/pre&gt;
Yes, that&apos;s right, immigration is not one of the enumerated powers.
Maybe you&apos;d like it to be?  Maybe you wish that it was?  Maybe you&apos;re
willing to give this one power, just this one, to the Feds?&lt;/p&gt;

&lt;p&gt;Well, I have exactly one word for you: emigration.&lt;br&gt;
If the Feds can control immigration even though the Constitution
doesn&apos;t give them that power, then they can also control emigration.
So when the USA turns into the communist USSA and Der Presidente for
life decides that you can&apos;t leave, where are you going to be THEN??&lt;/p&gt;

&lt;p&gt;The Feds don&apos;t have the ability to stop people from entering &lt;b&gt;or
leaving&lt;/b&gt; the United States, and that&apos;s a good thing.&lt;/p&gt;

   [Tags  <a href="http://technorati.com/tags/stupid" rel="tag">stupid</a>, <a href="http://technorati.com/tags/conservatives" rel="tag">conservatives</a> ]
  </content> 
 </entry>
 <entry>
  <title>Williams Done Wrong</title>
  <summary></summary>
  <author>
   <name></name>
   <url>http://blog.russnelson.com</url>
  </author>
  <link rel="alternate" type="text/html" href="http://blog.russnelson.com/2010/07/18#williams-done-wrong" />  <id>http://blog.russnelson.com/2010/07/18#williams-done-wrong</id>
  <created>2010-07-18T22:12:04Z</created>
  <issued>2010-07-18T22:12:04Z</issued>
  <modified>2010-07-18T22:12:04Z</modified>
  <content type="text/html" mode="escaped" xml:lang="en-us">
   
&lt;p&gt;Hey you, over there.  If you were offended by Mark Williams blog posting
about a letter from Colored People to Abraham Lincoln, THEN YOU ARE STUPID.
And you lack any sense of historical perspective.  Many many people thought
at the time that colored people could not take care of themselves.  That
freedom was too much for them.  That they would have to think for themselves,
and suffer the consequences of their choices.  That colored people couldn&apos;t
do that, and so for example, if you wanted to free your slaves, you first
had to put up a bond against them becoming wards of the state.&lt;/p&gt;

&lt;p&gt;So to pretend that &quot;Colored People&quot; were writing to Lincoln to agree
with the racist opinion of the time, is just too delicious for words.
It&apos;s absurd theater at its best.&lt;/p&gt;

   [Tags  <a href="http://technorati.com/tags/prejudism" rel="tag">prejudism</a> ]
  </content> 
 </entry>
 <entry>
  <title>Violently Protesting for Peace</title>
  <summary></summary>
  <author>
   <name></name>
   <url>http://blog.russnelson.com</url>
  </author>
  <link rel="alternate" type="text/html" href="http://blog.russnelson.com/2010/06/26#violently-protesting-for-peace" />  <id>http://blog.russnelson.com/2010/06/26#violently-protesting-for-peace</id>
  <created>2010-06-26T20:18:34Z</created>
  <issued>2010-06-26T20:18:34Z</issued>
  <modified>2010-06-26T20:18:34Z</modified>
  <content type="text/html" mode="escaped" xml:lang="en-us">
   
&lt;p&gt;I just have to shake my head.  Again, at global government meetings,
you have so-called &quot;anarchists&quot; who are demonstrating for their
concept of peace and justice, which seems to include violence.  But
violence doesn&apos;t cause people to say &quot;Hey, my government is engaging
in violence.  I must want less government&quot;.  No, they say &quot;Hey, my
government isn&apos;t going enough to stop the violence.  I should give
them more power (money and privilege) so that they can keep these
protesters in line.&quot;&lt;/p&gt;

&lt;p&gt;It&apos;s like shooting yourself in the foot to promote foot health, to mix
a metaphor.&lt;/p&gt;

   [Tags  <a href="http://technorati.com/tags/anarchidiots" rel="tag">anarchidiots</a>, <a href="http://technorati.com/tags/peace" rel="tag">peace</a>, <a href="http://technorati.com/tags/protesting" rel="tag">protesting</a>, <a href="http://technorati.com/tags/g20" rel="tag">g20</a> ]
  </content> 
 </entry>
 <entry>
  <title>Less Government?</title>
  <summary></summary>
  <author>
   <name></name>
   <url>http://blog.russnelson.com</url>
  </author>
  <link rel="alternate" type="text/html" href="http://blog.russnelson.com/2010/06/07#less-government" />  <id>http://blog.russnelson.com/2010/06/07#less-government</id>
  <created>2010-06-07T04:08:38Z</created>
  <issued>2010-06-07T04:08:38Z</issued>
  <modified>2010-06-07T04:08:38Z</modified>
  <content type="text/html" mode="escaped" xml:lang="en-us">
   
&lt;p&gt;I&apos;m not sure Leonard Pitts is correct about &lt;a href=&quot;http://www.miamiherald.com/2010/05/29/1654166/singing-new-tune-in-oil-spills.html&quot;&gt;Bobby Jindal rethinking
his belief in less government&lt;/a&gt;.  What if your next-door-neighbor
contracted with a wind energy company to erect a wind generator, and
it fell on your property?  You&apos;d be angry at the company, but you&apos;d
hold your neighbor responsible.&lt;/p&gt;

&lt;p&gt;Now, the US Government claims ownership of the waters off the coast.
It licensed BP to drill off the coast.  That went sour, and Louisiana
has been hurt.  They&apos;re holding the US Government responsible.&lt;/p&gt;

&lt;p&gt;This has nothing to do with the correct size of your next-door
neighbor.  &lt;em&gt;Nor&lt;/em&gt; does it have anything to do with the correct size of
the US Government (which does things not even &lt;em&gt;remotely&lt;/em&gt; present in the
US Constitution).&lt;/p&gt;

&lt;p&gt;Government is the enemy in the case of this oil spill, since it didn&apos;t
require remotely operated valves on the blowout preventer.&lt;/p&gt;


   [Tags  <a href="http://technorati.com/tags/oilspill" rel="tag">oilspill</a>, <a href="http://technorati.com/tags/bp" rel="tag">bp</a>, <a href="http://technorati.com/tags/licensing" rel="tag">licensing</a> ]
  </content> 
 </entry>
 <entry>
  <title>Ride starting Sat May 29 15:47:05 2010</title>
  <summary></summary>
  <author>
   <name></name>
   <url>http://blog.russnelson.com</url>
  </author>
  <link rel="alternate" type="text/html" href="http://blog.russnelson.com/2010/05/29#1275162425" />  <id>http://blog.russnelson.com/2010/05/29#1275162425</id>
  <created>2010-05-29T22:35:30Z</created>
  <issued>2010-05-29T22:35:30Z</issued>
  <modified>2010-05-29T22:35:30Z</modified>
  <content type="text/html" mode="escaped" xml:lang="en-us">
   &lt;p&gt;22.32 km 73219.91 feet 13.87 mi
5798.00 seconds 96.63 minutes 1.61 hours 8.61 mi/hr&lt;/p&gt;

&lt;p&gt;Went out for a late afternoon ride with the wife on the tandem because
the yankees blew a 7 run lead. Felt much better about it after the ride.&lt;/p&gt;

&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://rutlandtrail.org/gmap.cgi?images/1275162425.track&quot;&gt;&lt;img src=&quot;/images/1275162425.jpg&quot;&gt;&lt;/a&gt;&lt;/p&gt;

   [Tags  <a href="http://technorati.com/tags/bicycling" rel="tag">bicycling</a> ]
  </content> 
 </entry>
 <entry>
  <title>Not the free market&apos;s job</title>
  <summary></summary>
  <author>
   <name></name>
   <url>http://blog.russnelson.com</url>
  </author>
  <link rel="alternate" type="text/html" href="http://blog.russnelson.com/2010/05/24#not-free-markets-job" />  <id>http://blog.russnelson.com/2010/05/24#not-free-markets-job</id>
  <created>2010-05-24T04:18:05Z</created>
  <issued>2010-05-24T04:18:05Z</issued>
  <modified>2010-05-24T04:18:05Z</modified>
  <content type="text/html" mode="escaped" xml:lang="en-us">
   
&lt;p&gt;A bunch of people are tweeting and retreeting the question
&quot;I didn&apos;t look today, did the free market clean up the oil yet?&quot;.
I have a couple of responses to that.  First that there is no such thing
as a free market.  You&apos;re not free to sell something unless someone else
is willing to buy it.  That points to the conclusion that there are only
customer-regulated markets and government-regulated markets.  And that
poses the question: who&apos;s the customer here, and if they&apos;re not regulating
why not?&lt;/p&gt;

&lt;p&gt;If customers can&apos;t regulate the behavior of sellers, then it&apos;s not even
close to being that-thing-which-is-called-a-free-market.  So that points
to this: when governments regulate, they don&apos;t regulate in a vacuum.
Their regulation displaces customer regulation.  If you look at the oil
industry, you&apos;ll find that it&apos;s regulated up the wazoo and back down again.
Customers can&apos;t regulate because they&apos;re being prevented from doing so by
government regulation.
&lt;/p&gt;

&lt;p&gt;Thus, to my friends who are asking this question, I suggest that since
a free market isn&apos;t present in the oil industry, it&apos;s silly to expect that
something which doesn&apos;t exist is capable of taking action.&lt;/p&gt;

&lt;p&gt;And my second response is to ask what would have happened had this oil
spill happened on private property.  It&apos;s certainly the case that the
property owner would have a contract with BP, and the contract would
specify remedies.  One way or the other, the property owner is going to
be compensated for the risk of oil spills.&lt;/p&gt;

&lt;p&gt;Who is the property owner here?  Why, it&apos;s the federal government, which
claims to own the seas off our coast.  What does their contract with BP say?
If it doesn&apos;t hold BP&apos;s feet to the fire for enough money to clean up the
oil, then why did the government allow the drilling?&lt;/p&gt;

&lt;p&gt;So the question is not why the free market hasn&apos;t cleaned it up yet,
but instead why the government screwed up.  Private companies fire
incompetent executives, and if they don&apos;t do that, they go out of business.
Who&apos;s going to lose their job over the irresponsible handling of the
BP drilling?  And if they don&apos;t, will the government go out of business?&lt;/p&gt;

&lt;p&gt;The answer is obviously &quot;no&quot; to the second, and probably &quot;nobody&quot; to the
first.  And &lt;b&gt;that&lt;/b&gt;, my friends, is exactly why you want to limit
the things you let your government do.&lt;/p&gt;



   [Tags  <a href="http://technorati.com/tags/oiltastrophy" rel="tag">oiltastrophy</a>, <a href="http://technorati.com/tags/bp" rel="tag">bp</a>, <a href="http://technorati.com/tags/oil" rel="tag">oil</a>, <a href="http://technorati.com/tags/freemarket" rel="tag">freemarket</a> ]
  </content> 
 </entry>
 <entry>
  <title>Racism by Rand Paul?</title>
  <summary></summary>
  <author>
   <name></name>
   <url>http://blog.russnelson.com</url>
  </author>
  <link rel="alternate" type="text/html" href="http://blog.russnelson.com/2010/05/23#racism-by-rand-paul" />  <id>http://blog.russnelson.com/2010/05/23#racism-by-rand-paul</id>
  <created>2010-05-23T07:09:07Z</created>
  <issued>2010-05-23T07:09:07Z</issued>
  <modified>2010-05-23T07:09:07Z</modified>
  <content type="text/html" mode="escaped" xml:lang="en-us">
   
&lt;p&gt;Rand Paul points out that customer regulation of markets doesn&apos;t tolerate
racism.  Racism in a market is a commons.  Anybody can be a racist, up to
a point, but if too many people are racists, the market for racism gets
destroyed.  In order for all the racists to succeed in business, you need
to manage this commons.  Typically, this is done by government, and
specifically, in the case of black racism, by Jim Crow laws.&lt;/p&gt;

&lt;p&gt;Just another example of government regulation of markets making everyone
worse off.  It&apos;s a dangerous tool that we&apos;re better-off without.
Yes, it can sometimes succeed, but most often it fails, and because the future
is unknown to us, we can&apos;t pick the successes and avoid the failures.&lt;/p&gt;

&lt;p&gt;Better to have separation of state and markets. Let customers regulate
markets, not politicians.&lt;/p&gt;


   [Tags  <a href="http://technorati.com/tags/racism" rel="tag">racism</a>, <a href="http://technorati.com/tags/randpaul" rel="tag">randpaul</a> ]
  </content> 
 </entry>
 <entry>
  <title>Immigration, the victimless crime</title>
  <summary></summary>
  <author>
   <name></name>
   <url>http://blog.russnelson.com</url>
  </author>
  <link rel="alternate" type="text/html" href="http://blog.russnelson.com/2010/05/02#immigration-the-victimless-crime" />  <id>http://blog.russnelson.com/2010/05/02#immigration-the-victimless-crime</id>
  <created>2010-05-03T03:56:30Z</created>
  <issued>2010-05-03T03:56:30Z</issued>
  <modified>2010-05-03T03:56:30Z</modified>
  <content type="text/html" mode="escaped" xml:lang="en-us">
   
&lt;p&gt;I am disappointed by conservative&apos;s reactions (Fred Thompson, and Anne Coulter, to name two) to the Arizona legislation. They point to a higher crime rate by illegal immigrants, to which I say &quot;When immigration is outlawed, only outlaws will immigrate.&quot; If you make it risky to immigrate, only those with nothing to risk will immigrate. Perhaps this will surprise some conservatives, but there are Mexican professionals like doctors, lawyers, engineers, and programmers, who have better things to do than come to the US and standing around waiting to be hired.&lt;/p&gt;

&lt;p&gt;Also, I want to see the victim of the crime of illegal immigration. Name the victim, or else I&apos;ll claim it&apos;s a victimless crime.&lt;/p&gt;

&lt;p&gt;Or maybe they want to claim that Mexicans come here just to go on welfare? Sorry, but the facts go against that; instead they work on fake social security cards for which they will never be able to claim the benefits.&lt;/p&gt;

&lt;p&gt;Or maybe they want to claim that Mexicans are here to take American&apos;s jobs? Well, the day that a spanish-only Mexican can take an english-speaking American&apos;s job, is the day that Mexican deserves the job. If an American can&apos;t or won&apos;t work harder than a Mexican, I have no pity for them. If they&apos;re a victim, it&apos;s of their own laziness.&lt;/p&gt;


   [Tags  <a href="http://technorati.com/tags/arizona" rel="tag">arizona</a>, <a href="http://technorati.com/tags/immigration" rel="tag">immigration</a>, <a href="http://technorati.com/tags/crime" rel="tag">crime</a>, <a href="http://technorati.com/tags/illegals" rel="tag">illegals</a> ]
  </content> 
 </entry>
</feed>