<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Lately</title>
	<atom:link href="http://beebo.org/lately/feed" rel="self" type="application/rss+xml" />
	<link>http://beebo.org/lately</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Tue, 24 Jun 2008 22:07:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>CSS files for embeddable fonts</title>
		<link>http://beebo.org/lately/2008-06-15_css-embeddable-fonts.html</link>
		<comments>http://beebo.org/lately/2008-06-15_css-embeddable-fonts.html#comments</comments>
		<pubDate>Sun, 15 Jun 2008 22:43:44 +0000</pubDate>
		<dc:creator>mjs</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[font]]></category>

		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://beebo.org/lately/?p=214</guid>
		<description><![CDATA[
@font-face {
    font-family: "Gentium Basic";
    font-style: italic;
    font-weight: bold;
    src: url(/assets/fonts/gentium/GenBasBI.ttf);
}

@font-face {
    font-family: "Gentium Basic";
    font-style: italic;
    font-weight: normal;
    src: url(/assets/fonts/gentium/GenBasI.ttf);
}

@font-face {
    font-family: "Gentium Book Basic";
   [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
@font-face {
    font-family: "Gentium Basic";
    font-style: italic;
    font-weight: bold;
    src: url(/assets/fonts/gentium/GenBasBI.ttf);
}

@font-face {
    font-family: "Gentium Basic";
    font-style: italic;
    font-weight: normal;
    src: url(/assets/fonts/gentium/GenBasI.ttf);
}

@font-face {
    font-family: "Gentium Book Basic";
    font-style: normal;
    font-weight: normal;
    src: url(/assets/fonts/gentium/GenBkBasR.ttf);
}

@font-face {
    font-family: "Gentium Book Basic";
    font-style: normal;
    font-weight: bold;
    src: url(/assets/fonts/gentium/GenBkBasB.ttf);
}

@font-face {
    font-family: "Gentium Book Basic";
    font-style: italic;
    font-weight: bold;
    src: url(/assets/fonts/gentium/GenBkBasBI.ttf);
}

@font-face {
    font-family: "Gentium Book Basic";
    font-style: italic;
    font-weight: normal;
    src: url(/assets/fonts/gentium/GenBkBasI.ttf);
}
</style>

<p>[<strong>Update</strong> The site <a href="http://webfonts.info/">webfonts.info</a> has a <a href="http://webfonts.info/wiki/index.php?title=Fonts_available_for_%40font-face_embedding">list of the fonts available for embedding</a>, and two of the three fonts I list below (Liberation and Vera) aren&#8217;t present.  So although these fonts are freely redistributable, it seems they&#8217;re not actually available for embedding.  I&#8217;m not what the legal distinction is&#8212;?]</p>

<p>Safari now <a href="http://webkit.org/blog/124/downloadable-fonts/">supports downloadable fonts</a>, meaning that&#8212;from a technical perspective&#8212;web pages can appear in pretty much any font the designer chooses.  (A clumsy Flash-based technique called <a href="http://en.wikipedia.org/wiki/Scalable_Inman_Flash_Replacement">sIFR</a> made it possible to use different fonts for headings, though not body text.)  <span style="font-family: 'Gentium Basic'">In fact, if you&#8217;re using a recent version of Safari, and are viewing this on the web, this sentence will appear in <a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&amp;item_id=Gentium_Basic">Gentium Basic</a>.</span></p>

<p>Unfortunately, the license agreement for almost every high-quality font prevents them from being redistributed, and therefore from being used on web pages in this way. However, there are a few exceptions:</p>

<ul>
<li><a href="http://www.sil.org/~gaultney/Gentium/">Gentium Book Basic</a> &#8212; from <a href="http://www.sil.org/">SIL</a><br /><img valign="top" src="/lately/wp-content/uploads/2008/06/gentium-book-basic.png" alt="Gentium Book Basic sample"/></li>
<li><a href="http://en.wikipedia.org/wiki/Liberation_fonts">Liberation</a> &#8212; from Ascender/RedHat; has the same metrics as <em>Times New Roman</em>, <em>Arial</em><br /><img src="/lately/wp-content/uploads/2008/06/liberation.png" alt="Liberation sample"/></li>
<li><a href="http://www.bitstream.com/font_rendering/products/dev_fonts/vera.html">Vera</a> &#8212; from Bitstream/GNOME; no seriffed italic<br /><img alt="Vera sample" src="/lately/wp-content/uploads/2008/06/vera.png"/></li>
</ul>

<p>An <a href="http://www.alistapart.com/articles/cssatten">article on A List Apart</a> describes how to create web pages with embeddable fonts; here&#8217;s CSS files for <a href="/assets/fonts/gentium/style.css">Gentium</a>, <a href="/assets/fonts/liberation/style.css">Liberation</a> and <a href="/assets/fonts/vera/style.css">Vera</a>.</p>

<p>For some reason quite a few browsers seem to be erroneously downloading these fonts: only Safari supports embedded fonts at this point, but the server log files indicate the clients with IE 6.0 and IE 7.0 user agents are downloading them as well.  Does anyone know why this is happening?  Are they indiscriminately downloading all <tt>url()</tt> links?</p>

<p>[On a separate note, the reason why the <a href="http://www.sil.org/">SIL</a> are interested in fonts is somewhat interesting: they&#8217;re an <a href="http://en.wikipedia.org/wiki/SIL_International">evangelical Christian organisation</a> with a focus on unwritten languages.  (I&#8217;m guessing their ultimate aim is to expose as many people as possible to the Bible, though their academic linguistic work seems reasonably separate from their missionary activities, and their work is respected in academic circles.)]</p>
]]></content:encoded>
			<wfw:commentRss>http://beebo.org/lately/2008-06-15_css-embeddable-fonts.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>London&#8217;s hierarchy of high street stores</title>
		<link>http://beebo.org/lately/2008-06-08_london-retail-high-street.html</link>
		<comments>http://beebo.org/lately/2008-06-08_london-retail-high-street.html#comments</comments>
		<pubDate>Sun, 08 Jun 2008 12:32:26 +0000</pubDate>
		<dc:creator>mjs</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[demography]]></category>

		<category><![CDATA[economics]]></category>

		<category><![CDATA[london]]></category>

		<category><![CDATA[retail]]></category>

		<category><![CDATA[sociology]]></category>

		<guid isPermaLink="false">http://beebo.org/lately/?p=213</guid>
		<description><![CDATA[Something that&#8217;s been interesting me recently: London&#8217;s surprisingly strict hierarchy of high street stores (chains/franchises). There&#8217;s shops that are found in rich areas, and shops that are found in poor areas, and never the twain shall meet&#8212;you can get a pretty feel for how rich an area is from its shops, as well as what [...]]]></description>
			<content:encoded><![CDATA[<p>Something that&#8217;s been interesting me recently: London&#8217;s surprisingly strict hierarchy of high street stores (chains/franchises). There&#8217;s shops that are found in rich areas, and shops that are found in poor areas, and never the twain shall meet&#8212;you can get a pretty feel for how rich an area is from its shops, as well as what other stores might open up soon.  Similar &#8220;rules&#8221; probably apply to other big cities, but I think London is particularly consistent&#8212;you don&#8217;t often find a shop in the &#8220;wrong&#8221; area.</p>

<p>Pearlie and I made up this list (most affleunt to least affluent):</p>

<blockquote>
<p>
Space NK<br />
Muji<br />
Paul&#8217;s<br />
Body Shop<br />
Wagamamas<br />
Pizza Express<br />
Eat<br />
itsu<br />
Pret<br />
Starbucks<br />
Office<br />
Costa<br />
Caffe Nero<br />
Coffee Republic<br />
Blacks<br />
Fat Face<br />
Odd Bins<br />
Sainsburys Local<br />
Tesco Express<br />
Network Mobile Phone Shop (e.g. O2 shop)<br />
Threshers<br />
Rymans<br />
Carphone Warehouse<br />
Snappy Snaps<br />
Holland &#038; Barrett<br />
Foot Locker<br />
JD Sports<br />
Boots<br />
Blockbuster<br />
Londis<br />
Somerfield<br />
Superdrug<br />
Domino&#8217;s<br />
McDonald&#8217;s<br />
Burger King<br />
Subway<br />
KFC
</p>
</blockquote>

<p>The rules for what gets included are a little loose, but basically any chain with at least 10 stores in London were included.  We didn&#8217;t count bigger stores (like H&amp;M, supermarkets) because they&#8217;re often destinations in their own right.  In some cases, there is a small amount of movement upward.  (The fast food chains, for example, are sometimes found about Starbucks level.)  Betting shops (William Hill, Ladbrokes) are pretty much the only shops we could think of that can be found pretty much anywhere.</p>]]></content:encoded>
			<wfw:commentRss>http://beebo.org/lately/2008-06-08_london-retail-high-street.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Geohashes and the problem of Greenwich</title>
		<link>http://beebo.org/lately/2008-06-08_geohashes-and-greenwich.html</link>
		<comments>http://beebo.org/lately/2008-06-08_geohashes-and-greenwich.html#comments</comments>
		<pubDate>Sun, 08 Jun 2008 11:41:46 +0000</pubDate>
		<dc:creator>mjs</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[geohash]]></category>

		<category><![CDATA[geolocation]]></category>

		<guid isPermaLink="false">http://beebo.org/lately/?p=212</guid>
		<description><![CDATA[A geohash is a way to encode latitude/longitude into a string such as  gcpvjk3c that includes only number and letters, making it easy to pass around in URLs, etc.  The Wikipedia entry makes the algorithm seem more complicated than it actually is.  The steps are:


normalise latitude and longitude to the range [0, [...]]]></description>
			<content:encoded><![CDATA[<p>A <em>geohash</em> is a way to encode latitude/longitude into a string such as <em> gcpvjk3c</em> that includes only number and letters, making it easy to pass around <a href="http://geohash.org/gcpvjk3c">in URLs</a>, etc.  The <a href="http://en.wikipedia.org/wiki/Geohash">Wikipedia entry</a> makes the algorithm seem more complicated than it actually is.  The steps are:</p>

<ol>
<li>normalise latitude and longitude to the range [0, 1)</li>
<li>convert normalised latitude and longitude to binary (in the conventional way)</li>
<li>interlace the bits of the two binary representations to create one binary number</li>
<li>convert this number to base-32 (i.e. every 5 bits becomes a character) using a alphabet that includes all the numbers and all the alphabet, with the exception of <em>a</em>, <em>i</em>, <em>l</em>, <em>o</em></li>
</ol>

<p>A geohash also supposedly has the property that similar locations have a similar prefix, making it easier for computer programs to figure out similar locations, without resorting to <a href="http://code.google.com/support/bin/answer.py?answer=87134&amp;topic=11364#findnearsql">complicated and slow trigonometry</a> that won&#8217;t scale to hundreds of thousands of points.</p>

<p>Geohashes do have this property for many geospatial neighbours, but there&#8217;s still a most significant bit, and locations either side of it are going to have very different geohashes.  Unfortunately, given the location of Greenwich&#8212;about 10km to the east of central London&#8212;a whole bunch of London locations have very different geohashes.  <em><a href="http://geohash.org/u10hb7951">u10hb7951</a></em> and <em><a href="http://geohash.org/gcpuzewfz">gcpuzewfz</a></em>, for example, are very close to each other.</p>

<p>Moving the 0, 0 point to into the middle of the Atlantic (or anywhere not as inhabited as London) helps with this, but it&#8217;s obviously not a robust fix.  I wonder how the geospatial extensions to MySQL and PostgreSQL actually work?  It&#8217;s fairly efficient to convert hashes based on one origin to another, so perhaps they store multiple hashes per location?  There must be some clever algorithms for this.</p> ]]></content:encoded>
			<wfw:commentRss>http://beebo.org/lately/2008-06-08_geohashes-and-greenwich.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Disabling accesskeys (shortcuts) in WordPress</title>
		<link>http://beebo.org/lately/2008-06-03_disable-accesskeys-wordpress.html</link>
		<comments>http://beebo.org/lately/2008-06-03_disable-accesskeys-wordpress.html#comments</comments>
		<pubDate>Tue, 03 Jun 2008 10:11:58 +0000</pubDate>
		<dc:creator>mjs</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://beebo.org/lately/?p=211</guid>
		<description><![CDATA[OS X comes standard with many Emacs keybindings (Ctrl-A to move the cursor to the start of the line, Ctrl-E to go to the end, Ctrl-N and Ctrl-P for next and previous line, etc.), and since I&#8217;ve been using these keybindings for about 15 years it&#8217;s pretty difficult to not hit, say, Ctrl-P when it [...]]]></description>
			<content:encoded><![CDATA[<p>OS X comes standard with many Emacs keybindings (<strong>Ctrl-A</strong> to move the cursor to the start of the line, <strong>Ctrl-E</strong> to go to the end, <strong>Ctrl-N</strong> and <strong>Ctrl-P</strong> for next and previous line, etc.), and since I&#8217;ve been using these keybindings for about 15 years it&#8217;s pretty difficult to not hit, say, <strong>Ctrl-P</strong> when it happens to conflict with WordPress&#8217;s shortcut to publish a post&#8230;  This is pretty much guaranteed to happen at least once whilst writing a post, so this needed to be fixed.</p>

<p>There&#8217;s no configuration option to turn this off, and <tt>accesskey=&#8221;p&#8221;</tt> is buried in the HTML source and I couldn&#8217;t figure out a way to filter it out&#8212;so only thing left is JavaScript.</p>

<p>The fix I came up with is below; I&#8217;m just dumping this here instead of packaging it up because I haven&#8217;t tested it on IE and it doesn&#8217;t work at all on Firefox (though see below for a solution for Firefox).  You basically need a plugin like this:</p>

<pre>
function disable_accesskeys() {
    ?&gt;
        &amp;lt;script type="text/javascript"&amp;gt;
        jQuery(function () {
        var l = document.getElementsByTagName("input");
        for (var i = 0; i &lt; l.length; i++) {
            if (l[i].accessKey) l[i].accessKey = &#8221;;
        }
        });
        &amp;lt;/script&amp;gt;
    &amp;lt;?php
}

add_filter(&#8217;admin_head&#8217;, &#8216;disable_accesskeys&#8217;);
</pre>

<p>Note: for some reason this doesn&#8217;t work with Firefox.  (Though neither does <a href="http://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-removeAccessKeys.js&amp;action=raw&amp;ctype=t
ext/javascript">Wikipedia&#8217;s JavaScript solution</a>, upon which this is based.)  However, there&#8217;s a better solution for Firefox: you can disable access keys/shortcuts completely by setting the <a href="http://kb.mozillazine.org/Ui.key.contentAccess">ui.key.contentAccess</a> (access via <a href="about:config">about:config</a>) preference to 0.  (Is there an equivalent for Safari?)</p>

<p>Access keys are a bit of a failure, I think.  They&#8217;re not consistent, not transparent (you don&#8217;t know what&#8217;s going to happen before hitting a combination), and they can conflict with whatever bindings your users might be using already.</p>

<hr />

<p>Turns out that the original Emacs keybindings were fixed the way they are because, when Guy Steele was putting them together, about 20 people at the AI lab at MIT were already using Emacs, and so he couldn&#8217;t change the bindings without <a href="http://groups.google.com/group/comp.lang.lisp/msg/0342e0bc1aa05c0d">alienating existing users</a>&#8230;</p>

<p>A few years ago I <a href="http://answers.google.com/answers/threadview?id=425239">asked  Google answers</a> for a good, authoritative, durable reference for Emacs keybindings (I wanted to pass this on to people) and didn&#8217;t get any good replies.  I wonder if one exists now?</p>

<p>Final Emacs keybinding-related note: on OS X, putting <a href="/stuff/mac/DefaultKeyBinding.dict">DefaultKeyBinding.dict</a> in <tt>~/Library/KeyBindings</tt> makes a whole lot more Emacs keybindings available, as well as making Home and End work the way they do on Windows.  (i.e. move cursor to the beginning and end of the line.)</p>]]></content:encoded>
			<wfw:commentRss>http://beebo.org/lately/2008-06-03_disable-accesskeys-wordpress.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Link tracking via JavaScript and Cookies</title>
		<link>http://beebo.org/lately/2008-06-01_link-tracking.html</link>
		<comments>http://beebo.org/lately/2008-06-01_link-tracking.html#comments</comments>
		<pubDate>Sun, 01 Jun 2008 10:37:09 +0000</pubDate>
		<dc:creator>mjs</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://beebo.org/lately/?p=210</guid>
		<description><![CDATA[This site, like just about every other, links to itself from the header, footer and sidebar.  It&#8217;s somewhat interesting (and maybe even useful) to know which of these regions are actually being used, and the other day I realised this can be tracked fairly reliably and non-invasively using a cookie with a very short [...]]]></description>
			<content:encoded><![CDATA[<p>This site, like just about every other, links to itself from the header, footer and sidebar.  It&#8217;s somewhat interesting (and maybe even useful) to know which of these regions are actually being used, and the other day I realised this can be tracked fairly reliably and non-invasively using a cookie with a very short lifetime to store the region.</p>

<p>The way it works is, if you&#8217;re on <strong>a.html</strong> and click on a link that takes you to <strong>b.html</strong>, as you click on the link on <strong>a.html</strong>, some JavaScript runs that figures out which region you&#8217;re in, and writes this to a cookie with a very short lifetime.  Then <strong>b.html</strong> loads as normal.  Then, once <strong>b.html</strong> has finished loading, the tracking code pulls the region value out of the cookie and sends it on.</p>

<p>The <a href="http://prototypejs.org/">Prototype</a> code to trap clicks:</p>

<pre>
document.observe('click', function(v) {
    var e = v.element();
    while (e.id == "" &#038;&#038; e != document.body) {
        e = e.parentNode;
    }
    Cookie.set("region", e.id != "" ? e.id : null, 20); // short lifetime
});
</pre>

<p>This finds the first ancestor of the clicked-on element that has a <em>id</em> attribute, and saves that as the region.  It is run on every click&#8212;not just links&#8212;but my site is mostly flat HTML so most clicks do end up as page loads.  (If this is not the case, you could add some code to filter out the non-page load clicks.)  The 20 seconds is basically a guess that <strong>b.html</strong> will have loaded completely in 20 seconds&#8212;too long and you risk capturing regions from different sessions or browser tabs, too short and you won&#8217;t capture regions at all.</p>

<p>In <strong>b.html</strong>, the region is extracted with <tt>Cookie.get(&#8221;region&#8221;)</tt>; see <a href="/js/init.js">init.js</a> (which also defines <tt>Cookie.set()</tt> and <tt>Cookie.get()</tt>.)</p>]]></content:encoded>
			<wfw:commentRss>http://beebo.org/lately/2008-06-01_link-tracking.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>JavaScript frameworks hosted by Google</title>
		<link>http://beebo.org/lately/2008-05-27_google-hosted-javascript.html</link>
		<comments>http://beebo.org/lately/2008-05-27_google-hosted-javascript.html#comments</comments>
		<pubDate>Tue, 27 May 2008 20:41:22 +0000</pubDate>
		<dc:creator>mjs</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://beebo.org/lately/?p=209</guid>
		<description><![CDATA[For a little while the YUI has been hosted by Yahoo; now Google is doing the same for jQuery, Prototype et al.  There&#8217;s some documentation available but essentially you do e.g.:


&#38;lt;script 
type="text/javascript" 
src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js"&#38;gt;


(You can select specific major/minor versions via different URLs, though this places some limitations on the expiry headers that get sent back.)

Google [...]]]></description>
			<content:encoded><![CDATA[<p>For a little while the YUI has been <a href="http://developer.yahoo.com/yui/articles/hosting/">hosted by Yahoo</a>; now Google is <a href="http://googleajaxsearchapi.blogspot.com/2008/05/speed-up-access-to-your-favorite.html">doing the same for jQuery, Prototype et al.</a>  There&#8217;s <a href="http://code.google.com/apis/ajaxlibs/documentation/">some documentation available</a> but essentially you do e.g.:</p>

<pre>
&amp;lt;script 
type="text/javascript" 
src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js"&amp;gt;
</pre>

<p>(You can select specific major/minor versions via different URLs, though this places some limitations on the expiry headers that get sent back.)</p>

<p>Google recommends that you load the frameworks via <tt>google.load()</tt>.  What is the advantage of doing this?  It seems to do nothing other than add overhead unless there are complicated dependencies.</p>

<p>The headers that come back are</p>

<pre>
HTTP/1.0 200 OK
Last-Modified: Sat, 24 May 2008 00:39:29 GMT
Content-Type: application/x-javascript
Expires: Wed, 27 May 2009 20:51:04 GMT
Date: Tue, 27 May 2008 20:51:04 GMT
Cache-Control: public, max-age=31536000
Content-Encoding: gzip
Server: GFE/1.3
Connection: Close
</pre>

<p>which seem pretty sensible.  (Curiously, you only get a gzip response with a Accept-Encoding that includes gzip <em>and</em> a User-Agent Google recognises, like that of Firefox.  <tt>wget &#8211;header=&#8221;Accept-Encoding: gzip,compress&#8221;</tt> won&#8217;t do it.)</p>

<p>I don&#8217;t know of any privacy or service guarantees.  However, as <a href="http://ajaxian.com/archives/announcing-ajax-libraries-api-speed-up-your-ajax-apps-with-googles-infrastructure">Dion Almaer</a> points out, they&#8217;re served from a ajax.googleapis.com, not google.com, so users&#8217; google.com cookies aren&#8217;t available for tracking.  As of now the service doesn&#8217;t set any either.</p> 

<p>I’ve done a few quick tests, and serving prototype.js (30k, compressed) from Google to the UK and US is 4-5 times as fast as prototype.js from beebo.org (in Paris). For Australia, though, it’s only slightly faster.</p>]]></content:encoded>
			<wfw:commentRss>http://beebo.org/lately/2008-05-27_google-hosted-javascript.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>When you aim at the king you had better kill him</title>
		<link>http://beebo.org/lately/2008-05-19_aiming-at-the-king.html</link>
		<comments>http://beebo.org/lately/2008-05-19_aiming-at-the-king.html#comments</comments>
		<pubDate>Mon, 19 May 2008 21:45:03 +0000</pubDate>
		<dc:creator>mjs</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://beebo.org/lately/?p=26</guid>
		<description><![CDATA[The punishment meted out to an unfortunate Robert François Damiens, who attempted to assassinate Louis&#160;XV on 5 January 1757:

The said Robert-François Damiens has been convicted of having committed a very mean, very terrible, and very dreadful parricidal crime against the King.  The said Damiens is sentenced to pay for his crime in front of [...]]]></description>
			<content:encoded><![CDATA[<p>The punishment meted out to an unfortunate <a href="http://en.wikipedia.org/wiki/Robert-François_Damiens">Robert François Damiens</a>, who attempted to assassinate <a href="http://en.wikipedia.org/wiki/Louis_XV_of_France">Louis&#160;XV</a> on 5 January 1757:</p>

<blockquote>The said Robert-François Damiens has been convicted of having committed a very mean, very terrible, and very dreadful parricidal crime against the King.  The said Damiens is sentenced to pay for his crime in front of the main gate of the Church of Paris.  He will be taken there in a tipcart naked and will hold a burning wax torch weighing two pounds.  There, on his knees, he will say and declare that he had committed a very mean, very terrible and very dreadful parricide, and that he had hurt the King &#8230; He will repent and ask God, the King and Justice to forgive him.  When this will be done, he will be taken in the same tipcart to the Place de Grève and will be put on a scaffold.  Then his breasts, arms, thighs and legs will be tortured.  While holding the knife with which he committed the said Parricide, his right hand will be burnt.  On his tortured body parts, melted lead, boiling oil, burning pitch, and melted wax and sulphur will be thrown.  Then four horses will pull him apart until he is dismembered.  His limbs will be thrown on the stake, and his ashes will be spread.  All his belongings, furniture, housings, whereever they are, will be confiscated and given to the King.  Before the execution, the said Damiens will be asked to tell the names of his accomplices.</blockquote>

<p>Tim Blanning notes: &#8220;In the event, the actual execution was even more ghastly than this scenario suggests.  The four horses proved unable to tear Damiens apart, not even after reinforcements had been hitched up, so the executioner was obliged to employ an axe to sever what parts of the limbs were still attached.  The victim remained conscious throughout, repeatedly shrieking, &#8216;My God, have pity on me!  Jesus, help me!&#8217;, and&#8212;according to one observer&#8212;was still alive when his torso was thrown on to the pyre.&#8221;</p>

(From <cite><a href="isbn:9780713990874">The Pursuit of Glory: Europe 1648&#8211;1815</a></cite>, by Tim Blanning,&#160;p.&#160;203.)]]></content:encoded>
			<wfw:commentRss>http://beebo.org/lately/2008-05-19_aiming-at-the-king.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Fortunately, peasants are human beings</title>
		<link>http://beebo.org/lately/2008-05-18_peasants-are-human-beings.html</link>
		<comments>http://beebo.org/lately/2008-05-18_peasants-are-human-beings.html#comments</comments>
		<pubDate>Sun, 18 May 2008 09:46:32 +0000</pubDate>
		<dc:creator>mjs</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://beebo.org/lately/2008-05-18_25.html</guid>
		<description><![CDATA[Late 17th C. attitudes towards peasants:


It is true that peasants are human beings, but they are somewhat less refined and are coarser than the others.  One only has to observe their behaviour and their gestures to see how easy it is to distinguish a peasant from someone with manners &#8230; Their odious way of [...]]]></description>
			<content:encoded><![CDATA[<p>Late 17th C. attitudes towards peasants:</p>

<blockquote>
It is true that peasants are human beings, but they are somewhat less refined and are coarser than the others.  One only has to observe their behaviour and their gestures to see how easy it is to distinguish a peasant from someone with manners &#8230; Their odious way of speaking and behaving is obvious to everyone &#8230; When they eat, they don&#8217;t use cutlery but thrust their hands straight into the bowl &#8230; It might almost be said that peasants should be treated like dried cod: they are best when they have been given a full load of work to do, for then they are disciplined and regimented.  The peasant always wants to be master, if his master allows him to give himself airs and graces.  No one knows better how stubborn the peasants are than he who has lived among them for a long time.  And one thing is certain, no amount of just saying the right thing will change a peasant, the only thing that he understands is firm language supported by threats of corporal punishment.</blockquote>

<p>(From <cite><a href="isbn:9780713990874">The Pursuit of Glory: Europe 1648&#8211;1815</a></cite>, by Tim Blanning,&#160;pp. 186&#8211;187.)</p>]]></content:encoded>
			<wfw:commentRss>http://beebo.org/lately/2008-05-18_peasants-are-human-beings.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Where your money goes</title>
		<link>http://beebo.org/lately/2008-01-23_where-your-money-goes.html</link>
		<comments>http://beebo.org/lately/2008-01-23_where-your-money-goes.html#comments</comments>
		<pubDate>Wed, 23 Jan 2008 13:07:16 +0000</pubDate>
		<dc:creator>mjs</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://beebo.org/lately/?p=205</guid>
		<description><![CDATA[The price of a thing is largely wages. (What proportion is wages? I guess it depends on the thing. But, say, a computer or car is mostly wages; a restaurant meal has a larger real estate component.) Anyway, if you buy a Prius, but Toyota&#8217;s workers spend their money on virgin forest furniture and dirty [...]]]></description>
			<content:encoded><![CDATA[<p>The price of a thing is largely wages. (What proportion is wages? I guess it depends on the thing. But, say, a computer or car is mostly wages; a restaurant meal has a larger real estate component.) Anyway, if you buy a Prius, but Toyota&#8217;s workers spend their money on virgin forest furniture and dirty electrical power, have you really achieved anything at all? Does the environmental behaviour of a company&#8217;s employees matter?  If your Prius is chauffeur-driven, do you need to monitor your chauffeur&#8217;s spending?</p>]]></content:encoded>
			<wfw:commentRss>http://beebo.org/lately/2008-01-23_where-your-money-goes.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Fierce Little Midgets</title>
		<link>http://beebo.org/lately/2007-09-05_fierce-little-midgets.html</link>
		<comments>http://beebo.org/lately/2007-09-05_fierce-little-midgets.html#comments</comments>
		<pubDate>Wed, 05 Sep 2007 10:22:22 +0000</pubDate>
		<dc:creator>mjs</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://beebo.org/lately/?p=207</guid>
		<description><![CDATA[Time was so short, the Executive Committee [of Chicago's World's Fair 
of 1893] began planning exhibits and appointing world&#8217;s fair 
commissioners to secure them. In February the committee voted to 
dispatch a young army officer, Lieutenant Mason A. Schufeldt, to 
Zanzibar to begin a journey to locate a tribe of Pygmies only recently 
revealed to [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Time was so short, the Executive Committee [of Chicago's World's Fair 
of 1893] began planning exhibits and appointing world&#8217;s fair 
commissioners to secure them. In February the committee voted to 
dispatch a young army officer, Lieutenant Mason A. Schufeldt, to 
Zanzibar to begin a journey to locate a tribe of Pygmies only recently 
revealed to exist by explorer Henry Stanley, and to bring to the fair 
&#8220;a family of twelve of fourteen of the fierce little midgets.&#8221;</p>

<p>The committee gave Lieutenant Schufeldt two and a half years to 
complete his mission.</p>

<p class="source">&#8212;&#160;Erik Larson, &#8220;<a href="isbn:0375725601">The Devil in the White City</a>&#8221;, p.&#160;121.</p>

</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://beebo.org/lately/2007-09-05_fierce-little-midgets.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
