Personal Category

Pertaining to my own personal life

RSS feed for this category

01.25.09

How Strange Am I?

Posted in Personal at 10:04 pm

So, I’ve been reflecting lately on some of the things that make me a bit… unusual. I’m not really talking about quirks or eccentricities here, so much as interests, or unusual approaches to learning things, or things I’ve taken the trouble to learn that have little value to most people.

I think I’m beginning to realize that I love arcana: knowledge that has become uncommon and unusual. It’s not because I get some sort of snobby delusions of superiority from them, or because now I know something no one else does; it’s because whenever I encounter some fascinating system I’ve never seen before, I want to know what makes it tick.

§ For instance, I’m probably virtually the only person under, say, 60 years old, that actually understands and uses shorthand (specifically, the Gregg shorthand system, at the top of that image). It’s a method for writing quickly and compactly (and, against those who don’t know that system of shorthand, secretly) that used to be required knowledge for secretaries, journalists and court recorders. It fell out of style with the advent of personal audio recorders.

Why do I know shorthand? Because I ran across it at some point when I was ten, and thought it was cool. A journalist was doing a local interest piece on my family. I told my Mom I thought he was really just a spy. “I saw him when he was interviewing the family: he wasn’t really writing anything, he was just scribbling!” It comes in handy every now and then, though possibly more often for writing private notes than quicker dictation, as I don’t have enough opportunity to exercise it to be drastically more efficient with it than I am with longhand.

§ Typography is another interest of mine; when I tell people this, it’s frequently mis-heard as “topography”, and they assume I mean that I like maps or something. Typesetting systems such as Τεχ (and the older, less powerful nroff) are in relatively wide use in the Unix world (though I think they may be diminishing somewhat in use), and are useful to know something about (though, like many, my knowledge of nroff doesn’t extend much beyond the use of a particular set of macros to create Unix “man pages”). But the real source of my fascination with and love for typography, is Robert Bringhurst’s The Elements of Typographical Style, which is an extremely artful and enlightening, if a tad eccentric and old-fashioned, work on the subject. One word of warning: reading this book will cause you to become accutely aware of minor typographical glitches whenever you are reading, where formerly they were no more than a very subconscious annoyance. And, as good typesetting is swiftly becoming a lost art, there will be no end of opportunities for such irritations.

Now, lest you be confused, when I say I have an interest in typography, I don’t mean, as some do, the use of flashy and avant-garde fonts for titling a magazine article, or the creative twisting of text into a catchy logo or icon. My interest is actually in ordinary running text, as found in a book.

Most people probably could not imagine a more boring occupation than the careful, minute adjustment of spacing between words, lines, and paragraphs; the pairing of just the right font appropriate to the text, and the general use of a subtle touch throughout. The thanklessness of ordinary book typesetting is that the sign of a good job is precisely that no one really notices what you’ve done at all (unless of course they true have some typographical training). A perfect example of this (though far from perfection itself, I’m sure) is my setting of Mark Twain’s Cannibalism in the Cars. It is set very plainly, without flair, and you would not guess the numerous hours spent in getting the text to look just so, avoiding various minor irritations that can crop up in typestting, and coming up with ideas to make this somewhat complicated narrative as smoothly legible as possible.

§ Music has been a very large part of my life, from very early on. My family is very musical, pretty much every one of my two parents and seven siblings has a great singing voice, and several can play at least one musical instrument. I started piano lessons when I was five, and once I could play basic chords and such, my talents were sequestered for playing music as a family, for my Dad’s worship music services at church, and for, well, pretty showing off at family gatherings and such. The scene from Step Brothers where the “perfect” brother’s family were all singing in perfect harmony was hilarious to me, because our family used to do just that sort of thing.

The combination of formal piano lessons (which I continued into the music degree program at CSU Sacramento, which BTW has an excellent music department) and regular opportunities to play off chord-sheets with my family, means that I can now read sheet music proficiently, and can also improvise based on just a few scrathed-down chords. I’ve met a lot of people who can do one or the other of those, but not both (though being able to do both is not exactly rare).

On the other hand, some of my abilities in music really are somewhat unusual. As mentioned, I can improvise off of chord sheets. I can also frequently play along by ear to songs I’ve never even heard before. I’ve actually done this on stage, in fact, when accompanying a musical group at our church. It went very smoothly.

I can also transcribe music by ear. Back when I used to head up church music ministries, I would frequently make up the chord sheets for the other players, without any instruments nearby to check it on, even if I’d never seen a chord sheet for the song before. I can do this with melody lines, too; I used to sketch melodies out that popped into my heads so I wouldn’t forget them later.

Given these things, it’s kind of a shame that I don’t do a thing with music these days. I guess I should form a band or something, but my free time for something like that is pretty much nonexistent, and there’d most likely be transportation issues. Still, the one thing I miss most from church by far is playing with musical groups; I really enjoyed that.

