<?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>Adam Parrish &#187; onomastics</title>
	<atom:link href="http://www.decontextualize.com/tag/onomastics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.decontextualize.com</link>
	<description>decontextualize.com</description>
	<lastBuildDate>Sun, 29 Jan 2012 23:57:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Awktoberfest: an algorithmic compendium of -toberfest portmanteaux</title>
		<link>http://www.decontextualize.com/2010/10/awktoberfest-an-algorithmic-compendium-of-toberfest-portmanteaux/</link>
		<comments>http://www.decontextualize.com/2010/10/awktoberfest-an-algorithmic-compendium-of-toberfest-portmanteaux/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 00:15:06 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[october]]></category>
		<category><![CDATA[onomastics]]></category>
		<category><![CDATA[poetics]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[wordplay]]></category>

		<guid isPermaLink="false">http://www.decontextualize.com/?p=691</guid>
		<description><![CDATA[(update: I made each word in the list after the cut into a google search link, so you can see which -toberfests are -tobertaken. I can&#8217;t believe &#8220;molttoberfest&#8221; doesn&#8217;t exist!) AUTUMN IS UPON US, and you know what that means: the sudden appearance of neologisms and portmanteaux designed to mimic the word &#8220;oktoberfest.&#8221; Rocktoberfest, Shacktoberfest, [...]]]></description>
			<content:encoded><![CDATA[<p>(update: I made each word in the list after the cut into a google search link, so you can see which -toberfests are -tobertaken. I can&#8217;t believe &#8220;molttoberfest&#8221; doesn&#8217;t exist!)</p>
<p>AUTUMN IS UPON US, and you know what that means: the sudden appearance of neologisms and portmanteaux designed to mimic the word &#8220;oktoberfest.&#8221; <a href="http://en.wikipedia.org/wiki/Rocktoberfest">Rocktoberfest</a>, <a href="http://blogs.villagevoice.com/forkintheroad/archives/2010/09/shacktoberfest.php">Shacktoberfest</a>, <a href="http://www.hulu.com/watch/179301/community-accounting-for-lawyers">pop and lock-toberfest</a>. It&#8217;s an annual profusion of textual creativity! And as readers of this blog should know, where there is a profusion of textual creativity, there is a text generator waiting to happen.</p>
<p>So I put it to myself to create a -toberfest portmanteaux generator with the tools most readily at hand: grep and awk. Here&#8217;s the command-line I ended up with:</p>
<p><code>egrep '^[^aeiouy]*(o|aw)[^aeiouy]?[cfhkptx]+$' sowpods.txt | awk '{print $0 "toberfest"}'</code></p>
<p>The source file <code>sowpods.txt</code> is <a href="http://en.wikipedia.org/wiki/SOWPODS">my standby English word list</a> for text generation tasks. The regular expression reads: &#8220;find me every word that has <i>o</i> or <i>aw</i> following zero or more non-vowel letters at the beginning of the word, perhaps followed by a single non-vowel letter, and ending with one or more of any of the following letters: <i>c</i>, <i>f</i>, </i>h</i>, </i>k</i>, <i>p</i>, <i>t</i>, or <i>x</i>.&#8221; The awk program appends the string <i>toberfest</i> to matching words and prints them out.</p>
<p>The full list of portmanteaux that this simple program generates (all 365!) is below the cut, but here are a few of my favorites:</p>
<ul>
<li>Miami Heat fans! Start the NBA season out right with <i>Boshtoberfest</i>!</li>
<li><a href="http://www.spoonflower.com/welcome">Spoonflower</a> announces a two yards for one deal during <i>Clothtoberfest</i>!</li>
<li>Gather all ye dandies in your finest lederhosen as you celebrate <i>Foptoberfest</i>! (related: <i>Tofftoberfest</i>)</li>
<li>If your -toberfest has a seating capacity of 99 to 500, and you&#8217;re not in the &#8220;Broadway Box,&#8221; it&#8217;s technically an <i>offtoberfest</i>.</li>
<li>Why yes, there is a festival specifically for the nineteenth letter in many Semitic abjads. It&#8217;s <i>Qophtoberfest</i>!</li>
<li>When, oh when, during the year can we get together to sharpen and polish our razor blades? Why <i>Stroptoberfest</i>, of course!</li>
</ul>
<p><i>Lochtoberfest</i> is already <a href="http://loch-soilleir.ansteorra.org/lochtoberfest.htm">exactly what you expect it would be</a>.</li>
<p>In generating this list, I had two criteria: (a) that around 90% of the generated strings &#8220;feel right&#8221; and (b) that the string &#8220;<a href="http://en.wikipedia.org/wiki/Groundskeeper_Willie">scotchtoberfest</a>&#8221; be included in the results.</p>
<p>Criterion (b) was easily met, but (a) was not so easy. What does it mean for a -toberfest portmanteau to &#8220;feel right&#8221;? It&#8217;s highly subjective. For me, the quality of the vowel sound is key: the initial vowel in the portmanteau <i>must</i> rhyme with the initial vowel in &#8220;october.&#8221; I also found that the <i>length</i> of the vowel is key: the shorter the better, which is why my algorithm selects only words ending with voiceless consonants. (<a href="http://en.wikipedia.org/wiki/Vowel_length#Allophonic_vowel_length">More on allophonic vowel length in English.</a>) I singled out monosyllabic words simply because they&#8217;re easier to grep for.</p>
<p>I&#8217;m pleased with the results. A few quick googles reveal that many of these words refer to existing festivals, but many return no results (&#8220;did you mean <i>bocktoberfest</i>?&#8221;). Let me know if this list inspires you to create your own -toberfest, or if you have suggestions to improve my greps and awks.</p>
<p>Here&#8217;s the full list:<br />
<span id="more-691"></span><br />
<a href="http://google.com/search?q=bloctoberfest">bloctoberfest</a><br />
<a href="http://google.com/search?q=blocktoberfest">blocktoberfest</a><br />
<a href="http://google.com/search?q=blottoberfest">blottoberfest</a><br />
<a href="http://google.com/search?q=blotchtoberfest">blotchtoberfest</a><br />
<a href="http://google.com/search?q=bocktoberfest">bocktoberfest</a><br />
<a href="http://google.com/search?q=bofftoberfest">bofftoberfest</a><br />
<a href="http://google.com/search?q=bohtoberfest">bohtoberfest</a><br />
<a href="http://google.com/search?q=boktoberfest">boktoberfest</a><br />
<a href="http://google.com/search?q=bolttoberfest">bolttoberfest</a><br />
<a href="http://google.com/search?q=bonktoberfest">bonktoberfest</a><br />
<a href="http://google.com/search?q=boptoberfest">boptoberfest</a><br />
<a href="http://google.com/search?q=borktoberfest">borktoberfest</a><br />
<a href="http://google.com/search?q=borttoberfest">borttoberfest</a><br />
<a href="http://google.com/search?q=boshtoberfest">boshtoberfest</a><br />
<a href="http://google.com/search?q=bosktoberfest">bosktoberfest</a><br />
<a href="http://google.com/search?q=bottoberfest">bottoberfest</a><br />
<a href="http://google.com/search?q=botchtoberfest">botchtoberfest</a><br />
<a href="http://google.com/search?q=bothtoberfest">bothtoberfest</a><br />
<a href="http://google.com/search?q=botttoberfest">botttoberfest</a><br />
<a href="http://google.com/search?q=boxtoberfest">boxtoberfest</a><br />
<a href="http://google.com/search?q=brochtoberfest">brochtoberfest</a><br />
<a href="http://google.com/search?q=brocktoberfest">brocktoberfest</a><br />
<a href="http://google.com/search?q=broghtoberfest">broghtoberfest</a><br />
<a href="http://google.com/search?q=bronctoberfest">bronctoberfest</a><br />
<a href="http://google.com/search?q=brothtoberfest">brothtoberfest</a><br />
<a href="http://google.com/search?q=cawktoberfest">cawktoberfest</a><br />
<a href="http://google.com/search?q=chawktoberfest">chawktoberfest</a><br />
<a href="http://google.com/search?q=choctoberfest">choctoberfest</a><br />
<a href="http://google.com/search?q=chocktoberfest">chocktoberfest</a><br />
<a href="http://google.com/search?q=chomptoberfest">chomptoberfest</a><br />
<a href="http://google.com/search?q=choptoberfest">choptoberfest</a><br />
<a href="http://google.com/search?q=chotttoberfest">chotttoberfest</a><br />
<a href="http://google.com/search?q=chowktoberfest">chowktoberfest</a><br />
<a href="http://google.com/search?q=clocktoberfest">clocktoberfest</a><br />
<a href="http://google.com/search?q=clofftoberfest">clofftoberfest</a><br />
<a href="http://google.com/search?q=clomptoberfest">clomptoberfest</a><br />
<a href="http://google.com/search?q=clonktoberfest">clonktoberfest</a><br />
<a href="http://google.com/search?q=cloptoberfest">cloptoberfest</a><br />
<a href="http://google.com/search?q=clottoberfest">clottoberfest</a><br />
<a href="http://google.com/search?q=clothtoberfest">clothtoberfest</a><br />
<a href="http://google.com/search?q=cochtoberfest">cochtoberfest</a><br />
<a href="http://google.com/search?q=cocktoberfest">cocktoberfest</a><br />
<a href="http://google.com/search?q=cofftoberfest">cofftoberfest</a><br />
<a href="http://google.com/search?q=cofttoberfest">cofttoberfest</a><br />
<a href="http://google.com/search?q=colttoberfest">colttoberfest</a><br />
<a href="http://google.com/search?q=comptoberfest">comptoberfest</a><br />
<a href="http://google.com/search?q=compttoberfest">compttoberfest</a><br />
<a href="http://google.com/search?q=conchtoberfest">conchtoberfest</a><br />
<a href="http://google.com/search?q=conftoberfest">conftoberfest</a><br />
<a href="http://google.com/search?q=conktoberfest">conktoberfest</a><br />
<a href="http://google.com/search?q=coptoberfest">coptoberfest</a><br />
<a href="http://google.com/search?q=corftoberfest">corftoberfest</a><br />
<a href="http://google.com/search?q=corktoberfest">corktoberfest</a><br />
<a href="http://google.com/search?q=coshtoberfest">coshtoberfest</a><br />
<a href="http://google.com/search?q=costtoberfest">costtoberfest</a><br />
<a href="http://google.com/search?q=cottoberfest">cottoberfest</a><br />
<a href="http://google.com/search?q=cothtoberfest">cothtoberfest</a><br />
<a href="http://google.com/search?q=cotttoberfest">cotttoberfest</a><br />
<a href="http://google.com/search?q=cowktoberfest">cowktoberfest</a><br />
<a href="http://google.com/search?q=cowptoberfest">cowptoberfest</a><br />
<a href="http://google.com/search?q=coxtoberfest">coxtoberfest</a><br />
<a href="http://google.com/search?q=croctoberfest">croctoberfest</a><br />
<a href="http://google.com/search?q=crocktoberfest">crocktoberfest</a><br />
<a href="http://google.com/search?q=crofttoberfest">crofttoberfest</a><br />
<a href="http://google.com/search?q=cronktoberfest">cronktoberfest</a><br />
<a href="http://google.com/search?q=croptoberfest">croptoberfest</a><br />
<a href="http://google.com/search?q=crosttoberfest">crosttoberfest</a><br />
<a href="http://google.com/search?q=crotchtoberfest">crotchtoberfest</a><br />
<a href="http://google.com/search?q=dawktoberfest">dawktoberfest</a><br />
<a href="http://google.com/search?q=dawttoberfest">dawttoberfest</a><br />
<a href="http://google.com/search?q=doctoberfest">doctoberfest</a><br />
<a href="http://google.com/search?q=dochttoberfest">dochttoberfest</a><br />
<a href="http://google.com/search?q=docktoberfest">docktoberfest</a><br />
<a href="http://google.com/search?q=doftoberfest">doftoberfest</a><br />
<a href="http://google.com/search?q=dofftoberfest">dofftoberfest</a><br />
<a href="http://google.com/search?q=dohtoberfest">dohtoberfest</a><br />
<a href="http://google.com/search?q=dolttoberfest">dolttoberfest</a><br />
<a href="http://google.com/search?q=doptoberfest">doptoberfest</a><br />
<a href="http://google.com/search?q=dorktoberfest">dorktoberfest</a><br />
<a href="http://google.com/search?q=dorptoberfest">dorptoberfest</a><br />
<a href="http://google.com/search?q=dorttoberfest">dorttoberfest</a><br />
<a href="http://google.com/search?q=doshtoberfest">doshtoberfest</a><br />
<a href="http://google.com/search?q=dosttoberfest">dosttoberfest</a><br />
<a href="http://google.com/search?q=dottoberfest">dottoberfest</a><br />
<a href="http://google.com/search?q=dothtoberfest">dothtoberfest</a><br />
<a href="http://google.com/search?q=dowftoberfest">dowftoberfest</a><br />
<a href="http://google.com/search?q=dowptoberfest">dowptoberfest</a><br />
<a href="http://google.com/search?q=dowttoberfest">dowttoberfest</a><br />
<a href="http://google.com/search?q=droptoberfest">droptoberfest</a><br />
<a href="http://google.com/search?q=dropttoberfest">dropttoberfest</a><br />
<a href="http://google.com/search?q=floctoberfest">floctoberfest</a><br />
<a href="http://google.com/search?q=flocktoberfest">flocktoberfest</a><br />
<a href="http://google.com/search?q=floptoberfest">floptoberfest</a><br />
<a href="http://google.com/search?q=floshtoberfest">floshtoberfest</a><br />
<a href="http://google.com/search?q=fohtoberfest">fohtoberfest</a><br />
<a href="http://google.com/search?q=folktoberfest">folktoberfest</a><br />
<a href="http://google.com/search?q=fonttoberfest">fonttoberfest</a><br />
<a href="http://google.com/search?q=foptoberfest">foptoberfest</a><br />
<a href="http://google.com/search?q=forktoberfest">forktoberfest</a><br />
<a href="http://google.com/search?q=forttoberfest">forttoberfest</a><br />
<a href="http://google.com/search?q=forthtoberfest">forthtoberfest</a><br />
<a href="http://google.com/search?q=fowthtoberfest">fowthtoberfest</a><br />
<a href="http://google.com/search?q=foxtoberfest">foxtoberfest</a><br />
<a href="http://google.com/search?q=frocktoberfest">frocktoberfest</a><br />
<a href="http://google.com/search?q=fronttoberfest">fronttoberfest</a><br />
<a href="http://google.com/search?q=froshtoberfest">froshtoberfest</a><br />
<a href="http://google.com/search?q=frosttoberfest">frosttoberfest</a><br />
<a href="http://google.com/search?q=frothtoberfest">frothtoberfest</a><br />
<a href="http://google.com/search?q=gawktoberfest">gawktoberfest</a><br />
<a href="http://google.com/search?q=gawptoberfest">gawptoberfest</a><br />
<a href="http://google.com/search?q=ghosttoberfest">ghosttoberfest</a><br />
<a href="http://google.com/search?q=gloptoberfest">gloptoberfest</a><br />
<a href="http://google.com/search?q=glosttoberfest">glosttoberfest</a><br />
<a href="http://google.com/search?q=gofftoberfest">gofftoberfest</a><br />
<a href="http://google.com/search?q=golftoberfest">golftoberfest</a><br />
<a href="http://google.com/search?q=golptoberfest">golptoberfest</a><br />
<a href="http://google.com/search?q=gonktoberfest">gonktoberfest</a><br />
<a href="http://google.com/search?q=gorptoberfest">gorptoberfest</a><br />
<a href="http://google.com/search?q=goshtoberfest">goshtoberfest</a><br />
<a href="http://google.com/search?q=goshttoberfest">goshttoberfest</a><br />
<a href="http://google.com/search?q=gottoberfest">gottoberfest</a><br />
<a href="http://google.com/search?q=gothtoberfest">gothtoberfest</a><br />
<a href="http://google.com/search?q=gowftoberfest">gowftoberfest</a><br />
<a href="http://google.com/search?q=gowktoberfest">gowktoberfest</a><br />
<a href="http://google.com/search?q=goxtoberfest">goxtoberfest</a><br />
<a href="http://google.com/search?q=groktoberfest">groktoberfest</a><br />
<a href="http://google.com/search?q=grottoberfest">grottoberfest</a><br />
<a href="http://google.com/search?q=growthtoberfest">growthtoberfest</a><br />
<a href="http://google.com/search?q=hawktoberfest">hawktoberfest</a><br />
<a href="http://google.com/search?q=hoctoberfest">hoctoberfest</a><br />
<a href="http://google.com/search?q=hocktoberfest">hocktoberfest</a><br />
<a href="http://google.com/search?q=hoghtoberfest">hoghtoberfest</a><br />
<a href="http://google.com/search?q=hohtoberfest">hohtoberfest</a><br />
<a href="http://google.com/search?q=holktoberfest">holktoberfest</a><br />
<a href="http://google.com/search?q=holptoberfest">holptoberfest</a><br />
<a href="http://google.com/search?q=holttoberfest">holttoberfest</a><br />
<a href="http://google.com/search?q=honktoberfest">honktoberfest</a><br />
<a href="http://google.com/search?q=hoptoberfest">hoptoberfest</a><br />
<a href="http://google.com/search?q=hosttoberfest">hosttoberfest</a><br />
<a href="http://google.com/search?q=hottoberfest">hottoberfest</a><br />
<a href="http://google.com/search?q=hotchtoberfest">hotchtoberfest</a><br />
<a href="http://google.com/search?q=howftoberfest">howftoberfest</a><br />
<a href="http://google.com/search?q=howfftoberfest">howfftoberfest</a><br />
<a href="http://google.com/search?q=howktoberfest">howktoberfest</a><br />
<a href="http://google.com/search?q=hoxtoberfest">hoxtoberfest</a><br />
<a href="http://google.com/search?q=jocktoberfest">jocktoberfest</a><br />
<a href="http://google.com/search?q=jolttoberfest">jolttoberfest</a><br />
<a href="http://google.com/search?q=joshtoberfest">joshtoberfest</a><br />
<a href="http://google.com/search?q=jottoberfest">jottoberfest</a><br />
<a href="http://google.com/search?q=knocktoberfest">knocktoberfest</a><br />
<a href="http://google.com/search?q=knoptoberfest">knoptoberfest</a><br />
<a href="http://google.com/search?q=knosptoberfest">knosptoberfest</a><br />
<a href="http://google.com/search?q=knottoberfest">knottoberfest</a><br />
<a href="http://google.com/search?q=kofftoberfest">kofftoberfest</a><br />
<a href="http://google.com/search?q=konktoberfest">konktoberfest</a><br />
<a href="http://google.com/search?q=koptoberfest">koptoberfest</a><br />
<a href="http://google.com/search?q=kophtoberfest">kophtoberfest</a><br />
<a href="http://google.com/search?q=kotchtoberfest">kotchtoberfest</a><br />
<a href="http://google.com/search?q=lawktoberfest">lawktoberfest</a><br />
<a href="http://google.com/search?q=lochtoberfest">lochtoberfest</a><br />
<a href="http://google.com/search?q=locktoberfest">locktoberfest</a><br />
<a href="http://google.com/search?q=lofttoberfest">lofttoberfest</a><br />
<a href="http://google.com/search?q=loptoberfest">loptoberfest</a><br />
<a href="http://google.com/search?q=loshtoberfest">loshtoberfest</a><br />
<a href="http://google.com/search?q=losttoberfest">losttoberfest</a><br />
<a href="http://google.com/search?q=lottoberfest">lottoberfest</a><br />
<a href="http://google.com/search?q=lothtoberfest">lothtoberfest</a><br />
<a href="http://google.com/search?q=lowptoberfest">lowptoberfest</a><br />
<a href="http://google.com/search?q=lowttoberfest">lowttoberfest</a><br />
<a href="http://google.com/search?q=loxtoberfest">loxtoberfest</a><br />
<a href="http://google.com/search?q=mawktoberfest">mawktoberfest</a><br />
<a href="http://google.com/search?q=moctoberfest">moctoberfest</a><br />
<a href="http://google.com/search?q=mochtoberfest">mochtoberfest</a><br />
<a href="http://google.com/search?q=mocktoberfest">mocktoberfest</a><br />
<a href="http://google.com/search?q=molttoberfest">molttoberfest</a><br />
<a href="http://google.com/search?q=monktoberfest">monktoberfest</a><br />
<a href="http://google.com/search?q=monthtoberfest">monthtoberfest</a><br />
<a href="http://google.com/search?q=moptoberfest">moptoberfest</a><br />
<a href="http://google.com/search?q=morphtoberfest">morphtoberfest</a><br />
<a href="http://google.com/search?q=morttoberfest">morttoberfest</a><br />
<a href="http://google.com/search?q=moshtoberfest">moshtoberfest</a><br />
<a href="http://google.com/search?q=mosktoberfest">mosktoberfest</a><br />
<a href="http://google.com/search?q=mosttoberfest">mosttoberfest</a><br />
<a href="http://google.com/search?q=mottoberfest">mottoberfest</a><br />
<a href="http://google.com/search?q=mothtoberfest">mothtoberfest</a><br />
<a href="http://google.com/search?q=motttoberfest">motttoberfest</a><br />
<a href="http://google.com/search?q=nocktoberfest">nocktoberfest</a><br />
<a href="http://google.com/search?q=nohtoberfest">nohtoberfest</a><br />
<a href="http://google.com/search?q=norktoberfest">norktoberfest</a><br />
<a href="http://google.com/search?q=northtoberfest">northtoberfest</a><br />
<a href="http://google.com/search?q=noshtoberfest">noshtoberfest</a><br />
<a href="http://google.com/search?q=nottoberfest">nottoberfest</a><br />
<a href="http://google.com/search?q=notchtoberfest">notchtoberfest</a><br />
<a href="http://google.com/search?q=notttoberfest">notttoberfest</a><br />
<a href="http://google.com/search?q=nowttoberfest">nowttoberfest</a><br />
<a href="http://google.com/search?q=noxtoberfest">noxtoberfest</a><br />
<a href="http://google.com/search?q=ochtoberfest">ochtoberfest</a><br />
<a href="http://google.com/search?q=oftoberfest">oftoberfest</a><br />
<a href="http://google.com/search?q=offtoberfest">offtoberfest</a><br />
<a href="http://google.com/search?q=ofttoberfest">ofttoberfest</a><br />
<a href="http://google.com/search?q=ohtoberfest">ohtoberfest</a><br />
<a href="http://google.com/search?q=optoberfest">optoberfest</a><br />
<a href="http://google.com/search?q=opttoberfest">opttoberfest</a><br />
<a href="http://google.com/search?q=orctoberfest">orctoberfest</a><br />
<a href="http://google.com/search?q=orftoberfest">orftoberfest</a><br />
<a href="http://google.com/search?q=orttoberfest">orttoberfest</a><br />
<a href="http://google.com/search?q=owttoberfest">owttoberfest</a><br />
<a href="http://google.com/search?q=oxtoberfest">oxtoberfest</a><br />
<a href="http://google.com/search?q=pawktoberfest">pawktoberfest</a><br />
<a href="http://google.com/search?q=phloxtoberfest">phloxtoberfest</a><br />
<a href="http://google.com/search?q=phohtoberfest">phohtoberfest</a><br />
<a href="http://google.com/search?q=phottoberfest">phottoberfest</a><br />
<a href="http://google.com/search?q=plonktoberfest">plonktoberfest</a><br />
<a href="http://google.com/search?q=ploptoberfest">ploptoberfest</a><br />
<a href="http://google.com/search?q=plottoberfest">plottoberfest</a><br />
<a href="http://google.com/search?q=pocktoberfest">pocktoberfest</a><br />
<a href="http://google.com/search?q=pohtoberfest">pohtoberfest</a><br />
<a href="http://google.com/search?q=polktoberfest">polktoberfest</a><br />
<a href="http://google.com/search?q=polttoberfest">polttoberfest</a><br />
<a href="http://google.com/search?q=pomptoberfest">pomptoberfest</a><br />
<a href="http://google.com/search?q=ponktoberfest">ponktoberfest</a><br />
<a href="http://google.com/search?q=ponttoberfest">ponttoberfest</a><br />
<a href="http://google.com/search?q=poptoberfest">poptoberfest</a><br />
<a href="http://google.com/search?q=porchtoberfest">porchtoberfest</a><br />
<a href="http://google.com/search?q=porktoberfest">porktoberfest</a><br />
<a href="http://google.com/search?q=porttoberfest">porttoberfest</a><br />
<a href="http://google.com/search?q=poshtoberfest">poshtoberfest</a><br />
<a href="http://google.com/search?q=posttoberfest">posttoberfest</a><br />
<a href="http://google.com/search?q=pottoberfest">pottoberfest</a><br />
<a href="http://google.com/search?q=potchtoberfest">potchtoberfest</a><br />
<a href="http://google.com/search?q=potttoberfest">potttoberfest</a><br />
<a href="http://google.com/search?q=poxtoberfest">poxtoberfest</a><br />
<a href="http://google.com/search?q=proftoberfest">proftoberfest</a><br />
<a href="http://google.com/search?q=prompttoberfest">prompttoberfest</a><br />
<a href="http://google.com/search?q=pronktoberfest">pronktoberfest</a><br />
<a href="http://google.com/search?q=proptoberfest">proptoberfest</a><br />
<a href="http://google.com/search?q=prosttoberfest">prosttoberfest</a><br />
<a href="http://google.com/search?q=qophtoberfest">qophtoberfest</a><br />
<a href="http://google.com/search?q=roctoberfest">roctoberfest</a><br />
<a href="http://google.com/search?q=rochtoberfest">rochtoberfest</a><br />
<a href="http://google.com/search?q=rocktoberfest">rocktoberfest</a><br />
<a href="http://google.com/search?q=roktoberfest">roktoberfest</a><br />
<a href="http://google.com/search?q=rolftoberfest">rolftoberfest</a><br />
<a href="http://google.com/search?q=romptoberfest">romptoberfest</a><br />
<a href="http://google.com/search?q=ronttoberfest">ronttoberfest</a><br />
<a href="http://google.com/search?q=rorttoberfest">rorttoberfest</a><br />
<a href="http://google.com/search?q=rosttoberfest">rosttoberfest</a><br />
<a href="http://google.com/search?q=rottoberfest">rottoberfest</a><br />
<a href="http://google.com/search?q=rotchtoberfest">rotchtoberfest</a><br />
<a href="http://google.com/search?q=rowttoberfest">rowttoberfest</a><br />
<a href="http://google.com/search?q=rowthtoberfest">rowthtoberfest</a><br />
<a href="http://google.com/search?q=schlocktoberfest">schlocktoberfest</a><br />
<a href="http://google.com/search?q=schmocktoberfest">schmocktoberfest</a><br />
<a href="http://google.com/search?q=scofftoberfest">scofftoberfest</a><br />
<a href="http://google.com/search?q=scoptoberfest">scoptoberfest</a><br />
<a href="http://google.com/search?q=scorchtoberfest">scorchtoberfest</a><br />
<a href="http://google.com/search?q=scottoberfest">scottoberfest</a><br />
<a href="http://google.com/search?q=scotchtoberfest">scotchtoberfest</a><br />
<a href="http://google.com/search?q=scowptoberfest">scowptoberfest</a><br />
<a href="http://google.com/search?q=scowthtoberfest">scowthtoberfest</a><br />
<a href="http://google.com/search?q=scrawptoberfest">scrawptoberfest</a><br />
<a href="http://google.com/search?q=scrorptoberfest">scrorptoberfest</a><br />
<a href="http://google.com/search?q=shlocktoberfest">shlocktoberfest</a><br />
<a href="http://google.com/search?q=shmocktoberfest">shmocktoberfest</a><br />
<a href="http://google.com/search?q=shocktoberfest">shocktoberfest</a><br />
<a href="http://google.com/search?q=shoptoberfest">shoptoberfest</a><br />
<a href="http://google.com/search?q=shorttoberfest">shorttoberfest</a><br />
<a href="http://google.com/search?q=shottoberfest">shottoberfest</a><br />
<a href="http://google.com/search?q=shotttoberfest">shotttoberfest</a><br />
<a href="http://google.com/search?q=shrofftoberfest">shrofftoberfest</a><br />
<a href="http://google.com/search?q=skofftoberfest">skofftoberfest</a><br />
<a href="http://google.com/search?q=skorttoberfest">skorttoberfest</a><br />
<a href="http://google.com/search?q=skoshtoberfest">skoshtoberfest</a><br />
<a href="http://google.com/search?q=sloptoberfest">sloptoberfest</a><br />
<a href="http://google.com/search?q=sloshtoberfest">sloshtoberfest</a><br />
<a href="http://google.com/search?q=slottoberfest">slottoberfest</a><br />
<a href="http://google.com/search?q=slothtoberfest">slothtoberfest</a><br />
<a href="http://google.com/search?q=smocktoberfest">smocktoberfest</a><br />
<a href="http://google.com/search?q=smolttoberfest">smolttoberfest</a><br />
<a href="http://google.com/search?q=smowttoberfest">smowttoberfest</a><br />
<a href="http://google.com/search?q=snorttoberfest">snorttoberfest</a><br />
<a href="http://google.com/search?q=snottoberfest">snottoberfest</a><br />
<a href="http://google.com/search?q=snowktoberfest">snowktoberfest</a><br />
<a href="http://google.com/search?q=soctoberfest">soctoberfest</a><br />
<a href="http://google.com/search?q=socktoberfest">socktoberfest</a><br />
<a href="http://google.com/search?q=softtoberfest">softtoberfest</a><br />
<a href="http://google.com/search?q=sohtoberfest">sohtoberfest</a><br />
<a href="http://google.com/search?q=soptoberfest">soptoberfest</a><br />
<a href="http://google.com/search?q=sophtoberfest">sophtoberfest</a><br />
<a href="http://google.com/search?q=sorttoberfest">sorttoberfest</a><br />
<a href="http://google.com/search?q=sottoberfest">sottoberfest</a><br />
<a href="http://google.com/search?q=sothtoberfest">sothtoberfest</a><br />
<a href="http://google.com/search?q=sowftoberfest">sowftoberfest</a><br />
<a href="http://google.com/search?q=sowfftoberfest">sowfftoberfest</a><br />
<a href="http://google.com/search?q=sowptoberfest">sowptoberfest</a><br />
<a href="http://google.com/search?q=sowthtoberfest">sowthtoberfest</a><br />
<a href="http://google.com/search?q=soxtoberfest">soxtoberfest</a><br />
<a href="http://google.com/search?q=sploshtoberfest">sploshtoberfest</a><br />
<a href="http://google.com/search?q=splotchtoberfest">splotchtoberfest</a><br />
<a href="http://google.com/search?q=sporttoberfest">sporttoberfest</a><br />
<a href="http://google.com/search?q=sposhtoberfest">sposhtoberfest</a><br />
<a href="http://google.com/search?q=spottoberfest">spottoberfest</a><br />
<a href="http://google.com/search?q=stocktoberfest">stocktoberfest</a><br />
<a href="http://google.com/search?q=stomptoberfest">stomptoberfest</a><br />
<a href="http://google.com/search?q=stonktoberfest">stonktoberfest</a><br />
<a href="http://google.com/search?q=stoptoberfest">stoptoberfest</a><br />
<a href="http://google.com/search?q=stopttoberfest">stopttoberfest</a><br />
<a href="http://google.com/search?q=storktoberfest">storktoberfest</a><br />
<a href="http://google.com/search?q=stottoberfest">stottoberfest</a><br />
<a href="http://google.com/search?q=stotttoberfest">stotttoberfest</a><br />
<a href="http://google.com/search?q=stowptoberfest">stowptoberfest</a><br />
<a href="http://google.com/search?q=stroptoberfest">stroptoberfest</a><br />
<a href="http://google.com/search?q=swoptoberfest">swoptoberfest</a><br />
<a href="http://google.com/search?q=swopttoberfest">swopttoberfest</a><br />
<a href="http://google.com/search?q=swottoberfest">swottoberfest</a><br />
<a href="http://google.com/search?q=tawttoberfest">tawttoberfest</a><br />
<a href="http://google.com/search?q=thofttoberfest">thofttoberfest</a><br />
<a href="http://google.com/search?q=thorptoberfest">thorptoberfest</a><br />
<a href="http://google.com/search?q=toctoberfest">toctoberfest</a><br />
<a href="http://google.com/search?q=tocktoberfest">tocktoberfest</a><br />
<a href="http://google.com/search?q=tofftoberfest">tofftoberfest</a><br />
<a href="http://google.com/search?q=tofttoberfest">tofttoberfest</a><br />
<a href="http://google.com/search?q=tolttoberfest">tolttoberfest</a><br />
<a href="http://google.com/search?q=tonktoberfest">tonktoberfest</a><br />
<a href="http://google.com/search?q=toptoberfest">toptoberfest</a><br />
<a href="http://google.com/search?q=tophtoberfest">tophtoberfest</a><br />
<a href="http://google.com/search?q=torctoberfest">torctoberfest</a><br />
<a href="http://google.com/search?q=torchtoberfest">torchtoberfest</a><br />
<a href="http://google.com/search?q=torttoberfest">torttoberfest</a><br />
<a href="http://google.com/search?q=toshtoberfest">toshtoberfest</a><br />
<a href="http://google.com/search?q=tosttoberfest">tosttoberfest</a><br />
<a href="http://google.com/search?q=tottoberfest">tottoberfest</a><br />
<a href="http://google.com/search?q=towttoberfest">towttoberfest</a><br />
<a href="http://google.com/search?q=trocktoberfest">trocktoberfest</a><br />
<a href="http://google.com/search?q=tromptoberfest">tromptoberfest</a><br />
<a href="http://google.com/search?q=tronctoberfest">tronctoberfest</a><br />
<a href="http://google.com/search?q=tronktoberfest">tronktoberfest</a><br />
<a href="http://google.com/search?q=troptoberfest">troptoberfest</a><br />
<a href="http://google.com/search?q=trottoberfest">trottoberfest</a><br />
<a href="http://google.com/search?q=trothtoberfest">trothtoberfest</a><br />
<a href="http://google.com/search?q=trowthtoberfest">trowthtoberfest</a><br />
<a href="http://google.com/search?q=volktoberfest">volktoberfest</a><br />
<a href="http://google.com/search?q=volttoberfest">volttoberfest</a><br />
<a href="http://google.com/search?q=voxtoberfest">voxtoberfest</a><br />
<a href="http://google.com/search?q=vrottoberfest">vrottoberfest</a><br />
<a href="http://google.com/search?q=whomptoberfest">whomptoberfest</a><br />
<a href="http://google.com/search?q=whoptoberfest">whoptoberfest</a><br />
<a href="http://google.com/search?q=whorttoberfest">whorttoberfest</a><br />
<a href="http://google.com/search?q=whottoberfest">whottoberfest</a><br />
<a href="http://google.com/search?q=wocktoberfest">wocktoberfest</a><br />
<a href="http://google.com/search?q=woftoberfest">woftoberfest</a><br />
<a href="http://google.com/search?q=woktoberfest">woktoberfest</a><br />
<a href="http://google.com/search?q=wolftoberfest">wolftoberfest</a><br />
<a href="http://google.com/search?q=wonktoberfest">wonktoberfest</a><br />
<a href="http://google.com/search?q=wonttoberfest">wonttoberfest</a><br />
<a href="http://google.com/search?q=woptoberfest">woptoberfest</a><br />
<a href="http://google.com/search?q=worktoberfest">worktoberfest</a><br />
<a href="http://google.com/search?q=worttoberfest">worttoberfest</a><br />
<a href="http://google.com/search?q=worthtoberfest">worthtoberfest</a><br />
<a href="http://google.com/search?q=wosttoberfest">wosttoberfest</a><br />
<a href="http://google.com/search?q=wottoberfest">wottoberfest</a><br />
<a href="http://google.com/search?q=wowftoberfest">wowftoberfest</a><br />
<a href="http://google.com/search?q=woxtoberfest">woxtoberfest</a><br />
<a href="http://google.com/search?q=wrothtoberfest">wrothtoberfest</a><br />
<a href="http://google.com/search?q=zonktoberfest">zonktoberfest</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.decontextualize.com/2010/10/awktoberfest-an-algorithmic-compendium-of-toberfest-portmanteaux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekend roundup</title>
		<link>http://www.decontextualize.com/2010/01/weekend-roundup/</link>
		<comments>http://www.decontextualize.com/2010/01/weekend-roundup/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 22:21:26 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[ludonomastics]]></category>
		<category><![CDATA[onomastics]]></category>
		<category><![CDATA[scribblenauts]]></category>
		<category><![CDATA[zork]]></category>

		<guid isPermaLink="false">http://www.decontextualize.com/?p=497</guid>
		<description><![CDATA[A few quick links: A quick post on Warp Skip concerning Nick Montfort&#8217;s recent work in the ludonomastics of Zork. Friend and colleague Brendan Berg posts an informative follow-up to my recent comparison of Pokémon and PHP. When Leonard Richardson and I recorded our conversation about Scribblenauts a while back, the portions of the conversation [...]]]></description>
			<content:encoded><![CDATA[<p>A few quick links:</p>
<ul>
<li><a href="http://www.warpskip.com/post/325702649/underground-ludonomastics">A quick post on Warp Skip</a> concerning <a href="http://nickm.com/post/2010/01/a-note-on-the-word-zork/">Nick Montfort&#8217;s recent work in the ludonomastics of <i>Zork</i></a>.</li>
<li>Friend and colleague Brendan Berg posts <a href="http://blog.sodiumdreams.com/post/317073748/php-new-math">an informative follow-up</a> to my <a href="http://www.decontextualize.com/2010/01/ghost-equals-ghost/">recent comparison of Pokémon and PHP</a>.</li>
<li>When <a href="http://www.crummy.com/">Leonard Richardson</a> and I <a href="http://www.crummy.com/2009/10/15/0">recorded our conversation about Scribblenauts</a> a while back, the portions of the conversation that concerned <a href="http://ifdb.tads.org/viewgame?id=wznex7prhy59rg">Earl Grey</a> had to be cut for procedural reasons. Now that IFComp 2009 is over, Leonard <a href="http://www.crummy.com/2009/12/27/0">recently posted the missing segment of the conversation</a>, in which we compare the mechanics of Earl Grey and Scribblenauts.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.decontextualize.com/2010/01/weekend-roundup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

