<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>glyphobet • глыфобет • γλυφοβετ &#187; blurb</title>
	<atom:link href="http://glyphobet.net/blog/category/blurb/feed" rel="self" type="application/rss+xml" />
	<link>http://glyphobet.net/blog</link>
	<description>musings over a tuna fish sandwich</description>
	<lastBuildDate>Thu, 12 Apr 2012 19:51:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>[CUSTOMER NAME REDACTED] or Anything is possible on the internets</title>
		<link>http://glyphobet.net/blog/blurb/2273</link>
		<comments>http://glyphobet.net/blog/blurb/2273#comments</comments>
		<pubDate>Thu, 12 Apr 2012 19:51:34 +0000</pubDate>
		<dc:creator>glyphobet</dc:creator>
				<category><![CDATA[blurb]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://glyphobet.net/blog/?p=2273</guid>
		<description><![CDATA[I just received this email. Details have been redacted to anonymize it. Rant follows. From: [CUSTOMER NAME REDACTED] Matt, Sorry for bothering you, but I found your CV online and saw that you used to be the Lead Developer for [PRODUCT NAME REDACTED] a few years back. My wife owns a small [BUSINESS TYPE REDACTED] in [LOCATION REDACTED] and [...]]]></description>
			<content:encoded><![CDATA[<p>I just received this email. Details have been redacted to anonymize it. Rant follows.</p>
<blockquote><p>From: [CUSTOMER NAME REDACTED]</p>
<p>Matt,</p>
<p>Sorry for bothering you, but I found your CV online and saw that you used to be the Lead Developer for [PRODUCT NAME REDACTED] a few years back. My wife owns a small [BUSINESS TYPE REDACTED] in [LOCATION REDACTED] and we recently migrated to [PRODUCT NAME REDACTED], which was a fluid easy process, no doubt due to some of your work &#8212; thank you for that!</p>
<p>One question I&#8217;ve had since moving over though is regarding their scheduling and if there&#8217;s any way to make it play with google cal or ical &#8212; I&#8217;ve asked [PRODUCT NAME REDACTED] and the techs there and it seems to be a pretty straight forward &#8220;no&#8221;&#8230; but knowing the internets and that &#8220;anything is possible&#8221; more or less, I gotta think that there must be a way to write some kind of script that could at least scrape the [REDACTED] calendar and at least provide a way just subscribe or &#8220;view&#8221; the schedule&#8211; I&#8217;m not even talking about two-way functionality&#8230; viewing would be a huge help for us and her colleagues. Moreover, my guess is that we aren&#8217;t the only ones who would love to have a way to check the schedule that wasn&#8217;t dependent on logging in to [PRODUCT NAME REDACTED], especially since they have yet to offer any mobile apps for smart phones, and that any script/app/plugin/program that&#8217;s created could even be shared with other [REDACTED].</p>
<p>Anyway&#8230; I won&#8217;t carry on as this is a straight cold call&#8230; but if you do have any advice and have a chance to respond, I would be most grateful!</p>
<p>Cheers!</p>
<p>[CUSTOMER NAME REDACTED]</p></blockquote>
<p>This is jaw-droppingly awful. Let me count the ways:</p>
<ol>
<li>This guy is asking me to think about a job and a piece of software that I stopped working on years ago. Since a programmer&#8217;s job is, in many ways, to think, <em>he&#8217;s essentially asking me to work for free</em>.</li>
<li>He is fishing for me to contradict what he has been told by the company I used to work for, which would be a totally unacceptable thing for a programmer to do <em>even when still employed by said company</em>.</li>
<li>Even if I was willing to think about a software project that I haven&#8217;t looked at in years <em>and</em> undercut my former employer by contradicting them, it&#8217;s likely that the project has changed since I left in ways I cannot even begin to imagine. So even if I did remember enough about the project to confidently answer his question, <em>I would probably be totally wrong</em>.</li>
<li>What would he do if I told him it would be totally easy to implement? Go back to my former employers and tell them that some random who used to work for them said that it would be easy? Is that going to make them change their mind about implementing this feature? <em>No</em>.</li>
<li>Anything is possible? On the internets?</li>
</ol>
<p>This is the kind of obnoxious customer that small software companies just don&#8217;t need. End of rant.</p>
 <img src="https://glyphobet.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2273" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://glyphobet.net/blog/blurb/2273/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python else in loops: survey results</title>
		<link>http://glyphobet.net/blog/blurb/2187</link>
		<comments>http://glyphobet.net/blog/blurb/2187#comments</comments>
		<pubDate>Fri, 09 Dec 2011 22:08:39 +0000</pubDate>
		<dc:creator>glyphobet</dc:creator>
				<category><![CDATA[blurb]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://glyphobet.net/blog/?p=2187</guid>
		<description><![CDATA[As promised, here are the results of two totally unscientific surveys, one conducted at PyCon 2011 and the other over Twitter just a few days ago, about the behavior of else in Python loops. The results show that only 25% of respondents know what else in a Python loop actually does, and 55% think they [...]]]></description>
			<content:encoded><![CDATA[<p>As promised, here are the results of two totally unscientific surveys, one conducted at PyCon 2011 and the other over Twitter just a few days ago, about the behavior of <code>else</code> in Python loops. The results show that only 25% of respondents know what <code>else</code> in a Python loop actually does, and 55% think they know but are wrong.</p>
<p><a href="http://glyphobet.net/blog/wp-content/uploads/2011/12/python-else-in-loops.png"><img class="alignnone size-full wp-image-2189" title="python else in loops" src="http://glyphobet.net/blog/wp-content/uploads/2011/12/python-else-in-loops.png" alt="" width="740" height="826" /></a></p>
 <img src="https://glyphobet.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2187" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://glyphobet.net/blog/blurb/2187/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eleven years of email</title>
		<link>http://glyphobet.net/blog/blurb/2072</link>
		<comments>http://glyphobet.net/blog/blurb/2072#comments</comments>
		<pubDate>Fri, 22 Jul 2011 17:26:30 +0000</pubDate>
		<dc:creator>glyphobet</dc:creator>
				<category><![CDATA[blurb]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[infographic]]></category>

		<guid isPermaLink="false">http://glyphobet.net/blog/?p=2072</guid>
		<description><![CDATA[Phobos Labs&#8217; nine years of sleep inspired me to make this chart of the last eleven years of my email. Read more&#8230;.]]></description>
			<content:encoded><![CDATA[<p>Phobos Labs&#8217; <a href="http://www.phoboslab.org/log/2010/05/9-years-of-sleep">nine years of sleep</a> inspired me to make <a href="http://glyphobet.net/mailboxchart/">this chart of the last eleven years of my email</a>. <a href="http://glyphobet.net/mailboxchart/">Read more&#8230;.</a> </p>
 <img src="https://glyphobet.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2072" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://glyphobet.net/blog/blurb/2072/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mathematician&#8217;s Dice now for sale</title>
		<link>http://glyphobet.net/blog/blurb/2020</link>
		<comments>http://glyphobet.net/blog/blurb/2020#comments</comments>
		<pubDate>Mon, 27 Jun 2011 17:16:43 +0000</pubDate>
		<dc:creator>glyphobet</dc:creator>
				<category><![CDATA[blurb]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[dice]]></category>
		<category><![CDATA[Kickstarter]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[mathematician's dice]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://glyphobet.net/blog/?p=2020</guid>
		<description><![CDATA[The Mathematician&#8217;s Dice are now for sale to the general public! The Kickstarter project to get these dice to market was an amazing experience. I plan to write the whole thing up and post it here soon.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://glyphobet.net/store/dice">Mathematician&#8217;s Dice</a> are now for sale to the general public!</p>
<p><a href="http://glyphobet.net/store/dice"><img src="http://glyphobet.net/blog/wp-content/uploads/2011/06/roll_1.jpg" alt="" title="Mathematician&#039;s Dice" width="512" height="512" class="alignnone size-full wp-image-2021" /></a></p>
<p>The <a href="http://www.kickstarter.com/projects/glyphobet/mathematicians-dice">Kickstarter project</a> to get these dice to market was an amazing experience. I plan to write the whole thing up and post it here soon.</p>
 <img src="https://glyphobet.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2020" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://glyphobet.net/blog/blurb/2020/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geospatial Queries in MongoDB</title>
		<link>http://glyphobet.net/blog/blurb/2011</link>
		<comments>http://glyphobet.net/blog/blurb/2011#comments</comments>
		<pubDate>Tue, 10 May 2011 09:51:30 +0000</pubDate>
		<dc:creator>glyphobet</dc:creator>
				<category><![CDATA[blurb]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[geocoding]]></category>
		<category><![CDATA[geography]]></category>
		<category><![CDATA[geospatial]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[nosql]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://glyphobet.net/blog/?p=2011</guid>
		<description><![CDATA[Here&#8217;s a little gist that I wrote to illustrate the difference between MongoDB&#8216;s use of degrees vs. radians in its non-spherical and spherical geospatial queries:]]></description>
			<content:encoded><![CDATA[<p><a href="https://gist.github.com/964126">Here&#8217;s a little gist</a> that I wrote to illustrate the difference between <a href="http://www.mongodb.org/" title="It's not a big table, it's a collection of documents">MongoDB</a>&#8216;s use of degrees vs. radians in its non-spherical and spherical <a href="http://www.mongodb.org/display/DOCS/Geospatial+Indexing">geospatial queries</a>:</p>
<p><script src="https://gist.github.com/964126.js"> </script></p>
 <img src="https://glyphobet.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2011" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://glyphobet.net/blog/blurb/2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tasty new virtualenv-burrito</title>
		<link>http://glyphobet.net/blog/blurb/2002</link>
		<comments>http://glyphobet.net/blog/blurb/2002#comments</comments>
		<pubDate>Tue, 22 Mar 2011 00:42:32 +0000</pubDate>
		<dc:creator>glyphobet</dc:creator>
				<category><![CDATA[blurb]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[virtualenv]]></category>
		<category><![CDATA[virtualenv-burrito]]></category>
		<category><![CDATA[virtualenvwrapper]]></category>

		<guid isPermaLink="false">http://glyphobet.net/blog/?p=2002</guid>
		<description><![CDATA[I&#8217;ve already tweeted about this, but for all you Python programmers who have gotten indigestion from the complex process of installing virtualenv and virtualenvwrapper, check out brainsik&#8217;s virtualenv-burrito. It wraps up both tools and installs them for you in a single step, no thinking required.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve already <a href="http://twitter.com/glyphobet/status/49263909324062720">tweeted</a> about this, but for all you Python programmers who have gotten indigestion from the complex process of installing <a href="http://pypi.python.org/pypi/virtualenv">virtualenv</a> and <a href="http://pypi.python.org/pypi/virtualenvwrapper">virtualenvwrapper</a>, check out <a title="Now with extra salsa!" href="http://brainsik.net/post/4002626727/announcing-virtualenv-burrito">brainsik&#8217;s virtualenv-burrito</a>. It wraps up both tools and installs them for you in a single step, no thinking required.</p>
 <img src="https://glyphobet.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2002" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://glyphobet.net/blog/blurb/2002/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mathematician&#8217;s Dice on Kickstarter</title>
		<link>http://glyphobet.net/blog/blurb/1967</link>
		<comments>http://glyphobet.net/blog/blurb/1967#comments</comments>
		<pubDate>Mon, 24 Jan 2011 17:23:39 +0000</pubDate>
		<dc:creator>glyphobet</dc:creator>
				<category><![CDATA[blurb]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[dice]]></category>
		<category><![CDATA[Kickstarter]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[shapeways]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://glyphobet.net/blog/?p=1967</guid>
		<description><![CDATA[A while ago I designed the Mathematician&#8217;s Dice (on Shapeways), dice with i, 0, 1, φ, e and π on them. Now I&#8217;ve launched a Kickstarter project to get a run mass produced! Check it out, and donate or pass it on to friends:]]></description>
			<content:encoded><![CDATA[<p>A while ago I designed <a href="https://www.kickstarter.com/projects/glyphobet/mathematicians-dice">the Mathematician&#8217;s Dice</a> (on <a href="http://www.shapeways.com/model/35911/mathematician_s_die.html?gid=sg23445">Shapeways</a>), dice with <font face="serif"><em>i</em></font>, <font face="serif">0</font>, <font face="serif">1</font>, <font face="serif"><em>φ</em></font>, <font face="serif"><em>e</em></font> and <font face="serif">π</font> on them. Now <a href="https://www.kickstarter.com/projects/glyphobet/mathematicians-dice">I&#8217;ve launched a Kickstarter project</a> to get a run mass produced! <a href="https://www.kickstarter.com/projects/glyphobet/mathematicians-dice">Check it out</a>, and donate or pass it on to friends:</p>
<p><iframe frameborder="0" height="410px" src="https://www.kickstarter.com/projects/glyphobet/mathematicians-dice/widget/video.html" width="480px"></iframe></p>
 <img src="https://glyphobet.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1967" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://glyphobet.net/blog/blurb/1967/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick update for subscribers</title>
		<link>http://glyphobet.net/blog/blurb/1935</link>
		<comments>http://glyphobet.net/blog/blurb/1935#comments</comments>
		<pubDate>Sat, 11 Dec 2010 15:41:04 +0000</pubDate>
		<dc:creator>glyphobet</dc:creator>
				<category><![CDATA[blurb]]></category>
		<category><![CDATA[essay]]></category>
		<category><![CDATA[travelog]]></category>

		<guid isPermaLink="false">http://glyphobet.net/blog/?p=1935</guid>
		<description><![CDATA[I am going traveling very soon, so things will get pretty quiet around here. My posts here are split up into three categories, and each has a separate feed: Essays (subscribe here), my longer, in-depth writings, usually about technical subjects. Travelog (subscribe here), which is where I have written about my travels. Although will be [...]]]></description>
			<content:encoded><![CDATA[<p>I am going traveling very soon, so things will get pretty quiet around here. My posts here are split up into three categories, and each has a separate feed:</p>
<ul>
<li><a href="http://glyphobet.net/blog/category/essay">Essays</a> (<a href="http://glyphobet.net/blog/category/essay/feed">subscribe here</a>), my longer, in-depth writings, usually about technical subjects.</li>
<li><a href="http://glyphobet.net/blog/category/travelog">Travelog</a> (<a href="http://glyphobet.net/blog/category/travelog/feed">subscribe here</a>), which is where I have written about my travels. Although will be traveling soon, I&#8217;m not sure if I&#8217;ll continue to write travel log entries.</li>
<li><a href="http://glyphobet.net/blog/category/blurb">Blurbs</a> (<a href="http://glyphobet.net/blog/category/blurb/feed">subscribe here</a>), mostly links to things I find interesting, with very short commentary. For the last few months <a href="http://twitter.com/#!/glyphobet">I&#8217;ve been posting interesting links &amp; short commentary via Twitter instead</a>, so if you like my blurbs, or want to respond to anything on here, you could <a href="http://twitter.com/#!/glyphobet">follow me on Twitter</a>.</li>
</ul>
<p>There&#8217;s of course also a <a href="http://glyphobet.net/blog/feed/atom">master feed for all posts</a>. You <span style="text-decoration: line-through;">can <a href="http://digg.com/glyphobet">follow my posts on Digg</a>, or</span> follow <a href="http://glyphobet.soup.io/">my </a><a href="http://glyphobet.soup.io/">account on the awesome soup.io</a>, which aggregates this blog, and my <a href="http://twitter.com/#!/glyphobet">twitter</a>, <a href="http://glyphobet.redbubble.com/works">t-shirts</a>, <a href="http://www.shapeways.com/shops/glyphobet">3-d printing</a>, and <a href="http://glyphobet.net/typography">various</a> <a href="http://photo.theory.org/v/glyphobet">other</a> <a href="http://www.flickr.com/photos/glyphobet/">online</a> <a href="http://typophile.com/user/17008/">presences</a>. <em>(Update 2011 April 6: Digg has removed import by RSS)</em></p>
 <img src="https://glyphobet.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1935" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://glyphobet.net/blog/blurb/1935/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git and Mercurial branching</title>
		<link>http://glyphobet.net/blog/blurb/1927</link>
		<comments>http://glyphobet.net/blog/blurb/1927#comments</comments>
		<pubDate>Sun, 05 Dec 2010 18:20:14 +0000</pubDate>
		<dc:creator>glyphobet</dc:creator>
				<category><![CDATA[blurb]]></category>
		<category><![CDATA[distributed version control]]></category>
		<category><![CDATA[DVCS]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[hg]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[VCS]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://glyphobet.net/blog/?p=1927</guid>
		<description><![CDATA[Those who followed Is Git really better than X will enjoy this interesting article by Armin Ronacher on the finer distinctions between Git and Mercurial&#8217;s branching. (via brainsik)]]></description>
			<content:encoded><![CDATA[<p>Those who followed <a href="http://glyphobet.net/blog/essay/1833">Is Git really better than X</a> will enjoy this interesting article by <a href="http://lucumr.pocoo.org/about/">Armin Ronacher</a> on <a href="http://lucumr.pocoo.org/2010/8/17/git-and-mercurial-branching/">the finer distinctions between Git and Mercurial&#8217;s branching</a>. <em>(via <a href="http://twitter.com/#!/brainsik">brainsik</a>)</em></p>
 <img src="https://glyphobet.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1927" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://glyphobet.net/blog/blurb/1927/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metaphors for the brain</title>
		<link>http://glyphobet.net/blog/blurb/1912</link>
		<comments>http://glyphobet.net/blog/blurb/1912#comments</comments>
		<pubDate>Wed, 24 Nov 2010 01:02:57 +0000</pubDate>
		<dc:creator>glyphobet</dc:creator>
				<category><![CDATA[blurb]]></category>
		<category><![CDATA[brain]]></category>
		<category><![CDATA[cognitive science]]></category>
		<category><![CDATA[cognitive theory]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[Edge]]></category>
		<category><![CDATA[metaphor]]></category>
		<category><![CDATA[philosophy of mind]]></category>

		<guid isPermaLink="false">http://glyphobet.net/blog/?p=1912</guid>
		<description><![CDATA[The answers to Richard Thaler&#8217;s Edge 333 question are all worth reading, but Nicholas G. Carr&#8217;s thoughts about metaphors for the brain is especially good: I think it&#8217;s particularly fascinating to look at how scientific beliefs about the functioning of the human brain have progressed through a long series of misconceptions. Aristotle couldn&#8217;t believe that [...]]]></description>
			<content:encoded><![CDATA[<p>The answers to Richard Thaler&#8217;s <a href="http://www.edge.org/documents/archive/edge333.html">Edge 333 question</a> are all worth reading, but <a href="http://www.edge.org/documents/archive/edge333.html#carrn">Nicholas G. Carr&#8217;s thoughts about metaphors</a> for the brain is especially good:</p>
<blockquote><p>I think it&#8217;s particularly fascinating to look at how  scientific beliefs about the functioning of the human brain have  progressed through a long series of misconceptions.</p>
<p>Aristotle couldn&#8217;t believe that the  brain, an inert grey mass, could have anything to do with thought; he  assumed that the heart, hot and pulsing, must be the source of  cognition, and that the brain&#8217;s function was simply to cool the blood.</p>
<p>Descartes assumed that the brain, with  its aperture-like &#8220;cavities and pores,&#8221;  was, along with the heart, part  of an elaborate hydraulic system that controlled the flow of &#8220;animal  spirits&#8221; through the &#8220;pipes&#8221; of the nerves. More recently, there was a  longstanding belief that the cellular structure of the brain was  essentially fixed by the time a person hit the age of 20 or so; we now  know, through a few decades&#8217; worth of neuroplasticity research, that  even the adult brain is quite malleable, adapting continually to shifts  in circumstances and behavior.</p>
<p>Even more recently there&#8217;s been a  popular conception of the brain as a set of computing modules running,  essentially, genetically determined software programs, an idea that is  now also being chipped away by new research. Many of these  misconceptions can be traced back to the metaphors human beings have  used to understand themselves and the world (as Robert Martensen has  described in his book <em>The Brain Takes Shape</em>).</p>
<p>Descartes&#8217; mechanistic &#8220;clockwork&#8221;  metaphor for explaining existence underpinned his hydraulic brain system  and also influenced our more recent conception of the brain as a system  of fixed and unchanging parts.</p>
<p>Contemporary models of the brain&#8217;s  functioning draw on the popular metaphorical connection between the  brain and the digital computer. My sense is that many scientific  misconceptions have their roots in the dominant metaphors of the time.  Metaphors are powerful explanatory tools, but they also tend to mislead  by oversimplifying.</p></blockquote>
<p>What other contemporary metaphors are misleading us about our world today?</p>
 <img src="https://glyphobet.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1912" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://glyphobet.net/blog/blurb/1912/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>git ÷ wtf = hg</title>
		<link>http://glyphobet.net/blog/blurb/1805</link>
		<comments>http://glyphobet.net/blog/blurb/1805#comments</comments>
		<pubDate>Fri, 19 Nov 2010 08:02:39 +0000</pubDate>
		<dc:creator>glyphobet</dc:creator>
				<category><![CDATA[blurb]]></category>
		<category><![CDATA[DVCS]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hg]]></category>
		<category><![CDATA[VCS]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://glyphobet.net/blog/?p=1805</guid>
		<description><![CDATA[Too obscure for a t-shirt, but the idea struck me and I couldn&#8217;t resist:]]></description>
			<content:encoded><![CDATA[<p>Too obscure for a t-shirt, but the idea struck me and I couldn&#8217;t resist:</p>
<p><a href="http://glyphobet.net/blog/wp-content/uploads/2010/11/git-÷-wtf-hg.jpg"><img class="size-full wp-image-1808" title="git ÷ wtf = hg" src="http://glyphobet.net/blog/wp-content/uploads/2010/11/git-÷-wtf-hg.jpg" alt="git ÷ wtf = hg" width="640" height="400" /></a></p>
 <img src="https://glyphobet.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1805" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://glyphobet.net/blog/blurb/1805/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thought-provoking JavaScript articles</title>
		<link>http://glyphobet.net/blog/blurb/1753</link>
		<comments>http://glyphobet.net/blog/blurb/1753#comments</comments>
		<pubDate>Tue, 02 Nov 2010 17:56:08 +0000</pubDate>
		<dc:creator>glyphobet</dc:creator>
				<category><![CDATA[blurb]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://glyphobet.net/blog/?p=1753</guid>
		<description><![CDATA[Prototype.js developer Kangax has some good JavaScript articles on his blog, including one about delete in JavaScript and another about subclassing Arrays.]]></description>
			<content:encoded><![CDATA[<p>Prototype.js developer Kangax has <a href="http://perfectionkills.com/">some good JavaScript articles on his blog</a>, including <a href="http://perfectionkills.com/understanding-delete/">one about delete in JavaScript</a> and <a href="http://perfectionkills.com/how-ecmascript-5-still-does-not-allow-to-subclass-an-array/">another about subclassing Arrays</a>. </p>
 <img src="https://glyphobet.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1753" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://glyphobet.net/blog/blurb/1753/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The center cannot hold</title>
		<link>http://glyphobet.net/blog/blurb/1749</link>
		<comments>http://glyphobet.net/blog/blurb/1749#comments</comments>
		<pubDate>Sat, 30 Oct 2010 23:47:04 +0000</pubDate>
		<dc:creator>glyphobet</dc:creator>
				<category><![CDATA[blurb]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[hipster]]></category>
		<category><![CDATA[subculture]]></category>

		<guid isPermaLink="false">http://glyphobet.net/blog/?p=1749</guid>
		<description><![CDATA[Mark Greif&#8217;s postmortem of hipsterdom What Was the Hipster, feels a bit premature, but he absolutely skewers the subculture: Hipsterdom at its darkest, however, is something like bohemia without the revolutionary core.]]></description>
			<content:encoded><![CDATA[<p><a href="http://nymag.com/news/features/69129/">Mark Greif&#8217;s postmortem of hipsterdom <em>What Was the Hipster</em></a>, feels a bit premature, but he absolutely skewers the subculture:</p>
<blockquote><p>Hipsterdom at its darkest, however, is something like bohemia without the revolutionary core.</p></blockquote>
 <img src="https://glyphobet.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1749" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://glyphobet.net/blog/blurb/1749/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;The alphabet remains&#8221;</title>
		<link>http://glyphobet.net/blog/blurb/1742</link>
		<comments>http://glyphobet.net/blog/blurb/1742#comments</comments>
		<pubDate>Sat, 09 Oct 2010 19:34:49 +0000</pubDate>
		<dc:creator>glyphobet</dc:creator>
				<category><![CDATA[blurb]]></category>
		<category><![CDATA[Hermann Zapf]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://glyphobet.net/blog/?p=1742</guid>
		<description><![CDATA[Hermann Zapf, circa 1967: Autocomposition, and computerized composition are already with us. Designing types and letters for the new technology will increasingly involve mathematics and the laws of electronics&#8230;. Tradition and progress must be logically united. Does the new technology mean the serious lettering artist will be dispensable? No. The alphabet remains. But we will [...]]]></description>
			<content:encoded><![CDATA[<p>Hermann Zapf, circa 1967:</p>
<blockquote><p>Autocomposition, and computerized composition are already with us. Designing types and letters for the new technology will increasingly involve mathematics and the laws of electronics&#8230;. Tradition and progress must be logically united. Does the new technology mean the serious lettering artist will be dispensable? No. The alphabet remains. But we will have new tasks to learn. But in learning them, we must take time to observe the world around us, and remember above all the artist&#8217;s challenge: to ensure, despite technology and mass production, that beauty is never lost.</p></blockquote>
<p><iframe src="http://player.vimeo.com/video/5385464" width="400" height="300" frameborder="0"></iframe>
<p><a href="http://vimeo.com/5385464">The Art of Hermann Zapf</a> from <a href="http://vimeo.com/johnnydib">Johnny Dib</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
 <img src="https://glyphobet.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1742" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://glyphobet.net/blog/blurb/1742/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another skill to omit from résumés</title>
		<link>http://glyphobet.net/blog/blurb/1740</link>
		<comments>http://glyphobet.net/blog/blurb/1740#comments</comments>
		<pubDate>Tue, 28 Sep 2010 07:01:15 +0000</pubDate>
		<dc:creator>glyphobet</dc:creator>
				<category><![CDATA[blurb]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://glyphobet.net/blog/?p=1740</guid>
		<description><![CDATA[Ryan W is done building Facebook apps: Clients don’t care that it was Facebook (not you) who broke the feature that was working yesterday, and they don’t care that what you said you could do two months ago can no longer be done because Facebook decided to change the platform (again). I built a (very [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ryanwaggoner.com/2010/09/im-done-building-facebook-apps-for-clients/">Ryan W is done building Facebook apps:</a></p>
<blockquote><p>Clients don’t care that it was Facebook (not you) who broke the feature that was working yesterday, and they don’t care that what you said you could do two months ago can no longer be done because Facebook decided to change the platform (again).</p></blockquote>
<p>I built a (very simple) Facebook app for a client back in March, and it left exactly the same bitter taste in my mouth. </p>
 <img src="https://glyphobet.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1740" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://glyphobet.net/blog/blurb/1740/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
