August 18, 2007

Where do critics go when they die?

tombstones.jpg

Substitute restaurant reviewer Leslie Kelly has reached the end of her stint at the Post-Intelligencer and Managine Editor David McCumber (among many, many others) is breathing a huge sigh of relief. How'd this kid from Spokane end up in a big-city newsroom, anyway? Hsaio-Ching Chou, who signed off on the deal for Kelly to cover Rebekah Denn's "family leave," ain't around to answer, having gone off to PR-land. But Kelly's six-month tenure leaves a mound of unhappiness.

Much did she make of her credentials in markets of minor sophistication. Occasionally did she strain to be positive and fair. But rube will out. Unaware, perhaps, that reviewers (in Philadelphia, Dallas, Belfast) actually get sued for bogus comments, spraying stars from a misfiring Uzi, Ms. Kelly finds little to like in Seattle, starting with the décor at Flying Fish and the service at Hunt Club. But wait, there's lots more:

  • Opal: "Lack of focus." Two stars.
  • Café Presse, subject of an admiring "Best Bites" column when it opened: "Subsequent visits have gone downhill." Two stars.
  • Marjorie: "Serving staff distracted or simply clueless." Still, two and a half stars.
  • At Place Pigalle she's bummed to find her lamb chop medium rather than medium rare, the chunks of pork chewy, the halibut surpisingly bad, the desserts disappointing. Still, two and a half stars.
  • At Sorrentino, where McCumber eats regularly, she orders for four, then complains about the $150 tab, the pacing of the service, and that she's ignored by the proprietor. Uh-oh, kiss of death, one and a half stars. Take that!
  • Apparently no fan of Italian food more sophisticated than, say, Olive Garden, she avoids reviewing white-hot Tavolata herself. Instead, she complains that Osteria La Spiga's pastas "suffered dramatically between birth and bowl." Yet she awards three stars. Huh?

Welcome back, Rebekah! Did they remember to tell you? The pieces you wrote about Veil and Sitka & Spruce? Well, while you were away, you won the James Beard Award for the best restaurant reviews in the whole damn country.

For her part, Ms. Kelly seems to be facing the future (as a cranky freelance) with jaded aplomb: a blog appropriately titled Whining and Dining. No hard feelings, Les. Where do critics go when their time is up? To the Blogosphere, of course. Welcome to the neighborhood!

8/24/07
Update #1 to correct the spelling of Rebekah Denn's first name. Mes excuses, Madame.
Update #2: Go to Leslie's blog for a hilarious swipe at Cornichon. She calls me, gulp, "a PR twit trying to pass himself off as a legit journalist" and "chump." (That could have been a typo, however.) Have been called worse, back in my own days as a legit journalist (KING TV, Seattle Weekly). She also wants to "compare passports." I'll show you mine if you show me yours, sweetie.

Posted by Ronald Holden at August 18, 2007 5:45 PM

Recent Entries

TIK logo.gif
The International Kitchen
Cooking school vacations in Italy, France & Spain.

Archives
Links

The International Vineyard, a new way to learn about wine in France, Italy and Spain: three-night programs for wine lovers in less-traveled regions.

The International Kitchen, the leading source for culinary vacations in France and Italy.

French Word-A-Day, fascinating lessons about language and daily life in Provence

Belltown Messenger, chronicle of a Seattle neighborhood's denizens, derelicts, clubs, bars & eateries. Restaurant reviews by Cornichon.

Small Screen Network, where food & drink celebrities like Robert Hess have recorded terrific videos.

French Chef Sally is my friend Sally McArthur, who hosts luxurious, week-long cooking classes at the Chateau du Riveau in the Loire Valley.

Local Wine Events.com, the worlds leading Food and Wine tasting calendar. Spirits and Beer events as well. Post your own event or sign up to be notified when new events are po sted to your own area.

VinoLover, Seattle wine promoter David LeClaire's bulletin board of tastings, dinners and special events.

Wine Educator Dieter Schafer maintains a full schedule of Seattle-area tastings and seminars for amateur wine drinkers and professional alike.

Nat Decants, a free wine e-newsletter from Natalie MacLean, recently named the World's Best Drink Writer at the World Food Media Awards in Australia. Wine picks, articles and humor; no ads.



Powered by
Movable Type 3.35
More blogs about food wine travel.
Who links to me?
var HOST = 'www.cornichon.org'; // Copyright (c) 1996-1997 Athenia Associates. // http://www.webreference.com/js/ // License is granted if and only if this entire // copyright notice is included. By Tomer Shiran. function setCookie (name, value, expires, path, domain, secure) { var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : ""); document.cookie = curCookie; } function getCookie (name) { var prefix = name + '='; var c = document.cookie; var nullstring = ''; var cookieStartIndex = c.indexOf(prefix); if (cookieStartIndex == -1) return nullstring; var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length); if (cookieEndIndex == -1) cookieEndIndex = c.length; return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex)); } function deleteCookie (name, path, domain) { if (getCookie(name)) document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT"; } function fixDate (date) { var base = new Date(0); var skew = base.getTime(); if (skew > 0) date.setTime(date.getTime() - skew); } function rememberMe (f) { var now = new Date(); fixDate(now); now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000); setCookie('mtcmtauth', f.author.value, now, '', HOST, ''); setCookie('mtcmtmail', f.email.value, now, '', HOST, ''); setCookie('mtcmthome', f.url.value, now, '', HOST, ''); } function forgetMe (f) { deleteCookie('mtcmtmail', '', HOST); deleteCookie('mtcmthome', '', HOST); deleteCookie('mtcmtauth', '', HOST); f.email.value = ''; f.author.value = ''; f.url.value = ''; } //-->