“Is The New York Times a Liberal Newspaper? Of course it is.”

— Daniel Okrent, Public Editor, New York Times, 7/25/2004

Reasons to watch Sword Art Online


…apart from the fact that the show is actually pretty good, that is. First, the animation team from Mouretsu Pirates. Second, the voices of:

  • Eris
  • Ichika
  • Show
  • Manami/Gruelle
  • San-daime
  • and even Muttley

And the show’s actually pretty good, just in case I failed to mention that. Even the episodes without Haruka Tomatsu are decent. It helps to be familiar with MMO tropes and player stereotypes, and of course there’s a certain WSoD required to accept not just a virtual-reality MMO with real-life death, but, more significantly, an online service that manages to stay up for two years with no maintenance.

Liberal reactions to Clint Eastwood's speech


LibreOffice: becoming useful


I just installed the latest Mac-native version of LibreOffice, and found that the HTML import is now mostly usable, not only correctly handling encodings and most CSS-based layout, but even recognizing Word-specific CSS and flagging it using the document-review functionality (sadly, it still ignores ruby tagging for furigana, but ruby is basically broken anyway). Also, the Draw module imports CorelDraw documents back to version 7, with most features intact (I still need version 3 and 4, but I can work around that with an old copy of 7 that I have running in a virtual).

The basic functionality has been there for a while, but quirkiness, lack of stability, and iffy interoperability were always problems, and it looks like the Libre team is serious about addressing them, which didn’t seem to be the case in the OpenOffice days.

Grilled cheesecake


Not safe for bikini-unfriendly workplaces…

more...

Dear Apple,


Maybe you should Think a little less Different, and put some checkout counters back in your stores. Then perhaps you wouldn’t need to have undercover security constantly scanning the crowd for incomplete PoS transactions that may or may not be shoplifting.

Arresting a customer because you can’t manage basic retail sales technology is not the work of a Genius.

I doubt anyone noticed, but...


In Frank Sinatra’s 1985 Tokyo concert at Budokan, the very first time he sings the title line of “Luck Be A Lady”, he clearly sings it as “ruck be a rady”.

Silicon Valley Employment Success Tip


How to make money at a Steve Perlman company: be Steve Perlman.

How to get screwed at a Steve Perlman company: not be Steve Perlman.

The now-former employees of OnLive are the latest to learn this lesson.

[Update: this explains a lot: “If you’ve got 8,000 servers and 1,600 users, how could we ever get to cash flow positive, right?”]

Custom font mappings in World Tools Pro


World Tools Pro enables most of the hidden Japanese typography functionality in InDesign, but as I discovered the moment I tried to really use it, they left out the ability to add custom ranges to composite fonts. The fix is to create the composite font as usual, then open the Adobe ExtendScript Toolkit, paste in the following snippet of code, edit as needed, and run it:

app.compositeFonts.item(1).compositeFontEntries.add({
    name:"Macron",
    customCharacters:"āĀēĒīĪōŌūŪ",
    appliedFont:"Minion Pro",
    fontStyle:"Regular",
    relativeSize:100,
    baselineShift:0,
    verticalScale:100,
    horizontalScale:100,
    scaleOption:false
  });

Set the value of item() based on font’s position in the pulldown list; the meaning of the rest should be obvious.

“Need a clue, take a clue,
 got a clue, leave a clue”