<?xml version='1.0'?>
<rss version="2.0"> <channel> <title>Cleverly Blogged</title> <description/> <link>http://blog.cleverly.com/</link> <language>en-us</language> <webMaster>michael@cleverly.com</webMaster> <ttl>90</ttl> <skipHours> <hour>2</hour> <hour>3</hour> <hour>4</hour> <hour>5</hour> <hour>6</hour> </skipHours> <pubDate>Sun, 08 Jun 2008 10:06:07 MDT</pubDate> <lastBuildDate>Sun, 08 Jun 2008 10:06:07 MDT</lastBuildDate>
 <item> <title>An invitation to taste test 42 books per fortnight</title> <description>&lt;p&gt;I've created a second blog: 
&lt;a href="http://www.42ndPage.com/"&gt;42ndPage.com&lt;/a&gt;; if you enjoy books 
please take a gander...&lt;/p&gt;

&lt;p&gt;The 42nd page was chosen &lt;a href="http://en.wikipedia.org/wiki/Answer_to_Life%2C_the_Universe%2C_and_Everything"&gt;for somewhat geeky reasons&lt;/a&gt;.  The idea 
of reviewing a &lt;a href="http://en.wikipedia.org/wiki/Stratified_sampling"&gt;stratified sampling&lt;/a&gt; of the contents of books was inspired by 
&lt;a href="http://en.wikipedia.org/wiki/Donald_E._Knuth"&gt;Donald Knuth&lt;/a&gt;'s 
&lt;a href="http://www.42ndPage.com/2008/06/316-bible-texts.html"&gt;3:16 Bible 
Texts Illuminated&lt;/a&gt; project.&lt;/p&gt;

&lt;p&gt;My self-imposed posting schedule is three times daily: 6am, 2pm and 10pm
MDT.&lt;/p&gt;

&lt;p&gt;I welcome your feedback.&lt;/p&gt;</description> <link>http://blog.cleverly.com/permalinks/327.html</link> <guid isPermaLink="true">http://blog.cleverly.com/permalinks/327.html</guid> <pubDate>Sun, 08 Jun 2008 10:06:07 MDT</pubDate> </item> 
 <item> <title>Time to (play? fight?) with TurboTax 2007</title> <description>&lt;p&gt;Even though the deadline for filing US Income Taxes is still a week and a
day away, I decided to procrstinate no longer and get it taken care of 
tonight.&lt;/p&gt;

&lt;p&gt;On the way home for work I stopped at an office supply store and bought
TurboTax Deluxe, which I've used in years past. It's usually been pretty
painless, but this year I had to fight with it before I even got started
on the actual tax stuff...&lt;/p&gt;

&lt;p&gt;Since I did last years taxes I've upgraded to a MacBook Pro and 
"trickled down" my PowerBook to Shauna. Once I bought the new machine I 
hooked the two laptops up with a cross over cable and rsync'ed the contents of 
&lt;tt&gt;~michael/&lt;/tt&gt; off of the PowerBook and onto &lt;tt&gt;~michael/PowerBook&lt;/tt&gt; 
on the MacBook.&lt;/p&gt;

&lt;p&gt;As needed I've had ready access to saved files &amp;amp; data and haven't had
any problems with the rsync approach.  TurboTax, however, doesn't believe it
can open last years return (which I want since it'll speed things up for this
year since I won't have to re-enter a lot of information that hasn't
changed, etc.)&lt;/p&gt; 

