As of today (10 August 2008), I am told by their customer service people that Capital One credit cards still have no foreign transaction fees.  I am going to at least one foreign conference this academic year, and this time around I have promised myself to be prepared!

You’re not seeing what you think you’re seeing. Believe it?

I downloaded iPhone 2.0 onto my first-generation iPhone yesterday.  I seem to have avoided some of the hiccups that others complained about.  I’ve only had time to explore the new iPhone a bit, but my top 3 impressions:

  1. Zenbe lists are pretty cool, and fill the function gap left by the fact that iCal doesn’t have to-do lists on the iPhone.
  2. iCal now has multiple calendars.  Hooray!
  3. Camera now says “Camera would like to use your current location” — yech.  Has iPhone been geotagging my pictures?  I don’t want this.  At least I can say “no” now, but it’d be nice to be able to turn this off by default.

Social/behavioral/cognitive scientists such as myself sometimes grumble that research in our profession is difficult because theories and measurements involving people are squishy, not like in the hard sciences like physics.  On the other hand, my father is a physicist and he often tells me that physics is not as clean as we think it is.   I just read this article on the Mpemba effect–the phenomenon where cold water can freeze more slowly than hot water–and it inclines me to think that my father is right.  In grade school I learned that hot water can indeed freeze more quickly, and it’s because it evaporates while it cools.  But the story is not actually that simple.  Who ever imagined that life for physicists was this complicated?

Stanley Fish, in his most recent column, “Memo to the Superdelegates: No Principles, Please“, said several highly controversial things, most notably that the Democratic primary process isn’t really democracy, or to the extent that it is, it’s the kind that the Founding Fathers feared, and the superdelegates should limit that democracy by voting politically rather than by following the will of the people. However, he also ignited a small firestorm with a wh-pronoun, in the following sentence:

Whom do I think would make the best president?

and a couple more like it. Here’s a sampling from the comments:

  • It’s interesting–and a bit dismaying–to read a piece that espouses pure principles of law and history, then lapses into a genteelism that confounds pure principles of grammar. A superdelegate might ask properly ask himself “Who do I think would make the best president…” but not “whom,” as “who” is the subject of the verb in this question rather than the object of “think.”
  • Didn’t you used to teach English at a university somewhere in the US? So how come, Stan, you write, “Whom do you think would make/will be . . . ?

[ironically, this second comment brings up yet another murky grammatical corner of English, one that I’ve been perplexed about since high school: what is the categorial status of “used to”? My current belief is that it is an adverb with no flexibility in positioning, the main piece of evidence being that it doesn’t inflect, at least in writing. Assimilation/deletion makes it hard to figure out the situation in speech.]

  • “Whom do I think would make the best president?” or “Whom do I think will be the best general election candidate?” are, as you say, appropriate political questions. They are, however, ungrammatical ones. Get after your copy editor. The correct pronoun in each case (no pun intended) is “Who.”
  • [N]ot content shamelessly to shill for Sen. Clinton, Prof. Fish wholly abjures his celebrated expertise in English by writing, “Whom do I think would make the best President?”
  • Yes, Fish used the wrong (Who|Whom) form, because he’s pretentious, but in reality it doesn’t make any semantic difference. “Whom” is used as a signal to say “I’m being a classy writer, look at me!” and not for any expressive power that it lends to the grammar of English.

Curiously, these critiques are the opposite of the usual prescriptivist attack in which a self-styled educated language maven scolds the uneducated public for using who when whom is normatively appropriate. Is this an instance of populist prescriptivism? The last poster puts her finger on a truly important point: that the word whom truly can be a target of hypercorrection in English — that is, overusing a form that is socially associated with prestige.

However, I’m not completely convinced that hypercorrection is necessarily the source of Fish’s “error”. If we look at the unextracted (non-question) version of the sentence structure, we see that the only way of testing for the case of the position from which the wh-pronoun is extracted is using a regular pronoun:

I think (that) (he/she/I/we/they/*him/*her/*me/*us/*them) will be busy tomorrow.

On the other hand, it seems to me that it’s possible to imagine more “immediately deictic” contexts in which the accusative pronoun doesn’t seem totally out of place:

A: Who do you think we should send to the conference to present our new work, you or C?

B: I think “me” would make the best choice to send to the conference because I know that audience better.

I’m not saying that this exchange reads beautifully, but I feel as if I could imagine hearing an exchange like this. The situation reminds me a bit of a presentation I have heard Larry Horn give on reflexives, though I can’t remember where the presentation was.  If I’m at all correct, then Fish may have had in mind a meaning that would correspond to something like the following unextracted form:

I think (Clinton/Obama) would make the best choice for president.

And, by analogy, having this context in mind could have led to the offending whom.

Of course, it could just be that Fish is pretentious…

I’ve found that xzgv is pretty nice!

I’ve said before how much I like the streamlined browser Skim. One of the best parts is that it will auto-reload PDFs that change on disk (e.g., when you recompile a LaTeX document into a PDF). I just found out how to make it even better, so that Skim never asks you whether to reload, it just does it automatically:

$ defaults write -app Skim SKAutoReloadFileUpdate -boolean true

Voila!

For a long time I have been unsuccessful at using the crossref field in BibTeX properly for the situations where I need it most: when I have multiple chapters in an book consisting of an edited collection of articles in my database, and I want to provide book-level information through a cross-reference. I always got the error

Warning--empty booktitle in <your_favorite_key_here>

which was rather frustrating.

However, I’ve finally figured out that for a book or proceedings, you need to specify both title and booktitle fields in the book entry. Most of the time the contents of these fields will be identical.  Looking back at the Guide to LaTeX, this is a no-brainer, but it stumped me for a very long time. May this blog post save you similar agony!

Read about it at http://www.macosxhints.com/article.php?story=20060825072451882.

After much searching I have finally found how to use BUGS (Bayesian Inference using Gibbs Sampling) on OS X. Thanks to Tom Palmer for this document, which explains how in a few easy steps.