James Endres Howell

Home | About | Archive | Tags | RSS
29 May 2021

We went to the movies today

We saw movies in the theater today. Overpriced popcorn, overwrought summer trailers, the whole deal.

moviegoer selection
your correspondent Raya and the Last Dragon
spouse A Quiet Place Part II
the boy A Quiet Place Part II
the girl Raya and the Last Dragon

It was surreal. It was kinda nice.

Tags: family
29 May 2021

Blogging with Emacs

Okay. I’ve tried it different ways before, but I’ve now settled on using org-static-blog to produce static pages to post a blog. It is the dead-simple workflow I have been looking for.

Now I only need something to write about.

Here’s how it’s configured in my init.el file:

(setq org-static-blog-publish-title        "The Education of James Endres Howell")
(setq org-static-blog-publish-url          "https://endres-howell.org/")
(setq org-static-blog-publish-directory    "~/org-files/blog/html")
(setq org-static-blog-posts-directory      "~/org-files/blog/posts/")
(setq org-static-blog-drafts-directory     "~/org-files/blog/drafts/")
(setq org-static-blog-enable-tags t)
(setq org-export-with-toc nil)
(setq org-export-with-section-numbers nil)

(setq org-static-blog-page-header
      "<meta name=\"author\" content=\"James Endres Howell\">
       <meta name=\"referrer\" content=\"no-referrer\">
       <link href= \"../static/style.css\" rel=\"stylesheet\" type=\"text/css\" />
       <link rel=\"icon\" href=\"../static/favicon.ico\">")

(setq org-static-blog-page-preamble
      "
       <div class=\"header\">
          <h1>The Education of James Endres Howell</h1>
|
          <a href=\"https://endres-howell.org\">Home</a>
|
          <a href=\"./about.html\">About</a>
|
          <a href=\"./archive.html\">Archive</a>
|
          <a href=\"./tags.html\">Tags</a>
|
          <a href=\"./rss.xml\">RSS</a>
|
       </div>")

;; This HTML code is inserted into the index page between the preamble and
;; the blog posts
(setq org-static-blog-index-front-matter "")

;; This postamble is inserted at the end of the <body> of every page:
;; This particular HTML creates a <div> with a link to the archive page
;; and a licensing stub.
(setq org-static-blog-page-postamble
       "<p xmlns:cc=\"https://creativecommons.org/ns#\">
          Distributed under the
          <a href=\"https://creativecommons.org/licenses/by-nc-sa/4.0/\"
             target=\"_blank\" rel=\"license noopener noreferrer\"
             style=\"display:inline-block;\">Attribution NonCommercial ShareAlike 4.0 International license. BY-NC-SA
             <img style=\"height:22px!important;margin-left:3px;vertical-align:text-bottom;\" src=\"https://mirrors.creativecommons.org/presskit/icons/cc.svg\"><img style=\"height:22px!important;margin-left:3px;vertical-align:text-bottom;\" src=\"https://mirrors.creativecommons.org/presskit/icons/by.svg\"><img style=\"height:22px!important;margin-left:3px;vertical-align:text-bottom;\" src=\"https://mirrors.creativecommons.org/presskit/icons/nc.svg\"><img style=\"height:22px!important;margin-left:3px;vertical-align:text-bottom;\" src=\"https://mirrors.creativecommons.org/presskit/icons/sa.svg\"></a>
         </p>
         <p>Created with
<a href=\"https://www.gnu.org/software/emacs/\">GNU Emacs</a>,
<a href=\"https://orgmode.org/\">Org mode</a>,
and
<a href=\"https://github.com/bastibe/org-static-blog\"><span style=\"font-family:monospace\">org-static-blog</span></a>.
")
Tags: blog
11 May 2021

Context is everything

My buddy was complaining about his disappointment in Star Trek: Discovery, and the apologetic response it had received in the press and, especially, among the fans.

Josh Bell, the violin prodigy, once pulled a Red Sox cap over his face and busked in a DC Metro station T station hours before he was to play with the Boston symphony, if this story isn’t all wrong in my memory. Famously ignored by the morning mob of commuters.

If you’re seated at a Michelin-rated restaurant in Paris and the waiter brings you a floret of steamed broccolini that has been drizzled in diarrhea, you will quickly conclude that it is you that made a mistake somehow. Surely! The famous guy behind that door could not have ordered a slave to cover this cruciferous delight in poop!

Now we use the verb “to conclude” in the functional sense: reflexive, infrarational. This category of mistakes reflects yet a fucking nother suite of cognitive shortcuts that, like so many others, were hugely—HUGELY—adaptive fifty thousand years ago. The miserable irony, so commonplace that many miss this irony, is that in our current environment these hardwired shortcuts—so difficult for us to overcome—are often anti-adaptive. Just the environment: we haven’t even gotten to the part where various classes of adversaries pull on the end of the lever to move the earth. Scammers, advertisers, politicians.

Also! Do not forget, Senhor Viejo, that in this particular case both the creatives and the viewers are separated from the source material by a full generation, possibly two.

Looking more closely, the CBS organism is simply trying to Maximize Profits, and the most distal CBS tentacles are doing their level best to produce something of Quality. But the cells secreting scripts from the tentacles have the Disease. It isn’t their fault that they’re infected with the bitter end of our culture. They may even think that their hackneyed cargo-cult burlesque of our society’s mindless, vengeful cannibalism is an Allusive Statement. Within the restrictions of the Star Trek straighjacket, True Art. Instead of a facile, self-referential cliche that directly and repeatedly contradicts, to the fucking letter, the work they’re deriving so ignorantly.

Meanwhile it is innate for the fans desperately to scramble for an explanation why the broccolini—steamed perfectly! oh, the tooth on this!---tastes like raw sewage.

Tags: rants
Other posts

Distributed under the Attribution NonCommercial ShareAlike 4.0 International (BY-NC-SA) license. Created with GNU Emacs 26.3, Org mode 9.1.9, and org-static-blog. Theme modified from Matthew Bauer's CSS.