&lt;p&gt;I went to the TurboTax website, but it wants me to "login" before it'll let
me read the search results whose titles seem like they might plausibly be of
help.  I'm fairly sure I have a login but since I can guarantee it'd be a 
fairly complex password (and one that I've never used anywhere else) I know
it'd take me a while to remember or find it.&lt;/p&gt;

&lt;p&gt;So I ask Caleb to let me use his mother's laptop, login, go to Finder
and see that it lists last years saved return as being a "Turbo Tax File"
in Finder.  On the MacBook finder shows it being a "plain text" kind of file.
Running the Unix &lt;tt&gt;file&lt;/tt&gt; command on both laptops reports that the
file is &lt;tt&gt;data&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;So I wonder; how does Finder know to associate the file on the PowerBook
with TurboTax? And why on the PowerBook does it think it is a text file?
The first thing that comes to mind: &lt;tt&gt;rscync&lt;/tt&gt;ing the file wouldn't
have preserved the resource fork.&lt;/p&gt;

&lt;p&gt;In OS X you can examine the resource fork of a file using standard
Unix tools using the filename/rsrc.  That is, for my file "2006_Return" 
I can &lt;tt&gt;ls -l 2006_Return/rsrc&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;That, however, only showed me that the resource fork was 0-bytes (i.e.,
empty) on both laptops.&lt;/p&gt;

&lt;p&gt;Back to square one.  Googling on "kind" (what the Finder column-label 
calls the file type it displays) is a bit difficult since kind is rather 
generic and people don't normally talk about a "kind of file" as much
as a "file type."&lt;/p&gt;

&lt;p&gt;I finally found &lt;a href="http://forums.macosxhints.com/showpost.php?p=254908&amp;amp;postcount=11"&gt;a very detailed post&lt;/a&gt; on the &lt;a href="http://forums.macosxhints.com/"&gt;Mac OS X Hints forums&lt;/a&gt; that laid out the algorithm Apple uses to
associate a given file with a given application in the Finder.&lt;/p&gt;

&lt;p&gt;From those clues I did some more searching on file type and creator 
signature codes and came up with a very helpful 
Indiana University Information Technology Services 
&lt;a href="http://kb.iu.edu/data/aemh.html"&gt;knowledge base
article entitled "&lt;cite&gt;In Mac OS and Mac OS X, what are file types
and creators?&lt;/cite&gt;"&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;In old (pre-OS X) versions of the Macintosh operating system the file
system mainted various pieces of metadata (apparently separate from the
resource fork) for every file.  Specifically a 4-character "file type" code
and a 4-character "creator" code.  Most new OS X software doesn't carry
on this tradition, apparently, but might TurboTax?&lt;/p&gt;

&lt;p&gt;Next question: how to check what the file type and creator codes are?
(The Indiana U. KB article had links to some shareware/freeware tools that
let you set &amp;amp; see them but I didn't think I should have to download or
buy additional software.)&lt;/p&gt;

&lt;p&gt;I fired up &lt;tt&gt;tclsh&lt;/tt&gt; trying to remember if, on the Mac, there were
any extra &lt;tt&gt;file subcomands&lt;/tt&gt; for dealing with such things.  I didn't
see any; (&lt;tt&gt;file stat $file var&lt;/tt&gt;, for example, did not have any 
legacy-Macintosh values in it.  I'm pretty sure Tcl on the Mac could have
solved it for me, but rather than dig up that arcane knowledge I decided
to search and find what installed Unix tools might be up to the task.&lt;/p&gt;

&lt;p&gt;I found that there were two helpful utilities available since
I'd installed Apple's Developers Tools on both laptops: &lt;tt&gt;GetFileInfo&lt;/tt&gt; 
and &lt;tt&gt;SetFile&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;Running &lt;tt&gt;/Developer/Tools/GetFileInfo&lt;/tt&gt; on the PowerBook showed me:&lt;/p&gt;

&lt;blockquote&gt;&lt;pre&gt;&lt;tt&gt;file: "&lt;cite&gt;/Path/to/return&lt;/cite&gt;"
type: "&lt;b&gt;TaxR&lt;/b&gt;"
creator: "&lt;b&gt;MIT6&lt;/b&gt;"&lt;/tt&gt;&lt;/pre&gt;
&lt;/blockquote&gt;

&lt;p&gt;On the MacBook the type &amp;amp; creator were the empty string.  I was able to 
set these values with:&lt;/p&gt;

&lt;blockquote&gt;&lt;pre&gt;&lt;tt&gt;$ /Developer/Tools/SetFile -t TaxR &lt;cite&gt;/Path/to/return&lt;/cite&gt;
$ /Developer/Tools/SetFile -c MIT6 &lt;cite&gt;/Path/to/return&lt;/cite&gt;&lt;/tt&gt;&lt;/pre&gt;
&lt;/blockquote&gt;

&lt;p&gt;I restarted TurboTax 2007 and this time it saw my 2006 return and so I'm
able to start finally...&lt;/p&gt;

&lt;p&gt;Perhaps this blog post will be helpful to some future TurboTax Macintosh
user who has transfered files from one machine to another...&lt;/p&gt;</description> <link>http://blog.cleverly.com/permalinks/326.html</link> <guid isPermaLink="true">http://blog.cleverly.com/permalinks/326.html</guid> <pubDate>Mon, 07 Apr 2008 21:27:04 MDT</pubDate> </item> 
 <item> <title>Feeling Tcl-ish about Google's Summer of Code</title> <description>&lt;p&gt;The Tcl/Tk community has been 
&lt;a href="http://code.google.com/soc/2008/tcl/about.html"&gt;accepted as a 
mentoring organization&lt;/a&gt; for Google's 
&lt;a href="http://code.google.com/soc/2008/"&gt;Summer of Code 2008&lt;/a&gt; program.  
Makes me wish I were back in college...&lt;/p&gt;</description> <link>http://blog.cleverly.com/permalinks/325.html</link> <guid isPermaLink="true">http://blog.cleverly.com/permalinks/325.html</guid> <pubDate>Wed, 19 Mar 2008 07:57:05 MDT</pubDate> </item> 
 <item> <title>Apropos movie quote</title> <description>&lt;p&gt;From &lt;a href="http://imdb.com/title/tt0105435/"&gt;&lt;cite&gt;Sneakers&lt;/cite&gt;&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;table&gt;
&lt;tr&gt;&lt;td valign='top'&gt;Cosmo:&lt;/td&gt;&lt;td&gt;&lt;cite&gt;Posit: People think a bank might be financially shaky.&lt;/cite&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign='top'&gt;Martin:&lt;/td&gt;&lt;td&gt;&lt;cite&gt;Consequence: People start to withdraw their money.&lt;/cite&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign='top'&gt;Cosmo:&lt;/td&gt;&lt;td&gt;&lt;cite&gt;Result: Pretty soon it is financially shaky.&lt;/cite&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign='top'&gt;Martin:&lt;/td&gt;&lt;td&gt;&lt;cite&gt;Conclusion: You can make banks fail.&lt;/cite&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign='top'&gt;Cosmo:&lt;/td&gt;&lt;td&gt;&lt;cite&gt;Bzzt. I've already done that. Maybe you've heard about a few? Think bigger.&lt;/cite&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign='top'&gt;Martin:&lt;/td&gt;&lt;td&gt;&lt;cite&gt;Stock market?&lt;/cite&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign='top'&gt;Cosmo:&lt;/td&gt;&lt;td&gt;&lt;cite&gt;Yes.&lt;/cite&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign='top'&gt;Martin:&lt;/td&gt;&lt;td&gt;&lt;cite&gt;Currency market?&lt;/cite&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign='top'&gt;Cosmo:&lt;/td&gt;&lt;td&gt;&lt;cite&gt;Yes.&lt;/cite&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign='top'&gt;Martin:&lt;/td&gt;&lt;td&gt;&lt;cite&gt;Commodities market?&lt;/cite&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign='top'&gt;Cosmo:&lt;/td&gt;&lt;td&gt;&lt;cite&gt;Yes.&lt;/cite&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign='top'&gt;Martin:&lt;/td&gt;&lt;td&gt;&lt;cite&gt;Small countries?&lt;/cite&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;/blockquote&gt;</description> <link>http://blog.cleverly.com/permalinks/324.html</link> <guid isPermaLink="true">http://blog.cleverly.com/permalinks/324.html</guid> <pubDate>Mon, 17 Mar 2008 23:59:00 MDT</pubDate> </item> 
 <item> <title>Happy Intercalation Day 2008</title> <description>&lt;p&gt;Happy &lt;a href="http://en.wikipedia.org/wiki/Intercalation"&gt;Intercalation 
Day&lt;/a&gt; (and happy birthday to my friend rbm!).&lt;/p&gt;

&lt;p&gt;I'm taking PTO today to observe leap-day as a private holiday.&lt;/p&gt;

&lt;p&gt;After a week of 103-105 degree fevers and a terrible hacking cough for
another week I'm finally starting to feel back to my regular self again.&lt;/p&gt;</description> <link>http://blog.cleverly.com/permalinks/323.html</link> <guid isPermaLink="true">http://blog.cleverly.com/permalinks/323.html</guid> <pubDate>Fri, 29 Feb 2008 11:21:47 MST</pubDate> </item> 
 <item> <title>Double em-dash in TeX</title> <description>&lt;p&gt;Jane Austen uses double em-dashes at times.  The naive approach I
tried in TeX at first&amp;#151; consisting of two consecutive em-dashes&amp;#151;leaves
a small but visible amount of whitespace.&lt;/p&gt;

&lt;p&gt;A bit of Googling turned up 
&lt;a href="http://groups.google.com/group/comp.text.tex/msg/ff39541519e8a5a3"&gt;a 
1994 comp.text.tex post from Donald Arseneau&lt;/a&gt; (who, in addition to being a
TeX-nician is also a &lt;a href="http://wiki.tcl.tk/8613"&gt;Tcl'er&lt;/a&gt;!) that 
gave a satisfactory solution:&lt;/p&gt;

&lt;blockquote&gt;&lt;tt&gt;\mbox{---\kern-1pt---}\penalty\exhyphenpenalty&lt;/tt&gt;&lt;/blockquote&gt;</description> <link>http://blog.cleverly.com/permalinks/322.html</link> <guid isPermaLink="true">http://blog.cleverly.com/permalinks/322.html</guid> <pubDate>Sun, 03 Feb 2008 18:04:41 MST</pubDate> </item> 
 <item> <title>LaTeX fonts revisited</title> <description>&lt;p&gt;Since I &lt;a href="/permalinks/179.html"&gt;last fought&lt;/a&gt; with LaTeX fonts 
I've upgraded from a PowerBook to a MacBook Pro.  I've been favoring XeTeX 
lately because of its superior font handling, but it still can't do the 
kind of character protrusion that the microtype package with pdfLaTeX can.&lt;/p&gt;

&lt;p&gt;Following &lt;a href="/permalinks/180.html"&gt;the steps I went through in
August of 2005&lt;/a&gt; I tried to recreate the font metrics I needed to use
Adobe Minion Pro with pdfLaTeX.  I found that with TeX Live 2007 I needed
to additionally add a line to the &lt;tt&gt;updmap.cfg&lt;/tt&gt; file:&lt;/p&gt;

&lt;blockquote&gt;&lt;tt&gt;Map MinionPro.map&lt;/tt&gt;&lt;/blockquote&gt;

&lt;p&gt;After adding the map entry I ran the &lt;tt&gt;updmap&lt;/tt&gt; command and then
pdfLaTeX was able to see and properly make use of my installed Minion Pro
fonts.&lt;/p&gt;</description> <link>http://blog.cleverly.com/permalinks/321.html</link> <guid isPermaLink="true">http://blog.cleverly.com/permalinks/321.html</guid> <pubDate>Sat, 02 Feb 2008 22:49:21 MST</pubDate> </item> 
 <item> <title>Recessionary fortune cookies</title> <description>&lt;p&gt;My fortune cookie at &lt;a href="http://www.cafetrangutah.com/"&gt;Cafe Trang&lt;/a&gt;
tonight read:&lt;/p&gt;

&lt;blockquote class="newspaper"&gt;
You shouldn't overspend at the moment. Frugality is important.
&lt;/blockquote&gt;</description> <link>http://blog.cleverly.com/permalinks/320.html</link> <guid isPermaLink="true">http://blog.cleverly.com/permalinks/320.html</guid> <pubDate>Sat, 26 Jan 2008 21:23:53 MST</pubDate> </item> 
 <item> <title>An experiment for Valentine's Day</title> <description>&lt;p&gt;Among all the 
&lt;a href="http://www.marginalrevolution.com/"&gt;Marginal Revolution&lt;/a&gt;
&lt;a href="http://marketsineverything.com/"&gt;&lt;cite&gt;Markets in 
Everything&lt;/cite&gt;&lt;/a&gt; posts, one that personally intrigued me was
&lt;a href="http://marketsineverything.com/#mie4"&gt;#4&lt;/a&gt;, 
&lt;a href="http://www.marginalrevolution.com/marginalrevolution/2004/02/markets_in_ever.html"&gt;personalized romance novels&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For $55.95 a company in Florida will produce a unique book based on various
details you provide (name, hair color, favorite car, favorite radio station
etc.) and then plug those details into a pre-fabricated story running between
180 and 210 pages.&lt;/p&gt;

&lt;p&gt;As Tyler Cowen &lt;a href="http://www.marginalrevolution.com/marginalrevolution/2004/02/markets_in_ever.html"&gt;noted&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote class="newspaperbq"&gt;
&lt;p&gt;Some people actually like this idea:&lt;/p&gt;
&lt;blockquote&gt;"It was an addictive read because it makes you the star," said Pete Hart, 34, who received a pre-fan novel called "Vampire Kisses" from his girlfriend. "I was referred to as Pedro in the book, which is my nickname. I found that quite charming."&lt;/blockquote&gt;
&lt;p&gt;Another fellow noted:&lt;/p&gt;
&lt;blockquote&gt;"It read more like a novel or novelette and less like a typical romance novel," he said. "I enjoyed reading it. Besides, I was in it."&lt;/blockquote&gt;
&lt;/blockquote&gt;

&lt;p&gt;I'm intrigued, since I've made typesetting a hobby, and in part because 
of the huge profit margins.  In my experience producing a single 180-210 
page book shouldn't cost more than ~$7, so $55.95 would represent an eight 
times markup.  Not bad...&lt;/p&gt;

&lt;p&gt;Of course not being a reader of romance novels (or chick-lit generally) I'm
somewhat skeptical of the appeal.  But I recognize I'm probably not 
representative of the demographic and so I shouldn't necessarily consider my
own opinion too highly.  Better to try an experiment and attempt to
quantify the appeal generally.&lt;/p&gt;

&lt;p&gt;I am going to prepare a personalized book for my wife for Valentine's.
This will provide me with one data point.  However a sample size of one
(especially when she might be biased to say nice things regardless of what
she really thinks) isn't large enough to draw any conclusions from.&lt;/p&gt;

&lt;p&gt;As long as I'm going to be creating a personalized book for my wife
the marginal effort to create an additional personalized book for someone
else is very low.  (I'm already going to write a Tcl script to take
a list of changes and apply it to the original text; re-running the
script with someone elses list of changes would be trivial.)&lt;/p&gt;

&lt;h4 style="font-size: larger; font-weight: bolder;"&gt;An invitation to participate in an experiment for Valentine's Day 2008&lt;/h4&gt;

&lt;p&gt;My inivitation to you, dear reader:&lt;/p&gt;

&lt;p&gt;I'm willing to produce a personalized trade-paperback (6"x9") version of 
Jane Austen's &lt;cite&gt;Pride and Prejudice&lt;/cite&gt; for you.&lt;/p&gt;

&lt;p&gt;I only ask two things:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;That you reimburse me after the fact for the actual cost of having
the book produced and shipped.  (Payment via 
&lt;a href="https://www.paypal.com/"&gt;PayPal&lt;/a&gt; or check; I'm estimating
the book itself will probably cost in the $9 - $12 range depending on 
what size font I end up using.)&lt;/li&gt;

&lt;li style="padding-top: 1em;"&gt;That after you've given the book to your 
significant other and (s)he has had an opportunity to read it you 
complete a short follow-up survey that I'll send so I can quantify 
peoples reactions generally.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The characters whose names could be changed to customize the story
(links are to character summaries at Wikipedia) include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Pride_and_Prejudice#Elizabeth_Bennet"&gt;Elizabeth Bennet&lt;/a&gt; (main heroine)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Pride_and_Prejudice#Mr._Darcy"&gt;Mr. Fitzwilliam Darcy&lt;/a&gt; (main male character)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Pride_and_Prejudice#Mr._Bennet"&gt;Mr. Bennet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Pride_and_Prejudice#Mrs._Bennet"&gt;Mrs. Bennet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Pride_and_Prejudice#Jane_Bennet"&gt;Jane Bennet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Pride_and_Prejudice#Lydia_Bennet"&gt;Lydia Bennet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Pride_and_Prejudice#Charles_Bingley"&gt;Charles Bingley&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Pride_and_Prejudice#William_Collins"&gt;William Collins&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Pride_and_Prejudice#George_Wickham"&gt;George Wickham&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Pride_and_Prejudice#Mary_Bennet"&gt;Mary Bennet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Pride_and_Prejudice#Kitty_Bennet"&gt;Kitty Bennet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Pride_and_Prejudice#Charlotte_Lucas"&gt;Charlotte Lucas&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Pride_and_Prejudice#Georgiana_Darcy"&gt;Georgiana Darcy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Pride_and_Prejudice#Lady_Catherine_de_Bourgh"&gt;Lady Catherine de Bourgh&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Pride_and_Prejudice#Caroline_Bingley"&gt;Caroline Bingley&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="http://upload.wikimedia.org/wikipedia/en/5/54/Pride_and_Prejudice_Character_Map.png"&gt;This chart from Wikipedia&lt;/a&gt; shows the relationships 
between the aforementioned characters.&lt;/p&gt;

&lt;p&gt;Location names that could be changed include: &lt;cite&gt;Rosings&lt;/cite&gt; (Lady 
Catherine de Bourgh's estate); &lt;cite&gt;Netherfield&lt;/cite&gt; (the estate leased 
by Mr. Bingley); &lt;cite&gt;Meryton&lt;/cite&gt; (the village near where the 
Bennet's live); &lt;cite&gt;Brighton&lt;/cite&gt; (where Lydia is 
invited to go with the militia); and &lt;cite&gt;Pemberley&lt;/cite&gt; (Mr. Darcy's 
estate).&lt;/p&gt;

&lt;h4 style="font-size: larger; font-weight: bolder;"&gt;How to participate&lt;/h4&gt;

&lt;p&gt;Given that Valnetine's Day is two and a half weeks away, and to allow
time for production and shipping, please 
&lt;a href="mailto:&amp;#109;&amp;#105;&amp;#99;&amp;#104;&amp;#97;&amp;#101;&amp;#108;&amp;#64;cleverly&amp;#46;com"&gt;email me (&lt;tt&gt;michael&lt;/tt&gt; at 
&lt;tt&gt;cleverly&lt;/tt&gt; dot &lt;tt&gt;com&lt;/tt&gt;)&lt;/a&gt; with the following &lt;b&gt;no later than
Saturday, February 2nd, 2008&lt;/b&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your name and mailing address (where to send the book to)&lt;/li&gt;
&lt;li&gt;A brief dedication (if any) to include at the beginning&lt;/li&gt; 
&lt;li&gt;A list of alternate character names (i.e., "Shauna Christensen" instead of
"Elizabeth Bennet", etc.)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;b&gt;Please put Pride &amp;amp; Prejudice in the subject line of your
email&lt;/b&gt; to decrease the chances of your email being inadvertantly 
miscategorized as spam.  If you haven't received an acknowledgement from 
me within 48-hours please send another message.&lt;/p&gt;

&lt;p&gt;I'm willing to ship internationally; however, I doubt time would 
permit your books arrival prior to February 14th, and the shipping
expense would undoubtedly be greater.&lt;/p&gt;

&lt;p&gt;Incidentally, if the idea of this experiment offends any die-hard fans 
of Jane Austen you have my apologies in advance.&lt;/p&gt;</description> <link>http://blog.cleverly.com/permalinks/319.html</link> <guid isPermaLink="true">http://blog.cleverly.com/permalinks/319.html</guid> <pubDate>Sat, 26 Jan 2008 15:53:02 MST</pubDate> </item> 
 <item> <title>Sobering examples of what one person can do</title> <description>&lt;p&gt;Two quotes I shared (via email) with some friends today:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.wolfram.com/2008/01/losing_a_countrys_gdp_in_the_f.html"&gt;The first&lt;/a&gt;, dealing with &lt;a href="http://infoproc.blogspot.com/2008/01/laffaire-kerviel-and-rogues-gallery-of.html"&gt;&lt;cite&gt;L'Affaire Kerviel&lt;/cite&gt;&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote class="newspaperbq"&gt;
&lt;p&gt;The [30-year old] SocGen rogue trader managed to annihilate an amount of 
money that surpasses the yearly output of the economy of 112 countries, among 
them Madagascar, Mozambique, and war-torn Afghanistan, all of which have
population sizes larger than 15 million.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And &lt;a href="http://arstechnica.com/news.ars/post/20080124-student-behind-dos-attack-that-rekindled-bad-soviet-memories.html"&gt;the second&lt;/a&gt; dealing
with last years cyberattacks on Estonia that, at the time, were thought to 
be coming from Russia:&lt;/p&gt;

&lt;blockquote class="newspaperbq"&gt;
&lt;p&gt;The fact that a single angry student was able to impact international
relations between two countries is an startling development.&lt;/p&gt;
&lt;p&gt;[...]&lt;/p&gt;
&lt;p&gt;The fact that a single student was able to trigger such events is 
particularly ominous when you consider just how many potential flashpoints exist
between various countries all over the world.&lt;/p&gt;
&lt;p&gt;[...]&lt;/p&gt;
&lt;p&gt;The DoS attack against Estonia is an excellent example of how a cyberattack 
carried out by a 20-year-old student in response to real-life events further 
exacerbated an existing problem between two nations.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;One person replied, "the [Mathematica] code is cool, but it's 
freaky that one person can affect the economy like that."&lt;/p&gt;</description> <link>http://blog.cleverly.com/permalinks/318.html</link> <guid isPermaLink="true">http://blog.cleverly.com/permalinks/318.html</guid> <pubDate>Fri, 25 Jan 2008 19:22:41 MST</pubDate> </item> 
 </channel>
</rss>