I’m sometimes asked if I have perfect pitch, and the answer is… well, sort of. Mainly, I only have relative pitch (that is, if I hear a note and you tell me the name, then I could give you the name of any note you play thereafter). But when I’ve gotten used to playing and singing the same song over and over, I tend to develop a memory for where that key is, and so I can frequently work out what a note is without hearing a reference pitch first. But I wouldn’t be able to do it without some silence first to find my own reference pitch from memory; most people with “real” perfect pitch actually know the note instantly, from the note itself, and don’t work it out based on some other pitch.

§ Probably from my apparent love for esoteric arcana, I tend to learn a lot of obscure programming languages and technologies. PostScript, for instance, which is a programming language that outputs printer pages. Hardly anyone actually learns how to write code in PostScript, because no one really uses it as a programming language beyond writing some boilerplate code that’s capable of reading the “real” graphical data they’re interested in. Yet it is a full-fledged programming language, capable of accomplishing some exotic feats. I wrote a PostScript file for example, which results in a different randomly-generated maze every time you print it (note though that the primary links there are to static PDFs which are randomly generated when you download them, but will print the same static maze every time; not all systems can print PostScript files directly).

As another example, I actually know the Unix sed programming/stream-editing language. This is a transformation language that changes a given input into a desired output. Most people know how to do pattern-matching and substitutions in it, which honestly is what it is most useful for. However, it has support for labels and conditional branching, and is actually Turing-complete, so could be used to theoretically transform any input into any output (ignoring the fact that implementations typically have severely limited buffer space), and I’m one of the few folks who actually bothered to learn it well enough to use some of its more advanced features. Not that that’s particularly useful, as doing anything that isn’t trivial tends to be way, way too complicated with sed; but I tend not to like knowing things only “half-way”, so… I know sed. That would seem to place me in the same category as crufty old Unix sysadmins who are decades older than me.

§ I’ve memorized the ASCII table of character codes. Yeah, really. I can actually read that . No, it’s not just for general geek snobbery; I actually found it to be quite useful while I was studying terminal control sequences and the ISO-2022 character encoding standard (two more bits of esoteric arcana, though these actually happen to be very useful to me now as a co-maintainer of GNU Screen). It has also proved to be useful for doing percent-encoding for URLs in my head.

§ Alright, so like thousands of other programmer geeks, I know C, C++, etc. However, one difference between myself and the vast majority of other programmers I’ve met is that many of the programming languages and other technologies I know, I learned directly from the relevant published standards. I have copies of the C and C++ language specs as published by ISO/IEC, I go to ECMA to read about “JavaScript” and ISO-2022 (Ecma-35), the Open Group for Unix specifications, and the W3C for DOM, XML, XSL, and HTML.

That’s not necessarily the best way to learn something; it certainly isn’t the quickest. But it does tend to make me… “unique”. I do frequently find it to be helpful, to know a lot about nitpicky details, so I don’t have to wonder about the corner cases that might trip up other folks. Knowing what the standards say about something helps me to write very portable code that runs on as many existing implementations as possible, and hopefully any future ones that may be written. It also gives me an idea of what features of a language are likely to change, and which are likely to remain stable.

The thing about standards, though, is that they frequently represent an ideal that differs, mildly or very substantially, from that technology as found in the real world. The current C standard has loads of things that virtually no one implements, or plans to; and all the major C++ implementations lack the “export” feature for templates. As to trying to write useful websites that conform to all the applicable standards… it’s simply an exercise in frustration. Thus, it’s not enough to know what a document says about the technology on paper; you need real experience with actual existing implementations to know what is portable. And that is probably why most people don’t bother learning the “official standards” to begin with, and what makes my familiarity with them so unusual.

10.20.08

Goodbye, Grampa

Posted in Personal at 9:16 am

The Gridley Herald has an article about my paternal granddad who passed away last week.

He was the nicest, gentlest person I have ever met, bar none. He had a charm and friendliness that resulted in his gaining friends everywhere he went. He will be greatly missed.

09.25.08

My Bro

Posted in Personal at 8:56 am

There’s a short blurb about my brother Joshua and his fashion sense at the Baltimore Sun (he’s changed his last name from Cowan to Crown, as the latter is less common).

06.11.07

Ka-poof!

Posted in Personal at 9:07 am

Well, my computer died Saturday. My wife had just started using it (after I’d been hogging it all day, natch), when it suddenly just powered off. But it didn’t just power off, it also produced a hefty amount of that tell-tale scent, ozone. Mixed with something else… like maybe the scent of real smoke.

