<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected{color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.sparkline {background:[[ColorPalette::PrimaryPale]]; border:0;}
.sparktick {background:[[ColorPalette::PrimaryDark]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}
.readOnly {background:[[ColorPalette::TertiaryPale]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity=60)';}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 1em 1em; left:0px; top:0px;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0 0; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0;}
.wizardFooter .status {padding:0 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0 0 0.5em;}
.tab {margin:0 0 0 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0 0.25em; padding:0 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0px 3px 0px 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}

.fieldsetFix {border:0; padding:0; margin:1px 0px;}

.sparkline {line-height:1em;}
.sparktick {outline:0;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These [[InterfaceOptions]] for customising [[TiddlyWiki]] are saved in your browser

Your username for signing your edits. Write it as a [[WikiWord]] (eg [[JoeBloggs]])

<<option txtUserName>>
<<option chkSaveBackups>> [[SaveBackups]]
<<option chkAutoSave>> [[AutoSave]]
<<option chkRegExpSearch>> [[RegExpSearch]]
<<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]]
<<option chkAnimate>> [[EnableAnimations]]

----
Also see [[AdvancedOptions]]
<<importTiddlers>>
|''Type:''|file|
|''URL:''|http://tiddlythemes.com/empties/Mocha.html|
|''Workspace:''|(default)|

This tiddler was automatically created to record the details of this server
|''Type:''|file|
|''URL:''|http://tiddlywiki.abego-software.de/|
|''Workspace:''|(default)|

This tiddler was automatically created to record the details of this server
Downloaded TiddlyWiki empty.html. Customized it with the [[Mocha theme|http://tiddlythemes.com/empties/Mocha.html]]. Set up some menus.
Renamed file entropyneurial.html. Added default tiddlers to main menu ("shadow tiddlers"). Read online docs at [[the TiddlyWiki Wiki|http://www.tiddlywiki.org/wiki/]]. Installed ViewColorPalette and TemplateShowColor (whatever it is) and added to MainMenu.
!!!What It's For
This blog is not regular or irregular postings of a personal diary. It's an archive of ideas, writings, and possibilities, broken into bite-size pieces. Some of the entries are fairly recent, but a lot of them were written sometime during the last decade but haven't been posted before. So basically it's a little vanity press. 

Most of the [[articles|Rambles, Rants, Ruminations]] are short. Some of them are satires. Others are rants, and a few actually are serious essays

There are also [[remembrances |Journals and Jetsam]] of people and places, including autobiographical memoirs, tributes, and travel tales, including a time travel tale. These are all PDF files.

If you would like to contribute your own content, which can interlink with any of ours, we would consider doing that, but you would need to maintain your page yourself.

!!!How It Works
This page and others like it are in [[TiddlyWiki | http://tiddlywiki.com/]] format. Like a regular wiki, such as [[MediaWiki | http://www.mediawiki.org/wiki/MediaWiki]] , a ~TiddlyWiki is an HTML page that can be edited in place. Unlike a regular wiki, a ~TiddlyWiki needs no external software to make it work -- everything it does is contained in the HTML file, powered by Javascript. However, the files on this site can only be edited by registered users; you can see the markup for entries by pressing ''View'' to their upper right, but you cannot save edits you make. 
<<options>>
[[About This Blog]]
var daysOrPosts = "days";
var numOfDaysOrPosts = "7";
var restrictTag = "";
systemConfig

function displayTopTiddlers()
{
if(window.location.hash) daysOrPosts = "";
if(daysOrPosts == "posts")
{
var tiddlerNames = store.reverseLookup("tags","systemTiddlers",false,"modified");
if (tiddlerNames.length < numOfDaysOrPosts)
numOfDaysOrPosts = tiddlerNames.length;
for(var t = tiddlerNames.length-numOfDaysOrPosts;t<=tiddlerNames.length-1;t++)
if (restrictTag == "" || tiddlerNames[t].isTagged(restrictTag))
story.displayTiddler("top",tiddlerNames[t].title,DEFAULT_VIEW_TEMPLATE,false,false);
}
if (daysOrPosts == "days"){
var lastDay = "";
var tiddlerNames = store.reverseLookup("tags","systemTiddlers",false,"modified");
var t = tiddlerNames.length -1;
var tFollower = 0;
for(t;t>=0;t) if(numOfDaysOrPosts >= 0){
var theDay = tiddlerNames[t].modified.convertToYYYYMMDDHHMM().substr(0,8);
if(theDay != lastDay){
numOfDaysOrPosts = numOfDaysOrPosts -1;
lastDay = theDay;
tFollower = t;
}
}

for(tFollower = tFollower+1; tFollower < tiddlerNames.length;tFollower++){
if (restrictTag == "" || tiddlerNames[tFollower].isTagged(restrictTag))
displayTiddler("top",tiddlerNames[tFollower].title,DEFAULT_VIEW_TEMPLATE,false,false);
}

}
}

window.original_restart = window.restart;
window.restart = function()
{
window.original_restart();
displayTopTiddlers();
}
[[The Entropy Part]] relates to to how energy is distributed, that is whether it is diffused (high entropy) or concentrated (low entropy). We believe entropy should lie somewhere in between.

Likewise, [[The Neurial Part]] relates to how information distributes itself. High-entropy information has a lot of noise but can carry much news (because a given message is hard to predict); low-entropy information lacks noise, but only refers to only one or a couple of things, which are too predictable to be newsworthy. Neither state is particularly desirable, unless you don't care what message you get or are only interested in that one thing.
[MochaTheme SystemServer NavigationPackage]
Here are some photos we took.

|>|bgcolor(#eeeeee): ![img[Parade Route!|Inaugural/ParadeRt.jpg]] |bgcolor(#eeeeee): ![img[FBI Apprehends Deniz!|Inaugural/DenizFBI.jpg]] |
|>|bgcolor(#eeeeee): ![img[Usherette|Inaugural/DCusher.jpg]] |bgcolor(#eeeeee): ![img[Independence Ave|Inaugural/IndepAveCrowd.jpg]] |
|>|bgcolor(#eeeeee): ![img[One of many vendors|Inaugural/GetYerFlag.jpg]] |bgcolor(#eeeeee): ![img[Concert at Lincoln Mem.|Inaugural/LincolnJumbo.jpg]] |
|>|bgcolor(#eeeeee): ![img[Comfort Station|Inaugural/CapitolPotties.jpg]] |bgcolor(#eeeeee): ![img[Solidarity|Inaugural/Duttons-WashMnt.jpg]] |
|>|bgcolor(#eeeeee): ![img[On the Mall|Inaugural/OnTheMall.jpg]] |bgcolor(#eeeeee): ![img[View to Capitol|Inaugural/CapitolFarAway.jpg]] |
<<include "bentropy02.html">>
/***
|''Name:''|abego.IncludePlugin|
|''Version:''|1.0.1 (2007-04-30)|
|''Type:''|plugin|
|''Source:''|http://tiddlywiki.abego-software.de/#IncludePlugin|
|''Author:''|Udo Borkowski (ub [at] abego-software [dot] de)|
|''Documentation:''|[[IncludePlugin Documentation|http://tiddlywiki.abego-software.de/#%5B%5BIncludePlugin%20Documentation%5D%5D]]|
|''Community:''|([[del.icio.us|http://del.icio.us/post?url=http://tiddlywiki.abego-software.de/index.html%23IncludePlugin]]) ([[Support|http://groups.google.com/group/TiddlyWiki]])|
|''Copyright:''|&copy; 2007 [[abego Software|http://www.abego-software.de]]|
|''Licence:''|[[BSD open source license (abego Software)|http://www.abego-software.de/legal/apl-v10.html]]|
|''~CoreVersion:''|2.1.3|
|''Browser:''|Firefox 1.5.0.9 or better; Internet Explorer 6.0|
***/
/***
This plugin's source code is compressed (and hidden). Use this [[link|http://tiddlywiki.abego-software.de/archive/IncludePlugin/Plugin-Include-src.1.0.0.js]] to get the readable source code.
***/
///%
if(!window.abego){window.abego={};}var invokeLater=function(_1,_2,_3){return abego.invokeLater?abego.invokeLater(_1,_2,_3):setTimeout(_1,_2);};abego.loadFile=function(_4,_5,_6){var _7=function(_8,_9,_a,_b,_c){return _8?_5(_a,_b,_9):_5(undefined,_b,_9,"Error loading %0".format([_b]));};if(_4.search(/^((http(s)?)|(file)):/)!=0){if(_4.search(/^((.\:\\)|(\\\\)|(\/))/)==0){_4="file://"+_4;}else{var _d=document.location.toString();var i=_d.lastIndexOf("/");_4=_d.substr(0,i+1)+_4;}_4=_4.replace(/\\/mg,"/");}loadRemoteFile(_4,_7,_6);};abego.loadTiddlyWikiStore=function(_f,_10,_11,_12){var _13=function(_14,_15){if(_12){_12(_14,"abego.loadTiddlyWikiStore",_15,_f,_11);}};var _16=function(_17,_18){var _19=_18.indexOf(startSaveArea);var _1a=_18.indexOf("<!--POST-BODY-END--"+">");var _1b=_18.lastIndexOf(endSaveArea,_1a==-1?_18.length:_1a);if((_19==-1)||(_1b==-1)){return config.messages.invalidFileError.format([_f]);}var _1c="<html><body>"+_18.substring(_19,_1b+endSaveArea.length)+"</body></html>";var _1d=document.createElement("iframe");_1d.style.display="none";document.body.appendChild(_1d);var doc=_1d.document;if(_1d.contentDocument){doc=_1d.contentDocument;}else{if(_1d.contentWindow){doc=_1d.contentWindow.document;}}doc.open();doc.writeln(_1c);doc.close();var _1f=doc.getElementById("storeArea");_17.loadFromDiv(_1f,"store");_1d.parentNode.removeChild(_1d);return null;};var _20=function(_21){_13("Error when loading %0".format([_f]),"Failed");_10(undefined,_f,_11,_21);return _21;};var _22=function(_23){_13("Loaded %0".format([_f]),"Done");_10(_23,_f,_11);return null;};var _24=function(_25,_26,_27,_28){if(_25===undefined){_20(_28);return;}_13("Processing %0".format([_f]),"Processing");var _29=config.messages.invalidFileError;config.messages.invalidFileError="The file '%0' does not appear to be a valid TiddlyWiki file";try{var _2a=new TiddlyWiki();var _2b=_16(_2a,_25);if(_2b){_20(_2b);}else{_22(_2a);}}catch(ex){_20(exceptionText(ex));}finally{config.messages.invalidFileError=_29;}};_13("Start loading %0".format([_f]),"Started");abego.loadFile(_f,_24,_11);};(function(){if(abego.TiddlyWikiIncluder){return;}var _2c="waiting";var _2d="loading";var _2e=1000;var _2f=-200;var _30=-100;var _31=-300;var _32;var _33=[];var _34={};var _35=[];var _36;var _37=[];var _38;var _39=function(){if(_32===undefined){_32=config.options.chkUseInclude===undefined||config.options.chkUseInclude;}return _32;};var _3a=function(url){return "No include specified for %0".format([url]);};var _3c=function(){var _3d=_35;_35=[];if(_3d.length){for(var i=0;i<_37.length;i++){_37[i](_3d);}}};var _3f;var _40=function(){if(_36!==undefined){clearInterval(_36);}_3f=0;var _41=function(){abego.TiddlyWikiIncluder.sendProgress("","","Done");};_36=setInterval(function(){_3f++;if(_3f<=10){return;}clearInterval(_36);_36=undefined;abego.TiddlyWikiIncluder.sendProgress("Refreshing...","","");refreshDisplay();invokeLater(_41,0,_2f);},1);};var _42=function(_43){var _44;for(var i=0;i<_33.length;i++){var _46=abego.TiddlyWikiIncluder.getStore(_33[i]);if(_46&&(_44=_43(_46,_33[i]))){return _44;}}};var _47=function(){if(!window.store){return invokeLater(_47,100);}var _48=store.fetchTiddler;store.fetchTiddler=function(_49){var t=_48.apply(this,arguments);if(t){return t;}if(config.shadowTiddlers[_49]!==undefined){return undefined;}if(_49==config.macros.newTiddler.title){return undefined;}return _42(function(_4b,url){var t=_4b.fetchTiddler(_49);if(t){t.includeURL=url;}return t;});};if(_33.length){_40();}};var _4e=function(){if(!window.store){return invokeLater(_4e,100);}var _4f=store.getTiddlerText("IncludeList");if(_4f){wikify(_4f,document.createElement("div"));}};var _50=function(_51){var _52=function(){var _53=store.forEachTiddler;var _54=function(_55){var _56={};var _57;var _58=function(_59,_5a){if(_56[_59]){return;}_56[_59]=1;if(_57){_5a.includeURL=_57;}_55.apply(this,arguments);};_53.call(store,_58);for(var n in config.shadowTiddlers){_56[n]=1;}_56[config.macros.newTiddler.title]=1;_42(function(_5c,url){_57=url;_5c.forEachTiddler(_58);});};store.forEachTiddler=_54;try{return _51.apply(this,arguments);}finally{store.forEachTiddler=_53;}};return _52;};var _5e=function(_5f,_60){return _5f[_60]=_50(_5f[_60]);};abego.TiddlyWikiIncluder={};abego.TiddlyWikiIncluder.setProgressFunction=function(_61){_38=_61;};abego.TiddlyWikiIncluder.getProgressFunction=function(_62){return _38;};abego.TiddlyWikiIncluder.sendProgress=function(_63,_64,_65){if(_38){_38.apply(this,arguments);}};abego.TiddlyWikiIncluder.onError=function(url,_67){displayMessage("Error when including '%0':\n%1".format([url,_67]));};abego.TiddlyWikiIncluder.hasPendingIncludes=function(){for(var i=0;i<_33.length;i++){var _69=abego.TiddlyWikiIncluder.getState(_33[i]);if(_69==_2c||_69==_2d){return true;}}return false;};abego.TiddlyWikiIncluder.getIncludes=function(){return _33.slice();};abego.TiddlyWikiIncluder.getState=function(url){var s=_34[url];if(!s){return _3a(url);}return typeof s=="string"?s:null;};abego.TiddlyWikiIncluder.getStore=function(url){var s=_34[url];if(!s){return _3a(url);}return s instanceof TiddlyWiki?s:null;};abego.TiddlyWikiIncluder.include=function(url,_6f){if(!_39()||_34[url]){return;}var _70=this;_33.push(url);_34[url]=_2c;var _71=function(_72,_73,_74,_75){if(_72===undefined){_34[url]=_75;_70.onError(url,_75);return;}_34[url]=_72;_35.push(url);invokeLater(_3c);};var _76=function(){_34[url]=_2d;abego.loadTiddlyWikiStore(url,_71,null,_38);};if(_6f){invokeLater(_76,_6f);}else{_76();}};abego.TiddlyWikiIncluder.forReallyEachTiddler=function(_77){var _78=function(){store.forEachTiddler(_77);};_50(_78).call(store);};abego.TiddlyWikiIncluder.getFunctionUsingForReallyEachTiddler=_50;abego.TiddlyWikiIncluder.useForReallyEachTiddler=_5e;abego.TiddlyWikiIncluder.addListener=function(_79){_37.push(_79);};abego.TiddlyWikiIncluder.addListener(_40);if(config.options.chkUseInclude===undefined){config.options.chkUseInclude=true;}config.shadowTiddlers.AdvancedOptions+="\n<<option chkUseInclude>> Include ~TiddlyWikis (IncludeList | IncludeState | [[help|http://tiddlywiki.abego-software.de/#%5B%5BIncludePlugin%20Documentation%5D%5D]])\n^^(Reload this ~TiddlyWiki to make changes become effective)^^";config.shadowTiddlers.IncludeState="<<includeState>>";var _7a=function(e,_7c,_7d){if(!anim||!abego.ShowAnimation){e.style.display=_7c?"block":"none";return;}anim.startAnimating(new abego.ShowAnimation(e,_7c,_7d));};abego.TiddlyWikiIncluder.getDefaultProgressFunction=function(){setStylesheet(".includeProgressState{\n"+"background-color:#FFCC00;\n"+"position:absolute;\n"+"right:0.2em;\n"+"top:0.2em;\n"+"width:7em;\n"+"padding-left:0.2em;\n"+"padding-right:0.2em\n"+"}\n","abegoInclude");var _7e=function(){var e=document.createElement("div");e.className="includeProgressState";e.style.display="none";document.body.appendChild(e);return e;};var _80=_7e();var _81=function(_82){removeChildren(_80);createTiddlyText(_80,_82);_7a(_80,true,0);};var _83=function(){invokeLater(function(){_7a(_80,false,_2e);},100,_30);};var _84=function(_85,_86,_87,url,_89){if(_87=="Done"||_87=="Failed"){_83();return;}if(_86=="abego.loadTiddlyWikiStore"){_3f=0;if(_87=="Processing"){_81("Including...");}}else{_81(_85);}};return _84;};abego.TiddlyWikiIncluder.setProgressFunction(abego.TiddlyWikiIncluder.getDefaultProgressFunction());config.macros.include={};config.macros.include.handler=function(_8a,_8b,_8c,_8d,_8e,_8f){_8c=_8e.parseParams("url",null,true,false,true);var _90=parseInt(getParam(_8c,"delay","0"));var _91=_8c[0]["url"];var _92=getFlag(_8c,"hide",false);if(!_92){createTiddlyText(createTiddlyElement(_8a,"code"),_8d.source.substring(_8d.matchStart,_8d.nextMatch));}for(var i=0;_91&&i<_91.length;i++){abego.TiddlyWikiIncluder.include(_91[i],_90);}};config.macros.includeState={};config.macros.includeState.handler=function(_94,_95,_96,_97,_98,_99){var _9a=function(){var s="";var _9c=abego.TiddlyWikiIncluder.getIncludes();if(!_9c.length){return "{{noIncludes{\nNo includes or 'include' is disabled (see AdvancedOptions)\n}}}\n";}s+="|!Address|!State|\n";for(var i=0;i<_9c.length;i++){var inc=_9c[i];s+="|{{{"+inc+"}}}|";var t=abego.TiddlyWikiIncluder.getState(inc);s+=t?"{{{"+t+"}}}":"included";s+="|\n";}s+="|includeState|k\n";return s;};var _a0=function(){removeChildren(div);wikify(_9a(),div);if(abego.TiddlyWikiIncluder.hasPendingIncludes()){invokeLater(_a0,500,_31);}};var div=createTiddlyElement(_94,"div");invokeLater(_a0,0,_31);};var _a2=Tiddler.prototype.isReadOnly;Tiddler.prototype.isReadOnly=function(){return _a2.apply(this,arguments)||this.isIncluded();};Tiddler.prototype.isIncluded=function(){return this.includeURL!=undefined;};Tiddler.prototype.getIncludeURL=function(){return this.includeURL;};var _a3={getMissingLinks:1,getOrphans:1,getTags:1,reverseLookup:1,updateTiddlers:1};for(var n in _a3){_5e(TiddlyWiki.prototype,n);}var _a5=function(){if(abego.IntelliTagger){_5e(abego.IntelliTagger,"assistTagging");}};var _a6=function(){if(config.macros.forEachTiddler){_5e(config.macros.forEachTiddler,"findTiddlers");}};_47();invokeLater(_4e,100);invokeLater(_a5,100);invokeLater(_a6,100);})();
//%/
<<includeState>>
//''Travel journals, family and friends memoirs, and the odd literary hack''//

[[Goodbye 2010 | http://maxentropyproductions.net/papers/farewell2010.pdf]] -- A self-immolating holiday letter (PDF, 2010)
----
[[Postcards from Kemer | http://maxentropyproductions.net/papers/PostcardsFromKemer.pdf]] -- Hanging out in Turkey, which is not too Swiss  (PDF, 2009)
----
[[So ... You Are My Father-in-Law’s Niece’s Oldest Son? | http://maxentropyproductions.net/papers/TurkishTales.pdf]] -- Meeting My Extended Turkish Family and their Ancestral Homeland (PDF, 2007)
----
[[Russian-American Episodes | http://maxentropyproductions.net/papers/Russian-American_Episodes.pdf]] -- My maternal grandmother's life journey from Imperial Russia to New York and New Jersey (PDF, 1943)
----
[[Snapshots from the Album of My Life | http://maxentropyproductions.net/papers/JohnGeorgeDutton-journal.pdf]] -- My great-grandfather's story, in his own words (PDF, 1916-38)
----
[[Not Bad | http://maxentropyproductions.net/papers/NotBad.pdf]] -- Fond Recollections of a Rather Unique Person (PDF, 2007)
----
[[Reflections on Becoming a Geezer | http://maxentropyproductions.net/papers/ReflectionsAtSixty.pdf]] -- A Top 60 List (PDF, 2004)
----
[[With Light Saber Toolbox Getting Started | http://maxentropyproductions.net/papers/lst-started_getting.pdf]] -- If Yoda Wrote Software Manuals (PDF, 12.30.5.9.6.04)
[[About This Blog]]
----
[[Max Entropy Predicts 2012]]
[[Max Entropy Predicts 2010]]
[[Max Entropy Predicts 2009]]
----
[[EntropyNeurial?]]
[[The Entropy Part]]
[[The Neurial Part]]
----
[[Obama Inauguration]]
[[Images From The Inauguration]]
[[Journals and Jetsam]]
[[Rambles, Rants, Ruminations]]
//''2008 Retrospective and 2009 Prospective''//
!!Skip This If You Think You Know Max
Most of you learned of Max Entropy Productions from being named as material witnesses in what turned out to be a mock lawsuit, but the elaborate conceptual art pieces go far beyond that. 

Do you recall the great mock funeral for the Dollar that Max & Co. staged at the Federal Reserve Bank in St. Louis in 2007, attended by 3,000 mourners recruited from all across the Internet? The site had been prepared by a stealth work crew that excavated a 3-by-six-by-three-foot pit in the street, into which a priest and pallbearers dressed in fluorescent green robes interred an empty Styrofoam take-out container, burying it under 50,000 one-dollar bills mixed into 200 gallons of epoxy resin. After the workers repaved the site, mourners inscribed their initials in the warm asphalt. 

As far out as 1984, max was spamming the infant Internet with false messages of hope. Emails regularly instructed net users to dial 419-718-1510 to learn how to make money by transferring other people’s bank balances. By mysterious means, those calls were transferred to the office of Donald Regan, Ronald Reagan’s Secretary of the Treasury.

People say they know Max, but do they really? His protean cloud of entropy totally obscures his location – not unlike Dick Cheney – and also his origins, which is fine because they do not matter. You can find Max Entropy listed at the address 42 Wheel of Fortune Way in phone books in major American cities. If you call his number, you get the message “I’m home now, but sorry you’re not me. Please leave your ring tone after the denotation.” Next, a deafening explosion erupted over the line, followed by a 15-second 400-herz buzzing blooming hum, and then the line goes dead. 

Every so often MEP releases an ~MEP3 of electrifying mash-ups of ring tones that callers left during the hum, and also emails the callers’ phone numbers to Christian evangelist groups after publishing them to a page on www.maxentropyproductions.net called People of the Hum. The calls mostly come from frustrated nihilists who want to make nothing out of something but don’t know how. Regardless, the traffic only serves to maximize Max’s mystique and confuse evangelical telephone campaigns.

!!Wrap-up of Max’s Predictions for 2008
~FaceBook and ~MySpace links to People of The Hum increased by 458% in 2008, up from 18,960 at the end of 2007. That was the year Max went mobile, harvesting 24% more mobile callers than land liners. The upsurge reflected a widespread and keen interest in Max’s market predictions, often called maxenomics. Here’s a random sampling from last December:

•	Sell your house ASAP and buy one in mid-December.
•	Invest in your mother’s boyfriend’s new business.
•	Buy corn futures now and dump them all in July.
•	Keep your GM stock because it’s too big to fail.
•	Hire Bernard Madoff to manage your wealth.
•	Wait until October to take that big vacation.
•	Earn money by recycling text messages.
•	Profit by ignoring this advice.
•	Get rid of your derivatives.
•	What, me worry?
His prescience is spooky. If you had faithfully followed Max’s advice, your portfolio would have swelled by 6% plus or minus 5% at a probability level of 0.25. Who else saw that kind of return this year? Nobody, including you, doofus. So pay attention now.
!!Max’s Predictions for 2009
As always, Max is quite clear about what will come to pass, but his prescriptions vary in potency and require creativity to fulfill. So, swim in the swift currents of his uncommon sense to your final destination. In your struggles, be creative and clear-headed. Don’t follow Woody Allen’s example of cheating on his metaphysics exam by looking into the soul of the student sitting next to him.
!!!The Stupid Economy 
•	This year and next you can’t go wrong investing in infrastructure construction and maintenance; Uncle Sam will be picking up the tab.
•	Energy-saving and energy-making devices will be hot items; things like wind turbines for car roofs and pedal-powered computers.
•	In the food area, you might invest in growth industries such as kangaroo ranching, insect-based protein supplements, and oyster cloning (think pearls).
•	This year, merchants sometimes will ask for a backup card for larger purchases, so accept a credit card offer or two.
•	You can profit handsomely if you discover how to turn corn silks and grass clippings into wearable fabrics.
•	Consider starting a service business to franchise or for a larger company to acquire, for example an obedience school for cats.
•	The Nobel Prize in economics will be awarded to Bernard Madoff for “demonstrating that Pyramid Power is not just New Age hucksterism.”
!!!World Events and Nonevents
•	India will be discovered selling recently acquired American nuclear technology to Iran and Pakistan; the Indian president replies “We thought it was nuclear waste.”
•	The press will reveal that French president Sarkozy has a gay lover; despite or because of a Papal excommunication, his approval ratings skyrocket.
•	A Spanish court will convict Francisco Franco for war crimes and sentence him to 300 years hard labor; the Catholic Church appeals on grounds of habeas corpus.
•	Substantial oil reserves will be discovered just offshore from Cuba; restored U.S. diplomatic relations and American cigar sales quickly ensue.
•	In Japan, a mania for decorated facial wrinkles will erupt, based on ancestor worship and aging film stars; all major cosmetic companies declare bankruptcy.
•	The Government of China will organize its netizens to issue denial-of-service attacks on media Web sites that criticize China; most zealously participate.
•	~UFOs will descend to an undisclosed location to abduct Dick Cheney, who will push a red button that causes missiles to destroy the White House. 
!!!Clashes of the Uncivilized 
•	A phalanx of Israeli bulldozers will push Gaza City into the sea; on that landfill a strip of luxury hotels arises that will employ most Gazans, who will live in tents.
•	Gaza will be renamed Palm Beach East; Gazan women riot when hotel residents bring along their Chicana and Phillippina nannies and nurses.
•	Afghani warlords will syndicate and oust the Karzai government; the syndicate changes the name of Afghanistan to Fugetaboutit and sends NATO troops home. 
•	The Taliban will cut a deal with the syndicate for half its poppy business in return for control of schools, music stores, boutiques and barbershops.
•	Christian pro-life activists will see red when pro-choice cars begin sporting bumper stickers saying The aborted are born again; they counter by plastering their auto-derrières with All liberals are satanic fags.
•	Animal rights activists will commence a long, bitter, and indecisive debate on whether to oppose cloning lamb chops from adult sheep stem cells.
•	Vegan activists will be thrown into disarray after an article in Nature documents that vegetables can feel pain, even long after being picked.
•	Gun control advocates will make an end-run around the NRA with a great ad campaign (Guns don’t kill people; bullets kill people); but for the assassination of three representatives and one senator, it almost convinces Congress to tax the importation and sale of ammunition. 
!!!Whatever 
•	A seasoning mix touted by celebrity chefs will sweep the nation, only to be forced underground by the DEA because it mostly contains magic mushrooms.
•	After his ratings in his new time slot sag, Jay Leno transgenders to Judy Leno, who appears in drag as Jay and captures the metrosexual demographic.
•	PETA will reunite splintered animal rights activists to denounce John Updike’s new novel, Die, Rabbit, Die; six editions sell out, a small price to pay.
•	Jailed bankers will form gangs that subjugate other prisoners by restricting their credit; Black inmates will be their fish of choice to serve as gofers.
•	~Afro-American grandmothers will demand remittances from their sons’ prison work details or they will send the kids back to live with their mothers.
•	Barack Obama will launch a Web site, www.bopeeps.gov, to solicit supporters’ fantasies of a better world; the worthier ideas it receives are sold to ad agencies.
•	Right-wing talk radio will buzz the aether that Obama’s American grandfather was 1/4 Iranian; the FBI is spammed with emails to revoke Obama’s clearance.
•	IDG, publisher of the …for Dummies books, will sue Max Entropy Productions for publishing Economics for Crash Dummies; IDG’s initial stock offering tanks.
•	After being awarded a D.Div from Liberty University, GWB will found a new Christian sect called The Church of The Decider; his faith will be tested as he wrestles with the question of whether the aborted can be born again.

What, we weary? Don’t weary, be hoppy!

//Copyright © 2009 Max Entropy Productions. All rights reserved. All left to ponder.//
//''2009 Retrospective and 2010 Prospective''//

As far out as 1984, max was spamming the infant Internet with false messages of hope. Emails regularly instructed net users to dial 419-718-1510 to learn how to make money by transferring other people’s bank balances. By mysterious means, those calls were transferred to the office of Donald Regan, Ronald Reagan’s Secretary of the Treasury.

!!Wrap-up of Max’s Predictions for 2009
This year Max's prognostications were mostly on target, if you include those that can't be verified. Here's his amazing record (See last year's post at [[Max Entropy Predicts 2009]]):

//Predictions are scored from 1 to 10, with 1 meaning worthless and 10 meaning spot on. Predictions scoring less than 6 are --struck through--.//

!!!The Stupid Economy 
•	This year and next you can’t go wrong investing in infrastructure construction and maintenance; Uncle Sam will be picking up the tab.
9 -- The Obama stimulus package has done that and more
•	Energy-saving and energy-making devices will be hot items; things like wind turbines for car roofs and pedal-powered computers.
6 -- solar chargers for portable devices, wind turbines everywhere but on cars, and shoe-generated electricity is on the horizon...
•	--In the food area, you might invest in growth industries such as kangaroo ranching, insect-based protein supplements, and oyster cloning (think pearls).--
1 -- Not quite; as often is the case, Max looked too far into the future.
•	This year, merchants sometimes will ask for a backup card for larger purchases, --so accept a credit card offer or two--.
6 -- You might have been asked for collateral for big-ticket items, but it was best to wait for new financial rules to take effect before taking on new plastic.
•	--You can profit handsomely if you discover how to turn corn silks and grass clippings into wearable fabrics.--
5 -- This is still true, but nobody did it.
•	Consider starting a service business to franchise or for a larger company to acquire, for example --an obedience school for cats--.
7 -- A solid recommendation with a marginal example. Max, be advised.
•	--The Nobel Prize in economics will be awarded to Bernard Madoff for “demonstrating that Pyramid Power is not just New Age hucksterism.”--
1 -- OK, this was a stretch. But is it not just as plausible as the Obama Peace Prize?

//Average for category: 5.0//

!!!World Events and Nonevents
•	India will be discovered selling recently acquired American nuclear technology to Iran and Pakistan; the Indian president replies “We thought it was nuclear waste.”
8 -- Yes they were, but we can't reveal the details without getting into trouble...
•	--The press will reveal that French president Sarkozy has a gay lover; despite or because of a Papal excommunication, his approval ratings skyrocket.--
5 -- Our sources say this probably happened, but the French press doesn't dare tell the truth.
•	--A Spanish court will convict Francisco Franco for war crimes and sentence him to 300 years hard labor--; the Catholic Church appeals on grounds of //habeas corpus//.
5 -- No court ruled about this, but the church filed suit anyway.
•	--Substantial oil reserves will be discovered just offshore from Cuba; restored U.S. diplomatic relations and American cigar sales quickly ensue.--
1 -- None of Max's source can confirm this, but just wait...
•	In Japan, a mania for decorated facial wrinkles will erupt, based on ancestor worship and aging film stars; --all major cosmetic companies declare bankruptcy--.
5 -- The old-san movement pcked up steam, but the cosmetics industry adaped and now offers a wide range of wrinkleliners.
•	The Government of China will organize its netizens to issue denial-of-service attacks on media Web sites that criticize China; most zealously participate.
10 -- Can you prove it didn't happen?
•	--~UFOs will descend to an undisclosed location to abduct Dick Cheney, who will push a red button that causes missiles to destroy the White House.--
7 -- Of course Dick's safe and the White House is still there, but he's pushing all the buttons at his disposal like crazy to flatten Obama.

//Average for category: 5.0//

!!!Clashes of the Uncivilized 
•	--A phalanx of Israeli bulldozers will push Gaza City into the sea; on that landfill a strip of luxury hotels arises that will employ most Gazans, who will live in tents.--
4 -- Nope. Instead, Israel decided to build luxury settlements on the West Bank. A lot of Gazans do live in tents, however.
•	--Gaza will be renamed Palm Beach East; Gazan women riot when hotel residents bring along their Chicana and Phillippina nannies and nurses.--
1 -- Depressed housing prices in Florida prevented this exodus
•	Afghani warlords will syndicate and oust the Karzai government; the syndicate changes the name of Afghanistan to Fugetaboutit and sends NATO troops home. 
7 -- This is happening, but in a different key; it's the Taliban that is syndicating and will send NATO home, eventually.
•	The Taliban will cut a deal with the syndicate for half its poppy business in return for control of schools, music stores, boutiques and barbershops.
7 -- Actually, it's whole towns and villages that the Taliban runs or holds in fealty.
•	Christian pro-life activists will see red when pro-choice cars begin sporting bumper stickers saying //The aborted are born again//; they counter by plastering their auto-derrières with //All liberals are satanic fags//.
8 -- Max says he has seen even worse.
•	Animal rights activists will commence a long, bitter, and indecisive debate on whether to oppose --cloning lamb chops from adult sheep stem cells.--
5 -- Almost true. Dutch scientists are starting to clone pork chops in petri dishes. Really. And PETA doesn't know what to think.
•	--Vegan activists will be thrown into disarray after an article in Nature documents that vegetables can feel pain, even long after being picked.--
3 -- Not really, but it depends on how you measure pain, doesn't it?
•	--Gun control advocates will make an end-run around the NRA with a great ad campaign (//Guns don’t kill people; bullets kill people//); but for the assassination of three representatives and one senator, it almost convinces Congress to tax the importation and sale of ammunition.--
1 -- No congress-critters were killed, and few of them bucked the NRA on this matter.

//Average for category: 5.14//

!!!Whatever 
•	A seasoning mix touted by celebrity chefs will sweep the nation, --only to be forced underground by the DEA because it mostly contains magic mushrooms--.
5 -- As should have been predicted, the FDA didn't act.
•	After his ratings in his new time slot sag, Jay Leno transgenders to Judy Leno, who appears in drag as Jay and captures the metrosexual demographic.
1 -- Network TV is so clueless.
•	PETA will reunite splintered animal rights activists to denounce --John Updike’s new novel, Die, Rabbit, Die; six editions sell out, a small price to pay--.
3 -- Of course, Updike had to die the day this was uttered. Had he lived, however ,,,
•	Jailed bankers will form gangs that subjugate other prisoners by restricting their credit; Black inmates will be their fish of choice to serve as gofers.
4 -- The jury is still out; not enough bankers are doing time yet.
•	--~Afro-American grandmothers will demand remittances from their sons’ prison work details or they will send the kids back to live with their mothers.--
1 -- //au contraire//, localities are now garnishing prisoner wages and assets to make their inmates pay for their upkeep.
•	Barack Obama will launch a Web site, www.bopeeps.gov, to solicit supporters’ fantasies of a better world; the worthier ideas it receives are sold to ad agencies.
8 -- The web site has a different name, but the propgandandists are busy doing their thing.
•	Right-wing talk radio will buzz the aether that Obama’s American grandfather was 1/4 Iranian; the FBI is spammed with emails to revoke Obama’s clearance.
9 -- Not exactly, but Tea Party and Birther rhetoric puts this to shame.
•	--IDG, publisher of the …for Dummies books, will sue Max Entropy Productions for publishing Economics for Crash Dummies; IDG’s initial stock offering tanks.--
1 -- MEP still rules unchallenged and IDG is still private.
•	--After being awarded a D.Div from Liberty University, GWB will found a new Christian sect called The Church of The Decider; his faith will be tested as he wrestles with the question of whether the aborted can be born again.--
4 -- Not yet, but then it takes a while for Dubya to decide anything.

//Average for category: 5.0//

!!! And the Score for 2009 is...
An average of 5.0, with a standard deviation of 0 -- a maximally entropic result! As always, Max is never all right or all wrong.

What, we weary? Don’t weary, be hoppy!

//Copyright © 2010 Max Entropy Productions. All rights reserved. All left to ponder.//
December 26, 2011

Sorry to say, dear reader, Max's last actual predictions came in [[2009|Max Entropy Predicts 2009]] (where does the time go?). It was a good thing that Max didn't issue predictions for 2011. He would have been blindsided by the Arab Spring/Summer/Fall /Winter and by #~OccupyWhatever. Not that Max didn't expect such events – he knew they would have to play out. But things were so funky then that expecting mass awakenings any time soon seemed like a far cry. Turned out the cries were refreshingly near.

Politically speaking, predicting 2012 is easy. Bottom line on top: Obama is easily reelected after Romney's hair falls off at their last debate. The Republicans become what might be a permanent minority.  They lose //en masse// because the GOP base takes a pass in November, many believing that completing the 5,125-year cycle of the Mayan calendar on the winter solstice signals the onset of End Days. Regardless, the GOP leadership is just as happy it won't be held responsible for a system that is self-correcting itself into oblivion.

If you think that voter scenario is over the top, consider that [[over half of GOP poll respondents|http://tpmdc.talkingpointsmemo.com/2011/04/poll-nearly-half-of-republican-voters-think-obama-wasnt-born-in-us.php]] think President Obama is a space alien - meaning that he isn't White like them. In fact, many Republicans believe that anyone who isn't a white American Christian corporation is a space alien, an attitude their political leaders encourage.

More than rapture, we'll see rupture. The financial system will teeter on collapse, not as a result of defaulting sovereign debt, but because enough Americans will shift deposits from megabanks to closer to home and use whatever credit they can get parsimoniously. Absent of those hard depositor assets and debtor fees, the big banks can only survive at the pleasure of the Fed. At some point, its shell game falls off the table and some bank goes belly up. A chain reaction of failure ensues.

As this plays out, new hyperlocal currencies emerge. Some already exist, down to the level of individual establishments printing vouchers they exchange for labor and materials. People who can't get jobs or aren't paid very well decide to barter their talents and stuff in their communities. As scripts are needed to consummate such exchanges, boutique currencies will be consensually coined in many places and some are arbitraged on the Internet.  The movement comes to be known as #~OccupyCommerce. The IRS wants to crack down but can't do much without Congress giving it more muscle, which doesn't happen.

Capital flight continues. In December, tens of thousands of corporate executives simply disappear. Finally realizing the jig is up, they cash in and then rapture themselves on private jets to fortified island retreats. Shares in most major corporations take a big hit, causing them to have trouble borrowing. It's 2008 redux, but this time it doesn't just happen in the financial sector.

Will the big corps survive? That depends on what whomever steps up to lead them does and what the government is willing and able to do. It will be dicey - a double dip or not depending on one's support system. Fortunately, that will play out in 2013, so Max doesn't have to say just yet.

Max's advice: Mind your bottom line, spend time with your family, and hoard slack because you won't have much going forward.  To learn just what you need to do, sign up for Max's factoid-filled newsletter //Profit from the Apocalypse// for only $249.98 per month with a prepaid yearly charter subscription.  Tell your friends too, because what good is it being able to say "I told you so" if there's no one to tell it to?

//Copyright © 2011 by Max Entropy Productions. All rights reserved. All left to ponder.//
<<closeAll>><<permaview>><<newTiddler>><<newJournal 'DD MMM YYYY'>><<saveChanges>><<slider chkSliderOptionsPanel OptionsPanel 'options »' 'Change TiddlyWiki advanced options'>>
Last Updated: 26 Dec 2011
Copyright © 2000-2011 Max Entropy Productions
All rights reserved.
All left to ponder.
After going back and forth about the wisdom of subjecting ourselves to a crowd of historic proportions, my family and I decide to take the plunge and drive to DC the Saturday before the Obama inauguration. Our old friend Lance tipped the balance when he called to invite us to stay with him in his Capitol Hill town house on East Third street, three blocks from the ceremony. We could even park in his back yard, an offer we couldn't refuse.

The drive went smoothly, thanks to leaving at 5 AM, and quickly, thanks to the audio book ''Harry Potter and the Goblet of Fire''. On Sunday we bundled up, and forewarned not to bring any backpacks, set off on foot for the Lincoln Memorial for the People's Inauguration concert. Although we were four hours early, the closest we could get was the West slope of the Washington Monument, near the WWII Monument, with a view down the reflecting pool to the Lincoln Monument. We stationed ourselves in front of two jumbotrons and waited. Everyone was in a good mood, despite the cold, gray day.

Three Marine helicopters thudded over our heads and landed at the South Oval. Presumably it was the Obamas and the Bidens, and possibly Bush too. About 40 minutes later, introductions began at the memorial, and the first and second families made their grand entrance. The concert was great, well produced, and the outdoor sound was terrific, though the pictures were grainy. When it was over, we slogged through the crowd in which people were attempting to disperse in all directions at once. Despite the general gridlock, peoples' moods were vibrant. It was certainly the best behaved two million people I've ever met.

Monday was the Day of Service. We did not serve, though many people did. Some lined the streets holding sequences of signs like Burma Shave ads to bring awareness to the AIDS crisis in DC (1 out of 20 residents is HIV-positive, one such billsboard claimed). Others picked up trash or volunteered in shelters and soup kitchens. We joined a "slavery tour" through the Adams Morgan neighborhood, and were educated about how slavery worked in the District until Lincoln abolished it in 1862. Then we walked ten blocks up to Howard University to sit in a symposium of young black leaders discussing where to take the movement from here, what buttons needed pressing.

Inauguration day dawned cloudy and cold. My wife went out at 530 AM to reconnoiter access to the Mall, where we had decided to station ourselves. She came back an hour later describing crowd gridlock down by the blue and purple ticket entrances. We breakfasted and ventured out at 930, and encountered a coagulation of celebrants on the streets South of the Capitol. The problem was that people with tickets were being funneled through a couple of gates. Bottlenecks at intersections (as well has hundreds of parked tour buses) also kept us at bay.

Eventually we threaded our way between government agency buildings to Independence Ave, where the crowd exhaled and flowed faster. To get to our destination on the Mall, we waited for the Smithsonian to open its gates, then tunneled through the African Museum's underground galleries to reach the Mall side of the building. That piece of the Mall was well occupied, but there was room for a few more. We snaked our way to about 200 feet away from a jumbotron, with a distant view of the steps of the Capitol. By zooming in with our video camera, we could actually make out people there.

And so we stood in one place for the next three hours, again in very polite company. I have heard that there were ''[[no arrests|http://counterterrorismblog.org/2009/01/feds_zero_arrests_during_obama.php]]'' downtown that day, which is a pretty amazing statistic if you think about the potential for altercations, say from those 5,000-odd people with tickets who were forced to mill around in back streets and never got herded in. Passing through them to get back to East Third street was no picnic, but we and they were still too psyched to maintain a nasty mood. 

See a sampling of our [[pictures|Images from the Inauguration]].
<!--{{{-->
<div id='header' class='header'>
<div class='headerShadow'>
<span class='searchBar' macro='search'></span>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>

</div>
<div id='mainMenu'>
<span refresh='content' tiddler='MainMenu'></span>
<span id='noticeBoard' refresh='content' tiddler='NoticeBoard'></span>

</div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='MochaSideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<div id='contentFooter' refresh='content' tiddler='contentFooter'></div>
<!--}}}-->
//''Essays, articles, satires, and other relatively unpublished ephemera''//

[[Just Say No to Black Thursday]] -- When Gorging Your Belly Just Doesn't Satisfy
----
[[God Sure Is Pretty Great]] -- The downside of trying to be ecumenical
----
[[The Next Big Security Threat - In Your Local Public Library]] -- What to expect
----
[[What Newt Said that the Press Didn’t Discuss]] -- Why can't news media call out obvious contradictions in party rhetoric?
----
[[2011: A Facebook Odyssey of Worldwide Political Rage]] -- Relearning how to do collective actions
----
[[House Member Files Bill to Ban Dirty Acronyms]] -- Thank God Republicans are guarding morality 
----
[[Birth of a New Social Movement - Uncut!]] -- Forcing corporations to stop freeloading on taxpayers
----
[[Gabrielle Giffords’ Lousy Legislative Legacy]] -- What's a worried Congressman to do?
----
[[My Twelve-Step Program for Political and Economic Reform]] -- How I learned to love the market
----
[[Can Progressives Bridge the Fervor Gap?]] -- What to do when the movement for change changes polarity
----
[[A Modest Medical Insurance Proposal]] -- We already //have// single-payer
----
[[Afghanistan has already defeated us]] -- Why? Because we are responsible for most of the corruption there
----
[[Why the Economy Sucks and What Can Replace It]] -- diagnosis and prescriptions from Douglas Rushkoff
----
[[Why is it so hard to say "Goodbye, Gitmo"?]] -- It would make a dandy destination resort
----
[[We have met the Wallstreet enemy and they are us]] -- Getting to Greed
----
[[Put it all together...]] -- A financial crisis aid-to-memory
----
[[Let's Lose Larry]] -- The Summers of our Discontent
----
[[Who is to blame for the mortgage mess?]] -- An attempt at an accounting
----
[[Da Fatso Head of the Republican Party]] -- Happy days are just around the corner
----
[[Legalize Murder]] -- A mock government form, from a dark American future
----
[[The Smirky and Snarly Show]] -- The second season of the notorious Washington D.C. sitcom
----
[[Riding Saddam Darius Atilla Mao Kim Into the Sunset]] -- Neoconservative talking points during the run-up to the Iraq invasion
----
[[The Airlines Will Rise Again]] -- A not so far-fetched prediction of our flying future]]
----
[[Among Americans and Other Strangers]] -- How Turks differ from Americans, but perhaps not for much longer
----
[[Nipping Conflict in the Buddha]] -- Pathways to Middle East Peace
----
[[What Would Henry Do?|WWHD]] -- Simpler Living through Deliberation
A Journal of Maximal Possibilities
Be EntropyNeurial
http://maxentropyproductions.net/blog/
/*{{{*/
/*Mocha TiddlyWiki Theme*/
/*Version 1.0*/
/*Design and CSS originally by Anthonyy, ported to TiddlyWiki by Saq Imtiaz.*/
/*}}}*/
/*{{{*/
 #contentWrapper{
margin: 0 3.4em;

			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
font-size: 11px;
			line-height: 1.8em;
			color: #333;
}

.header {
 background: #fff; 
			padding-top: 10px;
			clear: both;

border-bottom: 4px solid #948979;
}

.headerShadow {	padding: 2.6em 0em 0.5em 0em; }

.siteTitle {
			font-family: 'Trebuchet MS' sans-serif;
			font-weight: bold;
			font-size: 32px;
			color: #CC6633;
			margin-bottom: 30px;
			background-color: #FFF;
}

.siteTitle a{color:#CC6633; border-bottom:1px dotted #cc6633;}

.siteSubtitle {
	font-size: 1.0em;
        display: block;
        margin: .5em 3em; color: #999999;
}

#mainMenu {
position:relative;
float:left;
margin-bottom:1em;
display:inline;
text-align:left;
padding: 2em 0.5em 0.5em 0em;
width:13em;
font-size:1em;
}

#sidebar{
position:relative;
float:right;
margin-bottom:1em;
padding-top:2em;
display:inline;

}

#displayArea {
	margin: 0em 17em 0em 15em;
}

.tagClear {clear:none;}

#contentFooter {background:#575352; color:#BFB6B3; clear: both; padding: 0.5em 1em;}

		
		#contentFooter a {
			color: #BFB6B3;
			border-bottom: 1px dotted #BFB6B3;
		}
		
		#contentFooter a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}

		a,#sidebarOptions .sliderPanel a{
			color:#CC6714;
			text-decoration: none;
		}

		a:hover,#sidebarOptions .sliderPanel a:hover {
			color:#CC6714;
			background-color: #F5F5F5; 
		}

.viewer .button, .editorFooter .button{
	color: #666;
	border: 1px solid #CC6714;
}

.viewer .button:hover, 
.editorFooter .button:hover{
	color: #fff;
	background: #CC6714;
	border-color: #CC6714;
}

.viewer .button:active, .viewer .highlight,.editorFooter .button:active, .editorFooter .highlight{color:#fff; background:#575352;border-color:#575352;}


		#mainMenu a {
			display: block;
			padding: 5px;
			border-bottom: 1px solid #CCC;
		}

		#mainMenu a:link, #navlist a:visited {
			color:#CC6714;
			text-decoration: none;
		}
		
		#mainMenu a:hover {
			background: #000000 url(arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:#CC6714;
		}
		
		#mainMenu a:hover, #mainMenu a:active, #mainMenu .highlight, #mainMenu .marked {
			background: #000000 url(arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:#CC6714;
		}

#mainMenu span {position:relative;}

#mainMenu br {display:none;}

#sidebarOptions a {
			color:#999;
			text-decoration: none;
		}

#sidebarOptions	a:hover {
			color:#4F4B45;
			background-color: #F5F5F5;border:1px solid #fff;
		}

#sidebarOptions {line-height:1.4em;}

		.tiddler {
			padding-bottom: 40px;
			border-bottom: 1px solid #DDDDDD; 
		}
.title {color:#CC6633;}
.subtitle, .subtitle a { color: #999999; font-size: 1.0em;margin:0.2em;}
.shadow .title{color:#948979;}

.selected .toolbar a {color:#999999;}
.selected .toolbar a:hover {color:#4F4B45; background:transparent;border:1px solid #fff;}

.toolbar .button:hover, .toolbar .highlight, .toolbar .marked, .toolbar a.button:active{color:#4F4B45; background:transparent;border:1px solid #fff;}

 .listLink,#sidebarTabs .tabContents {line-height:1.5em;}
 .listTitle {color:#888;}

#sidebarTabs .tabContents {background:#fff;}
#sidebarTabs .tabContents .tiddlyLink, #sidebarTabs .tabContents .button{color:#999;}
#sidebarTabs .tabContents .tiddlyLink:hover,#sidebarTabs .tabContents .button:hover{color:#4F4B45;background:#fff}

#sidebarTabs .tabContents .button:hover, #sidebarTabs .tabContents .highlight, #sidebarTabs .tabContents .marked, #sidebarTabs .tabContents a.button:active{color:#4F4B45;background:#fff}

.tabSelected{color:#fff; background:#948979;}

.tabUnselected {
 background: #ccc;
}

 .tabSelected, .tabSelected:hover {
 color: #fff;
 background: #948979;
 border: solid 1px #948979;
padding-bottom:1px;
}

 .tabUnselected {
 color: #999;
 background: #eee;
 border: solid 1px #ccc;
padding-bottom:1px;
}

#sidebarTabs .tabUnselected { border-bottom: none;padding-bottom:3px;}
#sidebarTabs .tabSelected{padding-bottom:3px;}


#sidebarTabs .tabUnselected:hover { border-bottom: none;padding-bottom:3px;color:#4F4B45}

#sidebarOptions .sliderPanel {
	background: #fff; border:none;
	font-size: .9em;
}
#sidebarOptions .sliderPanel a {font-weight:normal;}
#sidebarOptions .sliderPanel input {border:1px solid #999;}

.viewer blockquote {
	border-left: 3px solid #948979;
}

.viewer table {
	border: 2px solid [[ColorPalette::TertiaryDark]];
}

.viewer th, thead td {
	background: #948979;
	border: 1px solid #948979;
	color: #fff;
}
.viewer pre {
	border: 1px solid #948979;
	background: #f5f5f5;
}

.viewer code {
	color: #2F2A29;
}

.viewer hr {
	border-top: dashed 1px #948979;
}

.editor input {
	border: 1px solid #948979;
}

.editor textarea {
	border: 1px solid #948979;
}

.popup {
	background: #948979;
	border: 1px solid #948979;
}

.popup li.disabled {
	color: #000;
}

.popup li a, .popup li a:visited {
	color: #eee;
	border: none;
}

.popup li a:hover {
	background: #575352;
	color: #fff;
	border: none;
}

.tagging, .tagged {
	border: 1px solid #eee;
	background-color: #F7F7F7;
}

.selected .tagging, .selected .tagged {
	background-color: #eee;
	border: 1px solid #BFBAB3;
}

 .tagging .listTitle, .tagged .listTitle {
	color: #bbb;
}

.selected .tagging .listTitle, .selected .tagged .listTitle {
	color: #666; 
}

.tagging .button, .tagged .button {
		color:#aaa;
}
.selected .tagging .button, .selected .tagged .button {
		color:#4F4B45;
}

.highlight, .marked {background:transparent; color:#111; border:none; text-decoration:underline;}

.tagging .button:hover, .tagged .button:hover, .tagging .button:active, .tagged .button:active {
		border: none; background:transparent; text-decoration:underline; color:#000;
}

h1,h2,h3,h4,h5 { color: #666; background: transparent; padding-bottom:2px; font-family: Arial, Helvetica, sans-serif; }
h1 {font-size:18px;}
h2 {font-size:16px;}
h3 {font-size: 14px;}

#messageArea {
	border: 4px solid #948979;
	background: #f5f5f5;
	color: #999;
        font-size:90%;
}

#messageArea a:hover { background:#f5f5f5;}

#messageArea .button{
	color: #666;
	border: 1px solid #CC6714;
}

#messageArea .button:hover {
	color: #fff;
	background: #948979;
	border-color: #948979;
}


* html .viewer pre {
	margin-left: 0em;
}

* html .editor textarea, * html .editor input {
	width: 98%;
}

.searchBar {float:right;font-size: 1.0em;}
.searchBar .button {color:#999;display:block;}
.searchBar .button:hover {border:1px solid #fff;color:#4F4B45;}
.searchBar input {			
                        background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;		margin-right:3px;
}

#sidebarOptions .button:active, #sidebarOptions .highlight {background:#F5F5F5;}

*html #contentFooter { padding:0.25em 1em 0.5em 1em;}

#noticeBoard {font-size: 0.9em; color:#999; position:relative;display:block;background:#fff; clear: both; margin-right:0.5em; margin-top:60px; padding:5px; border-bottom: 1px dotted #CCC; border-top: 1px dotted #CCC;}
#mainMenu #noticeBoard a,#mainMenu #noticeBoard .tiddlyLink {display:inline;border:none;padding:5px 2px;color:#DF9153 }
#noticeBoard a:hover {border:none;}	

#noticeBoard br {display:inline;}

#mainMenu #noticeBoard  .button{
	color: #666;
	border: 1px solid #DF9153;padding:2px;
}

#mainMenu #noticeBoard  .button:hover{
	color: #fff;
	background: #DF9153;
	border-color: #DF9153;
}

.searchbar {position:relative; width:11em;}
.searchbar .button{margin:0; width:11em;}
#header {display:inline-block;}
/*}}}*/

/***
|Name|TagCloudPlugin|
|Source|http://www.TiddlyTools.com/#TagCloudPlugin|
|Version|1.7.0|
|Author|Eric Shulman|
|Original Author|Clint Checketts|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|plugin|
|Description|present a 'cloud' of tags (or links) using proportional font display|
!Usage
<<<
{{{
<<cloud type action:... limit:... tag tag tag ...>>
<<cloud type action:... limit:... +TiddlerName>>
<<cloud type action:... limit:... -TiddlerName>>
<<cloud type action:... limit:... =tagvalue>>
}}}
where:
* //type// is a keyword, one of:
** ''tags'' (default) - displays a cloud of tags, based on frequency of use
** ''links'' - displays a cloud of tiddlers, based on number of links //from// each tiddler
** ''references'' - displays a cloud of tiddlers, based on number of links //to// each tiddler
* ''action:popup'' (default) - clicking a cloud item shows a popup with links to related tiddlers<br>//or//<br> ''action:goto'' - clicking a cloud item immediately opens the tiddler corresponding to that item
* ''limit:N'' (optional) - restricts the cloud display to only show the N most popular tags/links
* ''tag tag tag...'' (or ''title title title'' if ''links''/''references'' is used)<br>shows all tags/links in the document //except// for those listed as macro parameters
* ''+TiddlerName''<br>show only tags/links read from a space-separated, bracketed list stored in a separate tiddler.
* ''-TiddlerName''<br>show all tags/links //except// those read from a space-separated, bracketed list stored in a separate tiddler.
* ''=tagvalue'' (//only if type=''tags''//)<br>shows only tags that are themselves tagged with the indicated tag value (i.e., ~TagglyTagging usage)
//note: for backward-compatibility, you can also use the macro {{{<<tagCloud ...>>}}} in place of {{{<<cloud ...>>}}}//
<<<
!Examples
<<<
//all tags excluding<<tag systemConfig>>, <<tag excludeMissing>> and <<tag script>>//
{{{<<cloud systemConfig excludeMissing script>>}}}
{{groupbox{<<cloud systemConfig excludeMissing script>>}}}
//top 10 tags excluding<<tag systemConfig>>, <<tag excludeMissing>> and <<tag script>>//
{{{<<cloud limit:10 systemConfig excludeMissing script>>}}}
{{groupbox{<<cloud limit:10 systemConfig excludeMissing script>>}}}
//tags listed in// [[FavoriteTags]]
{{{<<cloud +FavoriteTags>>}}}
{{groupbox{<<cloud +FavoriteTags>>}}}
//tags NOT listed in// [[FavoriteTags]]
{{{<<cloud -FavoriteTags>>}}}
{{groupbox{<<cloud -FavoriteTags>>}}}
//links to tiddlers tagged with 'package'//
{{{<<cloud action:goto =package>>}}}
{{groupbox{<<cloud action:goto =package>>}}}
//top 20 most referenced tiddlers//
{{{<<cloud references limit:20>>}}}
{{groupbox{<<cloud references limit:20>>}}}
//top 20 tiddlers that contain the most links//
{{{<<cloud links limit:20>>}}}
{{groupbox{<<cloud links limit:20>>}}}
<<<
!Revisions
<<<
2009.07.17 [1.7.0] added {{{-TiddlerName}}} parameter to exclude tags that are listed in the indicated tiddler
2009.02.26 [1.6.0] added {{{action:...}}} parameter to apply popup vs. goto action when clicking cloud items
2009.02.05 [1.5.0] added ability to show links or back-links (references) instead of tags and renamed macro to {{{<<cloud>>}}} to reflect more generalized usage.
2008.12.16 [1.4.2] corrected group calculation to prevent 'group=0' error
2008.12.16 [1.4.1] revised tag filtering so excluded tags don't affect calculations
2008.12.15 [1.4.0] added {{{limit:...}}} parameter to restrict the number of tags displayed to the top N most popular
2008.11.15 [1.3.0] added {{{+TiddlerName}}} parameter to include only tags that are listed in the indicated tiddler
2008.09.05 [1.2.0] added '=tagname' parameter to include only tags that are themselves tagged with the specified value (i.e., ~TagglyTagging usage)
2008.07.03 [1.1.0] added 'segments' property to macro object.  Extensive code cleanup
<<<
!Code
***/
//{{{
version.extensions.TagCloudPlugin= {major: 1, minor: 7 , revision: 0, date: new Date(2009,7,17)};
//Originally created by Clint Checketts, contributions by Jonny Leroy and Eric Shulman
//Currently maintained and enhanced by Eric Shulman
//}}}
//{{{
config.macros.cloud = {
	tagstip: "%1 tiddlers tagged with '%0'",
	refslabel: " (%0 references)",
	refstip: "%1 tiddlers have links to '%0'",
	linkslabel: " (%0 links)",
	linkstip: "'%0' has links to %1 other tiddlers",
	groups: 9,
	init: function() {
		config.macros.tagCloud=config.macros.cloud; // for backward-compatibility
		config.shadowTiddlers.TagCloud='<<cloud>>';
		config.shadowTiddlers.StyleSheetTagCloud=
			'/*{{{*/\n'
			+'.tagCloud span {line-height: 3.5em; margin:3px;}\n'
			+'.tagCloud1{font-size: 80%;}\n'
			+'.tagCloud2{font-size: 100%;}\n'
			+'.tagCloud3{font-size: 120%;}\n'
			+'.tagCloud4{font-size: 140%;}\n'
			+'.tagCloud5{font-size: 160%;}\n'
			+'.tagCloud6{font-size: 180%;}\n'
			+'.tagCloud7{font-size: 200%;}\n'
			+'.tagCloud8{font-size: 220%;}\n'
			+'.tagCloud9{font-size: 240%;}\n'
			+'/*}}}*/\n';
		setStylesheet(store.getTiddlerText('StyleSheetTagCloud'),'tagCloudsStyles');
	},
	getLinks: function(tiddler) { // get list of links to existing tiddlers and shadows
		if (!tiddler.linksUpdated) tiddler.changed();
		var list=[]; for (var i=0; i<tiddler.links.length; i++) {
			var title=tiddler.links[i];
			if (store.isShadowTiddler(title)||store.tiddlerExists(title))
				list.push(title);
		}
		return list;
	},
	handler: function(place,macroName,params) {
		// unpack params
		var inc=[]; var ex=[]; var limit=0; var action='popup';
		var links=(params[0]&&params[0].toLowerCase()=='links'); if (links) params.shift();
		var refs=(params[0]&&params[0].toLowerCase()=='references'); if (refs) params.shift();
		if (params[0]&&params[0].substr(0,7).toLowerCase()=='action:')
			action=params.shift().substr(7).toLowerCase();
		if (params[0]&&params[0].substr(0,6).toLowerCase()=='limit:')
			limit=parseInt(params.shift().substr(6));
		while (params.length) {
			if (params[0].substr(0,1)=='+') { // read taglist from tiddler
				inc=inc.concat(store.getTiddlerText(params[0].substr(1),'').readBracketedList());
			} else if (params[0].substr(0,1)=='-') { // exclude taglist from tiddler
				ex=ex.concat(store.getTiddlerText(params[0].substr(1),'').readBracketedList());
			} else if (params[0].substr(0,1)=='=') { // get tag list using tagged tags
				var tagged=store.getTaggedTiddlers(params[0].substr(1));
				for (var t=0; t<tagged.length; t++) inc.push(tagged[t].title);
			} else ex.push(params[0]); // exclude params
			params.shift();
		}
		// get all items, include/exclude specific items
		var items=[];
		var list=(links||refs)?store.getTiddlers('title','excludeLists'):store.getTags();
		for (var t=0; t<list.length; t++) {
			var title=(links||refs)?list[t].title:list[t][0];
			if (links)	var count=this.getLinks(list[t]).length;
			else if (refs)	var count=store.getReferringTiddlers(title).length;
			else 		var count=list[t][1];
			if ((!inc.length||inc.contains(title))&&(!ex.length||!ex.contains(title)))
				items.push({ title:title, count:count });
		}
		if(!items.length) return;
		// sort by decending count, limit results (optional)
		items=items.sort(function(a,b){return(a.count==b.count)?0:(a.count>b.count?-1:1);});
		while (limit && items.length>limit) items.pop();
		// find min/max and group size
		var most=items[0].count;
		var least=items[items.length-1].count;
		var groupSize=(most-least+1)/this.groups;
		// sort by title and draw the cloud of items
		items=items.sort(function(a,b){return(a.title==b.title)?0:(a.title>b.title?1:-1);});
		var cloudWrapper = createTiddlyElement(place,'div',null,'tagCloud',null);
		for (var t=0; t<items.length; t++) {
			cloudWrapper.appendChild(document.createTextNode(' '));
			var group=Math.ceil((items[t].count-least)/groupSize)||1;
			var className='tagCloudtag tagCloud'+group;
			var tip=refs?this.refstip:links?this.linkstip:this.tagstip;
			tip=tip.format([items[t].title,items[t].count]);
			if (action=='goto') { // TAG/LINK/REFERENCES GOTO
				var btn=createTiddlyLink(cloudWrapper,items[t].title,true,className);
				btn.title=tip;
				btn.style.fontWeight='normal';
			} else if (!links&&!refs) { // TAG POPUP
				var btn=createTiddlyButton(cloudWrapper,items[t].title,tip,onClickTag,className);
				btn.setAttribute('tag',items[t].title);
			} else { // LINK/REFERENCES POPUP
				var btn=createTiddlyButton(cloudWrapper,items[t].title,tip,
					function(ev) { var e=ev||window.event; var cmt=config.macros.cloud;
						var popup = Popup.create(this);
						var title = this.getAttribute('tiddler');
						var count = this.getAttribute('count');
						var refs  = this.getAttribute('refs')=='T';
						var links = this.getAttribute('links')=='T';
						var label = (refs?cmt.refslabel:cmt.linkslabel).format([count]);
						createTiddlyLink(popup,title,true);
						createTiddlyText(popup,label);
						createTiddlyElement(popup,'hr');
						if (refs) {
							popup.setAttribute('tiddler',title);
							config.commands.references.handlePopup(popup,title);
						}
						if (links) {
							var tiddler = store.fetchTiddler(title);
							var links=config.macros.cloud.getLinks(tiddler);
							for(var i=0;i<links.length;i++)
								createTiddlyLink(createTiddlyElement(popup,'li'),
									links[i],true);
						}
						Popup.show();
						e.cancelBubble=true; if(e.stopPropagation) e.stopPropagation();
						return false;
					}, className);
				btn.setAttribute('tiddler',items[t].title);
				btn.setAttribute('count',items[t].count);
				btn.setAttribute('refs',refs?'T':'F');
				btn.setAttribute('links',links?'T':'F');
				btn.title=tip;
			}
		}
	}
};
//}}}
@@margin:0 1em;padding:0 4em;background-color:$1; @@ @@padding-right:1em;{{{$1}}}@@ [[$2|$3]]
''Entropy'' is a statistic that describes the degree of order or disorder in a system. It describes how energy or information is distributed. If entropy is high, then anything is likely to happen, but not very energetically. Low entropy indicates that the system is in a ore organized state in which fewer things are likely to happen. Take the U.S. economy for the past decade or so; in terms of income and wealth distribution, it has become more top-heavy and less equal. Despite an overall growth in wealth, the economy's entropy has decreased, because more wealthy citizens than less wealthy ones evolved. The result was a deadening of possibilities at the lower end, and upper-end wealth that ate itself out of existence. 

Having more entropy translates into having more choices but less information from which to choose among them, as well as less energy to pursue them. A system with less entropy empowers fewer entities more and more entities less, but more things tend to get done. So does that mean that low entropy is good and high entropy is bad? Not really; there can be too much of a good thing.

High entropy is like being bored: nothing you can think of particularly excites you and all your options seem equally uninspiring. Low entropy is like having inspiration and the energy to follow it up; having made a choice to do something, your attention focuses, your options decrease, and your motivation increases. Nobody likes high entropy, because it represents stagnation; people want to get things done.

However ... if one stays too single-minded for too long, things can start to fall apart. By pushing entropy too low, one stops taking care of other things -- including personal mental and physical health -- due to pouring most of one's energy into one highly motivated goal. For example, a man's goal might be to build as much wealth as he can. You can imagine how such a single-minded focus could cause him to neglect his family and friends, discount potentially useful information, and ignore the consequences of his actions. Eventually, the enterprise, the actor, and his connections will suffer. So, too little as well as too much entropy can be a bad thing. Its downside just isn't as obvious.
Neurons process and store information. They organize and reorganize themselves to give creatures patterned responses to familiar and new events. The neurons of more complex and creative creatures seem to be better at reorganizing their data and adapting their thinking to cope with changing situations. They don't always respond the same way to a particular stimulus. Such creatures can handle uncertainty and doubt better than creatures who preder certainty and have more patterned responses.

Applied to information, entropy measures how much uncertainty exists for a given set of choices or possibilities. For example, If you receive only two television channels, and generally watch one more than the other, it is pretty easy to predict which channel you will be watching next time you use your TV. The information content is low and so is its entropy. If, on the other hand, you have access to 200 channels and tend to watch ten of them a lot and the rest occasionally, predicting what you will view is harder to do. For this set of choices, both the information content and its entropy are higher. 

Maximum information entropy occurs when all options are equally probable. Total entropy is more when there are more possibilities than when fewer exist. Minimum entropy (zero) occurs when one possibility has a probability of 1 and the others have 0 probability. Most people prefer situations somewhere in the middle, entropy-wise, and have clear preferences that make decision-making easier.
Practice Entropyneurship
MaxEntropy
This is TiddlyWiki version <<version>>.
BackstageArea
<<tiddler [[TemplateShowColor]] with:{{store.getTiddlerSlice('ColorPalette','Background')}} Background>>
<<tiddler [[TemplateShowColor]] with:{{store.getTiddlerSlice('ColorPalette','Foreground')}} Foreground>>
<<tiddler [[TemplateShowColor]] with:{{store.getTiddlerSlice('ColorPalette','PrimaryPale')}} PrimaryPale>>
<<tiddler [[TemplateShowColor]] with:{{store.getTiddlerSlice('ColorPalette','PrimaryLight')}} PrimaryLight>>
<<tiddler [[TemplateShowColor]] with:{{store.getTiddlerSlice('ColorPalette','PrimaryMid')}} PrimaryMid>>
<<tiddler [[TemplateShowColor]] with:{{store.getTiddlerSlice('ColorPalette','PrimaryDark')}} PrimaryDark>>
<<tiddler [[TemplateShowColor]] with:{{store.getTiddlerSlice('ColorPalette','SecondaryPale')}} SecondaryPale>>
<<tiddler [[TemplateShowColor]] with:{{store.getTiddlerSlice('ColorPalette','SecondaryLight')}} SecondaryLight>>
<<tiddler [[TemplateShowColor]] with:{{store.getTiddlerSlice('ColorPalette','SecondaryMid')}} SecondaryMid>>
<<tiddler [[TemplateShowColor]] with:{{store.getTiddlerSlice('ColorPalette','SecondaryDark')}} SecondaryDark>>
<<tiddler [[TemplateShowColor]] with:{{store.getTiddlerSlice('ColorPalette','TertiaryPale')}} TertiaryPale>>
<<tiddler [[TemplateShowColor]] with:{{store.getTiddlerSlice('ColorPalette','TertiaryLight')}} TertiaryLight>>
<<tiddler [[TemplateShowColor]] with:{{store.getTiddlerSlice('ColorPalette','TertiaryMid')}} TertiaryMid>>
<<tiddler [[TemplateShowColor]] with:{{store.getTiddlerSlice('ColorPalette','TertiaryDark')}} TertiaryDark>>
<<tiddler [[TemplateShowColor]] with:{{store.getTiddlerSlice('ColorPalette','Error')}} Error>>
Do It Yourself -- [[TiddlyWiki|http://www.tiddlywiki.com]] © Osmosoft
//{{{
//This ensures that the footer sticks to the bottom of the screen when there are no tiddlers open. If that is not desirable, it can be deleted.
function setFooter() {
         if (document.getElementById && document.getElementById("contentFooter") ) {
            var windowHeight=findWindowHeight();
         if (windowHeight>0) {
            var contentHeight= document.getElementById('mainMenu').offsetHeight + document.getElementById("header").offsetHeight + document.getElementById("contentFooter").offsetHeight;
            var menu= document.getElementById('mainMenu');
            if (windowHeight-(contentHeight)>=0) {
               menu.style.position='relative';
               menu.style.marginBottom=(windowHeight-(contentHeight))+'px';
               }
            else {
                 menu.style.position='';
                 menu.style.marginBottom='';
                 }
            }
         }
}
window.onresize = function() {
  setFooter();
}

Story.prototype.refreshTiddler_footerhack=Story.prototype.refreshTiddler;
Story.prototype.refreshTiddler = function (title,template,force)
{    
var theTiddler = Story.prototype.refreshTiddler_footerhack.apply(this,arguments);
setFooter();
   return theTiddler;}

//}}}