Monday, February 15, 2010

Paranoia

Lab books are important but my electronic data even more so. So have your data backed up in multiple places, using multiple methods! This is what I do:
  1. A hourly backup, using Time Machine, to an attached hard drive. This covers the "oops, I need that file back" as well as the "crap, my hard drive crashed" scenarios.
  2. A weekly bootable mirror, using SuperDuper, to a hard drive stored in a file cabinet. This covers the "need to get back up and running RIGHT NOW" scenario.
  3. A twice-weekly backup, using JungleDisk, to Amazon S3. This covers the "need access to my files from Timbuktu" and "holy shit, the building burned down" scenarios. (JungleDisk also archives previous versions of files, in effect providing a partial backup of the Time Machine drive; it's the lack of a TM mirror that currently makes me most uncomfortable.)
Excessive? No way. If I could--easily and affordably--have hourly versioned backups to the Internet and five-minute backups locally, I'd do it. But then, I also photocopy my field data books.

Update (March 16): I've added DropBox to the mix. This may replace JungleDisk in the future, but for now they're both running. This gives me the "hourly [or better!] versioned backups to the Internet" capability noted above.

Wednesday, February 3, 2010

Quiddler

While playing Quiddler you've probably wondered about the highest-scoring word, highest-scoring hand, scoring distributions for English words, and things like that. Wonder no more! By my calculation (using a short program in R), here are the highest-scoring words by words length:

   len    value cards           word
1    1        0     0          
2    2       16     2             za
3    3       28     3            zax
4    4       44     4           zizz
5    5       47     5          jazzy
6    6       55     6         zaqqum
7    7       58     7        buzzwig
8    8       61     8       quizzify
9    9       65     9      unquizzed
10  10       69     9     quizzingly
11  11       69    10    buzzerphone
12  12       67    10   wickerworker
13  13       68    10  quinqueverbal
14  14       60    10 fingerprinting

The maximum-scoring words:

       word len value cards
buzzerphone  11    69    10
crackerjack  11    69    10
quirquincho  11    69    10
 quizzingly  10    69     9


(Here's hoping you draw lots of Z's.) So words from 2-14 letters are possible, using 2-10 cards. This boxplot show the distribution of words values by word length:

Not surprisingly, scores increase with increasing word length until you get to 11 letters, when most words have a zero score (they require more than 10 cards to form), but a few can still be made using Quiddler's two-letter cards...until 15 letters, when even this trick doesn't help any more.

Finally, there is a hand with 109 points (not including any bonuses): "zizz" (44), "zizz" (44), and "zer" (21). The base word list used was /usr/share/dict/words...don't ask me what a "zer" is.