Kevin's random thoughts - language tag:kbullock.ringworld.org,2008:mephisto/language Mephisto Drax 2008-02-18T17:35:05Z kbullock tag:kbullock.ringworld.org,2008-02-18:789 2008-02-18T17:34:00Z 2008-02-18T17:35:05Z It's its! <p><em>It's</em> a shame that the English language has had <em>its</em> writers in the current generation so poorly trained as to confuse the usage of "its" and "it's". Since I recently had to retrain my well-educated partner, via much repetition, to use them properly, and since I've seen such misuse this morning in <a href="http://katidev.com/blog/?p=20">two</a> <a href="http://cocoadex.com/2008/02/nsevent-modifications-swipe-ro.html">articles</a> written by otherwise intelligent people: <strong>here is the proper usage of "its" and "it's".</strong></p> <p> "its" is a possessive pronoun.<br /> "it's" is a contraction of "it is". </p> <p>See the first sentence of this post for an example of correct usage. Anywhere you see "it's" (<em>with</em> apostrophe), mentally replace it with "it is". Do that several times and you'll start to cringe when you see the wrong usage, just like I do.</p> kbullock tag:kbullock.ringworld.org,2007-02-12:69 2007-02-12T17:26:00Z 2007-02-12T17:49:10Z Past participles <p>Grammatical pedantry of the day:</p> <p><strong>The past-tense form of ‘to lead’ (with a long ‘e’) is ‘<em>led</em>’, not ‘lead’ (with a short ‘e’).</strong></p> <p>(Technically speaking, both the simple past tense and the past participle are ‘led’.)</p> <p>Grammatical pedantry of the day:</p> <p><strong>The past-tense form of ‘to lead’ (with a long ‘e’) is ‘<em>led</em>’, not ‘lead’ (with a short ‘e’).</strong></p> <p>(Technically speaking, both the simple past tense and the past participle are ‘led’.)</p> <p>This particular issue probably doesn’t affect understanding all that much, but it does cause my mind to <a href="http://foldoc.org/index.cgi?wedge">wedge</a> momentarily every time I see it. Really, it serves as a good example of why English <a href="http://en.wikipedia.org/wiki/Orthography">orthography</a> is in serious need of reform. (That is, <strong>English spelling is stink.</strong>)</p> <p>I bring up the point because I’ve seen the aforementioned incorrect usage independently in at least two geek blogs: <a href="http://thedailywtf.com/Articles/Trust_Me,_I&amp;#8217;m_A_Doctor.aspx">The Daily WTF</a> and <a href="http://www.roughlydrafted.com/">Roughly Drafted</a>.</p> <p>Another strange perturbation of language involving past participles also presents itself to me regularly: people (particularly Minnesotans, and perhaps other Midwesterners) saying <em>and writing</em> ‘would of’ in place of ‘would <em>have</em>’. Example:</p> <blockquote> <p><strong>Incorrect:</strong> “I would of gone if it weren’t so expensive.”<br /> <strong>Correct:</strong> “I would <em>have</em> gone…”</p> </blockquote> <p>This is probably because of the Minnesota accent, which finds it difficult to pronounce “would’ve” as, for example, a Brit would, and instead inserts a vowel where the apostrophe is.</p> <p>One might get the impression that I’m a <a href="http://en.wikipedia.org/wiki/Prescriptivist">prescriptivist</a> (that is, a language nazi), but I’m really not—I just want people’s usage to actually make some sort of sense. If you consistently change the perfect tense to use ‘of’ instead of ‘have’, fine by me. But you’ll have trouble communicating with some people that way, and your English usage will be less universal.</p> kbullock tag:kbullock.ringworld.org,2006-09-19:53 2006-09-19T20:22:00Z 2006-10-04T18:07:37Z Give a man a thought... <p>I often hear teachers (in the most general, not strictly professional, sense) and others complain about our educational system’s failure to teach people to <em>think</em>. Viz. specifically <a href="http://www.cs.utexas.edu/users/EWD/transcriptions/EWD10xx/EWD1036.html">this rant</a> by the venerable[!] Dr Edsger Wybe Dijkstra.</p> <p>But in my analysis of such sentiments, I’m forced to ask, how does one person teach another to think? That is, how can I convince another person not to accept at face value what I or someone else says, and instead analyze, break down, understand and reconstruct the knowledge being communicated?</p> <p>This is an earnest question; I’ve never yet found a way to do it, despite years of trying. It’s also an important question, as the oft-stated goal of education is to teach people to think and deduce and discover for themselves, not to blindly follow the rubrics they’ve been handed.</p> <p>Give a man a thought, you teach him for a day. Teach a man to think…</p> kbullock tag:kbullock.ringworld.org,2006-09-17:52 2006-09-17T17:26:00Z 2007-03-27T20:38:13Z Backslash <p>Okay, there needs to be some serious intention put into education on this point:</p> <p>This: '\' is a <strong><em>backslash</em></strong>.<br /> This: '/' is a <strong><em>forward slash</em></strong>, or just a <strong><em>slash</em></strong>.</p> <p>Is it a niggling little issue (he asks rhetorically, while also rhetorically referring to himself in the third person)?</p> <p>Okay, there needs to be some serious intention put into education on this point:</p> <p>This: '\' is a <strong><em>backslash</em></strong>.<br /> This: '/' is a <strong><em>forward slash</em></strong>, or just a <strong><em>slash</em></strong>.</p> <p>Is it a niggling little issue (he asks rhetorically, while also rhetorically referring to himself in the third person)?</p> <p>Yes; it is however an <em>important</em> issue, because we use computer systems for which these two characters have different meanings. In particular, this is <em>not a valid <acronym title="Uniform Resource Locator">URL</acronym></em> (i.e. Web site address):</p> <pre><code>http:\\www.google.com\images</code></pre> <p>If you feed the above into a browser, you will get an error message. This didn't stop an NPR announcer from quoting a URL on the radio in similar fashion, though. The correct address is:</p> <pre><code>http://www.google.com/images</code></pre> <p>and the correct way to read this is "H-T-T-P colon <em>slash slash</em> W-W-W dot google dot com <em>slash</em> images". You can also elide the first part and just say "W-W-W dot google dot com <em>slash</em> images", and it will still work if you type it into your browser's address field.</p> <p>The difference is important outside just the Web, though. In written English, the slash is used in several ways, and in none of these situations is the backslash acceptable. For example, when quoting poetry inline, the slash is used to indicate a line break: "since feeling is first / who pays any attention / to the syntax of things / will never wholly kiss you;".</p> <p>The backslash was <a href="http://en.wikipedia.org/wiki/Backslash">ostensibly invented by an IBM engineer in 1960</a>. In any case it is a modern invention, used only in computer systems for a few particular purposes, which purposes do <em>not</em> include Web addresses.</p>