<?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>Off By One &#187; Rants</title>
	<atom:link href="http://www.offby1.net/backlog/tag/rants/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.offby1.net</link>
	<description>Oh, I have slipped the surly bonds of earth</description>
	<lastBuildDate>Mon, 16 Mar 2009 00:11:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How Will You React?</title>
		<link>http://www.offby1.net/backlog/2007/04/18/how-will-you-react/</link>
		<comments>http://www.offby1.net/backlog/2007/04/18/how-will-you-react/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 01:54:01 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[blame]]></category>
		<category><![CDATA[finger-pointing]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[society]]></category>
		<category><![CDATA[voyeurism]]></category>

		<guid isPermaLink="false">http://www.offby1.net/backlog/2007/04/18/how-will-you-react/</guid>
		<description><![CDATA[What&#8217;s next?

We&#8217;ve all heard about the shootings at Virginia Tech, and now more information is going to come out, leading to a wave of media speculation, blog postings (my bad), and calls for emotionally-driven action.

So, how will you react?

Will you use this incident as a stalking horse for your issue of choice, as the gun-control [...]]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s next?</p>

<p>We&#8217;ve all heard about the <a href="http://en.wikipedia.org/wiki/Virginia_Tech_massacre">shootings at Virginia Tech</a>, and now more information is going to come out, leading to a wave of media speculation, blog postings (my bad), and calls for emotionally-driven action.</p>

<p>So, how will you react?</p>

<p>Will you use this incident as a stalking horse for your issue of choice, as the gun-control and pro-gun lobbies are doing?</p>

<p>Will you demand immediate, emotion-fueled legislation aimed at preventing another event <em>just like this</em>, forgetting that almost every other tragedy will be very little like this one?</p>

<p>Will you point your finger at everyone, demanding that someone who is alive and can <em>feel</em> your revenge take some part of the fall?</p>

<p>Will you forget, next time, that none of the quick fixes you demanded this time made a difference?</p>

<p>Will you remember that we live in the safest, least-violent epoch in human history, with lower violent crime rates and murder rates than humanity has enjoyed at any time in history?</p>

<p>Will you glue yourself to the television, to WikiPedia, to Metafilter, to Google News, to Little Green Footballs, to the Virginia Tech website, to CNN, NBC, CBS, and Fox, thereby providing validation to those that would use their homicidal urges as a cry for attention?</p>

<p>Will you make no difference at all?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.offby1.net/backlog/2007/04/18/how-will-you-react/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Rant on Coding and Quality</title>
		<link>http://www.offby1.net/backlog/2007/03/27/a-rant-on-coding-and-quality/</link>
		<comments>http://www.offby1.net/backlog/2007/03/27/a-rant-on-coding-and-quality/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 17:11:54 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[good design]]></category>
		<category><![CDATA[incompetence]]></category>
		<category><![CDATA[model-view-controller]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[vitriol]]></category>

		<guid isPermaLink="false">http://www.offby1.net/backlog/2007/03/27/a-rant-on-coding-and-quality/</guid>
		<description><![CDATA[I am, as Char will no doubt agree, occasionally a bit on the negative side.  This isn&#8217;t always a good thing; I need to learn to tone down my vitriol in situations in which it does not advance my needs, and in those in which it is not necessary or constructive.

There are times, however, [...]]]></description>
			<content:encoded><![CDATA[<p>I am, as Char will no doubt agree, occasionally a bit on the negative side.  This isn&#8217;t always a good thing; I need to learn to tone down my vitriol in situations in which it does not advance my needs, and in those in which it is not necessary or constructive.</p>

<p>There are times, however, that merit a vigorous negative response.</p>

<p>I&#8217;m taking two project courses in school this semester;  Cmput 414, which is a graphics and multimedia course with a heavy algorithmic programming component, and Cmput 401, a software engineering course and the focus of this rant.</p>

<p>Software Engineering is, according to <a href="http://en.wikipedia.org/wiki/Software_engineering">Wikipedia</a>, &#8220;is the application of a systematic, disciplined, quantifiable approach to the development, operation, and maintenance of software.&#8221;  Among other things, it requires the application of good design practices to the development of code, and following beneficial design standards.</p>

<p>So, I have to ask, why is it that people taking this fucking course cannot do something as basic as grok that it is <em>fundamentally bad practice to add public methods to hidden implementing classes instead of using the goddamned design?!</em>  I spent three days nailing down, and countless hours tuning up, the data model for our project application, only to have one of my fellow team members simply come along and, instead of <em>reading the goddamned documentation</em>, which I provided as a first step, add new hooks into the mechanism, just to get at the information in a way that is not only wrong, but disables some nice and (I thought) needed functionality.</p>

<p>I have spent the last hour looking over his code, marveling at the glorious unification of layers that, according to <a href="http://en.wikipedia.org/wiki/Model-view-controller">good design practices</a>, should ever remain separate &#8212; the intermingling of UI code and logic that <em>I&#8217;d already written elsewhere, better</em> was a real high point for me.</p>

<p>Gods.</p>

<p>I cannot wait to get back to full time work with people who know <em>more</em> than I do, so that instead of raging at the pathetic efforts of people whose skills are not even up to the level of an academic programmer, I can instead find faults with my own approaches, be told that I&#8217;m doing it wrong, and learn how to do it <em>better</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.offby1.net/backlog/2007/03/27/a-rant-on-coding-and-quality/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Maynard</title>
		<link>http://www.offby1.net/backlog/2006/12/01/maynard/</link>
		<comments>http://www.offby1.net/backlog/2006/12/01/maynard/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 07:01:56 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[intellectual property]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[obscenity]]></category>
		<category><![CDATA[pornography]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[quote]]></category>

		<guid isPermaLink="false">http://www.offlineblog.com/backlog/2006/12/01/maynard/</guid>
		<description><![CDATA[Nothing on internet censorship (note:  If you&#8217;re on a Canadian ISP and reading this, there are now sites blocked for all Canadians.  Right now they&#8217;re kiddie porn only&#8230; but it&#8217;s a short step from that to deciding other sites are objectionable and blockable.  Your ISP &#8212; the one you pay to provide [...]]]></description>
			<content:encoded><![CDATA[<p>Nothing on internet censorship (note:  If you&#8217;re on a Canadian ISP and reading this, there are now sites blocked for all Canadians.  Right now they&#8217;re kiddie porn only&#8230; but it&#8217;s a short step from that to deciding other sites are <em>objectionable</em> and blockable.  Your ISP &#8212; the one you <em>pay to provide you with internet access</em> &#8212; is doing this.  Respond as you will).</p>

<p>What I&#8217;m actually posting on is an excellent <a href="http://www.avclub.com/content/node/55757">interview with Maynard James Keenan</a> (of Tool) at the Onion AV Club.</p>

<p>The quote that really got me is this one:</p>

<blockquote>
  <p>All I can do is say I smell a rat. I don&#8217;t know where it is or what kind of rat it is, but as an artist, 
  I can express how [I feel about it]. But I couldn&#8217;t responsibly stand up and tell people which way to go,
  because then I&#8217;m just as guilty as the people who are telling everybody else what to do and where to 
  go.</p>
</blockquote>

<p>He&#8217;s quite a guy, one with whom I&#8217;ve no doubt that I could argue for days.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.offby1.net/backlog/2006/12/01/maynard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to steal an election by hacking the vote</title>
		<link>http://www.offby1.net/backlog/2006/10/26/how-to-steal-an-election-by-hacking-the-vote-page-1/</link>
		<comments>http://www.offby1.net/backlog/2006/10/26/how-to-steal-an-election-by-hacking-the-vote-page-1/#comments</comments>
		<pubDate>Fri, 27 Oct 2006 00:27:05 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.offlineblog.com/backlog/2006/10/26/how-to-steal-an-election-by-hacking-the-vote-page-1/</guid>
		<description><![CDATA[How to steal an election by hacking the vote, from Ars Technica.

The next two weeks, I&#8217;ll be posting unadorned links of interest.  Enjoy!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://arstechnica.com/articles/culture/evoting.ars">How to steal an election by hacking the vote</a>, from Ars Technica.</p>

<p>The next two weeks, I&#8217;ll be posting unadorned links of interest.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.offby1.net/backlog/2006/10/26/how-to-steal-an-election-by-hacking-the-vote-page-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A review of OmniWeb 5.5, and commentary on polish.</title>
		<link>http://www.offby1.net/backlog/2006/09/07/a-review-of-omniweb-55-and-commentary-on-polish/</link>
		<comments>http://www.offby1.net/backlog/2006/09/07/a-review-of-omniweb-55-and-commentary-on-polish/#comments</comments>
		<pubDate>Thu, 07 Sep 2006 14:02:33 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.offlineblog.com/backlog/2006/09/07/a-review-of-omniweb-55-and-commentary-on-polish/</guid>
		<description><![CDATA[A few weeks ago, I purchased a license for OmniWeb 5.5 during its beta phase.  I became aware of it a couple of years ago, when it became the darling of the mac-using contingent of the Software Systems group at the U of A, mainly due to its polished user experience and stability.

I have [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago, I purchased a license for <a href="http://www.omnigroup.com/applications/omniweb/">OmniWeb 5.5</a> during its beta phase.  I became aware of it a couple of years ago, when it became the darling of the mac-using contingent of the Software Systems group at the U of A, mainly due to its polished user experience and stability.</p>

<p>I have not been so enamoured of it, I have to regretfully confess, and I have &#8212; reluctantly, since I <em>paid</em> for it &#8212; returned to the arms of <a href="http://www.caminobrowser.org/">Camino</a>.</p>

<p>OmniWeb is pretty decent, with more than a few nice <a href="http://www.omnigroup.com/applications/omniweb/gallery/">features</a> built in:   It&#8217;s tabbed browser model includes a thumbnail-sized preview of the page in the tab, so that you can see where you&#8217;re going.  It uses a modified version of the Apple WebKit, which means that it behaves in ways very similar to Safari, including using true Cocoa widgets for web page input.  This is a selling point because much of OSX&#8217;s user experience stems from the system-wide integration of applications and services, all of which depend on the builtin behaviour of the UI widgets.</p>

<p>OmniWeb&#8217;s flaws, however, made themselves known to me throughout the beta.  I was more than willing to wait for them to resolve themselves during the beta process, but at this point, they have released the final version of 5.5, and still they&#8217;re not fixed.</p>

<p>One problem was stability.  With a great many tabs open, containing images or pages, OmniWeb slows to a crawl.  This isn&#8217;t too surprising, because RAM ain&#8217;t cheap, but it could be smarter about keeping tabs in memory or allowing them to be paged.  Add into this mix a high likelihood of crashing when under load, and you have a very irritating situation.</p>

<p>The worst problem, however, seems to be the fault of WebKit, not OmniWeb itself, although their claim that they use a modified version suggests improvements, when I have a sneaking suspicion it means &#8220;older version&#8221;.  If you use Gmail, and who doesn&#8217;t these days, then you&#8217;ve noticed that when you create a mail message and press &#8216;tab, enter&#8217; from the edit box it sends the message.  Kind of a reflex by now.</p>

<p>That doesn&#8217;t work in OmniWeb, not at all.</p>

<p>Now, there&#8217;s a tradeoff to be made, here, of course &#8212; OmniWeb and Safari have native widgets, which means that &#8212; for example &#8212; the keystrokes I use in editing text elsewhere on the system work consistently, a bit of polish that does <em>not</em> apply to Camino or Firefox.  It&#8217;s features are many and fabulous, but it shouldn&#8217;t be final with that set of issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.offby1.net/backlog/2006/09/07/a-review-of-omniweb-55-and-commentary-on-polish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Won&#8217;t someone please think of the statistics?</title>
		<link>http://www.offby1.net/backlog/2006/08/11/wont-someone-please-think-of-the-statistics/</link>
		<comments>http://www.offby1.net/backlog/2006/08/11/wont-someone-please-think-of-the-statistics/#comments</comments>
		<pubDate>Fri, 11 Aug 2006 13:42:04 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.offlineblog.com/backlog/2006/08/11/wont-someone-please-think-of-the-statistics/</guid>
		<description><![CDATA[In a world of fearmongering media and government, it seems to me that life would be better if we could just fucking count!
]]></description>
			<content:encoded><![CDATA[<p>In a world of fearmongering media and government, it seems to me that life would be better if we could just <em><a href="http://www.frozenreality.co.uk/comic/bunny/index.php?id=687">fucking count</a></em>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.offby1.net/backlog/2006/08/11/wont-someone-please-think-of-the-statistics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dyed in the Wool?</title>
		<link>http://www.offby1.net/backlog/2006/07/02/dyed-in-the-wool/</link>
		<comments>http://www.offby1.net/backlog/2006/07/02/dyed-in-the-wool/#comments</comments>
		<pubDate>Sun, 02 Jul 2006 18:51:51 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.offlineblog.com/backlog/2006/07/02/dyed-in-the-wool/</guid>
		<description><![CDATA[Despite the fact that I am, as the title suggests, a dyed-in-the-wool conservative in a great may respects, I like to think that I&#8217;m not particularly reactionary in most respects.  That being said, there is an interesting conservative reaction I have regarding a few modern conveniences.

The first one is cell phones.  As discussed [...]]]></description>
			<content:encoded><![CDATA[<p>Despite the fact that I am, as the title suggests, a dyed-in-the-wool conservative in a great may respects, I like to think that I&#8217;m not particularly reactionary in most respects.  That being said, there is an interesting conservative reaction I have regarding a few modern conveniences.</p>

<p>The first one is cell phones.  As discussed <a href="http://waiterrant.net/?p=328">on the waiter rant</a> a few days ago, and spotted via MetaFilter (where else?) people have a bizarre love-hate relationship with cell phones, and more generally with their users.  On the one hand, it&#8217;s leading to a change in social norms, as people start having conversations that could, at best, be viewed as debatably appropriate for public consumption in subways, busses, restaurants, and other places.</p>

<p>The rant linked above, however, is interesting because in a lot of respects the person writing it is, from his other postings, a liberal-leaning individual who is having the classical conservative reaction to the new and different &#8212; he&#8217;s decrying it as destroying social institutions as though they have inherent value, as opposed to simply existing as a consequence of previous upheavals due to changing technologies and mores.  I, on the other hand, tend to take things like the cell phone in stride.  Sure, the definition of what is polite changes, but that&#8217;s been happening throughout the course of human history, from the vomitoriums at Roman binges to the straitlaced, repressive Victorian ear (in public, at least) to today, with our cell phones and our email.</p>

<p>So, in this respect, I fail the test of conservatism.</p>

<p>The second issue, the one that&#8217;s been ticking about my head for the longest, is the issue of the automatic transmission.  I freely admit, I&#8217;m a stick in the mud on this one.  It&#8217;s weird, because on one hand I&#8217;m in favour of letting machines do the work that machines are good enough at.  I support automation, and the obsolescence of the manual labourer.  I come down in favour of machine intelligences being developed to remove the likelihood, and reduce the probability of human error in complex tasks.</p>

<p>But, despite all of that, I cannot get over my strong preference for manual transmissions, and a subtle, but definitely present, sense of elitism when I realize that I am in a shrinking segment of the population that is comfortable with controlling more aspects of their vehicles.  This is classical reactionary conservatism, decrying a change that is, at least by objective measures, beneficial to society on the basis that it is&#8230; different.</p>

<p>At this point, I imagine that readers are thinking:  &#8220;Is he going anywhere with this?&#8221;</p>

<p>No.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.offby1.net/backlog/2006/07/02/dyed-in-the-wool/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>To Brin, I Direct this Writing</title>
		<link>http://www.offby1.net/backlog/2006/05/20/to-brin-i-direct-this-writing/</link>
		<comments>http://www.offby1.net/backlog/2006/05/20/to-brin-i-direct-this-writing/#comments</comments>
		<pubDate>Sat, 20 May 2006 17:21:54 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[intellectual property]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://www.offlineblog.com/backlog/2006/05/20/to-brin-i-direct-this-writing/</guid>
		<description><![CDATA[David Brin, author of (amongst other things) &#8220;Glory Season&#8221; and, more relevant, &#8220;Earth,&#8221; is what one might call a surveillance utopianist, if such a term might be coined.

He argues (and argues well, I might add) that a world where our expectations of privacy have eroded to the point of total worldwide information transparency, to a [...]]]></description>
			<content:encoded><![CDATA[<p>David Brin, author of (amongst other things) &#8220;Glory Season&#8221; and, more relevant, &#8220;Earth,&#8221; is what one might call a <em>surveillance utopianist</em>, if such a term might be coined.</p>

<p>He argues (and argues well, I might add) that a world where our expectations of privacy have eroded to the point of total worldwide information transparency, to a degree where secrecy is one of the few true crimes left in the world, would be a good thing.  &#8220;Earth&#8221; is founded, vaguely, on this idea, and although its protagonist seeks secrecy for just reasons, Brin himself gives every indication that he believes privacy to be an anachronism, a legacy of humanity&#8217;s brutal rise into civilization, and one best left behind.</p>

<p>I do not agree.</p>

<p>Bruce Schneier wrote an article for Wired magazine a short time ago on  <a href="http://www.wired.com/news/columns/1,70886-0.html">the value of privacy</a> that I think bears reading.  He contends, and I agree, that even the off-the-cuff responses we have to that old saw (&#8220;If you&#8217;re not doing anything wrong, why do you care if someone is watching&#8221;) are misdirected.  Saying &#8220;The definition of wrong is in the hands of the government, and it keeps changing,&#8221; or &#8220;If I&#8217;m not doing anything wrong, you have no cause to watch me&#8221; is an implicit admission that privacy is intended to protect wrong actions.</p>

<p>This is not, and should not, be the case.  The right to privacy protects our ability to grow, learn, and change.  It protects the essential dignity of a loner who  would otherwise fear constant examination by a society he rejects.  It forms a fundamental component of interpersonal relations, or should we all feel that we must have sex in full view of the world, lest we be violating someone else&#8217;s right to examine our every behaviour?</p>

<p>This claim upon the details of my life is specious, and unethical, and must stop.</p>

<p>This claim upon the details of <em>your</em> life is no more right than the claim made by a peeping tom that nobody is hurt if he only looks in through the window.</p>

<p>As Schneier quotes Cardinal Richelieu:  &#8220;If one would give me six lines written by the hand of the most honest man, I would find something in them to have him hanged.&#8221;</p>

<p>This must not become the way of our free society, lest our society cease to be free.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.offby1.net/backlog/2006/05/20/to-brin-i-direct-this-writing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hiding from the internet</title>
		<link>http://www.offby1.net/backlog/2006/03/31/hiding-from-the-internet/</link>
		<comments>http://www.offby1.net/backlog/2006/03/31/hiding-from-the-internet/#comments</comments>
		<pubDate>Sat, 01 Apr 2006 02:55:56 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.offlineblog.com/backlog/2006/03/31/hiding-from-the-internet/</guid>
		<description><![CDATA[I think that tomorrow I&#8217;ll just &#8230; avoid .. the internet.  The place turns into a pile of utter shit once per year, on 1 April, as every two-bit dumb shit gets the mistaken impression that we all just stop caring about anything at all, and decides that pink site redesigns and fake album [...]]]></description>
			<content:encoded><![CDATA[<p>I think that tomorrow I&#8217;ll just &#8230; avoid .. the internet.  The place turns into a pile of utter shit once per year, on 1 April, as every two-bit dumb shit gets the mistaken impression that we all just stop caring about anything at all, and decides that pink site redesigns and fake album releases are actually <em>funny</em>.</p>

<p>Asshats.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.offby1.net/backlog/2006/03/31/hiding-from-the-internet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dark (Democratic) Days.</title>
		<link>http://www.offby1.net/backlog/2006/03/29/dark-democratic-days/</link>
		<comments>http://www.offby1.net/backlog/2006/03/29/dark-democratic-days/#comments</comments>
		<pubDate>Thu, 30 Mar 2006 02:02:13 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.offlineblog.com/backlog/2006/03/29/dark-democratic-days/</guid>
		<description><![CDATA[Ahh, politics.&#160; I love the smell of&#8230;Shit.It would appear, from the news at least, that checking a voting machine can result in a $40,000 &#8220;repair&#8221; charge regardless of any actual damage to the machine itself.There&#8217;s a trend in the modern electoral machine in the Unites States towards greater automation.&#160; What there is not is a [...]]]></description>
			<content:encoded><![CDATA[<p>Ahh, politics.&nbsp; I love the smell of&#8230;<br /><br />Shit.<br /><br />It would appear, from the news at least, that <a href="http://www.sltrib.com/ci_3646075">checking a voting machine can result in a $40,000 &#8220;repair&#8221; charge</a> regardless of any actual damage to the machine itself.<br /><br />There&#8217;s a trend in the modern electoral machine in the Unites States towards greater automation.&nbsp; What there is <span style="font-style: italic;">not</span> is a trend towards correspondingly greater accountability.&nbsp; He who counts the votes, &amp;c.<br /><br />I just find myself wishing that there would be some sense of actual interest on the part of the public at large, but what there is, instead, is a whole big steaming pile of apathy.&nbsp; Hell,it&#8217;s contagious &#8212; I had a hard time motivating myself to rant about it, and I can tell from the pace of the text above that I&#8217;m really just phoning it in.<br /><br />So what&#8217;s the solution?<br /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.offby1.net/backlog/2006/03/29/dark-democratic-days/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My life, so far</title>
		<link>http://www.offby1.net/backlog/2006/03/07/my-life-so-far/</link>
		<comments>http://www.offby1.net/backlog/2006/03/07/my-life-so-far/#comments</comments>
		<pubDate>Tue, 07 Mar 2006 15:36:39 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Friends]]></category>
		<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.offlineblog.com/backlog/2006/03/07/my-life-so-far/</guid>
		<description><![CDATA[So where am I at?

Oh, this isn&#8217;t going to be a &#8220;life story&#8221; sort of post.  It&#8217;s more of a corny way of saying &#8220;Here&#8217;s what I&#8217;ve been up to over the last week.&#8221;

Char and I have been doing well, thanks for asking.

I&#8217;ve seen some pretty funny theatre in the last 24 hours, and [...]]]></description>
			<content:encoded><![CDATA[<p>So where am I at?</p>

<p>Oh, this isn&#8217;t going to be a &#8220;life story&#8221; sort of post.  It&#8217;s more of a corny way of saying &#8220;Here&#8217;s what I&#8217;ve been up to over the last week.&#8221;</p>

<p>Char and I have been doing well, thanks for asking.</p>

<p>I&#8217;ve seen some pretty funny theatre in the last 24 hours, and a well-written play not too long before.  The former is, of course, <a href="http://www.die-nasty.com/">Die Nasty</a>, and the latter is a <a href="http://www.varsconatheatre.com/teatro/home.html">Stuart Lemoine</a> piece called <a href="http://www.vueweekly.com/articles/default.aspx?i=3340">The Velvet Shock</a>.  The play was enjoyable.  A bit dark in humour, which I like, and with a hint of a happy, romantic ending.  And a talented cast, bolstered in no small part by a skilled (and attractive!) supporting actress in the role of the niece.</p>

<p>I&#8217;ve come to a conclusion that, practically speaking, there is one thing that irks me more than anything else when dealing with friends.  I don&#8217;t mind if plans change, and someone can&#8217;t do something with me that was planned.  That&#8217;s cool.  But in this age of mobile and ubiquitous communication, for christ&#8217;s sake, <em>call</em> me.  Just dial a damned number and say &#8220;Sorry, Chris, I can&#8217;t make it to [thing].&#8221;  Is it that bloody hard?</p>

<p>Grrr&#8230;</p>

<p>I just realized that the above complaint was the blog post that had been tickling about my head for the last day and a half.  Glad to get that out of my system.</p>

<p>So, no big plans, really.  I think I&#8217;m going to investigate writing my first serious OS X program, to do some bookkeeping and synchronization of my pair of ITunes libraries.  Just metadata, I think, but you never know&#8230; I might get ambitious.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.offby1.net/backlog/2006/03/07/my-life-so-far/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>This man is a cancer</title>
		<link>http://www.offby1.net/backlog/2006/02/20/this-man-is-a-cancer/</link>
		<comments>http://www.offby1.net/backlog/2006/02/20/this-man-is-a-cancer/#comments</comments>
		<pubDate>Tue, 21 Feb 2006 06:09:52 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[free speech]]></category>
		<category><![CDATA[freedom]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.offlineblog.com/backlog/2006/02/20/this-man-is-a-cancer/</guid>
		<description><![CDATA[I&#8217;m getting a bit fed up with all of the people who don&#8217;t understand the concept of freedom of speech.

Yes, it&#8217;s going to be one of those posts.

There&#8217;s a couple of interesting incidents out in the wilds (I hesitate to say &#8220;hinterlands&#8221;, but mainly because I don&#8217;t think that way of Austria, and I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m getting a bit fed up with all of the people who don&#8217;t understand the concept of freedom of speech.</p>

<p>Yes, it&#8217;s going to be one of those posts.</p>

<p>There&#8217;s a couple of interesting incidents out in the wilds (I hesitate to say &#8220;hinterlands&#8221;, but mainly because I don&#8217;t think that way of Austria, and I don&#8217;t want to lump them in with the rest of the places at issue) of the world.  You may have heard of them.  There&#8217;s the (by now) infamous incident with the <a href="http://en.wikipedia.org/wiki/Jyllands-Posten_Muhammad_cartoons_controversy">Danish editorial cartoons</a> causing riots and bloodshed&#8230;  Oh, sorry, no.  Just to be clear, that bloodshed?  Those riots?  The threats?  Those are the works of madmen, not cartoonists.  I leave it as an exercise to the reader to differentiate the two.</p>

<p>Anyway&#8230;  Back on track&#8230;  There&#8217;s the cartoons, and then there&#8217;s this twit over in Austria, deliberately flouting their laws against Holocaust denial to promulgate bald-faced lies about the occurrence of the Nazi extermination of some large number of Jews.</p>

<p>So&#8230;  What&#8217;s the most common refrain?  Well, on one hand we have people who are all for freedom of speech, and then on the other hand we have people who are all for freedom of speech.</p>

<p>What the fuck, you ask?</p>

<p>Well, see, that last group &#8220;<a href="http://www.metafilter.com/mefi/49353#1216948">believe in free speech, but&#8230;</a>&#8221;</p>

<p>Beware of <a href="/backlog/2005/10/13/corporalte-punishment/">anyone who prefaces a statement with that line</a>.  They probably don&#8217;t have your best interests at heart, and they&#8217;re a liar, to boot.</p>

<p>Here&#8217;s the skinny, and I know that this comes as no news to most of those that read here, but nonetheless:  Free Speech means (and, in fact, rests firmly upon and is rendered meaningless without) the right to say things that terrify, disgust, demean, insult, and verbally violate all that you hold dear.  The more offensive an utterance is, the more important it is that the speaker be free to say it, without fear of violence or of censorship.  That isn&#8217;t to say that they should be immune to censure &#8212; that&#8217;s how mind-blowingly stupid pronouncements like &#8220;Auschwitz&#8217;s Crematorium Two, the site of half a million deaths, is &#8216;a mere legend&#8217;&#8221; <em>should</em> be greeted.  Ridicule is another good response.  As is simply ignoring the speaker.  But <em>silencing</em> your critics is&#8230;  well, there&#8217;s a couple of interesting 20<sup>th</sup> century events that might be informative on the subject.  I leave that, too, as an exercise for the reader.</p>

<p>In short, freedom of speech is not just freedom to agree with the people who have more guns.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.offby1.net/backlog/2006/02/20/this-man-is-a-cancer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>To the Edmonton Journal</title>
		<link>http://www.offby1.net/backlog/2006/01/30/to-the-edmonton-journal/</link>
		<comments>http://www.offby1.net/backlog/2006/01/30/to-the-edmonton-journal/#comments</comments>
		<pubDate>Mon, 30 Jan 2006 16:42:03 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[fuck telus]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.offlineblog.com/backlog/2006/01/30/to-the-edmonton-journal/</guid>
		<description><![CDATA[(I just sent in this letter to the editor)
Regarding &#8220;Web superhighway likely to be toll road&#8221; (Jan 30):

There are two issues in connection with this issue that I would like to address.  First, and most visible to all subscribers of the ISP services, is that &#8212; despite their claims to the contrary &#8212; companies [...]]]></description>
			<content:encoded><![CDATA[<p>(I just sent in this letter to the editor)
Regarding &#8220;<a href="http://www.canada.com/edmontonjournal/news/story.html?id=7d971979-7f62-47a1-9895-c9e15fcfeb20&#038;k=44014">Web superhighway likely to be toll road</a>&#8221; (Jan 30):</p>

<p>There are two issues in connection with this issue that I would like to address.  First, and most visible to all subscribers of the ISP services, is that &#8212; despite their claims to the contrary &#8212; companies like Shaw and Rogers lie to their customers when asked about the use of software that specifically restricts the speed of certain types of traffic (&#8220;Traffic shaping&#8221; software).  From personal experience, I can tell you that this leads to frustration from the side of the customer, especially when I&#8217;m experiencing service delays with my competing VOIP service.  This is a major issue, since Shaw is competing with Vonage for VOIP services, but Shaw is in a position to severely, and adversely, affect the quality of Vonage VOIP, something that is currently affecting me.</p>

<p>Secondly, the issue of network cost.  The claim from Shaw, Telus, and Rogers is that their users are getting something for free, which is patently absurd.  We PAY for the service that they provide, which is not e-mail and web, but is in fact a connection to the internet, which may include those services, as well as others, such as VOIP or streaming video to name two.  The ISPs, if they want to get into the business of selecting which content providers should be permitted, should stop claiming to sell &#8220;unlimited&#8221; internet access.</p>

<h4>Update</h4>

<p>Nope, no luck.  It&#8217;d have been great to be published, but it appears that I&#8217;m not witty enough.  Bummer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.offby1.net/backlog/2006/01/30/to-the-edmonton-journal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forced ethics</title>
		<link>http://www.offby1.net/backlog/2006/01/25/forced-ethics/</link>
		<comments>http://www.offby1.net/backlog/2006/01/25/forced-ethics/#comments</comments>
		<pubDate>Wed, 25 Jan 2006 16:32:20 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[intellectual property]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://www.offlineblog.com/backlog/2006/01/25/forced-ethics/</guid>
		<description><![CDATA[So, I&#8217;ve been thinking.

I&#8217;m watching the software piracy world being shaken up repeatedly by increasingly successful interventions in both distribution and production by the authorities of various nations, usually acting in the name of private, for-profit industry groups.

I&#8217;m seeing an ever-increasing degree of technical control exercised over the viewing and distribution of electronic media.

I&#8217;ve seen [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve been thinking.</p>

<p>I&#8217;m watching the software piracy world being shaken up repeatedly by increasingly successful interventions in both distribution and production by the authorities of various nations, usually acting in the name of private, for-profit industry groups.</p>

<p>I&#8217;m seeing an ever-increasing degree of technical control exercised over the viewing and distribution of electronic media.</p>

<p>I&#8217;ve seen my <a href="http://www.shaw.ca/">ISP</a> decide that they should <a href="http://www.michaelgeist.ca/index.php?option=com_content&#038;task=view&#038;id=1040">clamp down on my use of the internet connection I&#8217;m paying for</a>, and like others in the same business space, <a href="http://www.globetechnology.com/servlet/story/RTGAM.20051208.gtjkcolumndec8/BNStory/jackKapica/ColumnistSummary">lie to me about what they&#8217;re doing</a>.</p>

<p>It&#8217;s getting so that I&#8217;m going to have to start paying for everything.</p>

<p>And, to be honest, I&#8217;m pretty okay with that.  Well, except for the traffic shaping shit from Shaw.</p>

<p>The thing of it is, I&#8217;m about to be in a position from which I can afford to pay for my software.  Across the board.  It&#8217;s kind of nice, actually.  As discussed previously on this blog, <a href="/backlog/2004/01/04/aaaarghhh/">I approve of software developers&#8217; rights</a> to charge for their creations, and have always had ethical issues with the means by which I have acquired them.  Soon, that&#8217;ll be in the past.  It&#8217;s already begun, in the sense that I&#8217;m starting to pay for the little shareware utilities that I use, and I foresee doing so in greater quantities as time passes.  Couple that with increased reliance on Free/Open Source software, and I have realized that &#8212; at the moment &#8212; my computer at home is almost completely clean of illegitimate software.  It&#8217;s a nice feeling.</p>

<p>The title of this post is a bit misleading &#8212; I&#8217;m not really being forced into ethical behaviour, here.  It just so happens that concurrent with my own push to be more upstanding, the sources of my content are leaving me no other choice.  It&#8217;s a valid statement, that ethical behaviour is meaningless without the option of behaving unethically.  But I made my choice before it became impossible, and I feel that it makes me a better person.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.offby1.net/backlog/2006/01/25/forced-ethics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Talking about the weather</title>
		<link>http://www.offby1.net/backlog/2005/12/28/talking-about-the-weather/</link>
		<comments>http://www.offby1.net/backlog/2005/12/28/talking-about-the-weather/#comments</comments>
		<pubDate>Wed, 28 Dec 2005 16:10:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Friends]]></category>
		<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.offlineblog.com/backlog/2005/12/28/talking-about-the-weather/</guid>
		<description><![CDATA[There is something fundamentally fucked up about the idea of going out &#8212; in Edmonton &#8212; and playing disc golf on December 28th.  This is not natural.  It is, however, kind of nice.

So, the season of &#8230; well, whatever the season is of, to you &#8230; is come and mostly gone.  Family [...]]]></description>
			<content:encoded><![CDATA[<p>There is something fundamentally fucked up about the idea of going out &#8212; in <em>Edmonton</em> &#8212; and playing disc golf on December 28th.  This is not natural.  It is, however, kind of nice.</p>

<p>So, the season of &#8230; well, whatever the season is <em>of</em>, to you &#8230; is come and mostly gone.  Family was saw, presents sent and presented.  I think that the Go board I got from <a href="http://www.livejournal.com/users/vernondalhart/">Simon</a>, along w/ the Calvin and Hobbes collection from <a href="http://www.livejournal.com/users/xraystar">Char</a> are pretty much the standouts of the lot.  Thanks, though, to all for the neato things.  I hope my own gifts were appreciated as well.  Surprisingly, the whole &#8220;giving&#8221; part of all of this is the best for me.  Don&#8217;t get me wrong; I love <em>getting</em> stuff, too, but there&#8217;s something just fun about picking just the right gift for people.</p>

<p>In other news, it seems that work is not going to call me in over the week.  This is bleeding great, as it means I can, um, work on some work-related programming <img src='http://www.offby1.net/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

<p>Ye gods, I&#8217;ve got strange ideas of &#8220;fun.&#8221;</p>

<p>For those who are into politics:  Vote Conservative, damn it.  Green is an acceptable second choice.  Contemptible actions such as A) voting Liberal because you&#8217;re blind, deaf, and just plain dumb, therefore missing the rampant corruption, dishonesty, and arrogance of the last twelve years, or B) voting Liberal &#8216;strategically&#8217;, because Stephen Harper is just soo-o-o scary will result in&#8230; well, you getting the government you deserve.  The problem is, if you do that, <em>I</em> get the government you deserve, too, and I deserve a better one.  So get your shit together!</p>

<p>This rant brought to you by procrastination.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.offby1.net/backlog/2005/12/28/talking-about-the-weather/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
