<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ken's Weblog</title>
	<atom:link href="http://orange-road.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://orange-road.com/blog</link>
	<description>People should not fear their governments; governments should fear their people.</description>
	<lastBuildDate>Sat, 11 Feb 2012 08:06:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Setting up iChat Server</title>
		<link>http://orange-road.com/blog/2012/02/11/setting-up-ichat-server/</link>
		<comments>http://orange-road.com/blog/2012/02/11/setting-up-ichat-server/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 07:49:46 +0000</pubDate>
		<dc:creator>Ken Hagler</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[iChat Service]]></category>
		<category><![CDATA[Jabber]]></category>
		<category><![CDATA[Lion Server]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[XMPP]]></category>

		<guid isPermaLink="false">http://orange-road.com/blog/?p=5142</guid>
		<description><![CDATA[I’ve finally got the iChat portion of my Mac Mini Server up and running. It turned out that some fairly important parts of the process were poorly documented (or not at all), so I decided to write down the process in the hope that someone setting it up in the future will have better luck [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve finally got the iChat portion of my Mac Mini Server up and running. It turned out that some fairly important parts of the process were poorly documented (or not at all), so I decided to write down the process in the hope that someone setting it up in the future will have better luck with their search results than I did.</p>
<h2>Initial DNS Setup</h2>
<p>The very first thing I did, before I even took the Mac Mini out of the box, was get its domain name set up. I’m on a cable modem, which means that all of my computers have local IPs (192.168.x.x) and share the same external IP address, which is subject to change at any time. That’s obviously a problem for any kind of server, but fortunately it was solved long ago by <a href="http://en.wikipedia.org/wiki/Dynamic_DNS">dynamic DNS services</a>. These work by giving you a subdomain such as <cite>orangeroad.ddnsservice.org</cite>, which resolves to your current IP, and automatically updating the DNS record whenever your IP changes. I signed up for an account with <a href="http://freedns.afraid.org/">FreeDNS</a>, which is supported by my router’s firmware, so it will automatically keep my subdomain on their service updated.</p>
<p>Next I logged into the administrative interface for the orange-road.com domain, which has been hosted for many years by the excellent Mac-centric hosting service <a href="http://machighway.com/">MacHighway</a>. I then created a <a href="http://en.wikipedia.org/wiki/Cname">CNAME record</a> pointing <cite>frontier.orange-road.com</cite> to the <a href="http://en.wikipedia.org/wiki/Fqdn">fully qualified domain name</a> from Free DNS. There were some other DNS changes needed later, but to avoid confusion I’ll cover them later, where they fit into the process.</p>
<p>Finally, when I started up Frontier for the first time I told it that its name was frontier.orange-road.com. The actual server has no knowledge of the Free DNS FQDN. I assigned it a static IP address in my local subnet, and then logged into the router to forward all the ports I’d need (there were quite a few) to that static local IP. With all this done, an outside request for frontier.orange-road.com will (so long as it’s for one of the forwarded ports) end up at the Mac Mini Server.</p>
<h2>Getting a Signed SSL Certificate</h2>
<p>When I set the server’s name, it automatically created a self-signed SSL certificate. In order to avoid potential problems from poorly designed software putting up scary warnings or possibly refusing connections via <a href="https://en.wikipedia.org/wiki/Xmpp">XMPP</a>, I wanted to get this signed by a <a href="http://en.wikipedia.org/wiki/Certification_authority">certification authority</a>. A few days before I’d read an article which mentioned <a href="http://www.startssl.com/?app=1">StartSSL</a>, which issues free certificates.</p>
<p>On the server side, the software makes it very easy to export a special file called a <a href="http://en.wikipedia.org/wiki/Certificate_signing_request">Certificate Signing Request</a>, and then import the signed certificate once it’s received from the CA. The process of actually getting certificate signed proved tricky, but thanks to StartSSL’s very helpful Eddy Nigg I was eventually able to manage it. The trick is that when you first go to their web site it seems like you’re requesting a signed certificate, but what you’re really doing is creating an entirely new certificate which identifies you for logging in to  their system. Once that’s done, it’s simple to paste the contents of the CSR file exported by the Server app into a form and then download the signed certificate. The trick is to know ahead of time that it’s a two-stage process.</p>
<h2>Setting up SRV Records</h2>
<p>At this point my iChat service was up and running and I could use the XMPP address <cite>khagler@frontier.orange-road.com</cite>. However, I wanted to make it just <a href="xmpp://khagler@orange-road.com">khagler@orange-road.com</a>, so that my IM address would be the same as the email address that I’ve had since 1996. To do this, I needed to create DNS <a href="https://en.wikipedia.org/wiki/SRV_record">SRV records</a> to send XMPP traffic for orange-road.com along to frontier.orange-road.com (the actual orange-road.com machine is a web server in Colorado which would just ignore XMPP traffic).</p>
<p>The system my hosting provider uses to administer the orange-road.com domain, <a href="https://www.cpanel.net/">cPanel</a>, doesn’t have a way to create SRV records so I wasn’t able to do this all myself as I did with the CNAME record earlier. I new that MacHighway wouldn’t be able to offer any support for this, so I carefully checked and re-checked and then submitted a support request asking them to manually enter the following lines into the record for the orange-road.com domain:</p>
<pre>_xmpp-client._tcp.orange-road.com 14400 IN SRV	0 1 5222 frontier.orange-road.com
_xmpp-server._tcp.orange-road.com 14400 IN SRV	0 1 5269 frontier.orange-road.com</pre>
<p>Once I got a reply from MacHighway support that the change had been made, I checked with <a href="https://en.wikipedia.org/wiki/Domain_Information_Groper">dig</a> and confirmed that everything was working perfectly on the DNS side. Note that if I had used the Free DNS FQDN it would have worked, but that would also have made it impossible for me to move to another dynamic DNS service should the need arise without bugging someone at MacHighway to make another manual change for me.</p>
<h2>Fixing the Server’s Identity Crisis</h2>
<p>At this point I discovered that as far as the iChat service was concerned it was still frontier.orange-road.com, and it was certainly not going to allow users of orange-road.com to connect! I needed to change the name that <em>just</em> the iChat service had for itself, without affecting anything else on the server, and this turned out to be the biggest headache of the whole process, mostly due to the general lack of documentation. After a great deal of searching and a few red herrings, I finally came up with the answer: <code>sudo serveradmin settings jabber:hostsCommaDelimitedString = "orange-road.com"</code> (the iChat service is actually a variation of <a href="https://en.wikipedia.org/wiki/Jabberd2">jabbered2</a>).</p>
<h2>Chat Room DNS Setup</h2>
<p>The last thing I needed to do was create a DNS record for the multi-user chat part of the iChat service. This has its own subdomain, “rooms.” followed by whatever the host name is–in this case, <cite>rooms.orange-road.com</cite>. To get it working, I created another CNAME record which pointed to that Free DNS FQDN. That completed the setup, and if I ever need to change dynamic DNS services, or if I get a static IP at home, I can make all the necessary changes without have to involve anyone else.</p>
]]></content:encoded>
			<wfw:commentRss>http://orange-road.com/blog/2012/02/11/setting-up-ichat-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If you can’t beat them, extort them</title>
		<link>http://orange-road.com/blog/2012/02/07/if-you-cant-beat-them-extort-them/</link>
		<comments>http://orange-road.com/blog/2012/02/07/if-you-cant-beat-them-extort-them/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 23:04:52 +0000</pubDate>
		<dc:creator>Ken Hagler</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[extortion]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Nook]]></category>
		<category><![CDATA[patent]]></category>

		<guid isPermaLink="false">http://orange-road.com/blog/?p=5139</guid>
		<description><![CDATA[The three patents Microsoft is hammering the Nook with—and why they may be invalid. Microsoft’s complaint against Barnes &#38; Noble’s Android-based Nook devices has been narrowed down to just three patents, with the US International Trade Commission having to decide whether Nook devices infringe on several patented methods of interacting with and downloading electronic documents. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://feeds.arstechnica.com/~r/arstechnica/index/~3/DakImqaifLE/the-three-patents-microsoft-is-hammering-the-nook-withand-why-they-may-be-invalid.ars">The three patents Microsoft is hammering the Nook with—and why they may be invalid</a>. </p>
<p>Microsoft’s complaint against Barnes &amp; Noble’s Android-based Nook devices has been narrowed down to just three patents, with the US International Trade Commission having to decide whether Nook devices infringe on several patented methods of interacting with and downloading electronic documents. Barnes &amp; Noble is also asking the ITC to declare the patents invalid because they cover obvious and trivial functionality.</p>
<p>Microsoft’s <a href="http://www.itcblog.com/wp-content/uploads/2011/03/microsoftcomplaint.pdf">ITC complaint</a>, which was filed in March 2011 and targets Foxconn and Inventec in addition to Barnes &amp; Noble, cited five patents. One <a href="http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&amp;Sect2=HITOFF&amp;d=PALL&amp;p=1&amp;u=/netahtml/PTO/srchnum.htm&amp;r=1&amp;f=G&amp;l=50&amp;s1=5,889,522.PN.&amp;OS=PN/5,889,522&amp;RS=PN/5,889,522">1994 patent</a> related to “new varieties of child window controls [that] are provided as system resources that application programs may exploit,” and a <a href="http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&amp;Sect2=HITOFF&amp;d=PALL&amp;p=1&amp;u=/netahtml/PTO/srchnum.htm&amp;r=1&amp;f=G&amp;l=50&amp;s1=6,339,780.PN.&amp;OS=PN/6,339,780&amp;RS=PN/6,339,780">1997 patent</a> related to how browsers load and display content in portable computers with limited display areas have since been dropped from the case. </p>
<p> [<a href="http://arstechnica.com/index.php">Ars Technica</a>]</p>
<p>Here’s the sentence in the article that explains what this is really all about: “The ruling will be an important one in Microsoft’s quest to extract money from every Android hardware vendor.” In other words, having dismally flopped in their every attempt to develop a mobile device, Microsoft has given up on competition and turned to extorting money from companies that actually <em>can</em> develop useful devices.</p>
]]></content:encoded>
			<wfw:commentRss>http://orange-road.com/blog/2012/02/07/if-you-cant-beat-them-extort-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Server</title>
		<link>http://orange-road.com/blog/2012/02/02/new-server/</link>
		<comments>http://orange-road.com/blog/2012/02/02/new-server/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 21:12:33 +0000</pubDate>
		<dc:creator>Ken Hagler</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac Mini]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[XMPP]]></category>

		<guid isPermaLink="false">http://orange-road.com/blog/?p=5131</guid>
		<description><![CDATA[Earlier this week I added this Mac Mini Server, which I named Frontier, to my home network. It’s a bit strange after so many years of working with Macs, and helping to administer Windows and Linux servers, but this is actually my first Mac server! I got it primarily as a file server for scanned [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://orange-road.com/blog/wp-content/uploads/2012/02/20120202-130242.jpg"><img src="http://orange-road.com/blog/wp-content/uploads/2012/02/20120202-130242.jpg" alt="20120202-130242.jpg" class="alignnone size-full" /></a></p>
<p>Earlier this week I added this <a href="http://www.apple.com/macmini/server/">Mac Mini Server</a>, which I named Frontier, to my home network. It’s a bit strange after so many years of working with Macs, and helping to administer Windows and Linux servers, but this is actually my first Mac server!</p>
<p>I got it primarily as a file server for scanned photos, but I’ve also enabled the iChat Server, which is Apple’s front end for the popular <a href="http://en.wikipedia.org/wiki/Xmpp">XMPP</a> server <a href="http://codex.xiaoka.com/wiki/jabberd2:start">jabberd</a>. The idea is that once I’ve got some DNS stuff straightened out I’ll finally have the same address for instant messages that I do for email.</p>
]]></content:encoded>
			<wfw:commentRss>http://orange-road.com/blog/2012/02/02/new-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment spam</title>
		<link>http://orange-road.com/blog/2012/02/02/comment-spam/</link>
		<comments>http://orange-road.com/blog/2012/02/02/comment-spam/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 07:15:21 +0000</pubDate>
		<dc:creator>Ken Hagler</dc:creator>
				<category><![CDATA[Webloging Software]]></category>
		<category><![CDATA[Akismet]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://orange-road.com/blog/?p=5127</guid>
		<description><![CDATA[The Akismet plugin, which I use to block comment spam here, has a display of how much comment spam I’ve received. The amount has been going up ever since I turned commenting back on, with the total spam for January being 2,279. That’s more than twice the amount of email spam I received in the [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://akismet.com/">Akismet</a> plugin, which I use to block comment spam here, has a display of how much comment spam I’ve received. The amount has been going up ever since I turned commenting back on, with the total spam for January being 2,279. That’s more than twice the amount of email spam I received in the same period, despite have had the same email address (widely distributed across multiple websites) for sixteen years. I don’t really see why people would bother generating so much comment spam–I can’t even remember the last time I saw a spam comment get through to somebody’s weblog.</p>
]]></content:encoded>
			<wfw:commentRss>http://orange-road.com/blog/2012/02/02/comment-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terrorists in the U.S.</title>
		<link>http://orange-road.com/blog/2012/02/01/terrorists-in-the-u-s/</link>
		<comments>http://orange-road.com/blog/2012/02/01/terrorists-in-the-u-s/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 02:00:23 +0000</pubDate>
		<dc:creator>Ken Hagler</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[FBI]]></category>
		<category><![CDATA[police state]]></category>
		<category><![CDATA[terrorist]]></category>
		<category><![CDATA[tyranny]]></category>

		<guid isPermaLink="false">http://orange-road.com/blog/?p=5117</guid>
		<description><![CDATA[“I just happened to glance over and saw this huge chainsaw ripping down the side of my door.”. “I just happened to glance over and saw this huge chainsaw ripping down the side of my door.” […] If the purpose of these raids is to take dangerous people by surprise before they can shoot back [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://feedproxy.google.com/~r/radleybalko/~3/ycrVWheS4nQ/">“I just happened to glance over and saw this huge chainsaw ripping down the side of my door.”</a>. “I just happened to glance over and saw this huge chainsaw ripping down the side of my door.” </p>
<p>[…]</p>
<p>If the purpose of these raids is to take dangerous people by surprise before they can shoot back at police, how exactly does taking the door down with a chainsaw fit that strategy? [<a href="http://www.theagitator.com">The Agitator</a>]</p>
<p>As several people pointed out in the comments on that post, there is really nothing more ideally suited to making an armed citizen empty their gun through their front door than <em>some maniac cutting through it with a chainsaw!</em> As tactics to use against an armed drug dealer, I can’t think of anything more incredibly stupid.</p>
<p>On the other hand, what this sort of thing <em>is</em> very good for is terrorizing a mother and her very young daughter and making sure that they will never make the mistake of thinking they live in anything other than a hideously oppressive police state. That, I think, is the real purpose of these raids–they’ve got nothing to do with policing, and everything to do with state terrorism.</p>
<p>Sadly, it could have been even worse. They’re not called the <a href="http://en.wikipedia.org/wiki/Waco_massacre">Federal Baby Incinerators</a> for nothing.</p>
]]></content:encoded>
			<wfw:commentRss>http://orange-road.com/blog/2012/02/01/terrorists-in-the-u-s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Something’s missing</title>
		<link>http://orange-road.com/blog/2012/01/30/somethings-missing/</link>
		<comments>http://orange-road.com/blog/2012/01/30/somethings-missing/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 20:35:41 +0000</pubDate>
		<dc:creator>Ken Hagler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://orange-road.com/blog/?p=5114</guid>
		<description><![CDATA[Seen on craigslist: We are looking for someone part time with very neat handwriting who is able to write quickly but neatly. We have the letter content prepared but will require someone to write many hand written letters on a weekly basis. Please contact me if you might be interested in making some extra cash, [...]]]></description>
			<content:encoded><![CDATA[<p>Seen on <a href="http://losangeles.craigslist.org/wst/wri/2825818270.html">craigslist</a>:</p>
<blockquote><p>We are looking for someone part time with very neat handwriting who is able to write quickly but neatly.<br />
We have the letter content prepared but will require someone to write many hand written letters on a weekly basis.<br />
Please contact me if you might be interested in making some extra cash, we are looking for someone to start as soon as possible.</p></blockquote>
<p>If ever a job listing cried out for an included mailing address, it’s this one.</p>
]]></content:encoded>
			<wfw:commentRss>http://orange-road.com/blog/2012/01/30/somethings-missing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QA is hard to escape</title>
		<link>http://orange-road.com/blog/2012/01/29/qa-is-hard-to-escape/</link>
		<comments>http://orange-road.com/blog/2012/01/29/qa-is-hard-to-escape/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 08:00:31 +0000</pubDate>
		<dc:creator>Ken Hagler</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[QA]]></category>

		<guid isPermaLink="false">http://orange-road.com/blog/?p=5108</guid>
		<description><![CDATA[Despite having been out of Quality Assurance for almost ten years, I still found myself writing two bug reports at the same time as my film scanner was scanning this photo.]]></description>
			<content:encoded><![CDATA[<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://orange-road.com/blog/wp-content/uploads/2012/01/20120120-1-13.jpg" alt="Wine Bbar" title="20120120-1-13.jpg" border="0" width="360" height="239" /></p>
<p>Despite having been out of Quality Assurance for almost ten years, I still found myself writing two bug reports at the same time as my film scanner was scanning this photo.</p>
]]></content:encoded>
			<wfw:commentRss>http://orange-road.com/blog/2012/01/29/qa-is-hard-to-escape/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Series on Copyright History</title>
		<link>http://orange-road.com/blog/2012/01/27/series-on-copyright-history/</link>
		<comments>http://orange-road.com/blog/2012/01/27/series-on-copyright-history/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 05:54:53 +0000</pubDate>
		<dc:creator>Ken Hagler</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[corruption]]></category>

		<guid isPermaLink="false">http://orange-road.com/blog/?p=5104</guid>
		<description><![CDATA[History of Copyright [Falkvinge on Infopolicy] Given the recent fuss raised by corrupt politicians (SOPA and ACTA) and thugs enforcing the “laws” of the Evil Empire on its puppet states, its interesting to look at this seven part series on the history of copyright.]]></description>
			<content:encoded><![CDATA[<p><a href="http://falkvinge.net/2011/02/01/history-of-copyright-part-1-black-death/">History of Copyright</a> [<a href="http://falkvinge.net/">Falkvinge on Infopolicy</a>]</p>
<p>Given the recent fuss raised by corrupt politicians (<a href="http://en.wikipedia.org/wiki/Protests_against_SOPA_and_PIPA">SOPA</a> and <a href="http://en.wikipedia.org/wiki/Anti-Counterfeiting_Trade_Agreement">ACTA</a>) and thugs <a href="http://en.wikipedia.org/wiki/Megaupload">enforcing</a> the “laws” of the Evil Empire on its puppet states, its interesting to look at this seven part series on the history of copyright.</p>
]]></content:encoded>
			<wfw:commentRss>http://orange-road.com/blog/2012/01/27/series-on-copyright-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>American justice is an oxymoron</title>
		<link>http://orange-road.com/blog/2012/01/26/american-justice-is-an-oxymoron/</link>
		<comments>http://orange-road.com/blog/2012/01/26/american-justice-is-an-oxymoron/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 21:10:41 +0000</pubDate>
		<dc:creator>Ken Hagler</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[injustice]]></category>
		<category><![CDATA[tyranny]]></category>
		<category><![CDATA[war crime]]></category>

		<guid isPermaLink="false">http://orange-road.com/blog/?p=5099</guid>
		<description><![CDATA[Rules of American justice: a tale of three cases. The Rules of American Justice are quite clear: (1) If you are a high-ranking government official who commits war crimes, you will receive full-scale immunity, both civil and criminal, and will have the American President demand that all citizens Look Forward, Not Backward. (2) If you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.salon.com/2012/01/24/rules_of_american_justice_a_tale_of_three_cases/singleton/">Rules of American justice: a tale of three cases</a>. The Rules of American Justice are quite clear:</p>
<p><strong>(1)</strong> If you are a high-ranking government official who commits war crimes, you will receive full-scale immunity, both civil and criminal, and will have the American President demand that all citizens Look Forward, Not Backward.</p>
<p><strong>(2)</strong> If you are a low-ranking member of the military, you will receive <a href="http://www.msnbc.msn.com/id/9492624/ns/us_news-crime_and_courts/t/england-sentenced-years-prison-abuse/">relatively trivial punishments</a> in order to protect higher-ranking officials and cast the appearance of accountability.</p>
<p><strong>(3)</strong> If you are a victim of American war crimes, you are a non-person with no legal rights or even any entitlement to see the inside of a courtroom.</p>
<p><strong>(4)</strong> If you talk publicly about any of these war crimes, you have committed the Gravest Crime — you are guilty of <strong>espionage</strong> – and will have the full weight of the American criminal justice system come crashing down upon you. [<a href="http://www.salon.com/writer/glenn_greenwald/">Glenn Greenwald</a>]</p>
<p>It’s pretty obvious that the U.S. legal system really has nothing to do with justice except through the occasional coincidence, in much the same way that the U.S. Constitution has nothing to do with the U.S. government.</p>
]]></content:encoded>
			<wfw:commentRss>http://orange-road.com/blog/2012/01/26/american-justice-is-an-oxymoron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There’s a reason for that</title>
		<link>http://orange-road.com/blog/2012/01/26/theres-a-reason-for-that/</link>
		<comments>http://orange-road.com/blog/2012/01/26/theres-a-reason-for-that/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 07:16:14 +0000</pubDate>
		<dc:creator>Ken Hagler</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[copyright]]></category>

		<guid isPermaLink="false">http://orange-road.com/blog/?p=5096</guid>
		<description><![CDATA[Seen on Twitter: The Irish Copyright Act appears to have been copied almost verbatim from the UK Copyright Act. How ironic. @sensiblestu That’s probably because the copyright industry lobbyist who wrote the act sent the same file to the politicians he bought in each country.]]></description>
			<content:encoded><![CDATA[<p>Seen on Twitter:</p>
<blockquote><p>The Irish Copyright Act appears to have been copied almost verbatim from the UK Copyright Act. How ironic.</p></blockquote>
<p><cite>@sensiblestu</cite></p>
<p>That’s probably because the copyright industry lobbyist who wrote the act sent the same file to the politicians he bought in each country.</p>
]]></content:encoded>
			<wfw:commentRss>http://orange-road.com/blog/2012/01/26/theres-a-reason-for-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