I’m hoping that it’s just the power supply, and that if I just replace that, maybe everything will be fine. But power supplies have a way of taking things with them sometimes if they go down hard. Also, some recent behavior has made me suspect that the mother board may not be quite up-to-par anymore, either. I may end up having to replace that as well. Perhaps I can salvage the CPU as well, though I’m sure that’s taken quite a beating too, as I was experiencing heating problems a month ago (solved with the purchase of a case fan with significantly more oomph!). Perhaps it’d be well to go with a more up-to-date motherboard/CPU combo… I don’t think I want to go 64-bit, though, as Shockwave Flash is known to have issues on 64-bit Linux systems. Guess I’ll be doing a little shopping soon.

I’ve been wanting to get a laptop, and maybe now I have a good excuse to get a basic, cheap, not-quite-modern-but-still-very-usable model; but lately Sara and the kids have been using the computer more and more, and I don’t want to deprive them of one. And if I had a laptop, I definitely wouldn’t be keen on letting the kids (four-year-old David in particular) go touching it and stuff.

Maybe if I can manage to get the desktop working again, with some semblance of reliability, with just a power supply replacement (fingers crossed!), I can transfer ownership of that to “the wife and kids,” and get myself a cheap laptop, and a wireless access point. That way, too, I can stop pacing my room back and forth when Sara or one of the kids is surfing noggin.com. :)

Sick, sick, sick

Posted in Personal at 8:53 am

Well, I’ve been healthy for a week now; but last week marked the end of the most gruelling flu I’ve ever had; I missed over a week and a half of work. It started out mild enough, just a sore throat. Then for half of the next day, I was unable to speak in anything but a hoarse whisper. By the weekend (which was a three-day weekend, Memorial Day weekend), and on through the next week, I spent pretty much all day in bed, racked with full-body, energy-draining coughs. Coughs that felt like I was gonna eject a lung. And, yeah, constant nose-blowing. For Memorial Day weekend, I also had really annoying muscle aches, that absolutely prevented me from feeling any kind of comfortable.

I actually still have a little bit of that cough. In fact, this morning I had a bit of a coughing fit.

I don’t ever want to be that freaking sick, not ever again. Not even when I’m 75 and figure I have it coming. Guess if anything’s gonna motivate me to start eating right and exercising a bit, maybe this will, just to help keep from ever feeling that lousy again. I’m definitely going to take up vitamin C and D supplements (BTW, did you know about the recent studies that indicate that vitamin D reduces cancer risks in women by 60%? That’s twice as effective as quitting smoking! It also appears to be very effective for men as well), and I will be first in line for the next batch of flu vaccinations.

02.11.07

New Family Addition

Posted in Personal at 8:35 am

Kamberly LaVene Cowan was born 2007 Feb 7, at 7:18 pm PST. She weighed 7 lbs 11 oz (yup, like the convenience store), and measured 19 inches. And she’s cute!

(Sorry, not gonna post pics here; I have a thing against posting photos of my kids to the internet.)

01.22.07

The “Micah Cowan” Page

Posted in Personal at 11:58 pm

How weird.

I was doing a search on my name, since I was curious what pages would come up these days. I was surprised to discover this one at tutorials-blog.com, which features my name as the title, in hot pink against a black background.

The content was not immediately familiar to me. However, as I checked more closely, I realized it was a reproduction from a thread in comp.lang.postscript on Usenet. About three of the articles on that lengthy page were written by me. None of the posts actually contain much indication as to who wrote them; you can find which ones are mine by seeing my name in some of the quote attributions.

As far as I can tell, the purpose of this site is to steal the publicly available content from Usenet posts, for the purpose of attracting search engine hits, so visitors will come to that site in search of useful information, and the Google Ads placed there will generate a bit of income for the site owners. Obviously, the only people who are going to enter “Micah Cowan” into a Google search are either:

  1. Friends or family of mine,
  2. Prospective employers, or
  3. Very bored individuals who have happened across my name.

However, it does happen to be the first-ranking page of, among other probable search terms, postscript “extensible lists”. With a huge amount of content (and they seem to have archived a fair bit of Usenet), this can add up to significant $$$.

Stealing content to gain advertising is becoming relatively commonplace now. I’m sure there’s a term for it, but I don’t know what it is. The trouble is that since this is Usenet, it arguably is published by the authors (including myself) with an implicit license for redistribution. These site owners could even claim to be providing a “service”, much like Google Groups, in archiving Usenet articles (though how much of a “service” it could be when they remove all headers, including indication of authorship, is debatable). So, it’s probably totally legal, if unethical.

Legal or not, I’d be willing to wager that Google wouldn’t approve. It probably violates their Terms of Service; I’ma go figure out how to report it, at least. :)

Still dunno why my name was chosen to title the page. Much as I’d like to claim it’s because it happens to be a popular search term ;) , it seems more likely that the aggregation engine mistakenly thought my name was the title of the thread…?