<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Home on cliffmccarthy.net</title>
    <link>https://www.cliffmccarthy.net/</link>
    <description>Recent content in Home on cliffmccarthy.net</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 11 Feb 2026 08:19:49 -0600</lastBuildDate>
    <atom:link href="https://www.cliffmccarthy.net/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>2026-02-10</title>
      <link>https://www.cliffmccarthy.net/posts/2026-02-10/</link>
      <pubDate>Tue, 10 Feb 2026 17:12:18 +0000</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2026-02-10/</guid>
      <description>&lt;p&gt;I used to have a picture of me on the main landing page of this site,&#xA;because long ago I read the article&#xA;&lt;a href=&#34;https://www.nngroup.com/articles/weblog-usability-top-ten-mistakes/&#34;&gt;Weblog Usability: The Top Ten Design Mistakes&lt;/a&gt;&#xA;by Jakob Nielsen, and it said blogs should have a photo of the author.&#xA;But now I don&amp;rsquo;t.  And the article was on a different site at the time&#xA;(&amp;quot;&lt;a href=&#34;https://www.nngroup.com/articles/alertbox-10-years/&#34;&gt;alertbox&lt;/a&gt;&amp;quot;&#xA;or&#xA;&amp;ldquo;&lt;a href=&#34;https://www.nngroup.com/news/item/useitcom-moves-to-nngroupcom/&#34;&gt;useit&lt;/a&gt;&amp;rdquo;&#xA;or something) I read it, and we all know&#xA;&lt;a href=&#34;https://www.w3.org/Provider/Style/URI&#34;&gt;Cool URI&amp;rsquo;s don&amp;rsquo;t change&lt;/a&gt;,&#xA;but there you go.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Escher&#39;s Elevator</title>
      <link>https://www.cliffmccarthy.net/pages/Escher&#39;s_Elevator/</link>
      <pubDate>Tue, 27 Jan 2026 13:20:05 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Escher&#39;s_Elevator/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.magpu.com/ee/&#34;&gt;Escher&amp;rsquo;s Elevator&lt;/a&gt;&#xA;is a project Kurt Kistler and I started in October&#xA;2004.  We sought a new approach to making music, exploring the world of&#xA;sound through use of widely varied textures and tone colors.  We use a&#xA;vast array of instruments and equipment, including synthesizers,&#xA;samplers, guitars, effects, and acoustic percussion, and loops.  In&#xA;2005, Erich Schriefer joined us with his own vast array of instruments,&#xA;effects, and gizmos.&lt;/p&gt;&#xA;&lt;p&gt;We have performed live improvised sets a few times, and have an&#xA;extensive collection of recordings of our rehearsals.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2025-06-02</title>
      <link>https://www.cliffmccarthy.net/posts/2025-06-02/</link>
      <pubDate>Mon, 02 Jun 2025 15:17:30 +0000</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2025-06-02/</guid>
      <description>&lt;h2 id=&#34;a-fresh-look-at-the-hugo-file-reference-structure&#34;&gt;A fresh look at the Hugo file reference structure&lt;/h2&gt;&#xA;&lt;p&gt;This site has been reworked since&#xA;&lt;a href=&#34;file-reference-hierarchy&#34;&gt;file-reference-hierarchy&lt;/a&gt; was created.&#xA;This is a fresh attempt to describe how things are connected.&lt;/p&gt;&#xA;&lt;div class=&#34;codeblock&#34;&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;                                                      .-&amp;gt; layouts/_partials/head/css.html --&amp;gt; assets/css/main.css&#xA;                                                      |&#xA;                     +-&amp;gt; layouts/_partials/head.html -+-&amp;gt; layouts/_partials/head/js.html --&amp;gt; assets/js/main.js&#xA;                     |                                |&#xA;                     |                                |                                            +-&amp;gt; assets/js/playlist_handler.js&#xA;                     |                                &amp;#39;-&amp;gt; layouts/_partials/head/playlist-js.html -+&#xA;                     |                                                                             +-&amp;gt; static/jquery-1.11.1.min.js&#xA;                     |&#xA;layouts/baseof.html -+-&amp;gt; layouts/_partials/header.html --&amp;gt; layouts/_partials/menu.html&#xA;                     |&#xA;                     +-&amp;gt; layouts/_partials/footer.html&#xA;&#xA;layouts/home.html (Defines &amp;#34;main&amp;#34; with right arrow on links, &amp;#34;relme&amp;#34;)&#xA;&#xA;layouts/list.html (Defines &amp;#34;main&amp;#34; with scroll on links)&#xA;&#xA;layouts/single.html --&amp;gt; layouts/_partials/terms.html&#xA;&#xA;layouts/pages/list.html (Defines &amp;#34;main&amp;#34; with page icon on links, list of just titles, no summaries)&#xA;&#xA;content/_index.md&#xA;&#xA;content/pages/_index.md (added after creating theme)&#xA;&#xA;static/favicon.ico&#xA;static/jquery-1.11.1.min.js&#xA;static/css/wiki.css&#xA;&#xA;layouts/_shortcodes/playlist.html&#xA;layouts/_shortcodes/video.html&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>File Reference Hierarchy</title>
      <link>https://www.cliffmccarthy.net/pages/file-reference-hierarchy/</link>
      <pubDate>Thu, 01 Feb 2024 04:19:27 +0000</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/file-reference-hierarchy/</guid>
      <description>&lt;p&gt;This is the relationship between files in the theme.  This site has&#xA;been de-themed, but some or all of this may still apply.&lt;/p&gt;&#xA;&lt;div class=&#34;codeblock&#34;&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;                                                              .-&amp;gt; layouts/partials/head/css.html --&amp;gt; assets/css/main.css&#xA;                              +-&amp;gt; layouts/partials/head.html -+&#xA;                              |                               &amp;#39;-&amp;gt; layouts/partials/head/js.html --&amp;gt; assets/js/main.js&#xA;                              |&#xA;layouts/_default/baseof.html -+-&amp;gt; layouts/partials/header.html --&amp;gt; layouts/partials/menu.html&#xA;                              |&#xA;                              +-&amp;gt; layouts/partials/footer.html&#xA;&#xA;layouts/_default/home.html (right arrow on links)&#xA;&#xA;layouts/_default/list.html (scroll on links)&#xA;&#xA;layouts/_default/single.html --&amp;gt; layouts/partials/terms.html&#xA;&#xA;layouts/pages/list.html (page icon on links) (added after creating theme)&#xA;&#xA;content/_index.md&#xA;&#xA;content/pages/_index.md (added after creating theme)&#xA;&#xA;static/favicon.ico&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;GoAT information: &lt;a href=&#34;https://gohugo.io/content-management/diagrams/&#34;&gt;https://gohugo.io/content-management/diagrams/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;first-class-concepts-in-hugo&#34;&gt;First-class concepts in Hugo&lt;/h2&gt;&#xA;&lt;p&gt;Hugo has built-in knowledge of specific categories of templates:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Base&lt;/li&gt;&#xA;&lt;li&gt;Single page&lt;/li&gt;&#xA;&lt;li&gt;Home page (is a Page)&lt;/li&gt;&#xA;&lt;li&gt;List&lt;/li&gt;&#xA;&lt;li&gt;Section (is a List)&lt;/li&gt;&#xA;&lt;li&gt;Taxonomy (is a List)&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&amp;rsquo;tags&amp;rsquo; and &amp;lsquo;categories&amp;rsquo; are auto-configured.&lt;/li&gt;&#xA;&lt;li&gt;They can be removed with disableKinds.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://gohugo.io/content-management/taxonomies/#add-taxonomies-to-content&#34;&gt;https://gohugo.io/content-management/taxonomies/#add-taxonomies-to-content&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&amp;ldquo;Section&amp;rdquo; divides its sub-items into groups, each in a single section.&#xA;&amp;ldquo;Taxonomy&amp;rdquo; can have overlapping sub-items, with each appearing in&#xA;multiple groups.  A typical use case for this is tags.&lt;/p&gt;&#xA;&lt;p&gt;RSS happens automagically?&lt;/p&gt;&#xA;&lt;p&gt;page kind: A classification of pages, one of home, page, section,&#xA;taxonomy, or term.  Note that there are also RSS, sitemap, robotsTXT,&#xA;and 404 page kinds, but these are only available during the rendering&#xA;of each of these respective page&amp;rsquo;s kind and therefore not available in&#xA;any of the Pages collections.&lt;/p&gt;&#xA;&lt;h2 id=&#34;markdown-files&#34;&gt;Markdown files&lt;/h2&gt;&#xA;&lt;p&gt;This describes how things worked before the site was de-themed.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The &lt;strong&gt;pages&lt;/strong&gt; section gets its index text from local content, that shadows the index defined in the theme.&lt;/li&gt;&#xA;&lt;li&gt;The &lt;strong&gt;posts&lt;/strong&gt; section gets its index text from local content.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;div class=&#34;codeblock&#34;&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;  themes/fromblank/content/_index.md --&amp;gt; public/index.html&#xA;&#xA;[ themes/fromblank/content/pages/_index.md ]&#xA;             |&#xA;             &amp;#39;---- content/pages/_index.md --&amp;gt; public/pages/index.html&#xA;&#xA;                   content/pages/useful-links/index.md --&amp;gt; public/pages/useful-links/index.html&#xA;&#xA;                   content/posts/_index.md --&amp;gt; public/posts/index.html&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>2024-01-25 - Hugo notes</title>
      <link>https://www.cliffmccarthy.net/posts/2024-01-25/</link>
      <pubDate>Thu, 25 Jan 2024 13:26:56 +0000</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2024-01-25/</guid>
      <description>&lt;p&gt;This was created after changing to the blank theme.&lt;/p&gt;&#xA;&lt;h2 id=&#34;hugo-notes&#34;&gt;Hugo notes&lt;/h2&gt;&#xA;&lt;p&gt;From &lt;a href=&#34;https://gohugobrasil.netlify.app/themes/creating/&#34;&gt;https://gohugobrasil.netlify.app/themes/creating/&lt;/a&gt; (old?) and &lt;a href=&#34;https://gohugo.io/hugo-modules/theme-components/&#34;&gt;https://gohugo.io/hugo-modules/theme-components/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A theme consists of templates and static assets such as javascript and css files.&lt;/li&gt;&#xA;&lt;li&gt;Themes can also provide archetypes, which are archetypal content types used by the hugo new command to scaffold new content files with preconfigured front matter.&lt;/li&gt;&#xA;&lt;li&gt;Website content is displayed in two different ways, a single piece of content and a list of content items.&lt;/li&gt;&#xA;&lt;li&gt;The default single file layout is located at layouts/_default/single.html.&lt;/li&gt;&#xA;&lt;li&gt;The default list file layout is located at layouts/_default/list.html.&lt;/li&gt;&#xA;&lt;li&gt;Partials are a special template type that enables the themes end user to be able to overwrite just a small piece of a file or inject code into the theme from their local /layouts.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://gohugobrasil.netlify.app/templates/partials/&#34;&gt;https://gohugobrasil.netlify.app/templates/partials/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Partials are smaller, context-aware components in your list and page templates that can be used economically to keep your templating DRY.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Everything in the static directory will be copied directly into the final site when rendered.&lt;/li&gt;&#xA;&lt;li&gt;Theme customization in Hugo is a matter of overriding the templates made available to you in a theme.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;This is supposed to provide &amp;ldquo;flexibility of tweaking a theme to meet your needs while staying current with a theme&amp;rsquo;s upstream&amp;rdquo;, ha ha.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Types of template:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Homepage&lt;/li&gt;&#xA;&lt;li&gt;Base&lt;/li&gt;&#xA;&lt;li&gt;Section Page&lt;/li&gt;&#xA;&lt;li&gt;Taxonomy List&lt;/li&gt;&#xA;&lt;li&gt;Taxonomy Terms&lt;/li&gt;&#xA;&lt;li&gt;Single Page&lt;/li&gt;&#xA;&lt;li&gt;RSS&lt;/li&gt;&#xA;&lt;li&gt;Shortcode&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Each type of template has its own spec for the template lookup order.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://gohugo.io/templates/lookup-order/&#34;&gt;https://gohugo.io/templates/lookup-order/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Themes can be stacked like inheritance.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;For i18n and data files, Hugo merges deeply using the translation ID and data key inside the files.&lt;/li&gt;&#xA;&lt;li&gt;For static, layouts (templates), and archetypes files, the first file found takes precedence.&lt;/li&gt;&#xA;&lt;li&gt;When two files have the same path, the file in the project directory takes precedence.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gohugo.io/content-management/page-resources/&#34;&gt;https://gohugo.io/content-management/page-resources/&lt;/a&gt;&#xA;&lt;a href=&#34;https://gohugo.io/content-management/image-processing/&#34;&gt;https://gohugo.io/content-management/image-processing/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Page resources are only accessible from page bundles, those directories with index.md or _index.md files at their root.&lt;/li&gt;&#xA;&lt;li&gt;A page resource is a file within a page bundle.&lt;/li&gt;&#xA;&lt;li&gt;Page resources are only available to the page with which they are bundled.&lt;/li&gt;&#xA;&lt;li&gt;A global resource is a file within the assets directory, or within any directory mounted to the assets directory.&lt;/li&gt;&#xA;&lt;li&gt;A remote resource is a file on a remote server, accessible via HTTP or HTTPS.&lt;/li&gt;&#xA;&lt;li&gt;Once you have accessed an image as either a page resource or a global resource, render it in your templates using the Permalink, RelPermalink, Width, and Height properties.&lt;/li&gt;&#xA;&lt;li&gt;The image resource implements the Process, Resize, Fit, Fill, Crop, Filter, Colors and Exif methods.&lt;/li&gt;&#xA;&lt;li&gt;Hugo caches processed images in the resources directory. If you include this directory in source control, Hugo will not have to regenerate the images.&lt;/li&gt;&#xA;&lt;li&gt;If you change image processing methods or options, or if you rename or remove images, the resources directory will contain unused images. To remove the unused images, perform garbage collection with &lt;code&gt;hugo --gc&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gohugo.io/content-management/organization/&#34;&gt;https://gohugo.io/content-management/organization/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;_index.md has a special role in Hugo. It allows you to add front matter and content to your list templates.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;section templates&lt;/li&gt;&#xA;&lt;li&gt;taxonomy templates&lt;/li&gt;&#xA;&lt;li&gt;taxonomy terms templates&lt;/li&gt;&#xA;&lt;li&gt;homepage template&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;all _index.md files in a Hugo project are used to add content and front matter to list pages&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gohugo.io/getting-started/directory-structure/&#34;&gt;https://gohugo.io/getting-started/directory-structure/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;archetypes: templates for new content&lt;/li&gt;&#xA;&lt;li&gt;assets: global resources typically passed through an asset pipeline such as images, CSS, Sass, JavaScript, and TypeScript&lt;/li&gt;&#xA;&lt;li&gt;config: site configuration&lt;/li&gt;&#xA;&lt;li&gt;content: markup files and page resources&lt;/li&gt;&#xA;&lt;li&gt;data: data files that augment content, configuration, localization, and navigation&lt;/li&gt;&#xA;&lt;li&gt;i18n: translation tables for multilingual sites&lt;/li&gt;&#xA;&lt;li&gt;layouts: templates to transform content, data, and resources&lt;/li&gt;&#xA;&lt;li&gt;public : he published website&lt;/li&gt;&#xA;&lt;li&gt;resources : ached output from Hugo&amp;rsquo;s asset pipelines&lt;/li&gt;&#xA;&lt;li&gt;static: files that will be copied to the public directory&lt;/li&gt;&#xA;&lt;li&gt;themes: themes&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gohugo.io/templates/introduction/&#34;&gt;https://gohugo.io/templates/introduction/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Each Go Template gets a data object. In Hugo, each template is passed a Page.&lt;/li&gt;&#xA;&lt;li&gt;With the Page being the default scope of a template, the Title element in current scope (. - &amp;ldquo;the dot&amp;rdquo;) is accessible simply by the dot-prefix (.Title)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gohugo.io/templates/base/&#34;&gt;https://gohugo.io/templates/base/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The base and block constructs allow you to define the outer shell of your master templates (i.e., the chrome of the page).&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;The block keyword allows you to fill in or override portions as necessary.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;&amp;lt;body&amp;gt;{{ block &amp;quot;main&amp;quot; . }} ... {{ end }} {{ block &amp;quot;footer&amp;quot; . }} ... {{ end }}&amp;lt;/body&amp;gt;&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;What is the dot after the name for?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;This replaces the contents of our &amp;ldquo;main&amp;rdquo; block:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;{{ define &amp;quot;main&amp;quot; }} ... {{ end }}&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Code that you put outside the block definitions can break your layout.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;So, like, don&amp;rsquo;t?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Static web ecosystem</title>
      <link>https://www.cliffmccarthy.net/pages/static-web-ecosystem/</link>
      <pubDate>Mon, 09 May 2022 01:25:29 +0000</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/static-web-ecosystem/</guid>
      <description>&lt;div class=&#34;codeblock&#34;&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;                                 +-----+&#xA;                                 | CSS |&#xA;                                 +-----+&#xA;&#xA;                   +-------+     +------+&#xA;                   | Theme |     | HTML |&#xA;                   +-------+     +------+        +---------+&#xA;    +--------+                                   |         |&#xA;    | Golang |                   .------------.  |         |&#xA;    +--------+     +-------+     | JavaScript |  | Browser |&#xA;                   | Hugo  |     &amp;#39;------------&amp;#39;  |         |&#xA;                   +-------+                     |         |&#xA;  .------------.                 .------------.  +---------+&#xA;  | Go         |                 | JavaScript |&#xA;  | templates  |  +---------+    | libraries  |&#xA;  &amp;#39;------------&amp;#39;  | Content |    &amp;#39;------------&amp;#39;&#xA;                  +---------+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>2022-05-07 - Hugo Theme Links</title>
      <link>https://www.cliffmccarthy.net/posts/2022-05-07/</link>
      <pubDate>Sat, 07 May 2022 12:54:42 +0000</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2022-05-07/</guid>
      <description>&lt;h3 id=&#34;seo-related&#34;&gt;SEO-related&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://themes.gohugo.io/themes/beautifulhugo/&#34;&gt;https://themes.gohugo.io/themes/beautifulhugo/&lt;/a&gt; 905*&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.preciouschicken.com/blog/posts/hugo-tags-to-keywords/&#34;&gt;https://www.preciouschicken.com/blog/posts/hugo-tags-to-keywords/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://themes.gohugo.io/themes/flexible-seo-hugo/&#34;&gt;https://themes.gohugo.io/themes/flexible-seo-hugo/&lt;/a&gt; 5*&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;themes&#34;&gt;Themes&lt;/h3&gt;&#xA;&lt;p&gt;(GitHub stars)&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://themes.gohugo.io/themes/erblog/&#34;&gt;https://themes.gohugo.io/themes/erblog/&lt;/a&gt; 60*&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://themes.gohugo.io/themes/basicwebtheme/&#34;&gt;https://themes.gohugo.io/themes/basicwebtheme/&lt;/a&gt; 8*&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://themes.gohugo.io/themes/light-hugo/&#34;&gt;https://themes.gohugo.io/themes/light-hugo/&lt;/a&gt; 8*&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://themes.gohugo.io/themes/hugo-theme-noteworthy/&#34;&gt;https://themes.gohugo.io/themes/hugo-theme-noteworthy/&lt;/a&gt; 178*&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://themes.gohugo.io/themes/bare-hugo-theme/&#34;&gt;https://themes.gohugo.io/themes/bare-hugo-theme/&lt;/a&gt; 45*&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://themes.gohugo.io/themes/hugo-theme-terminal/&#34;&gt;https://themes.gohugo.io/themes/hugo-theme-terminal/&lt;/a&gt; 1259*&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://themes.gohugo.io/themes/beautifulhugo/&#34;&gt;https://themes.gohugo.io/themes/beautifulhugo/&lt;/a&gt; 905*&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://themes.gohugo.io/themes/gohugo-theme-ananke/&#34;&gt;https://themes.gohugo.io/themes/gohugo-theme-ananke/&lt;/a&gt; 718*&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://themes.gohugo.io/themes/paperesque/&#34;&gt;https://themes.gohugo.io/themes/paperesque/&lt;/a&gt; 32*&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://themes.gohugo.io/themes/minimal-bootstrap-hugo-theme/&#34;&gt;https://themes.gohugo.io/themes/minimal-bootstrap-hugo-theme/&lt;/a&gt; 83*&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://themes.gohugo.io/themes/hugo-theme-simple-blog/&#34;&gt;https://themes.gohugo.io/themes/hugo-theme-simple-blog/&lt;/a&gt; 9*&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://themes.gohugo.io/themes/hugo-theme-minima/&#34;&gt;https://themes.gohugo.io/themes/hugo-theme-minima/&lt;/a&gt; 46*&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://themes.gohugo.io/themes/accessible-minimalism-hugo-theme/&#34;&gt;https://themes.gohugo.io/themes/accessible-minimalism-hugo-theme/&lt;/a&gt; 37*&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://themes.gohugo.io/themes/hugo-theme-stack/&#34;&gt;https://themes.gohugo.io/themes/hugo-theme-stack/&lt;/a&gt; 2043*&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://themes.gohugo.io/themes/hugo-papermod/&#34;&gt;https://themes.gohugo.io/themes/hugo-papermod/&lt;/a&gt; 3213*&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://themes.gohugo.io/themes/hugo-coder/&#34;&gt;https://themes.gohugo.io/themes/hugo-coder/&lt;/a&gt; 1867*&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Sorted by stars:  &lt;a href=&#34;https://github.com/lon9/hugo_stars/blob/master/README.md&#34;&gt;https://github.com/lon9/hugo_stars/blob/master/README.md&lt;/a&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/wowchemy/wowchemy-hugo-themes&#34;&gt;https://github.com/wowchemy/wowchemy-hugo-themes&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/adityatelange/hugo-PaperMod&#34;&gt;https://github.com/adityatelange/hugo-PaperMod&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/CaiJimmy/hugo-theme-stack&#34;&gt;https://github.com/CaiJimmy/hugo-theme-stack&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/wowchemy/starter-hugo-academic&#34;&gt;https://github.com/wowchemy/starter-hugo-academic&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/luizdepra/hugo-coder&#34;&gt;https://github.com/luizdepra/hugo-coder&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/dillonzq/LoveIt&#34;&gt;https://github.com/dillonzq/LoveIt&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/alex-shpak/hugo-book&#34;&gt;https://github.com/alex-shpak/hugo-book&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/olOwOlo/hugo-theme-even&#34;&gt;https://github.com/olOwOlo/hugo-theme-even&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/google/docsy&#34;&gt;https://github.com/google/docsy&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/matcornic/hugo-theme-learn&#34;&gt;https://github.com/matcornic/hugo-theme-learn&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/panr/hugo-theme-terminal&#34;&gt;https://github.com/panr/hugo-theme-terminal&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/rhazdon/hugo-theme-hello-friend-ng&#34;&gt;https://github.com/rhazdon/hugo-theme-hello-friend-ng&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/Track3/hermit&#34;&gt;https://github.com/Track3/hermit&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/h-enk/doks&#34;&gt;https://github.com/h-enk/doks&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/halogenica/beautifulhugo&#34;&gt;https://github.com/halogenica/beautifulhugo&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>2014-12-10</title>
      <link>https://www.cliffmccarthy.net/posts/2014-12-10/</link>
      <pubDate>Wed, 10 Dec 2014 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2014-12-10/</guid>
      <description>&lt;p&gt;Stuff I found useful in transferring VHS video using a Hauppauge USB-Live 2 digitizer with Linux (Lubuntu 14.04, to be precise):&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://ivtvdriver.org/index.php/V4l2-ctl&#34;&gt;http://ivtvdriver.org/index.php/V4l2-ctl&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;This tool can be used to set the device to capture NTSC.  The command I used was:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;v4l2-ctl -d /dev/video1 -s ntsc&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.linuxtv.org/wiki/index.php/MEncoder&#34;&gt;http://www.linuxtv.org/wiki/index.php/MEncoder&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The advice here to use GStreamer for &amp;ldquo;unstable sources&amp;rdquo; worked out.  I had been using an mencoder command to capture video because that was the only thing I had successfully made work, before I discovered the right v4l2-ctl command.  The problem with mencoder is that when the video signal drops out (as VHS tapes are likely to do), it starts to lose audio/video sync.&lt;/li&gt;&#xA;&lt;li&gt;Also, I was only able to make GStreamer work if I didn&amp;rsquo;t run the mencoder command at all.  So, mencoder was leaving the device in some state that I couldn&amp;rsquo;t figure out how to get it out of, short of rebooting.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.linuxtv.org/wiki/index.php/GStreamer&#34;&gt;http://www.linuxtv.org/wiki/index.php/GStreamer&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.linuxtv.org/wiki/index.php/GStreamer#Record_from_a_bad_analog_signal_to_MJPEG_video_and_RAW_mono_audio&#34;&gt;Record from a bad analog signal&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The trick with GStreamer is figuring out the complicated &amp;ldquo;pipeline&amp;rdquo; to handle the signals correctly.  Ultimately, I was able to capture audio and video and keep them reasonably synchronized by running:&lt;/p&gt;&#xA;&lt;div class=&#34;codeblock&#34;&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;    gst-launch-0.10 -v \&#xA;        --gst-debug-level=3 --gst-debug-no-color \&#xA;        avimux name=mux \&#xA;        v4l2src device=/dev/video1 do-timestamp=true ! \&#xA;            video/x-raw-yuv,width=720,height=480,framerate=\(fraction\)30000/1001 ! \&#xA;            videorate ! \&#xA;            &amp;#39;video/x-raw-yuv,framerate=(fraction)30000/1001&amp;#39; ! \&#xA;            queue ! \&#xA;            mux. \&#xA;        alsasrc device=hw:1,0 ! \&#xA;            &amp;#39;audio/x-raw-int,format=(string)S16LE,rate=(int)48000,channels=(int)2&amp;#39; ! \&#xA;            audiorate ! \&#xA;            audioresample ! \&#xA;            &amp;#39;audio/x-raw-int,rate=(int)48000&amp;#39; ! \&#xA;            audioconvert ! \&#xA;            &amp;#39;audio/x-raw-int,channels=(int)2&amp;#39; ! \&#xA;            queue ! \&#xA;            mux. \&#xA;        mux. ! \&#xA;        filesink location=gstreamer.avi&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This is loosely based on the &amp;ldquo;Record from a bad analog signal&amp;rdquo; link above.&lt;/p&gt;&#xA;&lt;p&gt;I converted the resulting file to MP4 with:&lt;/p&gt;&#xA;&lt;div class=&#34;codeblock&#34;&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;    avconv -i gstreamer.avi -c:v libx264 -b:v 4500k -c:a aac -b:a 360k -strict experimental -filter:v yadif=0:-1:0,setsar=8:9 -ss 12 -t 704 gstreamer.mp4&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The &amp;ldquo;12&amp;rdquo; and &amp;ldquo;704&amp;rdquo; mark the starting time and duration to extract from the full raw file.  Note the &amp;lsquo;setsar=8:9&amp;rsquo;, because the NTSC default is 720x480, with non-square pixels.  I prefer working with square pixels, but I decided because MP4 has reasonable handling of different pixel aspect ratios, this would be good enough.  (And maybe that additional 12.5% of oversampling makes some sort of huge difference in the picture quality.  Nah, probably not.)&lt;/p&gt;&#xA;&lt;p&gt;Update 2015-03-17:  To losslessly trim the mp4 file:&lt;/p&gt;&#xA;&lt;div class=&#34;codeblock&#34;&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;    avconv -i gstreamer.mp4 -ss 15 -t 315 -vcodec copy -acodec copy avconv.mp4&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Update 2015-07-14:  AAC is the recommended audio format for uploading to YouTube, but the above command may not produce the best audio quality.  See &lt;a href=&#34;https://trac.ffmpeg.org/wiki/Encode/AAC&#34;&gt;https://trac.ffmpeg.org/wiki/Encode/AAC&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hard Drive Recovery</title>
      <link>https://www.cliffmccarthy.net/pages/Hard_Drive_Recovery/</link>
      <pubDate>Sun, 17 Mar 2013 18:09:44 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Hard_Drive_Recovery/</guid>
      <description>&lt;p&gt;A while back, I had to recover as much data as possible from a trashed hard drive.  Here are some notes I put together about useful tools:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.gnu.org/software/ddrescue/ddrescue.html&#34;&gt;ddrescue&lt;/a&gt;:&#xA;This copies data off the raw device like dd, but handles I/O errors&#xA;better, so it can be used to make an image of a damaged device,&#xA;capturing as much as is readable.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.cgsecurity.org/wiki/TestDisk&#34;&gt;TestDisk&lt;/a&gt;:&#xA;This has a slightly annoying UI but can identify files in an NTFS&#xA;filesystem that have been deleted and recover them.  Because it&#xA;understands the filesystem, I think it can recover files that are&#xA;fragmented.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.cgsecurity.org/wiki/PhotoRec&#34;&gt;PhotoRec&lt;/a&gt;:&#xA;This program scrapes the raw disk image and spits out anything that&#xA;looks like a file.  This can find stuff even if there aren&amp;rsquo;t&#xA;pointers to it in the NTFS file index.  It will also find tons of&#xA;junk you don&amp;rsquo;t want.  It can&amp;rsquo;t deal with files that are fragmented,&#xA;but operating systems try to write files contiguously as much as&#xA;possible, so this can do a pretty good job of digging up things that&#xA;have been lost.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Roland D-50 Battery</title>
      <link>https://www.cliffmccarthy.net/pages/Roland_D-50_Battery/</link>
      <pubDate>Sun, 24 Feb 2013 13:57:21 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Roland_D-50_Battery/</guid>
      <description>&lt;p&gt;After a while of warning me to check the internal battery, my Roland D-50 synthesizer came up recently with all its internal presets gone, and random garbage for settings.  After nearly 25 years of service, that little lithium battery finally gave out.&lt;/p&gt;&#xA;&lt;p&gt;Replacing the battery is fairly straightforward.  It&amp;rsquo;s a CR2032 button cell.  To access it, you first have to remove the five screws across the bottom edge of the back panel, and every screw on the bottom panel (there are lots of them).  After you do that and remove the bottom sheet metal cover, this is what you&amp;rsquo;ll find, minus the big yellow arrow pointing at the battery:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/roland_d50/roland_d50_inside_full.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s a closer view of the main board, where the battery resides:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/roland_d50/roland_d50_main_board.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Be sure to note the polarity orientation of the battery.&lt;/p&gt;&#xA;&lt;p&gt;The only problem at this point is that there isn&amp;rsquo;t physically enough room to pull the battery out of its holder.  There isn&amp;rsquo;t enough clearance between the holder and the outer shell of the keyboard to remove it.  So, you have to remove all the screws holding the main board down.  I didn&amp;rsquo;t find it necessary to disconnect any of the cables from the main board; once the board is loose, there&amp;rsquo;s enough play in the cables to move the board away from the edge, making room to substitute a fresh battery.  Be sure to match the polarity of the old battery, which you noted before you removed it, right?&lt;/p&gt;&#xA;&lt;p&gt;Once the new battery is installed, just screw everything back together as it was before.  The internal settings will be garbage until you reload them, by either loading a MIDI dump, or copying them from a memory card.  Also, check your global settings, as things like the master tuning may be randomized as well.&lt;/p&gt;&#xA;&lt;p&gt;While I had the cover off, I noticed one of the reasons the D-50 has one of the best-feeling keyboards of any synth I&amp;rsquo;ve ever played:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/roland_d50/roland_d50_felt_rail.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;That&amp;rsquo;s a strip of felt that the keys rest on when they&amp;rsquo;re not being pressed, just like the stuff they use on real pianos.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2013-02-09</title>
      <link>https://www.cliffmccarthy.net/posts/2013-02-09/</link>
      <pubDate>Sat, 09 Feb 2013 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2013-02-09/</guid>
      <description>&lt;p&gt;Stuff I found useful while upgrading my &lt;a href=&#34;http://www.mythtv.org/&#34;&gt;MythTV&lt;/a&gt; DVR from&#xA;&lt;a href=&#34;http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Fedora/i386/iso/&#34;&gt;Fedora 12&lt;/a&gt;-based 0.22 to &lt;a href=&#34;http://www.mythbuntu.org/&#34;&gt;Mythbuntu&lt;/a&gt; 12.04.01-based 0.25, and replacing the external USB tuner with an &lt;a href=&#34;http://www.hauppauge.com/site/products/data_hvr2250.html&#34;&gt;HVR-2250&lt;/a&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.mythtv.org/wiki/Database_Backup_and_Restore&#34;&gt;http://www.mythtv.org/wiki/Database_Backup_and_Restore&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.mythtv.org/wiki/Backend_migration&#34;&gt;http://www.mythtv.org/wiki/Backend_migration&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-2200#Making_it_Work_Easily&#34;&gt;http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-2200#Making_it_Work_Easily&lt;/a&gt;&#xA;** &lt;a href=&#34;http://www.steventoth.net/linux/hvr22xx/firmwares/4019072/&#34;&gt;http://www.steventoth.net/linux/hvr22xx/firmwares/4019072/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.mythtv.org/pipermail/mythtv-users/2011-March/312083.html&#34;&gt;Very beneficial notes about setting up a dual tuner&lt;/a&gt;, worked for me.&lt;/li&gt;&#xA;&lt;li&gt;xfce4-volumed intercepts XF86AudioLowerVolume, etc.; &lt;a href=&#34;https://bugs.launchpad.net/xfce4-volumed/+bug/883485/comments/37&#34;&gt;these notes explain how to turn it off&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.rabbitears.info/market.php?mktid=5&#34;&gt;list of stations&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.lyngsat-logo.com/tv/a_1.html&#34;&gt;station icons&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.mythtv.org/wiki/Mythfrontend&#34;&gt;http://www.mythtv.org/wiki/Mythfrontend&lt;/a&gt; has information about configuring mysql for remote frontend access.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>2012-09-09</title>
      <link>https://www.cliffmccarthy.net/posts/2012-09-09/</link>
      <pubDate>Sun, 09 Sep 2012 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2012-09-09/</guid>
      <description>&lt;p&gt;You can find some very spot-on reviews of Beasts of the Southern Wild by Googling the title of the movie (in quotes) and &amp;ldquo;nausea&amp;rdquo;:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.google.com/#hl=en&amp;amp;q=%22beasts+of+the+southern+wild%22+nausea&amp;amp;oq=%22beasts+of+the+southern+wild%22+nausea&#34;&gt;Google search&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;For example:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.reelviews.net/php_review_template.php?identifier=2486&#34;&gt;reelviews.net&lt;/a&gt;:&#xA;&amp;ldquo;To this day, I have never understood why some directors see value in filming their entire movie using a shaking, hand-held camera. The intent is to create a more gritty image and to enhance intimacy. More likely, however, it is apt to promote nausea and become a distancing factor.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.allinoneboat.org/2012/07/30/beasts-of-the-southern-wild-a-report/&#34;&gt;All in One Boat&lt;/a&gt;:&#xA;&amp;ldquo;I can’t give it a review here because within 30 minutes I had to leave.  Not because of child cruelty but because of intense vertigo induced by shaky camera work and intensely loud music.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://fromtheeditr.blogspot.com/2012/08/beasts-of-southern-wild-it-doesnt-get.html&#34;&gt;fromtheeditr&lt;/a&gt;:&#xA;&amp;ldquo;When cameras are on a bumpy ride, out of focus, intentionally nausea-inducing, it is difficult to concentrate on any message the filmmaker might have for me. &amp;quot;&lt;/p&gt;&#xA;&lt;p&gt;For me, it was like trying to read in a car for 90 minutes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2012-01-18</title>
      <link>https://www.cliffmccarthy.net/posts/2012-01-18/</link>
      <pubDate>Wed, 18 Jan 2012 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2012-01-18/</guid>
      <description>&lt;p&gt;Today, this site participated in the &lt;a href=&#34;http://www.sopastrike.com/&#34;&gt;SOPA Strike&lt;/a&gt;.  Thanks for contacting your representatives in Congress to help keep the Internet free.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Late Night Bands</title>
      <link>https://www.cliffmccarthy.net/pages/Late_Night_Bands/</link>
      <pubDate>Fri, 22 Jul 2011 01:47:18 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Late_Night_Bands/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve programmed my Linux DVR to record as many bands appearing on late-night shows as possible.  It&amp;rsquo;s a good way to find out about new music.  Since it&amp;rsquo;s easy to forget names and such, I&amp;rsquo;m keeping notes here about things I like, and maybe things I don&amp;rsquo;t.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Circa Zero on Kimmel, 2014-04-29: The guitarist reminds me of Andy Summers.  Oh, hey, it is.&lt;/li&gt;&#xA;&lt;li&gt;MGMT on Letterman, 2013-08-22: Another reminder of how MGMT walks both sides of the line between clever and&amp;hellip; stupid.&lt;/li&gt;&#xA;&lt;li&gt;Hiatus Kaiyote on Leno, 2013-07-24: OMG, best thing I&amp;rsquo;ve heard all year.&lt;/li&gt;&#xA;&lt;li&gt;Martha Wainwright on Late Night With Jimmy Fallon, 2012-12-14:  Like.  Bonus points for wearing a piece of tape that says &amp;ldquo;gun control&amp;rdquo;.&lt;/li&gt;&#xA;&lt;li&gt;Electric Guest on Late Night With Jimmy Fallon, 2012-11-14: Have you got the lyrics written on your hand or something?  Whatever, the result is groovy.&lt;/li&gt;&#xA;&lt;li&gt;Band of Horses on Letterman 2012-09-19: A good hook, but too short and doesn&amp;rsquo;t come around often enough, with just one chord filling the spaces in between.&lt;/li&gt;&#xA;&lt;li&gt;Grimes on Late Night With Jimmy Fallon, 2012-08-14:  I&amp;rsquo;m not sure if this is brilliant or stupid.  Take away the vocals and it&amp;rsquo;d sound like Klaus Schulze.  I couldn&amp;rsquo;t understand a single word, which is a plus.&lt;/li&gt;&#xA;&lt;li&gt;Need to Breathe on Jimmy Fallon, 2012-08-13:  One bonus point for using a manual typewriter as a percussion instrument.  Or would that be a keyboard instrument?&lt;/li&gt;&#xA;&lt;li&gt;The Gaslight Anthem on Jimmy Fallon, 2012-07-28: Full-on rock and roll.&lt;/li&gt;&#xA;&lt;li&gt;Red Wanting Blue on Letterman, 2012-07-18: Very 90&amp;rsquo;s.&lt;/li&gt;&#xA;&lt;li&gt;Edward Sharpe and the Magnetic Zeros on Jimmy Kimmel Live, 2012-06-05:  I&amp;hellip; don&amp;rsquo;t know what to make of this.  Original, at the very least.&lt;/li&gt;&#xA;&lt;li&gt;Kimbra on Jimmy Kimmel Live, 2012-05-23:  Being weird isn&amp;rsquo;t enough.  But it helps.&lt;/li&gt;&#xA;&lt;li&gt;Casabian on Last Call, 2012-04-25:  Hard.  Not metal.  At times, almost pompous like prog.  Except you don&amp;rsquo;t hear &amp;ldquo;oh yeah baby&amp;rdquo; in prog songs.&lt;/li&gt;&#xA;&lt;li&gt;Young the Giant on Last Call, 2012-04-20:  Good energy, solid vocals.&lt;/li&gt;&#xA;&lt;li&gt;Kiss on Jimmy Kimmel Live, 2012-03-20:  Normal speed, doesn&amp;rsquo;t rock.  Time stretch 1.15X, rocks.  Smashing your guitar, stupid.  Smashing a Flying V, less stupid.&lt;/li&gt;&#xA;&lt;li&gt;Bruce Springsteen and the E Street Band on Late Night With Jimmy Fallon, 2012-03-02:  Giant band, one big jam, audience rushes the stage, totally cool.&lt;/li&gt;&#xA;&lt;li&gt;Heartless Bastards on the Late Show With David Letterman, 2012-02-22:  Dirty, in a good way.&lt;/li&gt;&#xA;&lt;li&gt;Robert Glasper Experiment on Letterman, 2012-02-29: Good instrumental bits, but the rapping over it isn&amp;rsquo;t the best.&lt;/li&gt;&#xA;&lt;li&gt;Eric Hutchinson on the Late Show With David Letterman, 2012-02-21:  Pretty good &amp;amp; catchy.&lt;/li&gt;&#xA;&lt;li&gt;Dr. Dog on Last Call With Carson Daly, 2012-02-17:  Good sound, catchy.&lt;/li&gt;&#xA;&lt;li&gt;White Denim on Last Call With Carson Daly, 2012-02-03: Nice dynamics and contrast, slow lumbering heavy.&lt;/li&gt;&#xA;&lt;li&gt;Atmosphere on Last Call with Carson Daly, 2011-11-11:  Rap with a gritty sort of positivity in the lyrics.&lt;/li&gt;&#xA;&lt;li&gt;The Airborne Toxic Event on the Tonight Show with Jay Leno, 2011-10-08: A good song with lots of good driving energy.&lt;/li&gt;&#xA;&lt;li&gt;TV on the Radio on the Tonight Show with Jay Leno, 2011-10-07: A band with a dude with windchimes hanging from a Telecaster is certainly worth a listen.&lt;/li&gt;&#xA;&lt;li&gt;Foster the people on SNL, 2011-10-09:  What?  No.  Well, good hook in the chorus, even if it is about shooting up a school.  But still, no.&lt;/li&gt;&#xA;&lt;li&gt;Jeff the Brotherhood on Late Night With Jimmy Fallon, 2011-10-06: Just the right mix of weird, random, silly, serious, good, and a dude eating a sandwich.&lt;/li&gt;&#xA;&lt;li&gt;Bush on the Tonight Show with Jay Leno, 2011-09-30: I&amp;rsquo;ve heard this band criticized for being less authentic than the grunge bands that preceded them, but I like their music anyway.  This tune wasn&amp;rsquo;t as heavy as their earlier stuff, but was still pretty good.  I could do without the skinny pants, but whatever.&lt;/li&gt;&#xA;&lt;li&gt;Wye Oak on Last Call With Carson Daly, 2011-09-28: Good vocals and guitar, in a noisy folky kind of way.&lt;/li&gt;&#xA;&lt;li&gt;Thievery Corporation on Last Call With Carson Daly, 2011-09-24: Would have been better without the vocals, that kind of get in the way of the groove.&lt;/li&gt;&#xA;&lt;li&gt;Telekenisis on Late Night with Jimmy Fallon, 2011-09: I like the edgy bassline driving the song.&lt;/li&gt;&#xA;&lt;li&gt;Death Cab for Cutie on Last Call With Carson Daly, 2011-09: Pretty good song; I&amp;rsquo;ve heard this somewhere before, so it&amp;rsquo;s not brand new.&lt;/li&gt;&#xA;&lt;li&gt;Clap Your Hands Say Yeah on Late Night with Jimmy Fallon, 2011-09-20:  Nasal vocals, say nah.&lt;/li&gt;&#xA;&lt;li&gt;Goldheart Assembly, on Last Call with Carson Daly, 2011-09-02, &amp;ldquo;King of Rome&amp;rdquo;:  A pretty catchy tune.&lt;/li&gt;&#xA;&lt;li&gt;Lady Antebellum, on the Late Show with David Letterman, 2011-09-01:  This is that sincere sort of music that must be part of the &amp;ldquo;post-irony&amp;rdquo; thing I recently heard mentioned on NPR.  Solid, but not my thing.&lt;/li&gt;&#xA;&lt;li&gt;Neon Trees, on The Tonight Show with Jay Leno, 2011-08-26:  Pretty much sounds like a Coldplay knock-off to me.&lt;/li&gt;&#xA;&lt;li&gt;Interpol, on Last Call with Carson Daly, 2011-08-25:  These guys are the sort of band that makes me appreciate the time stretch feature on my DVR.  Sped up by 1.5X to 2X, they make a pretty good punk / ska band.&lt;/li&gt;&#xA;&lt;li&gt;Fountains of Wayne, on Late Night with Jimmy Fallon, 2011-08-25:  Not to be confused with Kings of Leon or any other &amp;ldquo;(plural) of (dude)&amp;rdquo; band, this is good, fun, nerdy stuff.&lt;/li&gt;&#xA;&lt;li&gt;Big Audio Dynamite, on Late Night with Jimmy Fallon, 2011-08-24:  I&amp;rsquo;ve been aware of the name for years, but never heard their music.  Much more guitar-oritented straight-up rock and roll than I expected.  Pretty catchy and good.&lt;/li&gt;&#xA;&lt;li&gt;Ra Ra Riot, on Last Call with Carson Daly, 2011-07:  After hearing a few cuts by these guys, they&amp;rsquo;re sinking into my consciousness as being pretty good, in a peppy groovy kind of way.&lt;/li&gt;&#xA;&lt;li&gt;Ariel Pink&amp;rsquo;s Haunted Graffiti on Late Night with Jimmy Fallon, 2011-01-27:  One of the sparkliest bands I&amp;rsquo;ve seen, musically a decent version of what would have been alternative music in the 1980&amp;rsquo;s, except it wasn&amp;rsquo;t called that then.&lt;/li&gt;&#xA;&lt;li&gt;KT Tunstall, on The Tonight Show with Jay Leno, 2010-10-13:  Not bad, kind of catchy tune.  &amp;ldquo;Choose my weapon&amp;hellip;&amp;rdquo;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Songs2011</title>
      <link>https://www.cliffmccarthy.net/pages/Songs2011/</link>
      <pubDate>Mon, 24 Jan 2011 01:35:46 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Songs2011/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m still catching up on my project to write and record a song each month in [[Songs2010|2010]].  For 2011, I&amp;rsquo;ve also started doing some other recordings that aren&amp;rsquo;t part of that project; they can be found here.  These are likely to be collaborations of various kinds.  Stay tuned; even I have no idea what all is going to show up here.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;2011-01-23 4:16 &lt;a href=&#34;http://www.cliffmccarthy.net/music/songs2011/exit_48a.mp3&#34;&gt;Exit 48A&lt;/a&gt; - Patrick Gary &amp;amp; Cliff McCarthy&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>2010-08-10</title>
      <link>https://www.cliffmccarthy.net/posts/2010-08-10/</link>
      <pubDate>Tue, 10 Aug 2010 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2010-08-10/</guid>
      <description>&lt;p&gt;Here&amp;rsquo;s the latest on my musical activities since, whenever:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;I played and tweaked Moog synthesizer on &amp;ldquo;Orderly Universe&amp;rdquo;, from &lt;a href=&#34;http://www.oppositeday.com/&#34;&gt;Opposite Day&lt;/a&gt;&amp;rsquo;s new EP &lt;em&gt;&lt;a href=&#34;http://www.cdbaby.com/cd/oppositeday5&#34;&gt;Mandukhai&lt;/a&gt;&lt;/em&gt;.  The whole thing is great &amp;ndash; get yourself a copy!&lt;/li&gt;&#xA;&lt;li&gt;I contributed the &amp;ldquo;Playground Process Mix&amp;rdquo; to the &lt;a href=&#34;http://www.jfjo.com/&#34;&gt;Jacob Fred Jazz Odyssey&lt;/a&gt;&amp;rsquo;s Tetherball Triumph remix contest.  I took something of a Steve Reich approach to it, and used a Perl script and a calculator along the way.  At over eight minutes, it was the longest entry.  Be sure to listen in stereo, with headphones for maximum effect.&lt;/li&gt;&#xA;&lt;li&gt;I contributed the &amp;ldquo;Rods and Cones Mix&amp;rdquo; to the &lt;a href=&#34;http://www.jfjo.com/&#34;&gt;Jacob Fred Jazz Odyssey&lt;/a&gt;&amp;rsquo;s The Sensation of Seeing Light remix contest.  This time, I submitted the shortest entry.  My goal was to create a &amp;ldquo;re-composition&amp;rdquo; of the song, starting out with the feel of a quiet jazz club (think black &amp;amp; white &amp;ndash; rods) and building up to a blazing old-school electric Fred sound (think colour &amp;ndash; cones).  &lt;em&gt;(Unfortunately, as of 2011-10-02, these remixes no longer appear to be available on the JFJO site.)&lt;/em&gt;&lt;/li&gt;&#xA;&lt;li&gt;I&amp;rsquo;ve written a couple &lt;a href=&#34;../Songs2010&#34;&gt;songs&lt;/a&gt; so far this year.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Songs2010</title>
      <link>https://www.cliffmccarthy.net/pages/Songs2010/</link>
      <pubDate>Sat, 13 Mar 2010 23:20:24 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Songs2010/</guid>
      <description>&lt;p&gt;So here&amp;rsquo;s the plan: to write and record a song each month in 2010.  The goal isn&amp;rsquo;t to make the songs good; it&amp;rsquo;s to make them at all.  They&amp;rsquo;ll all be just vocals and guitar, played live in the studio, with no edits or overdubs.  I&amp;rsquo;ll post tracks here as I finish them.  Listen as often or as little as you like or can stand.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;(2010-07-19) 2.  1:54 &lt;a href=&#34;http://www.cliffmccarthy.net/music/songs2010/in_the_cab.mp3&#34;&gt;In the Cab&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;(2010-03-13) 1.  1:15 &lt;a href=&#34;http://www.cliffmccarthy.net/music/songs2010/the_same.mp3&#34;&gt;The Same&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>2010-03-13</title>
      <link>https://www.cliffmccarthy.net/posts/2010-03-13/</link>
      <pubDate>Sat, 13 Mar 2010 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2010-03-13/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m going to try to record a song each month in 2010.  I just finished January.  The sooner I fall behind, the more time I have to catch up.  &lt;a href=&#34;../Songs2010&#34;&gt;Check it out&lt;/a&gt;, and watch this space for more songs when I get around to them.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2010-03-07</title>
      <link>https://www.cliffmccarthy.net/posts/2010-03-07/</link>
      <pubDate>Sun, 07 Mar 2010 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2010-03-07/</guid>
      <description>&lt;p&gt;Check out some cool unicycling:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=UbpFawQu3c8&#34;&gt;http://www.youtube.com/watch?v=UbpFawQu3c8&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>2010-03-04</title>
      <link>https://www.cliffmccarthy.net/posts/2010-03-04/</link>
      <pubDate>Thu, 04 Mar 2010 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2010-03-04/</guid>
      <description>&lt;h2 id=&#34;why-i-liked-the-2d-version-of-avatar-better&#34;&gt;Why I liked the 2D version of Avatar better&lt;/h2&gt;&#xA;&lt;p&gt;I first saw Avatar in 2D, and it was beautiful.  The visually rich environment of the planet was extraordinary.  Many of the scenes seemed to be lifted (unacknowledged) from Roger Dean paintings, but I love Roger Dean paintings, so this was a joy to watch.  I enjoyed studying the extensive detail filling many of the shots&amp;mdash;the luminous forests and arcane wildlife made every &amp;ldquo;shot&amp;rdquo; (to use the term loosely) a feast for the eyes.&lt;/p&gt;&#xA;&lt;p&gt;I decided I should take advantage of the 3D version while I could, so I went and saw it in one of the highest-quality screenings around.  While there were times that the 3D effect was very cool and gave the images a more visceral quality, overall I found the effect distracting and not enjoyable.  While objects in the shots did seem to exist in three-space, I found everything to have a sort of transparent flickery quality.  By the end, I had a bit of a headache and my eyes felt funny.&lt;/p&gt;&#xA;&lt;p&gt;Reflecting on the experience, I realized the origin of this feeling might be rooted in a quirk of the way the 3D effect is created.  While sending a different image to each eye does create a stereoscopic focal point in space, the optical focal distance is always the actual distance to the screen.  When viewing normal objects, these distances are always correlated.  However, in a 3D projection like this, the stereoscopic distance and the focal distance are different, forcing the eyes to operate outside their normal parameter space.  I suspect this subtle visual anomaly is behind the somewhat weird look of everything and the cause of the discomfort I felt by the end.&lt;/p&gt;&#xA;&lt;p&gt;There was another factor I found annoying, at a more conscious level&amp;mdash;the omnipresent awareness of the &amp;ldquo;camera&amp;rdquo;.  Even though the 3D image appears &amp;ldquo;real&amp;rdquo; in some sense, the frequent cuts and camera motions collide with that sense of reality.  But an even greater sense of the &amp;ldquo;camera&amp;rdquo; comes from the fact that many of the scenes are rendered with a limited depth of field, as if they had been shot with an actual camera.  Thus, for example, when one of the seeds of the tree of life goes floating by in the foreground, it&amp;rsquo;s a big white blur.  You can cross your eyes and look at it, but it&amp;rsquo;s still blurry.  And, there&amp;rsquo;s still the problem that it&amp;rsquo;s least blurry when your optical focus is aimed much further away than the apparent distance to the object.&lt;/p&gt;&#xA;&lt;p&gt;Depth of field is a useful compositional tool, and can be used to great effect to direct the audience&amp;rsquo;s attention to different parts of a shot.  But I still like to study the whole frame and look at things that aren&amp;rsquo;t the central subject.  That to me is part of the point of seeing a film on a big screen&amp;mdash;so I can see little incidental details that might be overlooked on a small display.  Unfortunately, the 3D presentation of Avatar makes it inconvenient and uncomfortable to let one&amp;rsquo;s eyes wander around a scene.&lt;/p&gt;&#xA;&lt;p&gt;I decided to look around and see if anyone else had similar observations, and indeed they did:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://blogs.suntimes.com/scanners/2009/12/avatar_3d_headaches_look_at_th.html&#34;&gt;Avatar 3D headaches: Look at this! Don&amp;rsquo;t look at this!&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.shadowlocked.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=70:how-to-avoid-getting-a-3d-headache-while-watching-avatar&amp;amp;catid=41:feature&#34;&gt;How to avoid getting a 3D headache while watching Avatar&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://almontgreen.wordpress.com/2009/12/12/10-rules-for-good-stereo/&#34;&gt;10 Rules For Good Stereo&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.slashfilm.com/2009/05/31/3d-avatar-vs-2d-avatar-and-the-importance-of-aspect-ratios/&#34;&gt;3D Avatar vs. 2D Avatar, and the Importance of Aspect Ratios&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://blogs.suntimes.com/ebert/2011/01/post_4.html&#34;&gt;Why 3D doesn&amp;rsquo;t work and never will. Case closed.&lt;/a&gt; (Added 2012-11-22)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>2010-01-17</title>
      <link>https://www.cliffmccarthy.net/posts/2010-01-17/</link>
      <pubDate>Sun, 17 Jan 2010 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2010-01-17/</guid>
      <description>&lt;p&gt;Bill Maher has written&#xA;&lt;a href=&#34;http://www.huffingtonpost.com/bill-maher/stop-the-abuse-its-time-t_b_422068.html&#34;&gt;a great article&lt;/a&gt;&#xA;on why you should move your money into a local bank.  Check it out.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sevendeck Poker</title>
      <link>https://www.cliffmccarthy.net/pages/Sevendeck_Poker/</link>
      <pubDate>Sun, 03 Jan 2010 02:56:10 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Sevendeck_Poker/</guid>
      <description>&lt;h2 id=&#34;sevendeck-poker-rules-summary&#34;&gt;Sevendeck Poker Rules Summary&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.7deck.com/&#34;&gt;Sevendeck&lt;/a&gt;&#xA;Poker is played like regular poker, with a few adjustments.  First, mere&#xA;pairs are of no value.  Multiples of more than two have value; the pairs&#xA;contained in them don&amp;rsquo;t &amp;ldquo;cancel&amp;rdquo;.  One consequence of this is that&#xA;there&amp;rsquo;s no Full House; a hand with three of one value and two of another&#xA;is just Three of a Kind.&lt;/p&gt;&#xA;&lt;p&gt;Second, there are no flushes.  Instead, there is a &amp;ldquo;Stretch&amp;rdquo;, which is&#xA;five cards with consecutive suits.  Suits wrap around, as suggested by&#xA;the circle of suits on the box.  So, for example,&#xA;Diamond-Violet-Cherry-Fire-Lemon would be a Stretch.&lt;/p&gt;&#xA;&lt;p&gt;When a hand is both a Stretch and a multiple, the higher hand takes&#xA;precedence.  There is no special hand category for Stretch-multiple&#xA;combinations.  (Pairs in a Stretch do not cancel; they still contribute&#xA;their suit.)  Straight Stretch is still a special hand, like the&#xA;Straight Flush in regular Poker.  For a Straight Stretch, the values and&#xA;suits do not have to be in the same sequence.&lt;/p&gt;&#xA;&lt;p&gt;Sevens can be low (zero) in a Straight.  (Ones (&amp;ldquo;aces&amp;rdquo;) cannot be high.)&lt;/p&gt;&#xA;&lt;p&gt;The order of the hands, from highest to lowest, is:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Five of a Kind&lt;/li&gt;&#xA;&lt;li&gt;Straight Stretch&lt;/li&gt;&#xA;&lt;li&gt;Four of a Kind&lt;/li&gt;&#xA;&lt;li&gt;Straight&lt;/li&gt;&#xA;&lt;li&gt;Stretch&lt;/li&gt;&#xA;&lt;li&gt;Three of a Kind&lt;/li&gt;&#xA;&lt;li&gt;High Card&lt;/li&gt;&#xA;&lt;li&gt;Two Pair&lt;/li&gt;&#xA;&lt;li&gt;Pair&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Notice how High Card beats Two Pair and Pair.  High Card is always a&#xA;five-card hand, like a Straight or a Flush.  (This might matter if you&amp;rsquo;re&#xA;playing a travesty like Guts where hands may be scored with fewer than&#xA;five cards.)&lt;/p&gt;&#xA;&lt;p&gt;When breaking ties in Two Pair or Pair, use the non-paired &amp;ldquo;kickers&amp;rdquo;&#xA;first, then move on to the pairs as a last resort.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;What follows is a math-geek-y discussion of where the above rules came from.&lt;/p&gt;&#xA;&lt;h2 id=&#34;an-analysis-of-poker-with-a-sevendeck&#34;&gt;An Analysis of Poker with a Sevendeck&lt;/h2&gt;&#xA;&lt;p&gt;A&#xA;&lt;a href=&#34;http://www.7deck.com/&#34;&gt;Sevendeck&lt;/a&gt;&#xA;is a deck of 49 cards, with seven suits and seven cards in each suit,&#xA;numbered 1 through 7.  Unlike a regular deck of cards, the suits fall&#xA;into a well-defined sequence, based the number of angles in the symbol&#xA;as well as the spectrum order of the colours.&lt;/p&gt;&#xA;&lt;p&gt;One question that this deck raises is how the game of Poker would work&#xA;on such a deck.  The following is an attempt to answer that.&lt;/p&gt;&#xA;&lt;p&gt;The most direct approach would be to simply use all the standard rules&#xA;of Poker, unmodified.  The odds of being dealt a five-card hand of a&#xA;specific type are as follows:&lt;/p&gt;&#xA;&lt;p&gt;|| &amp;lsquo;&amp;lsquo;&amp;lsquo;Hand&amp;rsquo;&amp;rsquo;&amp;rsquo;       || &amp;lsquo;&amp;lsquo;&amp;lsquo;Frequency&amp;rsquo;&amp;rsquo;&amp;rsquo;  || &amp;lsquo;&amp;lsquo;&amp;lsquo;Probability&amp;rsquo;&amp;rsquo;&amp;rsquo;  ||&#xA;|| Five of a Kind   || 147              || 0.000077           ||&#xA;|| Straight Flush   || 28               || 0.000015           ||&#xA;|| Four of a Kind   || 10290            || 0.005396           ||&#xA;|| Full House       || 30870            || 0.016189           ||&#xA;|| Flush            || 119              || 0.000062           ||&#xA;|| Straight         || 67200            || 0.035241           ||&#xA;|| Three of a Kind  || 180075           || 0.094434           ||&#xA;|| Two Pair         || 324135           || 0.169981           ||&#xA;|| Pair             || 1008420          || 0.528831           ||&#xA;|| High Card        || 285600           || 0.149773           ||&lt;/p&gt;&#xA;&lt;p&gt;This is sort of like playing a variant of Poker with wild cards, where&#xA;the probabiltites of different hands are no longer monotonically&#xA;increasing.  We could instead re-order the values of the hands to put&#xA;them in probability order:&lt;/p&gt;&#xA;&lt;p&gt;|| &amp;lsquo;&amp;lsquo;&amp;lsquo;Hand&amp;rsquo;&amp;rsquo;&amp;rsquo;       || &amp;lsquo;&amp;lsquo;&amp;lsquo;Frequency&amp;rsquo;&amp;rsquo;&amp;rsquo;  || &amp;lsquo;&amp;lsquo;&amp;lsquo;Probability&amp;rsquo;&amp;rsquo;&amp;rsquo;  ||&#xA;|| Straight Flush   || 28               || 0.000015           ||&#xA;|| Flush            || 119              || 0.000062           ||&#xA;|| Five of a Kind   || 147              || 0.000077           ||&#xA;|| Four of a Kind   || 10290            || 0.005396           ||&#xA;|| Full House       || 30870            || 0.016189           ||&#xA;|| Straight         || 67200            || 0.035241           ||&#xA;|| Three of a Kind  || 180075           || 0.094434           ||&#xA;|| High Card        || 285600           || 0.149773           ||&#xA;|| Two Pair         || 324135           || 0.169981           ||&#xA;|| Pair             || 1008420          || 0.528831           ||&lt;/p&gt;&#xA;&lt;p&gt;This has the interesting consequence of making flushes the most valuable&#xA;types of hands.  However, it also makes them so rare that they are&#xA;nearly irrelevant to game play.  This happens because in a Sevendeck, a&#xA;Flush is just like Five of a Kind, but with suits instead of numbers.&#xA;The fact that the Straight Flush splits this small set of hands into two&#xA;smaller subsets means that they are each more rare than Five of a Kind.&lt;/p&gt;&#xA;&lt;p&gt;Also, notice that pairs are abundant.  With only seven different numeric&#xA;values, there is more than a 50% chance that any set of five will be a&#xA;Pair.  If all hands involving multiples are factored in, there is more&#xA;than an 81% chance of getting a hand with at least two of a single&#xA;value.  This makes High Card more rare than Two Pair or Pair.&lt;/p&gt;&#xA;&lt;p&gt;With the Sevendeck&amp;rsquo;s rich supply of novel suits, it seems like a waste&#xA;to make the suit-based hands so rare that they have basically no effect&#xA;on the game.  Therefore, we need a new kind of suit-based hand that has&#xA;a better chance of coming up in a set of five cards.&lt;/p&gt;&#xA;&lt;p&gt;Unlike in regular Poker, the Sevendeck has a well-defined relationship&#xA;among its suits.  We can use this relationship to define a new type of&#xA;hand, called a Stretch, which consists of five cards with consecutive&#xA;suits.  The sequence of suits wraps around, as suggested by the circle&#xA;of suits on the box and the spectral colouring of the suits.  So, for&#xA;example, Diamond-Violet-Cherry-Fire-Lemon would be a Stretch.&lt;/p&gt;&#xA;&lt;p&gt;Unlike the Flush, a Stretch is relatively easy to obtain in a set of&#xA;five cards.  Also unlike the Flush, a Stretch is not mutually exclusive&#xA;with a multiple-value hand like Pair or Full House.  To facilitate&#xA;computing odds, we can start with the &amp;ldquo;raw&amp;rdquo; frequences of all the&#xA;possible types of hands:&lt;/p&gt;&#xA;&lt;p&gt;|| &amp;lsquo;&amp;lsquo;&amp;lsquo;Hand&amp;rsquo;&amp;rsquo;&amp;rsquo;      || &amp;lsquo;&amp;lsquo;&amp;lsquo;Frequency&amp;rsquo;&amp;rsquo;&amp;rsquo;  ||&#xA;|| Five of a Kind Stretch   || 49      ||&#xA;|| Five of a Kind           || 98      ||&#xA;|| Four of a Kind Stretch   || 1470    ||&#xA;|| Full House Stretch       || 2940    ||&#xA;|| Straight Stretch         || 3360    ||&#xA;|| Four of a Kind           || 8820    ||&#xA;|| Stretch                  || 14280   ||&#xA;|| Three of a Kind Stretch  || 14700   ||&#xA;|| Two Pair Stretch         || 22050   ||&#xA;|| Full House               || 27930   ||&#xA;|| Pair Stretch             || 58800   ||&#xA;|| Straight                 || 63868   ||&#xA;|| Three of a Kind          || 165375  ||&#xA;|| High Card                || 271439  ||&#xA;|| Two Pair                 || 302085  ||&#xA;|| Pair                     || 949620  ||&lt;/p&gt;&#xA;&lt;p&gt;One could simply attempt to play the game with these sixteen hands, but&#xA;the sequence is weird and hard to remember.  It would be nice to have a&#xA;smaller set of distinct hands that have a simpler relationship.&lt;/p&gt;&#xA;&lt;p&gt;A key aspect of the order of hands in Poker is that any hand that is&#xA;more constrained than another is worth more.  For example, a Full House&#xA;beats Three of a Kind.  The above sequence does not have this property.&#xA;Stretch beats Three of a Kind Stretch, Two Pair Stretch, and Pair&#xA;Stretch.  As noted in the second &amp;ldquo;standard Poker&amp;rdquo; version above, High&#xA;Card still beats Two Pair and Pair.  However, this latter condition is&#xA;kind of an interesting twist that seems worth keeping.  After all, the&#xA;goal is to produce a game that is similar enough to Poker to still&#xA;resemble the game, yet different enough to be interesting.&lt;/p&gt;&#xA;&lt;p&gt;However, the placement of Stretch in this sequence is awkward and calls&#xA;for improvement.  The position of Pair at the bottom of the list&#xA;suggests a simple fix: &amp;ldquo;Pairs are worth nothing&amp;rdquo;.  We can further&#xA;condense the list by declaring that for any hand that has the Stretch&#xA;property and a multiple value, it acts as the higher valued hand&amp;mdash;there&#xA;is no special category for such a &amp;ldquo;combination&amp;rdquo; hand.  We&amp;rsquo;ll keep the&#xA;Straight Stretch, though, because it parallels standard Poker well.&#xA;When we condense the list of hands in this manner, we get the following&#xA;simple sequence:&lt;/p&gt;&#xA;&lt;p&gt;|| &amp;lsquo;&amp;lsquo;&amp;lsquo;Hand&amp;rsquo;&amp;rsquo;&amp;rsquo;       || &amp;lsquo;&amp;lsquo;&amp;lsquo;Frequency&amp;rsquo;&amp;rsquo;&amp;rsquo;  || &amp;lsquo;&amp;lsquo;&amp;lsquo;Probability&amp;rsquo;&amp;rsquo;&amp;rsquo;  ||&#xA;|| Five of a Kind   || 147              || 0.000077           ||&#xA;|| Straight Stretch || 3360             || 0.001762           ||&#xA;|| Four of a Kind   || 10290            || 0.005396           ||&#xA;|| Straight         || 63868            || 0.033493           ||&#xA;|| Stretch          || 112770           || 0.059138           ||&#xA;|| Three of a Kind  || 193305           || 0.101372           ||&#xA;|| High Card        || 271439           || 0.142347           ||&#xA;|| Two Pair         || 302085           || 0.158418           ||&#xA;|| Pair             || 949620           || 0.497996           ||&lt;/p&gt;&#xA;&lt;p&gt;Note how a Stretch is more likely than a Straight, which is the opposite&#xA;of the relationship between Flush and Straight in regular Poker.  This&#xA;arises because there are more possible starting points for the sequence.&#xA;With only one card value &amp;ldquo;wrapping around&amp;rdquo;, a Straight can only start at&#xA;four possible values.  With total wraparound of suits, a Stretch has&#xA;seven possible starting points.  Therefore, there are more possible&#xA;Stretch hands, even though a few are absorbed into Four of a Kind and Five of a Kind.&lt;/p&gt;&#xA;&lt;p&gt;We still have the odd property that the less-constrained High Card hand&#xA;is rarer than Two Pair or Pair, but this quirk gives the game a nicely&#xA;different property than Standard Poker.  If you like, think of High Card&#xA;as a hand consisting of five different values which are not sequential.&lt;/p&gt;&#xA;&lt;p&gt;One more twist to make the game more &amp;ldquo;Sevendeck-y&amp;rdquo; is to allow 7 to be&#xA;low in a straight, instead of allowing 1 (the &amp;ldquo;Ace&amp;rdquo;) to be high.  This&#xA;puts the specialness on the Seven, which seems appropriate for a deck&#xA;built around that number.&lt;/p&gt;&#xA;&lt;p&gt;An open question is whether Two Pair and Pair should be lumped together&#xA;into a single group or not.  What is clear is that when breaking ties&#xA;within those two groups, the pairs should take lower precedence.  So&#xA;2-2-3-3-7 beats 4-4-5-5-6, for example.  If the kickers match, then the&#xA;pairs can be used to break ties.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Games</title>
      <link>https://www.cliffmccarthy.net/pages/Games/</link>
      <pubDate>Sun, 03 Jan 2010 02:52:13 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Games/</guid>
      <description>&lt;p&gt;I like games.  I don&amp;rsquo;t win a lot, but I like the procedural interaction and the mathematical aspects of them.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;I made up some rules for &lt;a href=&#34;../Sevendeck_Poker&#34;&gt;Sevendeck Poker&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Tired of the same old cards?  Try a &lt;a href=&#34;http://www.7deck.com/&#34;&gt;Sevendeck&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Tired of cards?  Try a &lt;a href=&#34;http://www.piecepack.org/index.html&#34;&gt;Piecepack&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Lots of rules for card games can be found at &lt;a href=&#34;http://www.pagat.com/&#34;&gt;http://www.pagat.com/&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Rules for card games can also be found at &lt;a href=&#34;http://www.usplayingcard.com/&#34;&gt;http://www.usplayingcard.com/&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.arcbat.com/gamecave/sunshop/&#34;&gt;Arcbat&amp;rsquo;s Game Cave&lt;/a&gt; sells games.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>2009-07-08</title>
      <link>https://www.cliffmccarthy.net/posts/2009-07-08/</link>
      <pubDate>Wed, 08 Jul 2009 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2009-07-08/</guid>
      <description>&lt;p&gt;Today I got an e-mail informing me that someone I don&amp;rsquo;t know wants to keep up with me on Twitter.  That&amp;rsquo;s really nice, but &lt;em&gt;I&lt;/em&gt; don&amp;rsquo;t want to keep up with Twitter.  At this rate, I can&amp;rsquo;t keep up with Facebook; the last thing I need is another social networking web site, on top of Facebook, Myspace, Linkedin, my college&amp;rsquo;s alumni web site, and even Barack Obama&amp;rsquo;s web site.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m a completist, and the voluminious feed-based nature of a site like Twitter thoroughly annoys me.  There&amp;rsquo;s probably stuff I care about in that stream of gunk going by, but it takes too much effort to go back through it all to find what has happened since I last looked.  I can either spend all my time habitually checking the feed, or ignore it completely.  I choose the latter.  I&amp;rsquo;ll be playing my guitar instead.  If you want to reach me, look around this site until you find my e-mail address.&lt;/p&gt;&#xA;&lt;p&gt;And while I&amp;rsquo;m on a rant, why does the user interface for these supposedly modern tools suck so much?  How am I supposed to peruse this garbage?  Spin the scroll wheel on my mouse until I get carpal tunnel?  Hit reload relentlessly to keep up with updates?  Drag the scrollbar quickly to the bottom and give up?  In 1991, I used a tool called &amp;rsquo;trn&amp;rsquo; to read USENET news.  Its user interface is &lt;em&gt;still&lt;/em&gt; better than the horrible user interfaces on these web sites that people so adore these days.&lt;/p&gt;&#xA;&lt;p&gt;And hey, what do you know; you can even find that horrible user interface right here on my web site.  Enjoy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SideBar</title>
      <link>https://www.cliffmccarthy.net/pages/SideBar/</link>
      <pubDate>Thu, 07 May 2009 10:54:36 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/SideBar/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../HomePage&#34;&gt;HomePage&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../About_This_Site&#34;&gt;About This Site&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../Calendar&#34;&gt;Calendar&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../Projects&#34;&gt;Projects&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../Links&#34;&gt;Links&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../Music&#34;&gt;Music&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../Mathematics&#34;&gt;Mathematics&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../Games&#34;&gt;Games&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../Film&#34;&gt;Film&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../Computers&#34;&gt;Computers&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../Contact_Info&#34;&gt;Contact Info&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>2009-04-26</title>
      <link>https://www.cliffmccarthy.net/posts/2009-04-26/</link>
      <pubDate>Sun, 26 Apr 2009 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2009-04-26/</guid>
      <description>&lt;p&gt;The following are some good articles about street protests:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.dailykos.com/storyonly/2009/4/15/720534/-And-now....the-helpless-despair-sets-in&#34;&gt;http://www.dailykos.com/storyonly/2009/4/15/720534/-And-now....the-helpless-despair-sets-in&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.dailykos.com/storyonly/2009/4/16/720821/-Why-yesterdays-protests-were-stupid&#34;&gt;http://www.dailykos.com/storyonly/2009/4/16/720821/-Why-yesterdays-protests-were-stupid&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.dailykos.com/storyonly/2009/4/19/720644/-All-This-Has-Happened-Before&#34;&gt;http://www.dailykos.com/storyonly/2009/4/19/720644/-All-This-Has-Happened-Before&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>2009-04-13</title>
      <link>https://www.cliffmccarthy.net/posts/2009-04-13/</link>
      <pubDate>Mon, 13 Apr 2009 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2009-04-13/</guid>
      <description>&lt;p&gt;This time of year, you might be asking yourself, &amp;ldquo;How should I mail my tax return?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m not a lawyer, an accountant, a financial advisor, or a doctor, but this page at the IRS seems to support the idea that you should send your tax return certified return receipt via the US Post Office:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.irs.gov/irb/2004-43_IRB/ar12.html&#34;&gt;http://www.irs.gov/irb/2004-43_IRB/ar12.html&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I used to always get a certificate of mailing because I once thought I heard that was what the IRS recognized, but the above page seems to suggest that might not be good enough if you need to prove you mailed it.&lt;/p&gt;&#xA;&lt;p&gt;I found the above link here:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.fatwallet.com/forums/finance/597478&#34;&gt;http://www.fatwallet.com/forums/finance/597478&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s someone who disagrees, in case you&amp;rsquo;re looking for justification for just dropping it in the mail and not worrying about it:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.rossde.com/certified_mail.html&#34;&gt;http://www.rossde.com/certified_mail.html&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>2009-04-03</title>
      <link>https://www.cliffmccarthy.net/posts/2009-04-03/</link>
      <pubDate>Fri, 03 Apr 2009 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2009-04-03/</guid>
      <description>&lt;p&gt;&amp;ldquo;We are firmly convinced the exclusion of gay and lesbian people from&#xA;the institution of civil marriage does not substantially further any&#xA;important governmental objective.&amp;rdquo;  &amp;ndash; Iowa Supreme Court, 2009-04-03&lt;/p&gt;&#xA;&lt;p&gt;(&lt;a href=&#34;http://www.judicial.state.ia.us/wfData/files/Varnum/07-1499.pdf&#34;&gt;Full opinion&lt;/a&gt;,&#xA;&lt;a href=&#34;http://www.desmoinesregister.com/assets/pdf/D213209143.PDF&#34;&gt;Summary&lt;/a&gt;,&#xA;&lt;a href=&#34;http://www.dailykos.com/story/2009/4/3/716126/-Iowa-Gets-It-Right&#34;&gt;Discussion&lt;/a&gt;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>2009-01-22</title>
      <link>https://www.cliffmccarthy.net/posts/2009-01-22/</link>
      <pubDate>Thu, 22 Jan 2009 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2009-01-22/</guid>
      <description>&lt;p&gt;&amp;ldquo;If working on branches turns&#xA;out to be actually harder with svn because it has no clue where the branches are, we might be better off with cvs after all.&amp;rdquo; &amp;ndash; Joern Rennecke&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://gcc.gnu.org/ml/gcc/2005-11/msg00153.html&#34;&gt;http://gcc.gnu.org/ml/gcc/2005-11/msg00153.html&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-12-11</title>
      <link>https://www.cliffmccarthy.net/posts/2008-12-11/</link>
      <pubDate>Thu, 11 Dec 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-12-11/</guid>
      <description>&lt;p&gt;I like this article:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.baobabhealth.org/2008/02/09/text-editors-and-electric-kettles/&#34;&gt;http://www.baobabhealth.org/2008/02/09/text-editors-and-electric-kettles/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I tend to like things that are more towards the &amp;ldquo;text editor&amp;rdquo; end of the spectrum myself, because I&amp;rsquo;m good at putting together simple parts in an open-ended framework to produce something useful.  However, I have also learned that most of the population isn&amp;rsquo;t that creative, and needs a more structured interface to guide them through a predefined process.  That&amp;rsquo;s probably why I don&amp;rsquo;t build user interfaces.  Anyway, go read the article.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-10-25</title>
      <link>https://www.cliffmccarthy.net/posts/2008-10-25/</link>
      <pubDate>Sat, 25 Oct 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-10-25/</guid>
      <description>&lt;p&gt;&lt;strong&gt;This&lt;/strong&gt; is what&amp;rsquo;s up:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=Qq8Uc5BFogE&#34;&gt;http://www.youtube.com/watch?v=Qq8Uc5BFogE&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Go vote.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-10-22</title>
      <link>https://www.cliffmccarthy.net/posts/2008-10-22/</link>
      <pubDate>Wed, 22 Oct 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-10-22/</guid>
      <description>&lt;p&gt;Chris Matthews: &amp;ldquo;You got a candidate who doesn&amp;rsquo;t know the job description.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=m-9VW4ewI1M&#34;&gt;http://www.youtube.com/watch?v=m-9VW4ewI1M&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-09-11</title>
      <link>https://www.cliffmccarthy.net/posts/2008-09-11/</link>
      <pubDate>Thu, 11 Sep 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-09-11/</guid>
      <description>&lt;p&gt;John McCain is deceiving you:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=IH0xzsogzAk&#34;&gt;http://www.youtube.com/watch?v=IH0xzsogzAk&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-09-04</title>
      <link>https://www.cliffmccarthy.net/posts/2008-09-04/</link>
      <pubDate>Thu, 04 Sep 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-09-04/</guid>
      <description>&lt;p&gt;Google gets it:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.google.com/googlebooks/chrome/small_04.html&#34;&gt;http://www.google.com/googlebooks/chrome/small_04.html&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Processes are better than threads.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-08-17</title>
      <link>https://www.cliffmccarthy.net/posts/2008-08-17/</link>
      <pubDate>Sun, 17 Aug 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-08-17/</guid>
      <description>&lt;p&gt;Despite a handful of grammar typos,&#xA;&lt;a href=&#34;http://www.dailykos.com/storyonly/2008/8/17/93317/9283/716/567805&#34;&gt;this is a good article&lt;/a&gt;&#xA;about the relationship between capitalism, communism, and democracy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-08-13</title>
      <link>https://www.cliffmccarthy.net/posts/2008-08-13/</link>
      <pubDate>Wed, 13 Aug 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-08-13/</guid>
      <description>&lt;p&gt;The&#xA;&lt;a href=&#34;http://www.frtv.org/&#34;&gt;Foundation for Responsible Television&lt;/a&gt;&#xA;has two good shows on vegetarianism:&#xA;&amp;ldquo;&lt;a href=&#34;http://www.frtv.org/show,172.html&#34;&gt;What the Best Science Says About Your Health&lt;/a&gt;&amp;rdquo; and&#xA;&amp;ldquo;&lt;a href=&#34;http://www.frtv.org/show,173.html&#34;&gt;Eating Our Way To Better Health&lt;/a&gt;&amp;rdquo;.  Check &amp;rsquo;em out.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-07-05</title>
      <link>https://www.cliffmccarthy.net/posts/2008-07-05/</link>
      <pubDate>Sat, 05 Jul 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-07-05/</guid>
      <description>&lt;p&gt;Winning the Presidency is not enough; we need people in Congress who will help Barack Obama put the country on the right track.  You can help out now by making a contribution or volunteering to to help&#xA;&lt;a href=&#34;http://www.ricknoriega.com/&#34;&gt;Rick Noriega&lt;/a&gt; and&#xA;&lt;a href=&#34;http://www.tomdaleyforcongress.com/&#34;&gt;Tom Daley&lt;/a&gt; get elected.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-06-26</title>
      <link>https://www.cliffmccarthy.net/posts/2008-06-26/</link>
      <pubDate>Thu, 26 Jun 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-06-26/</guid>
      <description>&lt;p&gt;This is very cool &amp;ndash; how to thank the soldiers you see in the airport, or anywhere else:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.gratitudecampaign.org/&#34;&gt;http://www.gratitudecampaign.org/&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-06-07</title>
      <link>https://www.cliffmccarthy.net/posts/2008-06-07/</link>
      <pubDate>Sat, 07 Jun 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-06-07/</guid>
      <description>&lt;p&gt;Texas Democratic Party Convention, Day 2:&lt;/p&gt;&#xA;&lt;p&gt;Our Senate District caucus didn&amp;rsquo;t go all night.  But we did prove that we&amp;rsquo;re not very good at doing things like lining up and counting.&lt;/p&gt;&#xA;&lt;p&gt;I mis-read the schedule, so I&amp;rsquo;m here earlier than I needed to be, checking out random training and exhibition booths.&lt;/p&gt;&#xA;&lt;p&gt;Update, 15:32:&lt;/p&gt;&#xA;&lt;p&gt;Hillary Clinton&amp;rsquo;s speech this morning was patched in to the convention floor this morning.  The crowd on the screen seemed to meld with ours, creating a sense that we were there with her.  There was something awesome about it.  I even felt a little of the sorrow those who have given her so much support must have felt.  Later in the speech, the internet connection started flaking out and we didn&amp;rsquo;t hear the latter portion, but we heard the important stuff.&lt;/p&gt;&#xA;&lt;p&gt;Now we&amp;rsquo;re getting ready to vote on the Texas party chair&amp;mdash;looks to be contentious&amp;hellip;.&lt;/p&gt;&#xA;&lt;p&gt;18:17:  Things got interesting.&lt;/p&gt;&#xA;&lt;p&gt;So we had two contested offices, which required speeches from all the candidates, followed by a roll call vote of the entire delegation.  Yep, a roll call vote.  Fortunately, they didn&amp;rsquo;t read off names; we counted up within Senate Districts, and had a roll call of the districts.&lt;/p&gt;&#xA;&lt;p&gt;Then, just after the results of those votes were announced, we had a resolution introduced to end the allocation of national delegates on the basis of the precinct conventions (also known as &amp;ldquo;caucuses&amp;rdquo;, or the &amp;ldquo;Texas Two-Step&amp;rdquo;).  After a bunch of points of order and parlimentary inquiries, we got to a motion to table the resolution until the commission appointed with investigating the best solution to this issue could complete their investigation.  This would effectively kill the resolution at this convention.  We held a voice vote, which was (of course) immediately followed by a call for a roll call vote.  So we counted up within Senate Districts, and just as the secretary called for the tally from Senate District 1, a very official-sounding voice came over the loudspeaker telling us that there was an emergency in the Convention Center and that we were all to evacuate.&lt;/p&gt;&#xA;&lt;p&gt;Now &lt;em&gt;that&lt;/em&gt; was a hoot.  Thousands of people flowed out of the cavernous hall and into the streets of downtown Austin.  Not long afterward, we got the all clear and all filed back in.  Once again, the roll call started and we got through it without further incidents.  The result was just announced, with 78.7% voting to table the resolution.&lt;/p&gt;&#xA;&lt;p&gt;Now we&amp;rsquo;re hearing from the rules committe.&lt;/p&gt;&#xA;&lt;p&gt;And we just had a big SNAFU that looks to me like fallout from too much haste from the chair in holding voice votes.  Untimately, that haste didn&amp;rsquo;t save us any time, and probably wasted it.  Oy.  More later&amp;hellip;.&lt;/p&gt;&#xA;&lt;p&gt;The group from Corpus Christi (hosting the 2010 convention) brought beach balls.  A great time was had by all as we held a sort of beach ball hailstorm up in the front of the hall.&lt;/p&gt;&#xA;&lt;p&gt;As the evening rolled on, we reached that point where you know you&amp;rsquo;re waiting for a committee report, but have no idea when you&amp;rsquo;ll actually get it.  So, I slipped off to Sixth Street to see my favourite Austin band,&#xA;&lt;a href=&#34;http://www.oppositeday.com/&#34;&gt;Opposite Day&lt;/a&gt;.&#xA;That was definitely the right move.  They ended their set, I said &amp;ldquo;hey&amp;rdquo; to the band, and returned back to the Convention Center just in time to witness the protests from this round&amp;rsquo;s collection of people who were unhappy with the nominations of at-large delegates.  (Pretty much the same thing happened at the county level.)  As expected, it came to a roll call vote which passed.  An interesting note is that when we held the vote, everyone was under the impression that the committee would basically have to start over again if it was voted down.  After voting within our Senate Districts, but before the roll call, we were informed that that isn&amp;rsquo;t how it would happen, and that the Obama and Clinton campaigns would select the delegates in that case.  Fortunately, we didn&amp;rsquo;t get into that scenario.&lt;/p&gt;&#xA;&lt;p&gt;Then, apparently not satisfied with dragging out the process of accepting the report, the cranky people decided to gripe about the nominations of the PLEO (Party Leaders and Elected Officials) delegates, once again proving that the lower the stakes, the more passionately people will fight for something.&lt;/p&gt;&#xA;&lt;p&gt;We adjourned at 12:11, just in time for me to go see&#xA;&lt;a href=&#34;http://www.congratsmusic.com/&#34;&gt;Congratulations&lt;/a&gt; playing at the same bar Opposite Day was at.  So I didn&amp;rsquo;t get to go to any swell candidate parties, but I ended the night surrounded by friendly faces.&lt;/p&gt;&#xA;&lt;p&gt;I got up really early, so I don&amp;rsquo;t know why I&amp;rsquo;m still up and writing, but I am.  So there you go, the Texas 2008 Democratic Convention in a nutshell or two.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-06-06</title>
      <link>https://www.cliffmccarthy.net/posts/2008-06-06/</link>
      <pubDate>Fri, 06 Jun 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-06-06/</guid>
      <description>&lt;p&gt;Texas Democratic Party State Convention, Day 1:&lt;/p&gt;&#xA;&lt;p&gt;So far I&amp;rsquo;ve seen two candidates for national delegate whose promotional materials say they are for &amp;ldquo;Barak Obama&amp;rdquo;.  If you want me to vote for you, you have to spell it right.&lt;/p&gt;&#xA;&lt;p&gt;Since I&amp;rsquo;ve been hearing it all day long, let&amp;rsquo;s all sing it together:  &amp;ldquo;This is the ringtone that came with my phone.  This is the ringtone that came with my phone.  THIS IS THE RINGTONE THAT CAME WITH MY PHONE.&amp;rdquo;  You know the tune.&lt;/p&gt;&#xA;&lt;p&gt;Senate District Caucuses:  Chaos, with votes.  Ours settled out eventually and we managed to elect a few of our committee people, but we didn&amp;rsquo;t get to all of them.  Tonight is going to be interesting.&lt;/p&gt;&#xA;&lt;p&gt;Invocation:  Longest.  Prayer.  Ever.&lt;/p&gt;&#xA;&lt;p&gt;The mayor of Austin is speaking now.  Decent speech.&lt;/p&gt;&#xA;&lt;p&gt;21:19 update, waiting for sign-in tabluation results:&lt;/p&gt;&#xA;&lt;p&gt;High-profile speaker of the day:  Chelsea Clinton.  It was pretty cool to see her in person.  Maybe it&amp;rsquo;s partly because she&amp;rsquo;s Gen-X, but I like her.  She gave a nice quick speech about coming together as a party.  Cool.&lt;/p&gt;&#xA;&lt;p&gt;Then we had the endless parade of Texas House reps.  That was cool, but long.  That was the point, of course, but it was still long.&lt;/p&gt;&#xA;&lt;p&gt;Before long, we&amp;rsquo;ll be back into our Senate District caucus, which will include somehow selecting three delegates from about a hundred people who want to go to Denver.  I&amp;rsquo;m ready to be here all night.  We&amp;rsquo;ll see if that&amp;rsquo;s what it takes&amp;hellip;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-06-05</title>
      <link>https://www.cliffmccarthy.net/posts/2008-06-05/</link>
      <pubDate>Thu, 05 Jun 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-06-05/</guid>
      <description>&lt;p&gt;Texas Democratic Party State Convention, Day 0:&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;It&amp;rsquo;s 204 miles to Austin, we&amp;rsquo;ve got an empty tank of gas, a dead battery, it&amp;rsquo;s really windy, and we&amp;rsquo;re in a Miata.&amp;rdquo;  &amp;ldquo;Let&amp;rsquo;s roll.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;And roll, I did.  Down my driveway, and popped my clutch, and up started the Miata.  The Miata uses an&#xA;&lt;a href=&#34;http://en.wikipedia.org/wiki/Absorbent_glass_mat&#34;&gt;AGM battery&lt;/a&gt;,&#xA;and I was a little concerned about driving it, given some concerns I had read about jump-starting one on&#xA;&lt;a href=&#34;http://www.miata.net/garage/jumpstart.html&#34;&gt;miata.net&lt;/a&gt;.  But drive it, I did, and it&amp;rsquo;s holding up okay so far.&lt;/p&gt;&#xA;&lt;p&gt;This was my first road trip out of the DFW metroplex in the Miata, and I&amp;rsquo;m not so sure about it as a road trip car.  It was super windy today, all the way from Dallas to Austin.  Even with the windows up, the noise and buffeting of my head from pressure variations was so annoying that I only made it about 30 miles before I had to stop and put the top up.  At least I could hear the radio that way.  Anyway, I&amp;rsquo;m thinking my 280ZX may be the better road trip vehicle; it certainly has more room for stuff.&lt;/p&gt;&#xA;&lt;p&gt;The high price of gas has done nothing to reduce the traffic on I-35 between Dallas and Austin.  The right lane is full of semis, and the left lane is full of dorks not passing them.  Some of them are semis as well.  This was at 3:30 on a Thursday afternoon in the middle of nowhere (i.e. 10 miles north of Waco).&lt;/p&gt;&#xA;&lt;p&gt;Tonight&amp;rsquo;s fundraiser shindig sold out before I stoped procrastinating, so I&amp;rsquo;m sitting in my hotel room writing instead.  Maybe tomorrow I&amp;rsquo;ll have some actual political stuff to write about.&lt;/p&gt;&#xA;&lt;p&gt;Addendum, 2008-06-06:  I-35 through downtown Austin is a tangled mess of onramps and offramps that makes you constantly change lanes to get to where you want to go.  It&amp;rsquo;s like somebody took a giant traffic circle and unrolled it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-06-04</title>
      <link>https://www.cliffmccarthy.net/posts/2008-06-04/</link>
      <pubDate>Wed, 04 Jun 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-06-04/</guid>
      <description>&lt;p&gt;The Texas Democratic Party State Convention starts tomorrow evening.  Whenever I simultaneously find the time and a wireless connection, I&amp;rsquo;ll try to post notable updates here.  Stay tuned&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-06-01</title>
      <link>https://www.cliffmccarthy.net/posts/2008-06-01/</link>
      <pubDate>Sun, 01 Jun 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-06-01/</guid>
      <description>&lt;p&gt;Check out this speech by Chris Barton, from the 2008 Collin County Democratic Party Convention:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=AOOtZW7hgSk&#34;&gt;http://www.youtube.com/watch?v=AOOtZW7hgSk&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;(I missed seeing the speech in person, because I was stuck in line waiting on a paperwork SNAFU so I could get signed in.)&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-05-26</title>
      <link>https://www.cliffmccarthy.net/posts/2008-05-26/</link>
      <pubDate>Mon, 26 May 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-05-26/</guid>
      <description>&lt;p&gt;&amp;ldquo;This, Senator, is too much, because a senator, a politician, a person&#xA;who can let hang in midair the prospect that she might just be sticking&#xA;around in part just in case the other guy gets shot has no business&#xA;being and no capacity to be the President of the United States&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&amp;ndash; Keith Olbermann&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.msnbc.msn.com/id/21134540/vp/24798368#24798368&#34;&gt;http://www.msnbc.msn.com/id/21134540/vp/24798368#24798368&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-05-18</title>
      <link>https://www.cliffmccarthy.net/posts/2008-05-18/</link>
      <pubDate>Sun, 18 May 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-05-18/</guid>
      <description>&lt;p&gt;Cosmic Cafe is open again!&lt;/p&gt;&#xA;&lt;p&gt;The fire a few months ago gave us a long reminder of just how much we love this restaurant.  They&amp;rsquo;re open again, so get yourself there and support them!  Go every week&amp;mdash;I want to run into you when I&amp;rsquo;m there!  It&amp;rsquo;s up to us to keep Dallas cool by supporting great businesses like Cosmic Cafe.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-03-05</title>
      <link>https://www.cliffmccarthy.net/posts/2008-03-05/</link>
      <pubDate>Wed, 05 Mar 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-03-05/</guid>
      <description>&lt;p&gt;Yesterday was a loooooooooooong day.  Got up at 5:30; froze my butt off; got sunburned; froze my butt off again; stood on my feet all day; ate adrenaline for dinner; watched the day&amp;rsquo;s contest end in a tie; went to bed at 1:00.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-02-17</title>
      <link>https://www.cliffmccarthy.net/posts/2008-02-17/</link>
      <pubDate>Sun, 17 Feb 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-02-17/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/obama/obama_2008-02-17_collincounty.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Tonight&amp;rsquo;s turnout was amazing at the Obama Precinct Captain training in Collin County!  In the picture above, you can see the huge number of people waiting outside the Irish Rover, because inside it was already packed!  Everyone waited around in the cold for the first group to finish so they could get the rest of us in for a second round.  I&amp;rsquo;m amazed by the energy of this campaign, and really excited to be able to participate in it!&lt;/p&gt;&#xA;&lt;p&gt;For more information, visit the&#xA;&lt;a href=&#34;http://www.barackobama.com/&#34;&gt;Barack Obama web site&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-02-12</title>
      <link>https://www.cliffmccarthy.net/posts/2008-02-12/</link>
      <pubDate>Tue, 12 Feb 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-02-12/</guid>
      <description>&lt;p&gt;Confused about the delegate count?  So is everyone else.  Visit &lt;a href=&#34;http://demconwatch.blogspot.com/&#34;&gt;http://demconwatch.blogspot.com/&lt;/a&gt; and watch several media sources be confused too.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-02-11</title>
      <link>https://www.cliffmccarthy.net/posts/2008-02-11/</link>
      <pubDate>Mon, 11 Feb 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-02-11/</guid>
      <description>&lt;p&gt;Obama?&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=2fZHou18Cdk&#34;&gt;http://www.youtube.com/watch?v=2fZHou18Cdk&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Or McCain?&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=3gwqEneBKUs&#34;&gt;http://www.youtube.com/watch?v=3gwqEneBKUs&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Both great videos.  Take the time to watch them.&lt;/p&gt;&#xA;&lt;p&gt;Texans, on March 4, you know what to do.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-02-04</title>
      <link>https://www.cliffmccarthy.net/posts/2008-02-04/</link>
      <pubDate>Mon, 04 Feb 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-02-04/</guid>
      <description>&lt;p&gt;Does art make good politics?  Can politics make good art?  Whatever.  Just watch this video:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://my.barackobama.com/yeswecan&#34;&gt;http://my.barackobama.com/yeswecan&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;And vote for Barack Obama, whenever your state&amp;rsquo;s primary is.&lt;/p&gt;</description>
    </item>
    <item>
      <title>HoB</title>
      <link>https://www.cliffmccarthy.net/pages/HoB/</link>
      <pubDate>Fri, 11 Jan 2008 00:57:59 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/HoB/</guid>
      <description>&lt;p&gt;Short for &amp;ldquo;House of Blues&amp;rdquo;.  This page is mainly here just because the wiki thinks it should be a page because of the capitalization.  Keeping this page around is simpler than using nowiki tags&amp;hellip;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008-01-03</title>
      <link>https://www.cliffmccarthy.net/posts/2008-01-03/</link>
      <pubDate>Thu, 03 Jan 2008 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2008-01-03/</guid>
      <description>&lt;p&gt;We&amp;rsquo;re off to a good start, with Obama in the lead!  I like this analysis of the results from the&#xA;&lt;a href=&#34;http://www.groupnewsblog.net/2008/01/iowa-wrap-up.html&#34;&gt;Group News Blog&lt;/a&gt;:&lt;/p&gt;&#xA;&lt;p&gt;Total Voter Turnout (approximate)&#xA;356,000&lt;/p&gt;&#xA;&lt;p&gt;Percentage of total vote&#xA;24.5% Obama&#xA;20.5% Edwards&#xA;19.8% Clinton&#xA;11.4% Huckabee (R)&lt;/p&gt;</description>
    </item>
    <item>
      <title>2007-11-19</title>
      <link>https://www.cliffmccarthy.net/posts/2007-11-19/</link>
      <pubDate>Mon, 19 Nov 2007 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2007-11-19/</guid>
      <description>&lt;p&gt;With Microsoft Windows and modern LCD monitors, you get to choose&#xA;between text that is too small to read, crappy fonts, or a blurry&#xA;display.  Isn&amp;rsquo;t that nice?&lt;/p&gt;&#xA;&lt;p&gt;(But the information&#xA;&lt;a href=&#34;http://www.wordstar.org/computing/pages/monitor_cal.htm&#34;&gt;here&lt;/a&gt;&#xA;might help a little.)&lt;/p&gt;</description>
    </item>
    <item>
      <title>2007-09-12</title>
      <link>https://www.cliffmccarthy.net/posts/2007-09-12/</link>
      <pubDate>Wed, 12 Sep 2007 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2007-09-12/</guid>
      <description>&lt;p&gt;I hereby declare that the phrase &amp;ldquo;CD release party&amp;rdquo; is officially&#xA;retired from the English language.  Once a term for a one-time intimate&#xA;gathering of a band&amp;rsquo;s cool friends and loyal fans, with a tray full of&#xA;cubes of cheese and little hunks of broccoli, or maybe those tiny little&#xA;sandwiches that annoy Nigel Tufnel, the term has now become a useless&#xA;label attached to an entire sequence of ordinary gigs following a CD&#xA;release and bearing little resemblance to actual parties.&lt;/p&gt;&#xA;&lt;p&gt;Besides, nobody buys CDs any more anyway.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2007-09-03</title>
      <link>https://www.cliffmccarthy.net/posts/2007-09-03/</link>
      <pubDate>Mon, 03 Sep 2007 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2007-09-03/</guid>
      <description>&lt;p&gt;We&amp;rsquo;ll all miss&#xA;&lt;a href=&#34;http://www.dallasnews.com/sharedcontent/dws/dn/latestnews/stories/090407glalbrecht.9abfe1fe.html&#34;&gt;Carter Albrecht&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;I regret that I never got to see his band Sorta.  I had almost gotten around to it, just not quite yet.  That&amp;rsquo;s the way things go, I guess.&lt;/p&gt;&#xA;&lt;p&gt;But I saw him many times over the years, beginning with some of the prime years of the Dead Thing on Saturday nights at Dada.  And the first time I ever played MalletKAT with Magpu, he was in the group that opened up the night.  I saw him play some great shows with the New Bohemians.  And I saw him play a solo show at Bend Studio last November.  I&amp;rsquo;ll always remember that show.&lt;/p&gt;&#xA;&lt;p&gt;Farewell, Carter.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2007-08-31</title>
      <link>https://www.cliffmccarthy.net/posts/2007-08-31/</link>
      <pubDate>Fri, 31 Aug 2007 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2007-08-31/</guid>
      <description>&lt;p&gt;Nixing Ubuntu.&lt;/p&gt;&#xA;&lt;p&gt;So I recently tried installing Slackware 12 (I have been running Slackware 10), and discovered it doesn&amp;rsquo;t include Gnome.  I don&amp;rsquo;t use a Gnome desktop; I use good old twm.  And yet, it turns out that I use several useful Gnome applications that won&amp;rsquo;t compile on Slackware 12.  So I decided to look into other distributions.&lt;/p&gt;&#xA;&lt;p&gt;Last night I tried Ubuntu 7.04.  Well, I won&amp;rsquo;t be staying with that one.  First of all, after installing it, my system won&amp;rsquo;t even boot.  Grub dies with &amp;ldquo;error 15&amp;rdquo;.  Maybe this has something to do with the fact I installed on hdb instead of hda, or that I use Reiserfs, or something.  Whatever.  I did manage to boot it by adding it to my Slackware LILO config.&lt;/p&gt;&#xA;&lt;p&gt;But that&amp;rsquo;s where I get off this train.  I use RCS to track changes to administrative files.  There&amp;rsquo;s no rcs.  There&amp;rsquo;s no cvs.  There&amp;rsquo;s no tcsh.  There&amp;rsquo;s no emacs.  There&amp;rsquo;s no flex, bison, or m4.  There&amp;rsquo;s not even a stdio.h.  You get gcc, but I&amp;rsquo;m not sure what you could compile with it.  This is the same problem I had when I tried running Debian a few years ago.  I refuse to suffer through the slow trickle of chasing down the packages I need, one by one.&lt;/p&gt;&#xA;&lt;p&gt;I like to install add-on packages from source.  Ubuntu and Debian seem oriented towards just accepting pre-compiled bundles off the internet for everything.  If I wanted to work that way, I could run Windows.&lt;/p&gt;&#xA;&lt;p&gt;I want a Linux with a reasonable base system with the standard stuff I have come to expect on a Unix system.  I guess I&amp;rsquo;ll try Gentoo next.  And if that blows, there&amp;rsquo;s Fedora.  And if that won&amp;rsquo;t do, it&amp;rsquo;ll be time to look into the aftermarket Gnome hacks for Slackware.&lt;/p&gt;&#xA;&lt;p&gt;Feh.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2007-08-30</title>
      <link>https://www.cliffmccarthy.net/posts/2007-08-30/</link>
      <pubDate>Thu, 30 Aug 2007 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2007-08-30/</guid>
      <description>&lt;dl&gt;&#xA;&lt;dt&gt;The Mad Scientists are cool.  I like this quote about them:&lt;/dt&gt;&#xA;&lt;dd&gt;&#xA;&lt;p&gt;If you haven&amp;rsquo;t seen them, they play this weird blend of psyche influenced rock with sharp funk rhythms and half shouted vocals. There is also some inexplicable guitar shredding to top it off but I&amp;rsquo;ve enjoyed them when I&amp;rsquo;ve seen or heard them. I prefer the originality of their music over a lot of Denton&amp;rsquo;s &amp;ldquo;tasteful&amp;rdquo; retro country rockers, music theory students, jazz heads, and gear fetishists. - We Shot Jr - It List: Sat. 9/2/06&lt;/p&gt;&#xA;&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p&gt;(That&amp;rsquo;s a pretty good description of a lot of the Denton music scene&amp;hellip;.)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Keyboards</title>
      <link>https://www.cliffmccarthy.net/pages/Keyboards/</link>
      <pubDate>Sat, 07 Jul 2007 23:37:39 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Keyboards/</guid>
      <description>&lt;p&gt;I started my musical jorney as a keyboardist.  Here are the electronic&#xA;keyboards I have used and/or acquired over the years:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Casio PT-20&lt;/li&gt;&#xA;&lt;li&gt;Yamaha PS-55S (with futuristic-looking silver keys)&lt;/li&gt;&#xA;&lt;li&gt;Roland D-50 (still my favourite in terms of keyboard feel)&lt;/li&gt;&#xA;&lt;li&gt;Moog Rogue&lt;/li&gt;&#xA;&lt;li&gt;Korg Poly 800&lt;/li&gt;&#xA;&lt;li&gt;Korg DW-8000&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Maybe some day I&amp;rsquo;ll upload pictures or something.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2007-06-07</title>
      <link>https://www.cliffmccarthy.net/posts/2007-06-07/</link>
      <pubDate>Thu, 07 Jun 2007 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2007-06-07/</guid>
      <description>&lt;p&gt;If you weren&amp;rsquo;t at Bill Frisell&amp;rsquo;s performance at the Dallas Museum of Art tonight, you missed one of the best performances of the year.  Go see him the next time you have the opportunity.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2007-05-23</title>
      <link>https://www.cliffmccarthy.net/posts/2007-05-23/</link>
      <pubDate>Wed, 23 May 2007 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2007-05-23/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s 24-Hour Video Race season!  My team,&#xA;Brand O,&#xA;used exactly 24 hours to complete our entry.  It screened in last night&amp;rsquo;s Guerilla division.  We didn&amp;rsquo;t advance to the finals, but it was a good time anyway.  Plus, we had a&#xA;&lt;a href=&#34;https://www.fox4news.com/&#34;&gt;Fox 4&lt;/a&gt;&#xA;news crew follow us around through the whole filming process.  The story on us aired last night, which was fun to see.  There used to be an article on-line, but the link doesn&amp;rsquo;t work any more.&lt;/p&gt;&#xA;&lt;p&gt;Our entry used to be on-line, but the link doesn&amp;rsquo;t work any more.&lt;/p&gt;&#xA;&lt;p&gt;Head to the Angelika at Mockingbird Station this Wednesday and Thursday for more screenings, and next Tuesday, May 29, for the finals.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/brand_o_2007-05-19.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>2007-05-21</title>
      <link>https://www.cliffmccarthy.net/posts/2007-05-21/</link>
      <pubDate>Mon, 21 May 2007 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2007-05-21/</guid>
      <description>&lt;dl&gt;&#xA;&lt;dt&gt;Bruce Schneier is brilliant.  Check out this quote from his blog:&lt;/dt&gt;&#xA;&lt;dd&gt;&#xA;&lt;p&gt;I remember then-Attorney General John Ashcroft giving a speech in Minnesota &amp;ndash; where I live &amp;ndash; in 2003, and claiming that the fact there were no new terrorist attacks since 9/11 was proof that his policies were working. I thought: &amp;ldquo;There were no terrorist attacks in the two years preceding 9/11, and you didn&amp;rsquo;t have any policies. What does that prove?&amp;rdquo;&lt;/p&gt;&#xA;&lt;/dd&gt;&#xA;&lt;/dl&gt;</description>
    </item>
    <item>
      <title>McFarlin</title>
      <link>https://www.cliffmccarthy.net/pages/McFarlin/</link>
      <pubDate>Sun, 22 Apr 2007 21:05:04 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/McFarlin/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.smu.edu/maps/download/mcfarlin.asp&#34;&gt;McFarlin Auditorium&lt;/a&gt;, site of many &lt;a href=&#34;http://www.titas.org/&#34;&gt;TITAS&lt;/a&gt; shows.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2007-03-13</title>
      <link>https://www.cliffmccarthy.net/posts/2007-03-13/</link>
      <pubDate>Tue, 13 Mar 2007 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2007-03-13/</guid>
      <description>&lt;p&gt;It must be spring; there are suddenly tons of shows to go see.  Check out the &lt;a href=&#34;../../pages/Calendar&#34;&gt;Calendar&lt;/a&gt; and go see live music!&lt;/p&gt;</description>
    </item>
    <item>
      <title>2007-03-09</title>
      <link>https://www.cliffmccarthy.net/posts/2007-03-09/</link>
      <pubDate>Fri, 09 Mar 2007 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2007-03-09/</guid>
      <description>&lt;p&gt;I just got word that the Dallas Hard Rock Cafe closed this month.  I&amp;rsquo;m sorry to see it go, even though I hardly ever went there.  Ever since they replaced their excellent extra-spicy veggie burger with some off-the-shelf brand name version, there just wasn&amp;rsquo;t much reason to go.  Still, there was something cool about a restaurant full of guitars with &amp;ldquo;rock&amp;rdquo; in its name.&lt;/p&gt;&#xA;&lt;p&gt;I guess we can look forward to having our own House of Blues, which will probably feature blues about as much as the Hard Rock Cafe featured hard rock.  I hear rumour it&amp;rsquo;s going to be smoke-free; yay for that.  And there&amp;rsquo;s a part of me that prefers to see places that aren&amp;rsquo;t name-branded, but if it turns out to be a good music venue, it&amp;rsquo;s a good thing overall.&lt;/p&gt;&#xA;&lt;p&gt;Most importantly, go see shows at the&#xA;&lt;a href=&#34;http://www.granadatheater.com/&#34;&gt;Granada&lt;/a&gt;&#xA;whenever possible.  Smoke-free, great sound, great bands, cool employees.  And not part of a world-wide chain.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2007-02-23</title>
      <link>https://www.cliffmccarthy.net/posts/2007-02-23/</link>
      <pubDate>Fri, 23 Feb 2007 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2007-02-23/</guid>
      <description>&lt;p&gt;The Borders at Coit and Arapaho is going out of business.  Last day is tomorrow, February 24.  Books 40% off.  CDs 40% off &lt;em&gt;and&lt;/em&gt; 4 for the price of 3.  (But you&amp;rsquo;ll have to ring up more than once if you get eight and don&amp;rsquo;t want them to give you the cheapest two free.)&lt;/p&gt;</description>
    </item>
    <item>
      <title>2007-02-11</title>
      <link>https://www.cliffmccarthy.net/posts/2007-02-11/</link>
      <pubDate>Sun, 11 Feb 2007 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2007-02-11/</guid>
      <description>&lt;p&gt;The Gypsy Tea Room is closing.  I won&amp;rsquo;t miss the smoky air there, or its lack of comforts like decent seats, but it has been the site of many a good show nonetheless.  I&amp;rsquo;ll miss it for that.  Last chance to see anything there is March.  My pick for a good final show is Michael Franti &amp;amp; Spearhead on March 2.  After that, see you at the Granada!&lt;/p&gt;</description>
    </item>
    <item>
      <title>2007-02-03</title>
      <link>https://www.cliffmccarthy.net/posts/2007-02-03/</link>
      <pubDate>Sat, 03 Feb 2007 12:00:00 -0600</pubDate>
      <guid>https://www.cliffmccarthy.net/posts/2007-02-03/</guid>
      <description>&lt;p&gt;The &lt;a href=&#34;http://rpmchallenge.com/&#34;&gt;RPM Challenge&lt;/a&gt; is under way.  Record an album in the month of February.  Sounds like a pretty good idea.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mathematics</title>
      <link>https://www.cliffmccarthy.net/pages/Mathematics/</link>
      <pubDate>Sat, 15 Jul 2006 13:53:37 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Mathematics/</guid>
      <description>&lt;p&gt;I provide free tutoring in mathematics, especially Statistics, for&#xA;students at Collin County Community College.  I used to keep a schedule here, but I&amp;rsquo;ve gotten lazy about updating it, so just come in to the Mathematics Lab and one of our friendly tutors will help you.  One of them might be me.&lt;/p&gt;</description>
    </item>
    <item>
      <title>RecentChanges</title>
      <link>https://www.cliffmccarthy.net/pages/RecentChanges/</link>
      <pubDate>Thu, 29 Jun 2006 03:37:18 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/RecentChanges/</guid>
      <description>&lt;p&gt;This page shows everything that has changed recently, and is a good place to look to keep track of what is going on here.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Media List</title>
      <link>https://www.cliffmccarthy.net/pages/Media_List/</link>
      <pubDate>Thu, 29 Jun 2006 03:02:49 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Media_List/</guid>
      <description>&lt;p&gt;This is a list of reminders to myself.  I have no idea if this information is useful to you.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cuong Vu&lt;/strong&gt; It&amp;rsquo;s Mostly Residual&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Jana Losey&lt;/strong&gt;&amp;rsquo;s new one&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Frederick P. Brooks&lt;/strong&gt;: &amp;lsquo;&amp;lsquo;No Silver Bullet&amp;rsquo;&amp;rsquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Bruce Tate&lt;/strong&gt;: &amp;lsquo;&amp;lsquo;Beyond Java&amp;rsquo;&amp;rsquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Project O&lt;/strong&gt;: Now as Then&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Pilotdrift&lt;/strong&gt;: Water Sphere&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Bill Laswell&lt;/strong&gt;: Hear No Evil&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Splendid&lt;/strong&gt;: Have You Got a Name for It&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Giant Sand&lt;/strong&gt;: Is All Over the Map, Cover Magazine&lt;/p&gt;&#xA;&lt;p&gt;(check stuff on the Knitting Factory label)&lt;/p&gt;&#xA;&lt;p&gt;(check stuff on the Omnitone label)&lt;/p&gt;&#xA;&lt;p&gt;Djam Karet probably has some new stuff&lt;/p&gt;&#xA;&lt;p&gt;Audio&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Don Ellis?&lt;/li&gt;&#xA;&lt;li&gt;Dave Douglas / Freak In&lt;/li&gt;&#xA;&lt;li&gt;Dave Holland / Not for Nothin&#39;&lt;/li&gt;&#xA;&lt;li&gt;EST / EST Plays Monk&lt;/li&gt;&#xA;&lt;li&gt;Ingrid Jensen (Project O) / Now as Then&lt;/li&gt;&#xA;&lt;li&gt;King Crimson / (new 2003)&lt;/li&gt;&#xA;&lt;li&gt;Misfits / (Walk Among Us ?)&lt;/li&gt;&#xA;&lt;li&gt;Rush / Different Stages&lt;/li&gt;&#xA;&lt;li&gt;Steve Tibbetts / Steve Tibbetts&lt;/li&gt;&#xA;&lt;li&gt;Virginia Mayhew / Phantoms&lt;/li&gt;&#xA;&lt;li&gt;XTC / Apple Venus Volume 1&lt;/li&gt;&#xA;&lt;li&gt;Beastie Boys / The Mix-Up&lt;/li&gt;&#xA;&lt;li&gt;Michael Brecker / Pligrimage&lt;/li&gt;&#xA;&lt;li&gt;herbie hancock /  river: the joni letters&lt;/li&gt;&#xA;&lt;li&gt;terence blanchard / bounce&lt;/li&gt;&#xA;&lt;li&gt;gangbe brass band / togbe&lt;/li&gt;&#xA;&lt;li&gt;gangbe brass band / whendo&lt;/li&gt;&#xA;&lt;li&gt;lionel loueke / in a trance&lt;/li&gt;&#xA;&lt;li&gt;lionel loueke / virgin forest&lt;/li&gt;&#xA;&lt;li&gt;avishai cohen (trumpet) / after the big rain&lt;/li&gt;&#xA;&lt;li&gt;richard bona / tiki&lt;/li&gt;&#xA;&lt;li&gt;blue in the face soundtrack&lt;/li&gt;&#xA;&lt;li&gt;milton nascimento / Angelus (PM on guitar)&lt;/li&gt;&#xA;&lt;li&gt;milton nascimento / Encontros e Despedidas (PM on guitar)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Video&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Grateful Dead / The Closing of Winterland&lt;/li&gt;&#xA;&lt;li&gt;Pat Metheny Group / Speaking of Now live&lt;/li&gt;&#xA;&lt;li&gt;Blade Runner&lt;/li&gt;&#xA;&lt;li&gt;Unforgiven&lt;/li&gt;&#xA;&lt;li&gt;Shakespeare in Love&lt;/li&gt;&#xA;&lt;li&gt;A Clockwork Orange&lt;/li&gt;&#xA;&lt;li&gt;Dr. Strangelove&lt;/li&gt;&#xA;&lt;li&gt;Dune&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Books&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Horowitz &amp;amp; Hill / The Art of Electronics&lt;/li&gt;&#xA;&lt;li&gt;Hunter S. Thompson / Fear and Loathing in Las Vegas&lt;/li&gt;&#xA;&lt;li&gt;Bruce Schneier / Beyond Fear&lt;/li&gt;&#xA;&lt;li&gt;Thomas Frank / What&amp;rsquo;s the Matter with Kansas?&lt;/li&gt;&#xA;&lt;li&gt;George Lakoff / Don&amp;rsquo;t Think of an Elephant&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Electric Guitar Wiring</title>
      <link>https://www.cliffmccarthy.net/pages/Electric_Guitar_Wiring/</link>
      <pubDate>Sun, 11 Jun 2006 04:13:17 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Electric_Guitar_Wiring/</guid>
      <description>&lt;p&gt;In 1987 I bought a Cort electric guitar, an inexpensive Stratocaster-style guitar.  It came with a lousy five-way switch that usually only worked in the bridge-only position.  This defective switch started me on a journey through the complex and fascinating world of electric guitar wiring.&lt;/p&gt;&#xA;&lt;p&gt;At this point, I have pretty much lost count of how many times I have taken this guitar apart and modified its innards somehow.  When my initial attempts to fiddle with the switch were unsuccessful at solving the problem, I removed the five-way switch, replacing it with three slider toggle switches.  However, I mis-interpreted the intended schematic of the five-way switch, and as a result I wired up the pickups wrong.  Somehow I got it set up so that the tone knobs could also bring pickups in and out of the circuit, independent of the positions of the switches.  It took me a while to realize this, though.&lt;/p&gt;&#xA;&lt;p&gt;Fortunately, I discovered the&#xA;&lt;a href=&#34;http://www.guitarnuts.com/&#34;&gt;Guitar Nuts&lt;/a&gt;&#xA;web site, which showed me schematics for what the guitar wiring was really supposed to look like.  I did the shielding and star-grounding mod described there; I&amp;rsquo;m not sure it made much of a difference in how much my pickups hum, but it did put me on a path to getting everything inside better-organized.&lt;/p&gt;&#xA;&lt;p&gt;Inspired by the vast array of wiring configurations on the Guitar Nuts site, I began designing increasingly complex pickup configurations.  I eventually replaced the bridge pickup with a rail humbucker, replaced the slider switches with bat-handle toggles, and added two more switches to enable a ridiculous number of pickup combinations.  On the last re-wiring, I also stripped out all the cruddy wires I had been re-using and used brand new wire throughout, with many different colours for easier identification.&lt;/p&gt;&#xA;&lt;p&gt;So, what follows are the details on that latest wiring job.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;This photo shows the completed wiring:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/guitar_wiring/guitar_wiring01.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The ring terminal that serves as the center of the star grounding is inside the black electrical tape.  The large brown capacitor connects the guitar&amp;rsquo;s internal ground to the cavity shield and the strings.  This capacitor protects the player against shock resulting from DC voltage being applied to the cord.  The small green capacitors are for the tone knobs.&lt;/p&gt;&#xA;&lt;p&gt;Along the back, there is a row of five toggle switches.  Most of these are on-off-on DPDT switches, but the second from the left is an on-on-on, for parallel/single/series humbucker switching.  It is also slightly bigger than the others, because I couldn&amp;rsquo;t find a sub-mini on-on-on switch.&lt;/p&gt;&#xA;&lt;p&gt;The coiled black wire is from the humbucker; I didn&amp;rsquo;t want to hack off the excess wire because you never know when you might need it, and extending a shielded wire like that is tricky.  The electrical tape to the right of the picture shows where I had to do exactly that with the wire from one of the pickups.  Repeated re-wirings over the years eventually drove that pickup to the point where I had to splice and extend it.&lt;/p&gt;&#xA;&lt;p&gt;This picture shows the wiring from the other side; here the switches are clearly visible:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/guitar_wiring/guitar_wiring02.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Here is a top view, where it is easier to trace some of the wires:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/guitar_wiring/guitar_wiring03.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This shot shows the ring terminal with the electrical tape off, and my band&amp;rsquo;s sticker inside the body cavity.  (Putting a sticker inside like this improves the instrument&amp;rsquo;s sound.)&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/guitar_wiring/guitar_wiring04.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I mainly took these pictures so that I could review the wiring later without taking the guitar apart; they don&amp;rsquo;t really show the &amp;ldquo;how-to&amp;rdquo; details of setting up a guitar this way.&lt;/p&gt;&#xA;&lt;p&gt;More interesting is the schematic:&lt;/p&gt;&#xA;&lt;p&gt;(which will be added much later)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Peavey Rage 108 Footswitch Mod</title>
      <link>https://www.cliffmccarthy.net/pages/Peavey_Rage_108_Footswitch_Mod/</link>
      <pubDate>Sat, 10 Jun 2006 04:43:09 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Peavey_Rage_108_Footswitch_Mod/</guid>
      <description>&lt;p&gt;I got my electric guitar back in 1987.  As a kid with not much money and no job, I was intent of minimizing cost as much as possible.  So I figured I didn&amp;rsquo;t need an amp; I could just play it through my stereo.  But after attempting that for a while, I learned that an electric guitar played through a stereo sounds nothing like Jimmy Page, or Steve Howe, or any of the other electric guitar sounds that I loved.&lt;/p&gt;&#xA;&lt;p&gt;Years went by, and I eventually learned that the amp was an important part of making an electric guitar really rock.  (I hadn&amp;rsquo;t discovered effects yet&amp;mdash;that came later.  Bwahahahaha!)  I was still on a budget, so I went for the cheapest amp I could get my hands on.  Some time in 1991, I think it was, I went to Whittaker Music (with my grandmother, if I remember right) and bought a Peavey Rage 108.  This was back in the days of the Gorilla amp&amp;mdash;remember those?  The Rage 108 was similar and about the same price, but seemed somewhat better constructed to me.&lt;/p&gt;&#xA;&lt;p&gt;It turns out that this $100 amp is actually a nice little amplifier.  You can get some decent sound out of it, and the distortion channel sounds good and crunchy.  When you consider how small and lightweight the thing is, it&amp;rsquo;s a pretty handy piece of equipment.&lt;/p&gt;&#xA;&lt;p&gt;But, the one thing that always frustrated me about it was that it&amp;rsquo;s hard to switch channels on it while playing.  The channel selector switch is a tiny little toggle switch nestled in between two knobs.  So you either have to set the amp up where you can easily reach it with your hand while you&amp;rsquo;re playing (and even then it&amp;rsquo;s a pain), or you need to try to poke at the switch with your foot, which is more likely to spin the adjacent knobs and mess up your settings.&lt;/p&gt;&#xA;&lt;p&gt;So what I really wanted was the ability to switch channels with a footswitch.  I searched around on-line and didn&amp;rsquo;t find any information about mods for doing this, so I decided to dive in and figure out how to do it on my own.&lt;/p&gt;&#xA;&lt;p&gt;It turns out that it&amp;rsquo;s really pretty simple to add a footswitch, so here are my notes on what I did to add one to my amp.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;Disclaimer: Use this information at your own risk. If following this advice causes your amp to emit purple smoke, it&amp;rsquo;s your own fault, unless you think that&amp;rsquo;s cool, in which case it&amp;rsquo;s still your own fault.&lt;/p&gt;&#xA;&lt;p&gt;First, you have to get the &amp;ldquo;head&amp;rdquo; out of the &amp;ldquo;cabinet&amp;rdquo;.  To do this, you unscrew the four screws on the top (the ones that don&amp;rsquo;t appear to be holding anything on from the outside):&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/peavey_rage108_footswitch/top_screws.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;(Having the head held in by screws from the top like this seems to be a pretty standard setup for Peavey amplifiers.)&lt;/p&gt;&#xA;&lt;p&gt;Before you pull the head out, disconnect the wires from the speaker.  They are connected with spade lug connectors, so they just pull off.  Note which wire is which so you can re-connect it later.  You should then be able to slide the head completely out of the cabinet.&lt;/p&gt;&#xA;&lt;p&gt;Inside the head, there is a circuit board.  A variety of things stand in the way of removing the board.  You will need to remove the front knobs by pulling them straight off.  The jacks have hex nuts around them; use a wrench to remove those.  The board is also held in by several screws; unscrew them.&lt;/p&gt;&#xA;&lt;p&gt;Once the board is loose, you should be able to pull it out of the sheet metal enclosure:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/peavey_rage108_footswitch/removed_board.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;It will still be connected to the sheet metal by several wires, but you should be able to manipulate it enough to get it to where you can access both sides of it easily.  Be extra careful with the speaker wires when pulling it out.  they are held in place by a couple stiff protuding connectors which can get caught up on the square hole in the sheet metal, and the sheet metal may nick the wires:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/peavey_rage108_footswitch/nicked_wires.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Next, remove the channel switch by desoldering it:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/peavey_rage108_footswitch/desoldered_board.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Note that four of the pins are bent over; you will need to carefully straighten them out to remove the switch.&lt;/p&gt;&#xA;&lt;p&gt;With the switch free, bend back two of the pins, as shown.  (You could cut them off, but I wanted to make sure I could undo all this if it didn&amp;rsquo;t work.)  We are going to re-route these pins through a jack on the back of the amp.  Note that the pins on the top are connected to the corresponding ones on the bottom; this fact will come in handy.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/peavey_rage108_footswitch/switch_bent_pins.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;We will need to run four wires from the switch and board to the back of the amp.  I used a four-conductor-plus-shield microphone cable for this.  Solder two of the wires to the top pins corresponding to the bent ones:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/peavey_rage108_footswitch/switch_with_wires.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Solder the shield (or a fifth wire, if you don&amp;rsquo;t have a cable like this available) to the center pin:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/peavey_rage108_footswitch/switch_with_wires2.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;At the other end of this short piece of cable, we&amp;rsquo;ll add a jack to allow the footswitch to be plugged in.  We need a 1/4&amp;quot; tip-ring-sleeve jack with &amp;ldquo;closed tip, closed ring&amp;rdquo; switches, like the Switchcraft 14B&#xA;(&lt;a href=&#34;http://www.mouser.com/&#34;&gt;Mouser&lt;/a&gt; part number 502-14B).&#xA;Make sure the cable is long enough to reach from the switch to the back of the head, and solder on the jack:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/peavey_rage108_footswitch/jack.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Note how the wires are in pairs, with the two white ones &amp;ldquo;normalled&amp;rdquo; to each other, and the same for the two blue ones.  The shield is connected to the sleeve contact.  It doesn&amp;rsquo;t really matter which pair of wires goes to the tip and which goes to the ring.  However, it &amp;lsquo;&amp;lsquo;is&amp;rsquo;&amp;rsquo; important how each pair is connected.  The wire attached to the channel switch should be the one that is disconnected from the plug when the plug is inserted.  The other wire (which will be connected to the circuit board next) should be connected to the plug when a plug is inserted.  Verify this with a continuity tester to save yourself headache later.&lt;/p&gt;&#xA;&lt;p&gt;Back at the switch end, solder the two free wires to the circuit board, in the two holes that were previously occupied by the pins that are now bent up.  Put the switch back and solder it in, making sure that the bent pins do not make contact with the exposed part of the wires soldered to the board:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/peavey_rage108_footswitch/switch_replaced.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Be careful not to scratch up your circuit board like I did:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/peavey_rage108_footswitch/resoldered_board.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;To help ensure you don&amp;rsquo;t nick your speaker wires, I recommend padding the edge of the square hole with some electrical tape:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/peavey_rage108_footswitch/tape_sticker.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;(Be sure to put your band&amp;rsquo;s sticker on the inside as well!  It makes it sound better.)&lt;/p&gt;&#xA;&lt;p&gt;Mount the circuit board back in the enclosure, and put back the knobs and nuts on the front panel:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/peavey_rage108_footswitch/reassembled_head.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Drill a hole in the back and mount the jack.  A five-wired jack like this is kind of bulky, so you may have to fiddle with it a bit to get it to fit right.&lt;/p&gt;&#xA;&lt;p&gt;Now we need to build the footswitch itself.  It&amp;rsquo;s just a SPDT switch with a tip-ring-sleeve plug.  Attach the plug to one end of a shielded two-conductor cable:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/peavey_rage108_footswitch/plug.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Attach the shield to the sleeve; it doesn&amp;rsquo;t really matter which wire goes to the tip and which goes to the ring.&lt;/p&gt;&#xA;&lt;p&gt;Drill two holes in a small enclosure.  One will hold the switch and the other will admit the cable.  Attach the switch to the cable, with the common terminal connected to the shield:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/peavey_rage108_footswitch/switch1.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Then mount the switch in place.  I like using a cable tie as a strain relief:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/peavey_rage108_footswitch/switch2.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;You then should be ready to go!  Apart from the jack on the back, there is really no sign that anything is different about the amp:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/peavey_rage108_footswitch/jack_on_back.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;(Also notice how easily the footswitch can be stashed inside the amp.)&lt;/p&gt;&#xA;&lt;p&gt;The front switch now sits at a little bit of an angle because the wires run underneath it to the circiut board.  But it&amp;rsquo;s hardly noticeable:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.cliffmccarthy.net/images/peavey_rage108_footswitch/rage108_front.jpg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;When the footswitch is not plugged in, the front switch works like it always did.  When the footswitch is plugged in, it overrides the switch, allowing you to change channels without missing a beat.&lt;/p&gt;&#xA;&lt;p&gt;Rock on!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Moog Rogue Trim Pots</title>
      <link>https://www.cliffmccarthy.net/pages/Moog_Rogue_Trim_Pots/</link>
      <pubDate>Fri, 09 Jun 2006 01:32:41 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Moog_Rogue_Trim_Pots/</guid>
      <description>&lt;h2 id=&#34;tweaking-your-moog-rogue&#34;&gt;Tweaking your Moog Rogue&lt;/h2&gt;&#xA;&lt;p&gt;Disclaimer: Use this information at your own risk. If following this advice causes your Moog to emit purple smoke, it&amp;rsquo;s your own fault, unless you think that&amp;rsquo;s cool, in which case it&amp;rsquo;s still your own fault.&lt;/p&gt;&#xA;&lt;p&gt;Have you ever wondered what the nine trim pots on the back of a Moog Rogue are for? I did, and so I did some experiments to figure it out. Since there isn&amp;rsquo;t any information about this on the web, I decided to write up my results. The information in this document is purely the result of my own research; I have never seen the Moog service manual.&lt;/p&gt;&#xA;&lt;p&gt;(In the time since I originally wrote this, I came across some more information about adjusting the trimpots, at:&#xA;&lt;a href=&#34;http://elists.resynthesize.com/analogue-heaven/1999/07/271757/&#34;&gt;http://elists.resynthesize.com/analogue-heaven/1999/07/271757/&lt;/a&gt;.  You might want to refer to that information too.)&lt;/p&gt;&#xA;&lt;p&gt;Across the back of a Moog Rogue, you&amp;rsquo;ll find nine trim pots. I only was able to figure out what eight of them did; the ninth one (near the power switch) seems to have some vague effect on tone or volume, but I have no idea what it really does. I will refer to the others as 1 through 8 as shown in this photo:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.cliffmccarthy.net/images/moog_rogue/moog_rogue_trimpots.jpg&#34;&gt;http://www.cliffmccarthy.net/images/moog_rogue/moog_rogue_trimpots.jpg&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;As best as I can discern, these trim pots function as follows:&lt;/p&gt;&#xA;&lt;h1 id=&#34;keyboard-control-voltage-adjustment&#34;&gt;Keyboard control voltage adjustment&lt;/h1&gt;&#xA;&lt;h1 id=&#34;octave-switch-range&#34;&gt;Octave switch range&lt;/h1&gt;&#xA;&lt;h1 id=&#34;oscillator-1-pitch&#34;&gt;Oscillator 1 pitch&lt;/h1&gt;&#xA;&lt;h1 id=&#34;oscillator-1-range&#34;&gt;Oscillator 1 range&lt;/h1&gt;&#xA;&lt;h1 id=&#34;oscillator-2-range&#34;&gt;Oscillator 2 range&lt;/h1&gt;&#xA;&lt;h1 id=&#34;oscillator-2-pitch&#34;&gt;Oscillator 2 pitch&lt;/h1&gt;&#xA;&lt;h1 id=&#34;oscillator-1-keyboard-tracking&#34;&gt;Oscillator 1 keyboard tracking&lt;/h1&gt;&#xA;&lt;h1 id=&#34;oscillator-2-keyboard-tracking&#34;&gt;Oscillator 2 keyboard tracking&lt;/h1&gt;&#xA;&lt;p&gt;Notes about these adjustments:&lt;/p&gt;&#xA;&lt;p&gt;&amp;lsquo;&amp;lsquo;&amp;lsquo;1. Keyboard control voltage adjustment&amp;rsquo;&amp;rsquo;&amp;rsquo;&lt;/p&gt;&#xA;&lt;p&gt;This adjustment allows you to adjust the voltage output range of the keyboard, and should be the first thing you tweak. To measure it, connect a cable to the &amp;ldquo;keyboard in/out&amp;rdquo; jack on the back. Like the panel says, be sure you use a stereo (tip-ring-sleeve) plug. I find an insert cable handy for this. Using a voltmeter, measure the voltage between the tip and the sleeve. The voltages should be as follows:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;Low F&#x9;0.000 V&#xA;Low B&#x9;0.500 V&#xA;Middle F&#x9;1.000 V&#xA;Middle B&#x9;1.500 V&#xA;High F&#x9;2.000 V&#xA;High B&#x9;2.500 V&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;The low F voltage remains fixed, all the other voltages change as the trim pot is adjusted. You probably won&amp;rsquo;t find a setting that exactly hits the right values at every point on the keyboard; aim for the setting that gets the closest overall.&lt;/p&gt;&#xA;&lt;p&gt;&amp;lsquo;&amp;lsquo;&amp;lsquo;2. Octave switch adjustment&amp;rsquo;&amp;rsquo;&amp;rsquo;&lt;/p&gt;&#xA;&lt;p&gt;This pot controls the spacing between the octaves as selected by the octave switch on the front panel:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.cliffmccarthy.net/images/moog_rogue/moog_rogue_octave.jpg&#34;&gt;http://www.cliffmccarthy.net/images/moog_rogue/moog_rogue_octave.jpg&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Initially set the switch to 32&amp;rsquo;, as this setting is unaffected by the trim pot. Turn on just Oscillator 1 and get a reference note in tune, using some combination of the pitch bender, the tuning knob, or the other trimpots. Then, with the switch in the 16&amp;rsquo; and 8&amp;rsquo; positions, adjust the trim pot until all three octaves are in tune.&lt;/p&gt;&#xA;&lt;p&gt;&amp;lsquo;&amp;lsquo;&amp;lsquo;3. Oscillator 1 pitch / 6. Oscillator 2 pitch&amp;rsquo;&amp;rsquo;&amp;rsquo;&lt;/p&gt;&#xA;&lt;p&gt;I think this is a straight pitch tuning adjustment for each oscillator. Before tuning the oscillators, set the tune knob straight up and the interval to &amp;ldquo;unison&amp;rdquo;:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.cliffmccarthy.net/images/moog_rogue/moog_rogue_tune.jpg&#34;&gt;http://www.cliffmccarthy.net/images/moog_rogue/moog_rogue_tune.jpg&lt;/a&gt;&#xA;&lt;a href=&#34;http://www.cliffmccarthy.net/images/moog_rogue/moog_rogue_interval.jpg&#34;&gt;http://www.cliffmccarthy.net/images/moog_rogue/moog_rogue_interval.jpg&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The range covered by the trim pots is quite large&amp;mdash;about an octave. If you find that you are having to turn the pot to its limit to get anywhere near the right note, your pitch bender may be out of adjustment. The pitch bend wheel is held in place by a set screw that is accessed through the hole in the finger notch at the crest of the wheel. Use an allen wrench to adjust it. (You&amp;rsquo;ll have to guess at the size.) If you center the pitch trim pots then turn the pitch bender until you hit approximately the right pitch, you can then loosen and re-center the pitch bender. Make sure you can still turn the wheel through its full range without hitting the limit of the pitch bender pot. Once the bender is approximately in the right place, adjust the oscillator trim pots again.&lt;/p&gt;&#xA;&lt;p&gt;&amp;lsquo;&amp;lsquo;&amp;lsquo;4. Oscillator 1 range / 5. Oscillator 2 range&amp;rsquo;&amp;rsquo;&amp;rsquo;&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m not exactly sure what the relationship is between these pots and 7 &amp;amp; 8. My guess is that 4 &amp;amp; 5 are adjustments internal to the oscillators, while 7 &amp;amp; 8 control the degree that the keyboard control voltage affects the pitch. To get these in tune, check notes across the whole range of the keyboard. Tune a low note using trim pot 3 or 6 (depending on the oscillator), then check a high note and adjust this trim pot until the high note is in tune. Then go back to the low note, which may have drifted a bit, and adjust trim pot 3 or 6 again. You will probably have to iterate this process a bit until you hit the right combination. When everything is adjusted correctly, you should be able to play both oscillators in unison across the whole keyboard without them &amp;ldquo;beating&amp;rdquo; anywhere along it.&lt;/p&gt;&#xA;&lt;p&gt;&amp;lsquo;&amp;lsquo;&amp;lsquo;7. Oscillator 1 keyboard tracking / 8. Oscillator 2 keyboard tracking&amp;rsquo;&amp;rsquo;&amp;rsquo;&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m not sure how tweaking these is different from tweaking 4 &amp;amp; 5, so you&amp;rsquo;re on your own here.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Contact Info</title>
      <link>https://www.cliffmccarthy.net/pages/Contact_Info/</link>
      <pubDate>Fri, 09 Jun 2006 01:03:08 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Contact_Info/</guid>
      <description>&lt;p&gt;To contact me, send e-mail to:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;wiki at cliffmccarthy dot net&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;But convert that into an actual e-mail address, using the transformation that should be obvious to you as a human, but not to a spambot.  (Heck, it&amp;rsquo;s probably obvious to spambots too.  Oh well.)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Film</title>
      <link>https://www.cliffmccarthy.net/pages/Film/</link>
      <pubDate>Thu, 18 May 2006 16:21:13 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Film/</guid>
      <description>&lt;p&gt;Sometimes I help make movies, or &amp;ldquo;films&amp;rdquo;, as we call them when we want to sound all pretentious and artistic.  I generally do this with some friends, calling ourselves Brand-O.  We started out making films for the Dallas 24-hour video race, put on by the&#xA;&lt;a href=&#34;http://www.dallasvideo.org/&#34;&gt;Video Association of Dallas&lt;/a&gt;,&#xA;but we have started making random recreational films in our free time as well.&lt;/p&gt;&#xA;&lt;p&gt;You can see some of our work at:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://web.mac.com/bwhitewater/iWeb/Brand-O/&#34;&gt;http://web.mac.com/bwhitewater/iWeb/Brand-O/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;We also dig&#xA;&lt;a href=&#34;http://www.smokingcrayolas.net/&#34;&gt;Smoking Crayolas&lt;/a&gt;,&#xA;because they&amp;rsquo;re cool.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;The&#xA;&lt;a href=&#34;http://www.dallasvideo.org/&#34;&gt;Video Association of Dallas&lt;/a&gt;&#xA;has also started putting on a 24-hour film race called Guts and Glory, and in 2008 they started including Super 8 as well as 16mm.  Here are some useful Super 8 links:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.retrothing.com/2008/05/buying-super-8.html&#34;&gt;Article about Super 8 film and processing&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://super8wiki.com/&#34;&gt;http://super8wiki.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.canon.com/camera-museum/camera/cine/data/1971-1982/1975_514xl.html?lang=us&amp;amp;categ=srs&amp;amp;page=8mc&#34;&gt;Canon 514 XL&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.dwaynesphoto.com/&#34;&gt;http://www.dwaynesphoto.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.spectrafilmandvideo.com/&#34;&gt;http://www.spectrafilmandvideo.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.yalefilmandvideo.com/&#34;&gt;http://www.yalefilmandvideo.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.city-net.com/~fodder/s8mm/s8service.html&#34;&gt;Possible source for Super 8 processing in Texas&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.cinemaker.org/faq.html&#34;&gt;Another possible source for Super 8 processing in Texas&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.super8stuff.com/&#34;&gt;http://www.super8stuff.com/&lt;/a&gt; - source for projector belts&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>About this Site</title>
      <link>https://www.cliffmccarthy.net/pages/About_This_Site/</link>
      <pubDate>Wed, 10 May 2006 20:30:31 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/About_This_Site/</guid>
      <description>&lt;p&gt;This site is something of an experiment in content management.  Over the&#xA;last few years, I have used wikis in various contexts, and I have found&#xA;their user interface to be incredibly simple and effective.  The wiki&#xA;interface provides the simplest means I have ever seen to keep a page&#xA;up-to-date, and the simplified markup makes it easier to focus on&#xA;creating content.&lt;/p&gt;&#xA;&lt;p&gt;While I think the collaborative aspect of wikis is cool, that is not my&#xA;goal with this site.  I am merely using the wiki software as a tool that&#xA;allows me to easily update the site from anywhere.&lt;/p&gt;&#xA;&lt;p&gt;2008-05-21:  Up until recently, I had no protection enabled against&#xA;editing this site.  However, in the last week or so, spambots have begun&#xA;dumping tons of&#xA;&lt;a href=&#34;http://en.wikipedia.org/wiki/Link_spam&#34;&gt;link spam&lt;/a&gt;&#xA;into the wiki.  So, I set a password on edits.  Sorry about that.  I was&#xA;about the only person making edits anyway.  If you want the password,&#xA;contact me and I&amp;rsquo;ll give it to you.&lt;/p&gt;&#xA;&lt;p&gt;Throughout these pages, any first-person pronouns generally refer to me,&#xA;Cliff McCarthy.&lt;/p&gt;&#xA;&lt;p&gt;Enjoy!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Computers</title>
      <link>https://www.cliffmccarthy.net/pages/Computers/</link>
      <pubDate>Wed, 10 May 2006 01:09:03 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Computers/</guid>
      <description>&lt;h2 id=&#34;software-engineering&#34;&gt;Software engineering&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.joelonsoftware.com/&#34;&gt;http://www.joelonsoftware.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://nick.hates-software.com/&#34;&gt;http://nick.hates-software.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;usability&#34;&gt;Usability&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.w3.org/Provider/Style/URI.html&#34;&gt;Cool URIs don&amp;rsquo;t change&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.useit.com/alertbox/991003.html&#34;&gt;http://www.useit.com/alertbox/991003.html&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.useit.com/alertbox/20040503.html&#34;&gt;http://www.useit.com/alertbox/20040503.html&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.useit.com/alertbox/20040510.html&#34;&gt;http://www.useit.com/alertbox/20040510.html&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.useit.com/alertbox/weblogs.html&#34;&gt;http://www.useit.com/alertbox/weblogs.html&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.useit.com/alertbox/20020512.html&#34;&gt;http://www.useit.com/alertbox/20020512.html&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.useit.com/alertbox/20050523.html&#34;&gt;http://www.useit.com/alertbox/20050523.html&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;blog--wiki-packages&#34;&gt;Blog / Wiki packages&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.oddmuse.org/&#34;&gt;http://www.oddmuse.org/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://fromage.sourceforge.net/&#34;&gt;http://fromage.sourceforge.net/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://leonardo.pyworks.org/&#34;&gt;http://leonardo.pyworks.org/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://pimki.rubyforge.org/&#34;&gt;http://pimki.rubyforge.org/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;software&#34;&gt;Software&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.kernel.org/&#34;&gt;http://www.kernel.org/&lt;/a&gt; for the only operating system you&amp;rsquo;ll ever want&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.slackware.com/&#34;&gt;http://www.slackware.com/&lt;/a&gt; for the most &amp;ldquo;classic Unix&amp;rdquo; Linux distribution&#xA;** Slackware 12.0 (or maybe it was 11.0) dropped GNOME, so to compile handy tools like &lt;a href=&#34;http://nostatic.org/grip/&#34;&gt;grip&lt;/a&gt; and &lt;a href=&#34;http://gthumb.sourceforge.net/&#34;&gt;gthumb&lt;/a&gt;, you need something like:&#xA;*** &lt;a href=&#34;http://www.droplinegnome.net/&#34;&gt;dropline GNOME&lt;/a&gt;&#xA;*** &lt;a href=&#34;http://gsb.freerock.org/&#34;&gt;Freerock GNOME&lt;/a&gt;&#xA;*** &lt;a href=&#34;http://www.gware.org/&#34;&gt;GWARE&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.nongnu.org/viewmail/&#34;&gt;View Mail (VM) for Emacs&lt;/a&gt; (and the &lt;a href=&#34;http://www.wonderworks.com/vm/&#34;&gt;old site&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.freshmeat.net/&#34;&gt;http://www.freshmeat.net/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.mplayerhq.hu/&#34;&gt;MPlayer&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://linux.oneandoneis2.org/LNW.htm&#34;&gt;Linux is not Windows&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.rahul.net/dholmes/ctorrent/&#34;&gt;Enhanced CTorrent&lt;/a&gt; - super simple BitTorrent command-line interface&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://blogs.adobe.com/penguin.swf/&#34;&gt;Penguin.SWF&lt;/a&gt;: Flash on Linux&lt;/li&gt;&#xA;&lt;li&gt;Sendmail / SSL&#xA;** &lt;a href=&#34;http://helpme.att.net/article.php?item=287&#34;&gt;http://helpme.att.net/article.php?item=287&lt;/a&gt;&#xA;** &lt;a href=&#34;http://www.linuxquestions.org/questions/slackware-14/sendmail-smtp-auth-howto-224543/&#34;&gt;http://www.linuxquestions.org/questions/slackware-14/sendmail-smtp-auth-howto-224543/&lt;/a&gt;&#xA;** &lt;a href=&#34;http://aput.net/~jheiss/sendmail/tlsandrelay.shtml&#34;&gt;http://aput.net/~jheiss/sendmail/tlsandrelay.shtml&lt;/a&gt;&#xA;** &lt;a href=&#34;http://www.screaming-penguin.com/node/4214&#34;&gt;http://www.screaming-penguin.com/node/4214&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.sentex.net/~mwandel/jhead/&#34;&gt;jhead&lt;/a&gt;, a tool for working with EXIF data in JPEG files&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;networking&#34;&gt;Networking&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.ablecables.com.au/568avb.htm&#34;&gt;UTP Cable Termination Standards 568A Vs 568B&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.homephonewiring.com/add-line3.html&#34;&gt;Wiring for a Third Phone Line&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;games&#34;&gt;Games&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.ddrfreak.com/&#34;&gt;http://www.ddrfreak.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;philosophy&#34;&gt;Philosophy&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Koans&#xA;** &lt;a href=&#34;http://en.wikipedia.org/wiki/Hacker_koan&#34;&gt;Hacker Koan&lt;/a&gt; from Wikipedia&#xA;** &lt;a href=&#34;http://ursine.ca/Some_AI_Koans&#34;&gt;Some AI Koans&lt;/a&gt; from the Jargon Wiki&#xA;** &lt;a href=&#34;http://www.catb.org/~esr/writings/unix-koans/&#34;&gt;Rootless Root&lt;/a&gt; &amp;ndash; the Unix Koans of Master Foo&#xA;** &lt;a href=&#34;http://www.catb.org/~esr/jargon/html/koans.html&#34;&gt;Some AI Koans&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.canonical.org/~kragen/tao-of-programming.html&#34;&gt;The Tao of Programming&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://mercury.ccil.org/~cowan/upc/&#34;&gt;The Unix Power Classic&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.adrianmccarthy.com/blog/?p=15&#34;&gt;Software development quotes&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.jwz.org/doc/tabs-vs-spaces.html&#34;&gt;Jamie Zawinski on tabs versus spaces&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://coosoft.wordpress.com/2013/02/24/the-perl-vs-python-debate/&#34;&gt;Perl versus Python&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;other&#34;&gt;Other&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.hpcodewars.org/&#34;&gt;http://www.hpcodewars.org/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;[[Hard Drive Recovery]]&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>The Denton Institute of Phrenology</title>
      <link>https://www.cliffmccarthy.net/pages/The_Denton_Institute_of_Phrenology/</link>
      <pubDate>Mon, 08 May 2006 12:27:32 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/The_Denton_Institute_of_Phrenology/</guid>
      <description>&lt;p&gt;The Denton Institute of Phrenology is a marching band that spontaneously&#xA;takes form on the Fourth of July in Denton, Texas.  It is led by Jeffrey&#xA;Barnes, the woodwind-playing genius from&#xA;&lt;a href=&#34;http://brave.com/bo/&#34;&gt;Brave Combo&lt;/a&gt;.&#xA;It is the only marching band I am aware of that incudes guitar,&#xA;melodica, accordion, violin, and a Kikkoman drum set.  In 2007, it also&#xA;featured Paul Slavens playing a totally phat Casio SK-1 through a boom&#xA;box that added tasty distortion. We perform&#xA;patriotic pieces like &amp;ldquo;This Land is Your Land&amp;rdquo;, &amp;ldquo;Yellow Rose of Texas&amp;rdquo;,&#xA;and &amp;ldquo;You&amp;rsquo;re a Grand Old Flag&amp;rdquo;, in keys called out by Jeffrey the morning&#xA;of the event.  The group also includs a precision drill team, who are no&#xA;longer confined to the machine shop, thanks to modern rechargable&#xA;battery technology.&lt;/p&gt;&#xA;&lt;p&gt;We dress patriotically and wear hats.&lt;/p&gt;&#xA;&lt;p&gt;And remember, &amp;ldquo;This Land is Your Land&amp;rdquo; starts on the IV chord.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Kobushi</title>
      <link>https://www.cliffmccarthy.net/pages/Kobushi/</link>
      <pubDate>Mon, 08 May 2006 12:14:20 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Kobushi/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.kobushi.com/&#34;&gt;Kobushi&lt;/a&gt; is a Japanese taiko percussion group&#xA;based in the Dallas area.  I played with them in 2004.  Big drums,&#xA;jumping, and shouting.  It&amp;rsquo;s a lot of fun.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Magpu</title>
      <link>https://www.cliffmccarthy.net/pages/Magpu/</link>
      <pubDate>Mon, 08 May 2006 11:58:26 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Magpu/</guid>
      <description>&lt;p&gt;I first saw&#xA;&lt;a href=&#34;http://www.magpu.com/&#34;&gt;Magpu&lt;/a&gt;&#xA;in May 1998, and immediately dug their unique sound.  Over the following&#xA;year, I became friends with the band, and started occasionally sitting&#xA;in on various types of percussion.  In October 1999, I joined them on&#xA;MalletKAT for the Project Pu recording sessions.  This led to an&#xA;invitation to play with them at their Club Dada gig on 22 November 1999,&#xA;and I was with the group from that point onward.  The departure of&#xA;bassist Kyle Grundmann brought about our &amp;ldquo;farewell&amp;rdquo; show on 13 September&#xA;2002.  We played three more gigs after that, in different&#xA;configurations; as of 2006, our last public show was as a quartet on 22&#xA;May 2003, though I hope we&amp;rsquo;ll have a reunion performance some day.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Music</title>
      <link>https://www.cliffmccarthy.net/pages/Music/</link>
      <pubDate>Sun, 07 May 2006 03:05:06 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Music/</guid>
      <description>&lt;h2 id=&#34;recordings-ive-made&#34;&gt;Recordings I&amp;rsquo;ve made&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;I&amp;rsquo;ve started recording &lt;a href=&#34;../Songs2011&#34;&gt;some different stuff&lt;/a&gt; for 2011.&lt;/li&gt;&#xA;&lt;li&gt;I&amp;rsquo;m still writing &lt;a href=&#34;../Songs2010&#34;&gt;12 stupid songs&lt;/a&gt; for 2010.&lt;/li&gt;&#xA;&lt;li&gt;In 2005, I recorded a CD entitled &amp;lsquo;&amp;lsquo;It Never Stopped Me Before&amp;rsquo;&amp;rsquo;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;bands-i-have-played-in&#34;&gt;Bands I have played in&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../Magpu&#34;&gt;Magpu&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../Kobushi&#34;&gt;Kobushi&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../Escher&#39;s_Elevator&#34;&gt;Escher&amp;rsquo;s Elevator&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../The_Denton_Institute_of_Phrenology&#34;&gt;The Denton Institute of Phrenology&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;equipment&#34;&gt;Equipment&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Deagan 1100 Vibraharp (a.k.a. vibraphone)&lt;/li&gt;&#xA;&lt;li&gt;MalletKAT&lt;/li&gt;&#xA;&lt;li&gt;Other Percussion&lt;/li&gt;&#xA;&lt;li&gt;Guitars&lt;/li&gt;&#xA;&lt;li&gt;Keyboards&lt;/li&gt;&#xA;&lt;li&gt;Woodwinds&lt;/li&gt;&#xA;&lt;li&gt;Also see the &lt;a href=&#34;../Projects&#34;&gt;Projects&lt;/a&gt; page for some equipment-hacking I have done.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;listening&#34;&gt;Listening&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../Late_Night_Bands&#34;&gt;Late Night Bands&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;theory&#34;&gt;Theory&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;I have some crazy ideas about music theory.  Some day I might describe some of them here.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;resources&#34;&gt;Resources&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.freedb.org/&#34;&gt;http://www.freedb.org/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.frets.com/&#34;&gt;http://www.frets.com/&lt;/a&gt; - Excellent guitar site&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://arts.ucsc.edu/Gdead/AGDL/&#34;&gt;The Annotated Grateful Dead Lyrics&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.tonepad.com/&#34;&gt;http://www.tonepad.com/&lt;/a&gt; - Guitar effect circuits&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.hipshotproducts.com/&#34;&gt;http://www.hipshotproducts.com/&lt;/a&gt; - Guitar hardware upgrades&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;live-music-archive-contributions&#34;&gt;Live Music Archive contributions&lt;/h2&gt;&#xA;&lt;p&gt;Sometimes I tape performances.  Sometimes I upload shows to the Live Music Archive.  Like these:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.archive.org/details/db2009-09-18.at4041&#34;&gt;http://www.archive.org/details/db2009-09-18.at4041&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.archive.org/details/db2009-02-08.at4041&#34;&gt;http://www.archive.org/details/db2009-02-08.at4041&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.archive.org/details/lotus2008-01-31.at4041.flac16&#34;&gt;http://www.archive.org/details/lotus2008-01-31.at4041.flac16&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.archive.org/details/EMRAG2007-07-10&#34;&gt;http://www.archive.org/details/EMRAG2007-07-10&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.archive.org/details/particle2002-03-17.at4053.flac16&#34;&gt;http://www.archive.org/details/particle2002-03-17.at4053.flac16&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.archive.org/details/jfjo2001-09-11&#34;&gt;http://www.archive.org/details/jfjo2001-09-11&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://archive.org/details/snarkypuppy2009-03-11.at4041&#34;&gt;http://archive.org/details/snarkypuppy2009-03-11.at4041&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>McCarthy</title>
      <link>https://www.cliffmccarthy.net/pages/McCarthy/</link>
      <pubDate>Sat, 06 May 2006 16:06:11 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/McCarthy/</guid>
      <description>&lt;p&gt;The keeper of this site.&lt;/p&gt;&#xA;&lt;p&gt;Now I&amp;rsquo;ve got one of those&#xA;&lt;a href=&#34;http://www.myspace.com/tallforahobbit&#34;&gt;myspace&lt;/a&gt;&#xA;thingamajiggys.  Whee.&#xA;&lt;a href=&#34;http://www.facebook.com/tallforahobbit&#34;&gt;Facebook&lt;/a&gt; is a useful tool but becoming more toy-like by the minute.&lt;/p&gt;&#xA;&lt;p&gt;There is a lot of &lt;a href=&#34;../Media_List&#34;&gt;Media&lt;/a&gt; out there that I might buy, watch, listen to, or otherwise check out some day.&lt;/p&gt;&#xA;&lt;p&gt;I invented the following U.S. patents:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;8,209,413&lt;/li&gt;&#xA;&lt;li&gt;8,112,756&lt;/li&gt;&#xA;&lt;li&gt;7,996,846&lt;/li&gt;&#xA;&lt;li&gt;7,941,804&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.google.com/patents?vid=USPAT7748005&#34;&gt;7,748,005&lt;/a&gt;: System and method for allocating a plurality of resources between a plurality of computing domains&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.google.com/patents?vid=USPAT7228546&#34;&gt;7,228,546&lt;/a&gt;: Dynamic management of computer workloads through service level optimization&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.google.com/patents?vid=USPAT7225223&#34;&gt;7,225,223&lt;/a&gt;: Method and system for scaling of resource allocation subject to maximum limits&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.google.com/patents?vid=USPAT7143413&#34;&gt;7,143,413&lt;/a&gt;: Method and system for allocating system resources among applications using weights&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.google.com/patents?vid=USPAT7140020&#34;&gt;7,140,020&lt;/a&gt;: Dynamic management of virtual partition computer workloads through service level optimization&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Links</title>
      <link>https://www.cliffmccarthy.net/pages/Links/</link>
      <pubDate>Sat, 06 May 2006 16:05:39 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Links/</guid>
      <description>&lt;h2 id=&#34;music-venues&#34;&gt;Music Venues&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.granadatheater.com/&#34;&gt;The Granada Theater&lt;/a&gt; &amp;lsquo;&amp;lsquo;&amp;lsquo;smoke free&amp;rsquo;&amp;rsquo;&amp;rsquo;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.hob.com/venues/clubvenues/dallas/&#34;&gt;Dallas House of Blues&lt;/a&gt; (&lt;a href=&#34;http://www.hob.com/tickets/searchresults.asp?venue=Dallas&#34;&gt;calendar&lt;/a&gt;) &amp;lsquo;&amp;lsquo;&amp;lsquo;smoke free&amp;rsquo;&amp;rsquo;&amp;rsquo;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.thepalladiumballroom.com/&#34;&gt;Palladium Ballroom&lt;/a&gt; (&lt;a href=&#34;http://www.thepalladiumballroom.com/events/&#34;&gt;calendar&lt;/a&gt;) &amp;lsquo;&amp;lsquo;&amp;lsquo;smoke free&amp;rsquo;&amp;rsquo;&amp;rsquo;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://thekessler.org/&#34;&gt;Kessler Theater&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.allgoodcafe.com/&#34;&gt;The AllGood Cafe&lt;/a&gt; (&lt;a href=&#34;http://www.allgoodcafe.com/calendar.php&#34;&gt;calendar&lt;/a&gt;) &amp;lsquo;&amp;lsquo;&amp;lsquo;smoke free&amp;rsquo;&amp;rsquo;&amp;rsquo;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.openingbellcoffee.com/&#34;&gt;Opening Bell Coffee&lt;/a&gt; (formerly Standard &amp;amp; Pour&amp;rsquo;s) (&lt;a href=&#34;http://www.openingbellcoffee.com/calendar&#34;&gt;calendar&lt;/a&gt;) &amp;lsquo;&amp;lsquo;&amp;lsquo;smoke free&amp;rsquo;&amp;rsquo;&amp;rsquo;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.unclecalvins.org/&#34;&gt;Uncle Calvin&amp;rsquo;s Coffeehouse&lt;/a&gt; &amp;lsquo;&amp;lsquo;&amp;lsquo;smoke free&amp;rsquo;&amp;rsquo;&amp;rsquo;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.attpac.org/&#34;&gt;AT&amp;amp;T Performing Arts Center&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.smu.edu/BusinessFinance/CampusServices/McFarlin/Upcoming%20Events/Calendar&#34;&gt;McFarlin Auditorium&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.obzeet.com/&#34;&gt;Obzeet&lt;/a&gt; (&lt;a href=&#34;http://www.obzeet.com/music.aspx&#34;&gt;calendar&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.danssilverleaf.com/&#34;&gt;Dan&amp;rsquo;s Silverleaf&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.curtainclub.com/&#34;&gt;The Curtain Club&lt;/a&gt; (&lt;a href=&#34;http://www.curtainclub.com/clubcalendars.php&#34;&gt;calendar&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.curtainclub.com/&#34;&gt;The Liquid Lounge&lt;/a&gt; (&lt;a href=&#34;http://www.curtainclub.com/clubcalendars.php&#34;&gt;calendar&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.jambase.com/&#34;&gt;JamBase&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.titas.org/&#34;&gt;TITAS&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.nokiatheatredfw.com/&#34;&gt;Nokia&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.poordavidspub.com/&#34;&gt;Poor David&amp;rsquo;s Pub&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.haileysclub.com/&#34;&gt;Hailey&amp;rsquo;s&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.barleyhouse.com/&#34;&gt;The Barley House&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.basshall.com/indexa.html&#34;&gt;Bass Hall&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.lakewoodtheater.com/&#34;&gt;The Lakewood Theater&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.oneworldtheatre.org/&#34;&gt;One World Theatre&lt;/a&gt; (Austin)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.artandseek.org/&#34;&gt;Art &amp;amp; Seek&lt;/a&gt; (KERA&amp;rsquo;s art blog with a stupid name)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;bands&#34;&gt;Bands&lt;/h2&gt;&#xA;&lt;p&gt;Dallas&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://brave.com/bo/&#34;&gt;Brave Combo&lt;/a&gt; (&lt;a href=&#34;http://brave.com/bo/itinerary/&#34;&gt;calendar&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.lossupervatos.com/&#34;&gt; Los Super Vatos&lt;/a&gt;  (&lt;a href=&#34;http://www.lossupervatos.com/html/schedule.html&#34;&gt;calendar&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.kristykruger.com/&#34;&gt;Kristy Kruger&lt;/a&gt; (&lt;a href=&#34;http://www.kristykruger.com/calendar.html&#34;&gt;calendar&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.baggmusic.com/&#34;&gt;BAGG&lt;/a&gt; (&lt;a href=&#34;http://www.baggmusic.com/shows.htm&#34;&gt;calendar&lt;/a&gt;), &lt;a href=&#34;http://www.myspace.com/solkitchen&#34;&gt;Sol Kitchen&lt;/a&gt; (including Gaah(n))&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.myspace.com/lisamarkley&#34;&gt;Lisa Markley&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.innercityallstars.com/&#34;&gt;Inner City All Stars&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.themurgatroyds.com/&#34;&gt;The Murgatroyds&lt;/a&gt; play surf rock with attitude.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.jfjo.com&#34;&gt;Jacob Fred Jazz Odyssey&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.oppositeday.com/&#34;&gt;Opposite Day&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.mopair.com/&#34;&gt;Mo Pair&lt;/a&gt;, &lt;a href=&#34;http://www.myspace.com/glaxor&#34;&gt;Grass&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.myspace.com/3933903&#34;&gt;Ghostcar&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.josephvincelli.com/&#34;&gt;Joseph Vincelli&lt;/a&gt; (&lt;a href=&#34;http://www.josephvincelli.com/calendar&#34;&gt;calendar&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.nakedlunch.net/&#34;&gt;Naked Lunch&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.themadscientists.biz/&#34;&gt;The Mad Scientists&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.myspace.com/andrewtinkermusic&#34;&gt;Andrew Tinker&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Non-Dallas&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.djamkaret.com/&#34;&gt;Djam Karet&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.squonkopera.com/&#34;&gt;Squonk Opera&lt;/a&gt;, and &lt;a href=&#34;http://www.janalosey.com/&#34;&gt;Jana Losey&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.andygraham.net/&#34;&gt;Andy Graham&lt;/a&gt; was the drummer in a cool L.A. band called Lestat, and still does stuff with Dave Tomkins, their bass player, who was also in &lt;a href=&#34;http://www.cdbaby.com/cd/spinningplates&#34;&gt;The Spinning Plates&lt;/a&gt; with Lestat&amp;rsquo;s keyboardist, Gary Simonian.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.dadatheband.com/&#34;&gt;Dada&lt;/a&gt; is a very cool band from L.A.  (&lt;a href=&#34;http://dadatheband.com/tour/&#34;&gt;calendar&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.quintology.com/&#34;&gt;Quintology&lt;/a&gt;, &lt;a href=&#34;http://www.myspace.com/charliedennard&#34;&gt; Charlie Dennard&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.jovisan.net/&#34;&gt;Jovino Santos Neto&lt;/a&gt; (&lt;a href=&#34;http://www.jovisan.net/calendar.htm&#34;&gt;calendar&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;Greg &amp;ldquo;Geggy&amp;rdquo; Kurstin is now part of &lt;a href=&#34;http://www.myspace.com/thebirdandthebee&#34;&gt;The Bird and The Bee&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://angie-hart.com/&#34;&gt;Angie Hart&lt;/a&gt; was the singer for Frente!.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.myspace.com/rebirthbrassband&#34;&gt;Rebirth Brass Band&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.hermetopascoalealinemorena.com.br/&#34;&gt;Hermeto Pascoal&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.myspace.com/michaelraymusic1&#34;&gt;Michael Ray &amp;amp; The Cosmic Krewe&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.kimmanning.com/&#34;&gt;Kim Manning&lt;/a&gt; (&lt;a href=&#34;http://www.youtube.com/user/kimberlymanning&#34;&gt;YouTube&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.ipanmusic.com/&#34;&gt;I-Pan&lt;/a&gt; (&lt;a href=&#34;http://www.myspace.com/illinoispan&#34;&gt;MySpace&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;radio&#34;&gt;Radio&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.kntu.fm/&#34;&gt;KNTU 88.1 FM&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.kera.org/&#34;&gt;KERA 90.1 FM&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.knon.org/&#34;&gt;KNON 89.3 FM&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;movies&#34;&gt;Movies&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.landmarktheatres.com/Market/Dallas/Dallas_Frameset.htm&#34;&gt;Inwood &amp;amp; Magnolia Theatres&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.angelikafilmcenter.com/dallas/default.asp&#34;&gt;Angelika&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.cinemark.com/&#34;&gt;Cinemark&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.imdb.com/&#34;&gt;The Internet Movie Database&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;misc&#34;&gt;Misc&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.dallasmuseumofart.org/&#34;&gt;Dallas Museum of Art&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.bluemondayownersclub.com/&#34;&gt;http://www.bluemondayownersclub.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.jaimes-austin.com/&#34;&gt;Jaime&amp;rsquo;s Spanish Village Restaurant&lt;/a&gt; (Austin) &amp;ndash; check out the Hot Jalapeno Garlic Sauce&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.cellguru.net/prepaid_compare.htm&#34;&gt;Pre-paid cell phone comparison chart&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.hanzismatter.com/&#34;&gt;http://www.hanzismatter.com/&lt;/a&gt; &amp;ndash; The misuse of Chinese Characters in Western culture&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://hpalumnipedia.com/&#34;&gt;http://hpalumnipedia.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.lugnet.com/&#34;&gt;LUGNET - International LEGO Users Group Network&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.discountedwheelwarehouse.com/Vehicle_Bolt_Pattern_Reference.cfm&#34;&gt;Vehicle bolt pattern reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.greenmamas.com/&#34;&gt;Green Mama&amp;rsquo;s Organic Garden Center&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://priuschat.com/forums/prius-hybrid-news/&#34;&gt;Prius news forum&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://metrofoamrecycling.com/Services.html&#34;&gt;Metro Foam Recycling&lt;/a&gt; recycles styrofoam&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.hpalumnipedia.com/&#34;&gt;http://www.hpalumnipedia.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.blackdragonauto.com/&#34;&gt;http://www.blackdragonauto.com/&lt;/a&gt; - Parts for Datsun Z cars&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.socalskateshop.com/&#34;&gt;http://www.socalskateshop.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://plano.gov/Departments/parksandrecreation/Parks/Pages/trail_maps.aspx&#34;&gt;Plano Trail Information and Maps&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://dict.regex.info/cgi-bin/j-e/&#34;&gt;Japanese&amp;lt;-&amp;gt;English Dictionary - Gateway&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.vendian.org/mncharity/dir3/paper_rulers/&#34;&gt;Printable Paper Rulers&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://forums.nicoclub.com/datsun-720-forum.html&#34;&gt;Datsun 720 Pickup forum&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;technology&#34;&gt;Technology&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.43folders.com/&#34;&gt;http://www.43folders.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.sunpipe.com/&#34;&gt;http://www.sunpipe.com/&lt;/a&gt; makes reflective tubular sunlight pipes&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;blogs&#34;&gt;Blogs&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://robertreich.blogspot.com/&#34;&gt;http://robertreich.blogspot.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://davidbrin.blogspot.com/&#34;&gt;http://davidbrin.blogspot.com/&lt;/a&gt;, &lt;a href=&#34;http://david-brin.dailykos.com/&#34;&gt;http://david-brin.dailykos.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://thedailywtf.com/&#34;&gt;http://thedailywtf.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://codemines.blogspot.com/&#34;&gt;http://codemines.blogspot.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.schneier.com/blog/&#34;&gt;http://www.schneier.com/blog/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.dailykos.com/&#34;&gt;http://www.dailykos.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.burntorangereport.com/&#34;&gt;http://www.burntorangereport.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://my.barackobama.com/page/community/blog/collin48hobbit&#34;&gt;http://my.barackobama.com/page/community/blog/collin48hobbit&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://flowtohealth.blogspot.com/&#34;&gt;http://flowtohealth.blogspot.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;more-social-networking-sites-than-anyone-needs&#34;&gt;More Social Networking sites than anyone needs&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.facebook.com/&#34;&gt;http://www.facebook.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.myspace.com/&#34;&gt;http://www.myspace.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.linkedin.com/&#34;&gt;http://www.linkedin.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://my.barackobama.com/&#34;&gt;http://my.barackobama.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://hmc.affinitycircles.com/&#34;&gt;HMC Alumni&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;people&#34;&gt;People&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.mit.edu:8001/people/jhango/index.html&#34;&gt;Jennie Hango&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.idsfa.net/~john/&#34;&gt;John Stimson&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://velotrek.blogspot.com/&#34;&gt;Matt&amp;rsquo;s wanderings by bicycle&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://home.att.net/~mrmorse/&#34;&gt;Matt Morse&lt;/a&gt; (&lt;a href=&#34;http://mattrolls.blogspot.com/&#34;&gt;Matt&amp;rsquo;s old blog&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.livejournal.com/users/punzel/&#34;&gt;Punzel&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.graystuff.com/&#34;&gt;Nicole Gray&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.nella.org/&#34;&gt;Jeff Allen&lt;/a&gt; (&lt;a href=&#34;http://blog.nella.org/&#34;&gt;blog&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://math.fullerton.edu/content_pages/faculty_staff/bonsangue.htm&#34;&gt;Martin Bonsangue&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.sloshdot.com/&#34;&gt;Mark Wilkins&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.math.hmc.edu/~benjamin/index.html&#34;&gt;Art Benjamin&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.rancholaluna.net/&#34;&gt;Fernando&amp;rsquo;s Web Portal&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;government--politics&#34;&gt;Government &amp;amp; Politics&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.cor.net/&#34;&gt;City of Richardson&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.richardsonecho.com/&#34;&gt;The Richardson Echo&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://thomas.loc.gov/&#34;&gt;http://thomas.loc.gov/&lt;/a&gt; - Legislative information from the Library of Congress&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.vote-smart.org/&#34;&gt;http://www.vote-smart.org/&lt;/a&gt; - Look up your representatives and lots of other stuff&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.noh8campaign.com/&#34;&gt;http://www.noh8campaign.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;live-music-archive-shortcuts&#34;&gt;Live Music Archive Shortcuts&lt;/h2&gt;&#xA;&lt;p&gt;I prefer the &amp;ldquo;browse by year&amp;rdquo; mode of the&#xA;&lt;a href=&#34;http://www.archive.org/details/etree&#34;&gt;Live Music Archive&lt;/a&gt;,&#xA;but for some reason they&amp;rsquo;ve made it a pain to get to that format.  So I&amp;rsquo;m bookmarking the groups I like to check:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.archive.org/browse.php?collection=ClubdElf&amp;amp;field=year&#34;&gt;Club d&amp;rsquo;Elf&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.archive.org/browse.php?collection=Particle&amp;amp;field=year&#34;&gt;Particle&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.archive.org/browse.php?collection=JacobFredJazzOdyssey&amp;amp;field=year&#34;&gt;Jacob Fred Jazz Odyssey&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.archive.org/browse.php?collection=SoundTribeSector9&amp;amp;field=year&#34;&gt;Sound Tribe Sector 9&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.archive.org/browse.php?collection=BelaFleckandtheFlecktones&amp;amp;field=year&#34;&gt;Bela Fleck and the Flecktones&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.archive.org/browse.php?collection=RebirthBrassBand&amp;amp;field=year&#34;&gt;Rebirth Brass Band&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.archive.org/browse.php?collection=BluesTraveler&amp;amp;field=year&#34;&gt;Blues Traveler&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.archive.org/browse.php?collection=MichaelFrantiandSpearhead&amp;amp;field=year&#34;&gt;Michael Franti and Spearhead&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.archive.org/browse.php?collection=LazloHollyfeld&amp;amp;field=year&#34;&gt;Lazlo Hollyfeld&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.archive.org/browse.php?collection=DiscoBiscuits&amp;amp;field=year&#34;&gt;Disco Biscuits&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.archive.org/browse.php?collection=FlipoffPirates&amp;amp;field=year&#34;&gt;Flipoff Pirates&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.archive.org/browse.php?collection=Lotus&amp;amp;field=year&#34;&gt;Lotus&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Projects</title>
      <link>https://www.cliffmccarthy.net/pages/Projects/</link>
      <pubDate>Sat, 06 May 2006 16:03:19 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Projects/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../Moog_Rogue_Trim_Pots&#34;&gt;Moog Rogue Trim Pots&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../Peavey_Rage_108_Footswitch_Mod&#34;&gt;Peavey Rage 108 Footswitch Mod&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../Electric_Guitar_Wiring&#34;&gt;Electric Guitar Wiring&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../Roland_D-50_Battery&#34;&gt;Roland D-50 Battery&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Calendar</title>
      <link>https://www.cliffmccarthy.net/pages/Calendar/</link>
      <pubDate>Sat, 06 May 2006 16:00:45 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/Calendar/</guid>
      <description>&lt;p&gt;This is a collection of upcoming events (mostly musical) that I&amp;rsquo;m interested in.  E-mail me (see &lt;a href=&#34;../Contact_Info&#34;&gt;Contact Info&lt;/a&gt;) for more information about any of these, or to find out if I&amp;rsquo;m actually going&amp;hellip;.&lt;/p&gt;&#xA;&lt;p&gt;Also, this listing is assembled from stuff I read on web sites and other sources of information.  Sometimes those sources are wrong.  Sometimes I make typos.  Check out the facts before driving clear across Texas because of something you read here.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;2013-02-08 Kristy Kruger, etc. @ Opening Bell&lt;/li&gt;&#xA;&lt;li&gt;2013-02-09 A Taste of Herb @ Allgood Cafe&lt;/li&gt;&#xA;&lt;li&gt;2013-02-14 Sara Hickman @ Poor David&amp;rsquo;s&lt;/li&gt;&#xA;&lt;li&gt;2013-02-15 Kristy Kruger &amp;amp; Ginny Mac @ Banter&lt;/li&gt;&#xA;&lt;li&gt;2013-02-20 Dave Mason @ Granada&lt;/li&gt;&#xA;&lt;li&gt;2013-02-22 Matt Tolentino Band @ Allgood Cafe&lt;/li&gt;&#xA;&lt;li&gt;2013-02-28 Mike Doughty @ Kessler&lt;/li&gt;&#xA;&lt;li&gt;2013-03-08 Sound Tribe Sector 9 @ HoB&lt;/li&gt;&#xA;&lt;li&gt;2013-03-12 Alabama Shakes &amp;amp; Michael Kiwanuka @ Palladium&lt;/li&gt;&#xA;&lt;li&gt;2013-03-14 Dumpstaphunk &amp;amp; Soul Rebels @ Kessler&lt;/li&gt;&#xA;&lt;li&gt;2013-03-19 Greg Osby @ Dan&amp;rsquo;s&lt;/li&gt;&#xA;&lt;li&gt;2013-03-21 Yes @ Verizon&lt;/li&gt;&#xA;&lt;li&gt;2013-04-08 Sigur Ros @ Verizon&lt;/li&gt;&#xA;&lt;li&gt;2013-04-13 Slightly Stoopid @ Palladium&lt;/li&gt;&#xA;&lt;li&gt;2013-04-22 Sarah McLachlan @ Meyerson&lt;/li&gt;&#xA;&lt;li&gt;2013-05-03 Diana Krall @ Verizon&lt;/li&gt;&#xA;&lt;li&gt;2013-05-07 &amp;ndash; 2013-05-19 Fela! @ Winspear&lt;/li&gt;&#xA;&lt;li&gt;2013-05-10 Elizabeth Wills @ Uncle Calvin&amp;rsquo;s&lt;/li&gt;&#xA;&lt;li&gt;2013-06-20 Yellowjackets w/ Felix Pastorius @ One World Theatre (Austin)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;(If you&amp;rsquo;re a performer listed here and I don&amp;rsquo;t show up at your gig, it&amp;rsquo;s not that I don&amp;rsquo;t love you; it&amp;rsquo;s that I can&amp;rsquo;t be everywhere at once.  And if you gig around Dallas at all, you should be quite familiar with the phenomenon of people not showing up by now&amp;hellip;.)&lt;/p&gt;</description>
    </item>
    <item>
      <title>HomePage</title>
      <link>https://www.cliffmccarthy.net/pages/HomePage/</link>
      <pubDate>Sat, 06 May 2006 15:59:55 -0500</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/HomePage/</guid>
      <description></description>
    </item>
    <item>
      <title>Hugo</title>
      <link>https://www.cliffmccarthy.net/pages/hugo/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/hugo/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Write text.&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Link to things.&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Organized pages.&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Sequential posts.&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Inline images.&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;rel=me&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Inline audio playlist.&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Inline video.&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Consume it as source.&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;notes&#34;&gt;Notes&lt;/h2&gt;&#xA;&lt;p&gt;content/pages/_index.md supersedes themes/fromblank/content/pages/_index.md.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Pages&amp;rdquo; are just organized units of data that don&amp;rsquo;t fall into an&#xA;ordered feed-like sequence.&lt;/p&gt;&#xA;&lt;p&gt;If there is no front matter, the date renders as, &amp;ldquo;January 1, 1&amp;rdquo;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;test-section&#34;&gt;Test section&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gohugo.io/content-management/diagrams/&#34;&gt;this is a link&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;../useful-links&#34;&gt;this is also a link, relative to this page&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;../..&#34;&gt;this is a link to the top of the site&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;We have&#xA;&lt;a href=&#34;../../pages&#34;&gt;pages&lt;/a&gt;,&#xA;&lt;a href=&#34;../../posts&#34;&gt;posts&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;div id=&#34;playlist&#34;&gt;&#xA;  &lt;audio id=&#34;audio&#34; preload=&#34;auto&#34; tabindex=&#34;0&#34; controls=&#34;&#34; type=&#34;audio/mpeg&#34; src=&#34;&#34;&gt;&lt;/audio&gt;&#xA;  &lt;ul&gt;&#xA;&lt;li&gt;02:55 &lt;a href=&#34;http://www.magpu.com/audio/2001-04-06/magpu2001-04-06d2t02.mp3&#34;&gt;Burrito Transplant Surgery&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;03:02 &lt;a href=&#34;http://www.magpu.com/audio/2001-04-06/magpu2001-04-06d2t03.mp3&#34;&gt;Revenge of the Rather Large Burrito &amp;gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;03:20 &lt;a href=&#34;http://www.magpu.com/audio/2001-04-06/magpu2001-04-06d2t04.mp3&#34;&gt;Star Wars Disco Theme &amp;gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;03:13 &lt;a href=&#34;http://www.magpu.com/audio/2001-04-06/magpu2001-04-06d2t05.mp3&#34;&gt;Revenge of the Rather Large Burrito&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;video width=&#34;320&#34; controls&gt;&#xA;  &lt;source src=&#34;https://www.cliffmccarthy.net/what.mp4&#34; type=&#34;video/mp4&#34;&gt;&#xA;    &#xA;alt text?&#xA;&#xA;&lt;/video&gt;</description>
    </item>
    <item>
      <title>Useful Links</title>
      <link>https://www.cliffmccarthy.net/pages/useful-links/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.cliffmccarthy.net/pages/useful-links/</guid>
      <description>&lt;p&gt;Non-theme text from &lt;code&gt;content/pages/useful-links/index.md&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Useful links!&lt;/p&gt;&#xA;&lt;p&gt;None yet.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
