<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

 <title>Natural Wonder</title>
 <link href="http://www.evanberkowitz.com/atom.xml" rel="self"/>
 <link href="http://www.evanberkowitz.com/"/>
 <updated>2025-01-01T02:16:59+00:00</updated>
 <id>http://www.evanberkowitz.com/</id>
 <author>
   <name>Evan Berkowitz</name>
 </author>

 
 <entry>
   <title>Another Day for You and Me in Paradise</title>
   <link href="http://www.evanberkowitz.com/2023/05/25/to-infinity-and-beyond.html"/>
   <updated>2023-05-25T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2023/05/25/to-infinity-and-beyond</id>
   <content type="html">&lt;h1 id=&quot;how-do-you-count-something-infinite&quot;&gt;HOW DO YOU COUNT SOMETHING INFINITE?&lt;/h1&gt;

&lt;p&gt;What does it mean for one set to be larger than another set?
Or for two sets to be the same size?&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;When the two sets are finite, it’s simple: just count them.
But when the sets are infinite, what should you do?
You can’t &lt;em&gt;actually&lt;/em&gt; count them.
You don’t have the time!
But also, there’s a more difficult problem.
Some sets have an obvious place to start and some don’t.&lt;/p&gt;

&lt;p&gt;For example, suppose you wanted to count all the numbers which have a decimal expansion (‘real numbers’) in between 0 and 1 (inclusive, if you like).
Where should you start?&lt;/p&gt;

&lt;p&gt;Well, 0 is least, so maybe start there?
Then 1?
Then what?
You can’t just list them in order of their size.
Suppose you started with&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;    0.00000000000001.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;That’s not the next smallest number after 0!
For example, what about&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;    0.00000000000000000001?
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;But that’s not a good place to start either, if you want to list them in order.
What about&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;    0.000[ ...fifteen thousand more zeros... ]01?
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;OK, so there’s a practical problem, which is we can’t list all the real numbers between 0 and 1 in order from least to greatest.
This is the first hint that there’s something funny about infinite sets and will be related to how we prove that there are more numbers in [0, 1] than positive integers.&lt;/p&gt;

&lt;h1 id=&quot;counting-sheep&quot;&gt;COUNTING SHEEP&lt;/h1&gt;

&lt;p&gt;Let’s return to our starting question: how can you compare the size of sets?
We need a procedure that works for finite sets but will generalize to infinite sets.
In other words, we’re not looking for “just count them”.&lt;/p&gt;

&lt;p&gt;Imagine you were a shepherd thousands of years ago and your language is one that can’t name numbers larger than a certain limit.
“One, two, many”, for example.
You want to graze your flock in an unfenced pasture but sheep are valuable and you want to make sure that at the end of the day you didn’t lose any.&lt;/p&gt;

&lt;p&gt;Here’s something you can do.
Get two baskets.
Start the day with one empty basket (the ‘counting basket’) and one full of stones (the supply basket).
As you let your sheep out of their pen, move one rock from the supply to the counting basket.
At the end of the day as they’re rounded up, move a rock from counting basket back into the supply.&lt;/p&gt;

&lt;p&gt;Once you are done rounding up the sheep, how many stones should be in the counting basket?
None!
If you have stones left in the counting basket then there are wayward sheep somewhere.
If you ran out of stones early then you gained sheep.&lt;/p&gt;

&lt;p&gt;So, we can answer the question: was the number of sheep you let out in the morning equal to the number you rounded up in the evening &lt;em&gt;without ever actually finding out the number of sheep&lt;/em&gt;.
You don’t have to count the stones in the counting basket in order to answer that size-comparison question.&lt;/p&gt;

&lt;h1 id=&quot;one-to-one-correspondence&quot;&gt;ONE-TO-ONE CORRESPONDENCE&lt;/h1&gt;

&lt;p&gt;Why did it work?
There was a “&lt;a href=&quot;https://en.wikipedia.org/wiki/Bijection&quot;&gt;one-to-one correspondence&lt;/a&gt;” between the outward-bound sheep and the stones, and a similar correspondence between the stones and the inward-bound sheep.
That’s enough.&lt;/p&gt;

&lt;p&gt;What does the jargon “one-to-one correspondence” mean?
It means: in the morning, for each sheep there was exactly one stone and for each stone exactly one sheep.
Maybe it was this:&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;OUTGOING SHEEP&lt;/strong&gt;&lt;/th&gt;
      &lt;th style=&quot;text-align: center&quot;&gt;⟷&lt;/th&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;COUNTING BASKET&lt;/strong&gt;&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;Lambchop&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;smooth gray slate&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;Fleece Witherspoon&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;smooth black basalt&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;Woolverine&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;coarse gray pebble&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;Rambo&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;lumpy speckled rock&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;…&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;…&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;Wooliam Shakespeare&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;a different coarse gray pebble&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;Baatman&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;purple geode&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;Ewesain Bolt&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;orange marble cylinder&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;Where ‘U ⟷  S’ means “Sheep U left the pen and stone S went into the counting basket”.&lt;/p&gt;

&lt;p&gt;In the evening, there was also a one-to-one correspondence, but it doesn’t have to be the same one!
Maybe it was&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;COUNTING BASKET&lt;/strong&gt;&lt;/th&gt;
      &lt;th style=&quot;text-align: center&quot;&gt;⟷&lt;/th&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;INCOMING SHEEP&lt;/strong&gt;&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;purple geode&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;Shearlock Holmes&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;clear quartz crystal&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;Woolverine&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;orange marble cylinder&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;Lady Baabaa&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;…&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt; &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;petrified wood&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;Ewen McGregor&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;lumpy speckled rock&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;Rambo&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;smooth gray slate&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;Baatman&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;where this time ‘S ⟷  U’ means “Stone S was put back into the supply when sheep U came home.”&lt;/p&gt;

&lt;p&gt;If you can construct a one-to-one correspondence between two sets means that there are just as many in one set as in the other.&lt;/p&gt;

&lt;p&gt;In the morning you know there are the same number of outgoing sheep as stones.
In the evening you know there are the same number of stones as incoming sheep.
Therefore you conclude you finished the day with the same number of sheep as you started with.
Perhaps Ewesain Bolt made a run for it and the neighbor’s Harry Ewedini appeared in your flock; but this method doesn’t address that question.&lt;/p&gt;

&lt;p&gt;Here’s what’s critical: no repeats, and nothing left out.
You’ve always got to make sure there’s exactly one stone for one sheep.
That makes it one-to-one.
And that guarantees the sets are the same size.&lt;/p&gt;

&lt;p&gt;You DON’T have to match the stones and sheep up in the evening as you did in the morning.
Rambo happened to get paired up with the lumpy speckled rock both times, but Woolverine was paired with the coarse gray pebble in the morning and the clear quartz crystal in the evening.
The orange marble cylinder was paired with Ewesain Bolt in the morning but Lady Baabaa in the evening.
No problem.
We still know the number of outbound sheep was the same as the number of stones in the morning and the number of stones was equal to the number of incoming sheep in the evening.
Therefore the number of outbound sheep and the number of inbound sheep were the same.&lt;/p&gt;

&lt;p&gt;This method of constructing one-to-one correspondences works for finite sets, as good as counting.
But we go further: we &lt;em&gt;define&lt;/em&gt; two sets to be the same size when they can be put in a one-to-one correspondence.
Two sets are of different size when there is no possible one-to-one correspondence.&lt;/p&gt;

&lt;h1 id=&quot;some-examples&quot;&gt;SOME EXAMPLES&lt;/h1&gt;

&lt;p&gt;Let’s use this definition a little bit.&lt;/p&gt;

&lt;p&gt;I have the same number of fingers and toes.
If I sit in butterfly pose it’s easy for each finger to touch exactly one toe and for each toe to touch exactly one finger: left thumb touches the left big toe, left pointer was left at home, the left middle finger left their roast beef over, the left ring finger left none, and the left pinky went wee wee wee all the way to it’s home last on the left.
Same for the right fingers and right toes.
Each finger touches exactly one toe, each toe touches exactly one finger.
Therefore the number of fingers and the number of toes are the same.
I could make up a different choice (left hand touches right toes, or whatever) but I don’t need to.
I demonstrated even a single one-to-one correspondence, that is enough.&lt;/p&gt;

&lt;p&gt;I have more fingers than nostrils.
Suppose each nostril can fit only one finger.
Then, no matter how I stick my fingers in my nose I always have clean fingers left.
It is NOT enough to say: I stuck my pinkies in my nose and had clean fingers left over.
You have to know that every way of pairing fingers and nostrils leaves clean fingers.&lt;/p&gt;

&lt;p&gt;There are more counting numbers (1, 2, 3, and on and on…) than any finite number.
For instance, there are more than 3 counting numbers.
One correspondence you might try is&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;Set containing three items&lt;/strong&gt;&lt;/th&gt;
      &lt;th style=&quot;text-align: center&quot;&gt;⟷&lt;/th&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;Counting numbers&lt;/strong&gt;&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;2&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;2&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;3&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;3&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;5&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;but we’ve got counting numbers left over.
Try &lt;em&gt;any&lt;/em&gt; choice of counting numbers on the right hand side of the correspondence, you’ll always have at least one left over.
Here’s a proof: find the maximum of all the numbers on the right.
Add one.
That number is a counting number but didn’t appear!
So there are more counting numbers than 3.&lt;/p&gt;

&lt;p&gt;This argument doesn’t just show that the particular thing I tried failed.
It shows that &lt;em&gt;any attempt&lt;/em&gt; is bound to fail.&lt;/p&gt;

&lt;p&gt;The same argument works for any finite number!
3 wasn’t important, could have been 17.
So there are more counting numbers than any finite number.
That’s what we mean by infinite.
We call the number of counting numbers “countable infinity”.&lt;/p&gt;

&lt;p&gt;If a set is finite we can definitely count it.
We call finite sets and infinite sets the same size as the counting numbers “countable”.
Sets that are bigger are “uncountable”.&lt;/p&gt;

&lt;h1 id=&quot;the-burden-of-proof&quot;&gt;THE BURDEN OF PROOF&lt;/h1&gt;

&lt;p&gt;You can’t just say “I tried one [or two, or fifty-three] correspondence[s], didn’t find any one-to-one.” and declare victory.
You’ve got to show that NO possible correspondence is one-to-one.
And there are a lot of possible ways to try!&lt;/p&gt;

&lt;p&gt;Here’s why it’s important to rule out the success of any arbitrary attempt: some tries are better than others.&lt;/p&gt;

&lt;p&gt;For example, let’s compare the counting numbers and the even numbers.
There’s an infinite number of both.
But somehow it’s intuitive that there’s only half as many even numbers?
Because you left half out!
In other words, here’s a correspondence&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;Even numbers&lt;/strong&gt;&lt;/th&gt;
      &lt;th style=&quot;text-align: center&quot;&gt;⟷&lt;/th&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;Counting numbers&lt;/strong&gt;&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;2&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;2&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;4&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;4&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;6&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;6&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;…&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;…&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;x&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;x&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;but it’s not one-to-one, because there are counting numbers that don’t appear: all the odd numbers.
So maybe there really are more counting numbers than even numbers?&lt;/p&gt;

&lt;p&gt;But here’s another correspondence&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;Even numbers&lt;/strong&gt;&lt;/th&gt;
      &lt;th style=&quot;text-align: center&quot;&gt;⟷&lt;/th&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;Counting numbers&lt;/strong&gt;&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;2&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;4&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;2&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;6&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;3&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;…&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;…&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;x&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;x/2&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;Every even number appears on the left exactly once and every counting number appears on the right exactly once!
There are no repeats, and nothing left out!
So it’s one-to-one.
There are a countably infinite number of even numbers.
Just as many as the counting numbers.&lt;/p&gt;

&lt;p&gt;There are an infinite number of prime numbers.
Are there more counting numbers than primes?
Or maybe there are the same number of primes as counting numbers?
(It seems unlikely there are more primes than counting numbers, since each prime is a counting number.)&lt;/p&gt;

&lt;p&gt;Here’s a way to build up a one-to-one correspondence between counting numbers and primes.
The first prime number is 2.
The next prime number is 3.
4 isn’t prime, so the next prime number is 5.
Always find the least prime that isn’t yet on the list.&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;Counting numbers&lt;/strong&gt;&lt;/th&gt;
      &lt;th style=&quot;text-align: center&quot;&gt;⟷&lt;/th&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;Prime numbers&lt;/strong&gt;&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;2&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;2&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;3&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;3&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;5&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;4&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;7&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;5&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;11&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;…&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;…&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;Is this one-to-one?
Yes.
Here’s why:  There is always a smallest prime not yet on the list, because we can increase the most recent addition to the list one by one until we find a prime.
So, this is a one-to-one correspondence between the counting numbers and the primes.
Therefore there are as many primes as counting numbers.
Since there are as many even numbers as counting numbers, there are also as many primes as even numbers.
(We can use the two one-to-one correspondences to construct a one-to-one correspondence between even numbers and primes: the correspondence is basically to go to the counting numbers as an intermediate step.)&lt;/p&gt;

&lt;p&gt;There are the same number of integers (… -3, -2, -1, 0, +1, +2, +3, …) as counting numbers.
One one-to-one correspondence basically puts the integers in order, but by absolute value:&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;Counting numbers&lt;/strong&gt;&lt;/th&gt;
      &lt;th style=&quot;text-align: center&quot;&gt;⟷&lt;/th&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;Integers&lt;/strong&gt;&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;0&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;2&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;–1&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;3&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;+1&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;4&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;–2&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;5&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;+2&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;6&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;–3&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;…&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;…&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;So the integers are countable.
Notice that unlike the primes, there is no smallest integer; integers can get as negative as you like.
So we can’t order the correspondence by the value of the integers; we could never get started, just like the beginning of this story.&lt;/p&gt;

&lt;p&gt;Constructing a one-to-one correspondence of a set with the counting numbers is called “enumerating the set”; the correspondence is “an enumeration”.&lt;/p&gt;

&lt;h1 id=&quot;an-aside-on-density&quot;&gt;AN ASIDE ON DENSITY&lt;/h1&gt;

&lt;p&gt;So, it’s a bit unintuitive, but there really are as many even numbers as counting numbers.
How can we make sense of our intuition that there’s only half as many?&lt;/p&gt;

&lt;p&gt;We can do that by computing the density of the evens in the counting numbers.
But we’ve got to do it carefully.
Let’s pick a really high number N.
How many counting numbers are there up to and including N?
Not a trick question: there are N.
How many even numbers are there up to and including N?
Well, it’s about N/2.
If N is even it’s exactly N/2.
If N is odd it’s (N-1)/2.
So the ratio is&lt;/p&gt;

&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
    \frac{\#(\textrm{even numbers} \leq N)}{\#(\textrm{counting numbers} \leq N)}
    =
    \frac{(N - [0\textrm{ or } 1])/2}{N}
    =
    \frac{N/2}{N} - \frac{[0\textrm{ or } 1]/2}{N}
&lt;/script&gt;&lt;/div&gt;

&lt;p&gt;The first term of the last expression is &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;N/2/N = 1/2&lt;/script&gt;&lt;/span&gt; no matter what N is.
The subtracted term is &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;[0\textrm{ or } 1]/2/N&lt;/script&gt;&lt;/span&gt; which gets smaller and smaller as N gets bigger and bigger.
So as N gets large the ratio of the sizes of these finite sets approaches 1/2.
But if you don’t put a cutoff N there’s an equal number of counting and even numbers!&lt;/p&gt;

&lt;p&gt;Essentially what we have found is that if you count up one by one, only half of the numbers you count are even, the intuitive result.
The surprise is that this fact is compatible with the assertion that there just as many even numbers as counting numbers!
But our one-to-one correspondence above proves it!&lt;/p&gt;

&lt;p&gt;An interesting &lt;a href=&quot;https://en.wikipedia.org/wiki/Prime_number_theorem&quot;&gt;theorem due to Riemann&lt;/a&gt; is that the number of the primes less than N is proportional to &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;N / \log N&lt;/script&gt;&lt;/span&gt; as N gets large and the density is therefore proportional to &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;1 / \log N&lt;/script&gt;&lt;/span&gt;, which goes to 0 as N gets large.
In other words, the primes get rarer and rarer.
But there’s still an infinite number of them!&lt;/p&gt;

&lt;h1 id=&quot;the-rationals-are-countable&quot;&gt;THE RATIONALS ARE COUNTABLE&lt;/h1&gt;

&lt;p&gt;The rational numbers are numbers that can be written as fractions with integers upstairs and downstairs.&lt;label for=&quot;mn-no-zero-denominators&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-no-zero-denominators&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;Just don’t put 0 downstairs please! &lt;/span&gt;
Let’s consider just the positive rationals for simplicity.&lt;label for=&quot;mn-signed-rationals&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-signed-rationals&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;A similar trick sign-alternating scheme that we used to show the integers are countable works for the rationals but adds complication. &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Here’s an enumeration of the positive rational numbers:  for each counting number list every pair of counting numbers that sum to that number (let different orders matter).
To build a fraction put the first one upstairs, put the second downstairs, for example:&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/th&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;Sum&lt;/strong&gt;&lt;/th&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;Rational&lt;/strong&gt;&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;no two counting numbers sum to 1.&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;2&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1+1&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1/1&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;3&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1+2&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1/2&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;2+1&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;2/1 = 2&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;4&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1+3&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1/3&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;2+2&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;2/2 = 1 which is a repeat so skip it&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;3+1&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;3/1 = 3&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;5&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1/4, 2/3, 3/2, 4&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;6&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1/5, 5 [the others have appeared already, so skip them]&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;7&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1/6, 2/5, 3/4, 4/3, 5/2, 6&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;…&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;…&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;and so on.
Note that for a given sum the number of possible rationals is one less than the total.&lt;/p&gt;

&lt;p&gt;Now just string these lists together in order:&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;Counting numbers&lt;/strong&gt;&lt;/th&gt;
      &lt;th style=&quot;text-align: center&quot;&gt;⟷&lt;/th&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;Positive Rationals&lt;/strong&gt;&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;2&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1/2&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;3&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;2&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;4&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1/3&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;5&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;3&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;6&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1/4&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;7&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;2/3&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;8&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;3/2&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;9&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;4&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;…&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;…&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;Does every positive rational number appear?
Yes.
Suppose the fraction was &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;n/d&lt;/script&gt;&lt;/span&gt; (numerator divided by denominator; you might have to use d=1).
The total is n+d, and all those numbers appear in the (n+d)th row; in the concatenated list before item (n+d)².
Therefore every positive rational appears on the list; the rationals are countable.
It doesn’t matter that the rationals aren’t in order by value, that’s fine.
What matters is that none are missing and none appear twice: the correspondence is one-to-one.&lt;/p&gt;

&lt;h1 id=&quot;numbers-between-0-and-1&quot;&gt;NUMBERS BETWEEN 0 AND 1&lt;/h1&gt;

&lt;p&gt;The rationals between 0 and 1 are countable too; just repeat the above construction but require the upstairs be less than the downstairs.&lt;/p&gt;

&lt;p&gt;So, there are a countably infinite number of rationals between 0 and 1.
They’re also “dense” which means that no matter which two rationals you pick you can always find one in between&lt;label for=&quot;mn-dense-rationals&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-dense-rationals&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;The average of two rationals is rational, for example. &lt;/span&gt; (and then you can use that new in-between number as a new starting point).
So there’s no “getting away” from the rationals.
Famously π is not rational, but if we play a game where you say some small positive number ε&lt;label for=&quot;mn-epsilon&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-epsilon&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;ε is the Greek letter epsilon, and is often used in math to represent some tiny positive number &lt;/span&gt; I can always find a rational number closer to π than the number you said.
That is, I can always name a rational r such that π-ε &amp;lt; r &amp;lt; π+ε, as long as you name ε first.&lt;/p&gt;

&lt;p&gt;At the beginning of this story we tried to list the real numbers between 0 and 1 in order and found that we couldn’t, because no matter where we started we could always find a smaller number.
That’s true of the rationals!
You can’t list them in order of size, because there’s always a smaller one, but you can list them in this other funny order.&lt;/p&gt;

&lt;p&gt;Does that mean there are as many numbers between 0 and 1 as there are rationals (which are countably infinite)?&lt;/p&gt;

&lt;p&gt;This is a very subtle question, but the answer is no.
There are more numbers between 0 and 1 than counting numbers, as we will now show.&lt;/p&gt;

&lt;p&gt;The numbers between 0 and 1 all have a unique decimal expansion, which is just a list of digits.&lt;label for=&quot;mn-nines&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-nines&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;Let’s agree that expansions that end in &lt;a href=&quot;https://en.wikipedia.org/wiki/0.999...&quot;&gt;repeating 9s&lt;/a&gt; aren’t allowed, for example 0.499999… is just 0.5 &lt;/span&gt;
For example, here are some numbers between 0 and 1 and their decimal expansions:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;    1/2:        0.5000000000000000[0 forever]
    π-3:        0.1415926535897932...
    √(2)-1:     0.4142135623730950...
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Remember: we need to show that no matter what correspondence we try to make between the countables and the reals in [0,1] we have some reals left over.
For example, this correspondence&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;Counting numbers&lt;/strong&gt;&lt;/th&gt;
      &lt;th style=&quot;text-align: center&quot;&gt;⟷&lt;/th&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;Real numbers in [0, 1]&lt;/strong&gt;&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;2&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1/2&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;3&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1/3&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;4&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1/4&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;5&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1/5&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;…&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;…&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;n&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1/n&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;leaves out a lot of numbers.
3/4 and 5/12 and π-3 for example.
But maybe this choice is like the evens and the countables and there’s some non-obvious way to enumerate every real number?&lt;/p&gt;

&lt;p&gt;George Cantor proved that no, there is NO way to pair up the reals and counting numbers without having reals left over.
The proof proceeds by contradiction.&lt;/p&gt;

&lt;p&gt;Suppose I claimed to have such a one-to-one pairing.
Let’s list them by their counting number.&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;Counting numbers&lt;/strong&gt;&lt;/th&gt;
      &lt;th style=&quot;text-align: center&quot;&gt;⟷&lt;/th&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;&lt;strong&gt;Real numbers in [0, 1]&lt;/strong&gt;&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;1&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;0.1234567890123456789…&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;2&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;0.2222222222222222222…&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;3&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;0.1415926535897932384…&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;4&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;0.1011011101111011111…&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;5&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;0.5000000000000000000…&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;6&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;0.6660000000000000000…&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;7&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;0.7777770777777077777…&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;8&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;0.2139046935690214393…&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;You’re suspicious that my list is incomplete, which would mean it’s not a one-to-one correspondence.
So it’s your job to find a number that’s not in the right column of this list; something I left out.
Here’s how you build a missing number:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Look at the first digit of the first number.  It happens to be a 1.  So the first digit of your number should be some other digit.  Say 7.  Now we know that the number you’re building isn’t the first number on my list, because it disagrees in the first digit.&lt;/li&gt;
  &lt;li&gt;Look at the second digit of the second number.  It’s a 2.  So the second digit of your number shouldn’t be 2.  Maybe you pick 3.  Now we know that the number you’re building isn’t the second number on my list, because it disagrees in the second digit.&lt;/li&gt;
  &lt;li&gt;Look at the third digit of the third number on my list.  It’s a 1.  Again, pick a different digit.  8.  Now we know the number you’re building isn’t the third number on my list, because it disagrees in the third digit.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;and so on and so on.
So you build 0.7384517…
This number is not on my list, because we know it differs from each number on my list in at least one digit.&lt;/p&gt;

&lt;p&gt;“Oh sorry, I just forgot that one!” I say.
“Just take my list, shove each item down one, and put this number at the front.
That patches the hole.”  No.
You do the procedure again, this time building 0.47384517…&lt;/p&gt;

&lt;p&gt;No matter the pairing I present to you, claiming it to be an enumeration, you can always find a missing number.
So there are more real numbers than counting numbers!&lt;/p&gt;

&lt;p&gt;How many more?
A LOT MORE!
One way to see this is that at each digit you’ve got to pick a digit and only one is forbidden, 9 are allowed.
So instead of 0.738… you could have picked 0.238, 0.338, 0.438, 0.538, 0.638, 0.738, 0.838, 0.938, and that’s only fiddling with the first digit.
In fact, as long as your number doesn’t start 0.12110009… it’s guaranteed to be different.&lt;/p&gt;

&lt;p&gt;If we just look at the first d digits of the first d numbers on my list, how many numbers could you write that are guaranteed not to be in these first d numbers?
There’s 10^d possible strings of digits and you just cannot write d of them.
In this sense there are exponentially more real numbers than counting numbers: just let d get larger and larger and larger.&lt;/p&gt;

&lt;p&gt;The number of real numbers in [0, 1] is infinite.
But it’s bigger than the countable infinity.
It’s the “size of the continuum”, the continuum being a fancy name for “the entire number line with no holes”.&lt;/p&gt;

&lt;p&gt;This method for finding omissions is called “&lt;a href=&quot;https://en.wikipedia.org/wiki/Cantor%27s_diagonal_argument&quot;&gt;Cantor’s diagonal argument&lt;/a&gt;” because the missing number is different from the list of real numbers along the diagonal digits.&lt;/p&gt;

&lt;h1 id=&quot;ok-but-thats-it-right--just-two&quot;&gt;OK BUT THAT’S IT RIGHT?  JUST TWO?&lt;/h1&gt;

&lt;p&gt;No.
There’s a whole hierarchy like this!
But it’s much harder to give a concrete example; things get abstract quickly.&lt;/p&gt;

&lt;p&gt;Mathematicians found a way to take Cantor’s argument and pull itself up by its bootstraps.&lt;label for=&quot;mn-paradise&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-paradise&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;Famous, contemporary mathematicians accused Cantor of being a scientific charlatan.  He had a number of mental health episodes and died in involuntary commitment in a sanitorium. On the other hand David Hilbert proclaimed ‘No one shall expel us from the paradise Cantor has created.’  So Cantor’s difficult ideas were not universally derided in his day. &lt;/span&gt;
The idea at each level is roughly the same idea: Given a nonempty set (finite or infinite) it’s possible to construct a set exponentially larger, and to show there is no possible one-to-one correspondence between the starting set and this exponentially larger set.&lt;/p&gt;

&lt;p&gt;Are there any sets with more elements than the counting numbers but fewer &lt;a href=&quot;https://en.wikipedia.org/wiki/Cardinality_of_the_continuum&quot;&gt;elements than the continuum&lt;/a&gt;?
The claim that there are no such sets is called the &lt;a href=&quot;https://en.wikipedia.org/wiki/Continuum_hypothesis&quot;&gt;Continuum Hypothesis&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Surprisingly, this question is independent of the standard choice of axioms of mathematics.
If all you pick are the standard axioms (called ZFC), you can’t decide.
Fucking hellish answer.&lt;/p&gt;

&lt;h1 id=&quot;i-hate-this-infinity-plus-one&quot;&gt;I HATE THIS INFINITY PLUS ONE!&lt;/h1&gt;

&lt;p&gt;The entire discussion above is about comparing &lt;em&gt;sizes&lt;/em&gt; (“cardinality”) of sets.
But that’s not about counting something in order.
In fact, we explicitly gave this whole story about how to compare sizes you don’t have to actually count all the elements.&lt;/p&gt;

&lt;p&gt;But, like, maybe if you just keep counting up higher and higher you … get? … to infinity?  Like, infinity comes … after? all the counting numbers?&lt;/p&gt;

&lt;p&gt;George Cantor’s answer was: YEAH MAN, JUST FUCKING KEEP GOING!
You can put anything in order if you’re brave enough!&lt;/p&gt;

&lt;p&gt;He said: I’m just going to put numbers in order, like I was counting.
“After” all the natural numbers comes ω (omega).
“After” comes in quotes because if you set out to do it you’d never finish counting the counting numbers, so “After” doesn’t mean in time.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;1, 2, 3, … ω,
ω+1, ω+2, …, ω×2,
ω×2+1, ω×2+2, …, ω×3,
…, ω×4, …, ω×ω = ω^2, … ω^3, … ω^ω,
and so on…&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;where the first few … all stand for the same amount of counting, but “then” [it never happens in time] you hit ω^2 and I use each … to elide a lot more numbers, to show the pattern.
Also “and so on…” is carrying a lot of water; we’ve counted an infinite infinite number of numbers and yet compared to what mathematicians call, with dramatic understatement, “&lt;a href=&quot;https://en.wikipedia.org/wiki/Large_countable_ordinal&quot;&gt;large ordinals&lt;/a&gt;”, they’re just the start.&lt;/p&gt;

&lt;p&gt;I understand these “ordinals” a lot less.
But these &lt;a href=&quot;https://johncarlosbaez.wordpress.com/2016/06/29/large-countable-ordinals-part-1/&quot;&gt;explanations&lt;/a&gt; by &lt;a href=&quot;https://johncarlosbaez.wordpress.com/2016/07/04/large-countable-ordinals-part-2/&quot;&gt;John&lt;/a&gt; &lt;a href=&quot;https://johncarlosbaez.wordpress.com/2016/07/07/large-countable-ordinals-part-3/&quot;&gt;Baez&lt;/a&gt; are pretty good!&lt;label for=&quot;mn-baez&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-baez&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;John is Joan Baez’s cousin. &lt;/span&gt;&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Met her in a club down in old Soho</title>
   <link href="http://www.evanberkowitz.com/2021/04/03/cherry-blossoms.html"/>
   <updated>2021-04-03T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2021/04/03/cherry-blossoms</id>
   <content type="html">&lt;p&gt;Washington, DC&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Their Eyes Gazed Straight Ahead</title>
   <link href="http://www.evanberkowitz.com/2020/09/25/eisenhower-memorial.html"/>
   <updated>2020-09-25T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2020/09/25/eisenhower-memorial</id>
   <content type="html">&lt;p&gt;Eisenhower Memorial, Washington DC&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>I Was Rolling Down The Road In Some Cold Blue Steel</title>
   <link href="http://www.evanberkowitz.com/2020/03/08/national-mall.html"/>
   <updated>2020-03-08T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2020/03/08/national-mall</id>
   <content type="html">&lt;p&gt;The National Mall&lt;/p&gt;

&lt;p&gt;Washington, DC&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Mighty Fine Wine</title>
   <link href="http://www.evanberkowitz.com/2019/04/17/trento.html"/>
   <updated>2019-04-17T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2019/04/17/trento</id>
   <content type="html">&lt;p&gt;&lt;label for=&quot;label=previously&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;label=previously&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;Previously&lt;br /&gt;&lt;a href=&quot;/2017/11/25/trento.html&quot;&gt;November 2017&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;/2018/09/01/trento.html&quot;&gt;September 2018&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Trento, Italy, &lt;a href=&quot;https://ectstar.fbk.eu/node/4436&quot;&gt;Atomic Nuclei as Laboratories for BSM Physics&lt;/a&gt;&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Kindly State the Time of the Year</title>
   <link href="http://www.evanberkowitz.com/2019/04/06/burg-eltz.html"/>
   <updated>2019-04-06T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2019/04/06/burg-eltz</id>
   <content type="html">&lt;p&gt;Burg Eltz, Rheinland-Pfalz&lt;/p&gt;

&lt;p&gt;My friends and I took a day trip to Burg Eltz, a castle in Rheinland-Pfalz.  We made a short hike from the parking lot to the castle grounds.  After a quick look around we hiked up the road for a scenic overlook, which we took in as the passenger shuttle went back and forth.&lt;/p&gt;

&lt;p&gt;We had an excellent picnic of home-made curry and rice, and surprise chocolate birthday cake!  We played by the river bank, wandered the castle’s treasury, and took a tour of the unoccupied parts of the castle&lt;label for=&quot;current&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;current&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;The castle is privately held and the rear section is currently occupied by the thirty-third generation of the Eltz family. &lt;/span&gt; from a very peculiar guide who stuck to his very formal script even though the tour group was only us.&lt;/p&gt;

&lt;p&gt;We returned to Köln, enjoying so-called flapjacks and selinamosas en-route and listening to 70s classics.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>A Coat of Gold, A Coat of Red</title>
   <link href="http://www.evanberkowitz.com/2019/03/17/muiderslot.html"/>
   <updated>2019-03-17T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2019/03/17/muiderslot</id>
   <content type="html">&lt;p&gt;Muiderslot, The Netherlands&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Turn My Face to the Wall</title>
   <link href="http://www.evanberkowitz.com/2019/01/20/heidelberg.html"/>
   <updated>2019-01-20T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2019/01/20/heidelberg</id>
   <content type="html">&lt;p&gt;Heidelberg, Baden-Württemberg&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>A Band Beyond Description</title>
   <link href="http://www.evanberkowitz.com/2018/09/15/robots.html"/>
   <updated>2018-09-15T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2018/09/15/robots</id>
   <content type="html">&lt;p&gt;Roboter-Kunst-Festival, Köln&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Lasciate Ogne Speranza</title>
   <link href="http://www.evanberkowitz.com/2018/09/01/trento.html"/>
   <updated>2018-09-01T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2018/09/01/trento</id>
   <content type="html">&lt;p&gt;Trento, Italy&lt;/p&gt;

&lt;p&gt;I arrived in Trento on Saturday night after an all day trip through Düsseldorf, Venizia, and Verona.  Next time I’ll take the train through München.  I had an absolutely fantastic pizza with tomato sauce, fresh basil, mozzarella di bufala, dizzled with a reduced balsamic vinegar at Anfiteatro, a new restaurant.  Sunday it rained but I did some indoor and underground archaeological tourism and visited the cathedral.&lt;/p&gt;

&lt;p&gt;During the week I was busy with &lt;a href=&quot;https://ectstar.fbk.eu/node/4222&quot;&gt;a program at ECT*&lt;/a&gt;, but also had a free Friday afternoon and evening.  I returned to Anfiteatro to have the pizza, but accidentally walked into their grand opening!  They had a free buffet with a free glass of wine, and live music.  The food was delicious—some kind of roasted pork, a variety of roasted and pickled vegetables, fried dough of some kind—but I kind of wished for that pizza!  The musician performed popular and classic English-language songs.  He could sing but sprinkled every song with mondegreens, which I found amusing at first and distracting by the end.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>A Bold Deceiver</title>
   <link href="http://www.evanberkowitz.com/2018/08/04/maynooth-and-glendalough.html"/>
   <updated>2018-08-04T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2018/08/04/maynooth-and-glendalough</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;&quot;&gt;Maynooth&lt;/a&gt; and &lt;a href=&quot;http://www.glendalough.ie/&quot;&gt;Glendalough&lt;/a&gt;, Ireland&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>The Nucleon Axial Coupling</title>
   <link href="http://www.evanberkowitz.com/2018/05/30/gA.html"/>
   <updated>2018-05-30T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2018/05/30/gA</id>
   <content type="html">&lt;p&gt;&lt;label for=&quot;mn-link&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-link&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;a href=&quot;https://www.nature.com/articles/s41586-018-0161-8&quot;&gt;Nature, DOI:10.1038/s41586-018-0161-8&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://c51.lbl.gov/~walkloud/callat/&quot;&gt;My collaborators and I&lt;/a&gt; are glad to announce that the Standard Model of particle physics predicts that &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;g_A&lt;/script&gt;&lt;/span&gt;, the axial coupling of the nucleon, is 1.271±0.013.  The &lt;a href=&quot;http://pdglive.lbl.gov/DataBlock.action?node=S017AV&amp;amp;init=0&quot;&gt;experimentally measured value&lt;/a&gt; is 1.2723±0.0023.&lt;/p&gt;

&lt;figure&gt;&lt;figcaption&gt;A neutron β-decays into a proton, electron, and antineutrino.&lt;/figcaption&gt;&lt;img src=&quot;/images/2018-05-30-gA/visualization.jpg&quot; /&gt;&lt;/figure&gt;

&lt;!--more--&gt;

&lt;p&gt;
    &lt;label for=&quot;mn-toc-intro&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-toc-intro&quot; class=&quot;margin-toggle&quot; /&gt;
    &lt;span class=&quot;marginnote&quot;&gt;
        Introduction&lt;br /&gt;
        &lt;a href=&quot;#motivation&quot;&gt;Motivation&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#why-do-we-need-computers&quot;&gt;Why do we need computers?&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#wielding-lattice-qcd-to-calculate-g_a&quot;&gt;Wielding Lattice QCD to Calculate &lt;span&gt;&amp;#8203;&lt;script type=&quot;math/tex&quot;&gt;g_A&lt;/script&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#methodological-improvements&quot;&gt;Methodological Improvements&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#outlook&quot;&gt;Outlook&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#acknowledgements&quot;&gt;Acknowledgements&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#press-releases-and-mentions&quot;&gt;Press Releases and Mentions&lt;/a&gt;
    &lt;/span&gt;
&lt;/p&gt;

&lt;h1 id=&quot;introduction&quot;&gt;Introduction&lt;/h1&gt;

&lt;p&gt;Protons and neutrons, collectively known as nucleons, are the particles that compose atomic nuclei.  Nucleons, in turn, are made out of quarks and gluons, particles which are dominantly governed by quantum chromodynamics (QCD) and—as far as we know—are fundamental.  Nucleons are baryons, and thus contain three “valence” quarks in addition to a big roiling mess of gluons and quark-antiquark pairs.  Protons have two valence up quarks and one valence down quark, while neutrons have two valence down quarks and one valence up quark.&lt;/p&gt;

&lt;p&gt;&lt;label for=&quot;mf-beta-decay&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-beta-decay&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2018-05-30-gA/beta-decay.png&quot; /&gt;&lt;br /&gt;A free neutron decays into a proton, an electron, and an antineutrino.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;The proton’s mass is 938.2 MeV, while the neutron’s mass is 939.6 MeV.  That slight imbalance means that, by itself, a neutron can β-decay into a proton, an electron, and an antineutrino.  But the &lt;em&gt;rate&lt;/em&gt; of that decay isn’t controlled only by the masses involved.  The decay rate also depends on the &lt;em&gt;nucleon axial coupling&lt;/em&gt;, &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;g_A&lt;/script&gt;&lt;/span&gt;&lt;label for=&quot;mn-gamow-teller&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-gamow-teller&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;For experts, the axial coupling controls the Gamow-Teller transitions. &lt;/span&gt;.  In the same way that electrons and protons have familiar electric charges which dictate how strongly they feel the influence of the electromagnetic interaction, nucleons have a charge, or &lt;em&gt;coupling&lt;/em&gt; which dictates how strongly they feel the influence of the weak nuclear force, which causes β-decay, but also dictates how strongly they feel the influence of pions, which are the composite particles made of a quark-antiquark pair that bind nucleons into a nucleus.&lt;/p&gt;

&lt;p&gt;Since nucleons are composite particles, this coupling can be determined by understanding the behavior of its constituents.  However, unlike electric charge, which is conserved, determining the axial coupling of a neutron isn’t as simple as summing up properties of its valence quarks.&lt;/p&gt;

&lt;p&gt;&lt;label for=&quot;mf-feynman-diagram&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-feynman-diagram&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2018-05-30-gA/gA-cartoon.png&quot; /&gt;&lt;br /&gt;The nucleon coupling to the pion, drawn in the language of pions and nucleons and as the behavior of valence quarks.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;You might wonder: if nucleons are composite objects without sharp edges, is there even any meaningful sense in which this coupling can be defined?  Interestingly, the answer is yes.  When trying to describe nuclear physics, we can write down a theory of pions and nucleons with all the same symmetries as QCD but which doesn’t talk about quarks and gluons any more.  Matching the symmetries ensures we can force these theories to make the same predictions.&lt;/p&gt;

&lt;p&gt;The cost of changing our picture is the introduction of a variety of unknown parameters&lt;label for=&quot;mn-lecs&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-lecs&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;These unknown parameters are called &lt;em&gt;low energy constants&lt;/em&gt;, or &lt;em&gt;LEC&lt;/em&gt;s, in the parlance of &lt;a href=&quot;https://en.wikipedia.org/wiki/Effective_field_theory&quot;&gt;effective field theory&lt;/a&gt;. &lt;/span&gt;.  That is, symmetry is strong enough to dictate the form of the theory, but isn’t enough to quantitatively match the two together.  But, in principle, if we know enough about the underlying behavior of quarks and gluons we can match the two theories’ predictions to determine these numbers.  Put another way, in the Cosmic Control Booth, God doesn’t have a dial that controls these numbers independently: she sets only the parameters of the fundamental theory, and all else is consequence.&lt;/p&gt;

&lt;p&gt;Once determined, these parameters can be used to make predictions about the nuclear interaction.  These numbers can be measured experimentally.  Indeed, &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;g_A&lt;/script&gt;&lt;/span&gt; &lt;a href=&quot;http://pdglive.lbl.gov/DataBlock.action?node=S017AV&amp;amp;init=0&quot;&gt;is known experimentally to be 1.2723±0.0023&lt;/a&gt;.  These numbers can also be determined theoretically.  We found that the underlying theory of quarks and gluons predicts 1.271±0.013.&lt;/p&gt;

&lt;p&gt;
    &lt;label for=&quot;mn-toc-motivation&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-toc-motivation&quot; class=&quot;margin-toggle&quot; /&gt;
    &lt;span class=&quot;marginnote&quot;&gt;
        &lt;a href=&quot;#introduction&quot;&gt;Introduction&lt;/a&gt;&lt;br /&gt;
        Motivation&lt;br /&gt;
        &lt;a href=&quot;#why-do-we-need-computers&quot;&gt;Why do we need computers?&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#wielding-lattice-qcd-to-calculate-g_a&quot;&gt;Wielding Lattice QCD to Calculate &lt;span&gt;&amp;#8203;&lt;script type=&quot;math/tex&quot;&gt;g_A&lt;/script&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#methodological-improvements&quot;&gt;Methodological Improvements&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#outlook&quot;&gt;Outlook&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#acknowledgements&quot;&gt;Acknowledgements&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#press-releases-and-mentions&quot;&gt;Press Releases and Mentions&lt;/a&gt;
    &lt;/span&gt;
&lt;/p&gt;

&lt;h1 id=&quot;motivation&quot;&gt;Motivation&lt;/h1&gt;

&lt;p&gt;If &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;g_A&lt;/script&gt;&lt;/span&gt; can be determined experimentally with better precision, why bother calculating it in the first place?  The answer is three-fold.&lt;/p&gt;

&lt;p&gt;&lt;label for=&quot;mf-new-physics&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-new-physics&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2018-05-30-ga/Vud-vs-Xud.png&quot; /&gt;&lt;br /&gt;Colleagues generously provided us with this updated version of &lt;a href=&quot;https://arxiv.org/abs/1703.04751&quot;&gt;their Figure 12&lt;/a&gt;, showing three constraints on model-independent parameters that characterize new physics.  The red ellipse comes from muonic pion decays, the blue circle from LHC W+Higgs production data, and the orange band is controlled by our result.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;First, we want to make sure that the measured quantity is what it ought to be, assuming the Standard Model.  If there were some new physics that modified this quantity, its effects would show up in experiments.  But, in our calculations, we work only with physics described in the Standard Model.  So, if there were a significant difference, it could be an exciting sign of new physics.  That our result so closely matches what is found experimentally places tight limits on right-handed beyond-the-Standard-Model currents.&lt;/p&gt;

&lt;p&gt;Second, we want to stress-test our calculating methods.  Computing &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;g_A&lt;/script&gt;&lt;/span&gt; isn’t so straightforward, as I’ll explain below. In the future we will calculate quantities that aren’t measured well by experiment yet, and knowing we have our calculation under control will prove important.  Having a benchmark quantity is a useful check that we know what we’re doing.  The axial coupling is in some sense the &lt;em&gt;simplest&lt;/em&gt; quantity in a larger set of observables, so it’s a good testbed for making sure we know where all the bodies are buried.&lt;/p&gt;

&lt;p&gt;Finally, we like the laws of physics to be as unified a whole as possible.  In principle, all of nuclear physics, from the simplest nuclei to neutron stars, should have a single, far-reaching description that originates in fundamental particle physics.  While the method of summarizing the theory of quarks and gluons into a theory of nucleons and pions is perfectly well justified, as mentioned it comes with a cost of new, unknown parameters.  Without calculation, these new parameters break the quantitative foundation of nuclear physics in particle physics.  Computing the nucleon axial coupling is the first step in forging a quantitative connection that anchors nuclear physics in the underlying particle physics and reduces the number of input parameters one needs when describing physics as a whole.&lt;/p&gt;

&lt;p&gt;
    &lt;label for=&quot;mn-toc-comp&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-toc-comp&quot; class=&quot;margin-toggle&quot; /&gt;
    &lt;span class=&quot;marginnote&quot;&gt;
        &lt;a href=&quot;#introduction&quot;&gt;Introduction&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#motivation&quot;&gt;Motivation&lt;/a&gt;&lt;br /&gt;
        Why do we need computers?&lt;br /&gt;
        &lt;a href=&quot;#wielding-lattice-qcd-to-calculate-g_a&quot;&gt;Wielding Lattice QCD to Calculate &lt;span&gt;&amp;#8203;&lt;script type=&quot;math/tex&quot;&gt;g_A&lt;/script&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#methodological-improvements&quot;&gt;Methodological Improvements&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#outlook&quot;&gt;Outlook&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#acknowledgements&quot;&gt;Acknowledgements&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#press-releases-and-mentions&quot;&gt;Press Releases and Mentions&lt;/a&gt;
    &lt;/span&gt;
&lt;/p&gt;

&lt;h1 id=&quot;why-do-we-need-computers&quot;&gt;Why Do We Need Computers?&lt;/h1&gt;

&lt;p&gt;In many circumstances, when we want to extract information from a physical theory, we can use the following &lt;em&gt;perturbative&lt;/em&gt; strategy:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Make a good approximation to the answer, and get an answer that is accurate but approximate.&lt;/li&gt;
  &lt;li&gt;Fix up the approximation, yielding a more daunting calculation, but improving the precision of the answer.&lt;/li&gt;
  &lt;li&gt;Make ever-better approximations, undertaking ever more daunting calculations, and achieving better and better precision.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The theory of quantum electromagnetism is a theory where this strategy has enormous success, because there is a small parameter, the fine structure constant α, which is very small—about 1/137&lt;label for=&quot;mn-series&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-series&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;For experts, the perturbative expansion in quantum electrodynamics, and in most field theories, is thought to be an asymptotic expansion. &lt;/span&gt;.  When we execute the above improvement scheme, the difference between each generation of results keeps getting smaller by factors of α.  So, if you know to what precision you need your answer, I can tell you just how hard you need to work, in terms of how many times you have to go and fix up your approximation.  Unless your problem is extraordinarily simple or has astounding mathematical properties, this fix-it-up strategy is the usual approach for pen-and-paper calculations.&lt;/p&gt;

&lt;p&gt;The analogous number for QCD is about 1.5—a disaster for this perturbative method!  Suppose you’ve worked very hard and made the third-least-stupid approximation.  How many digits of accuracy can you expect?  None, because there’s no sense in which the corrections get smaller and smaller.  If you would only go and make the fourth-least-stupid approximation, you’d find your answer changes dramatically: your current result might even have the wrong sign.  So you go and fix up your approximation further.  How hard must you work to achieve a particular reliability?  Hopefully it’s clear that with this perturbative strategy you can never stop and trust your result—the &lt;em&gt;next&lt;/em&gt; piece will always dominate the answer and the work you’ve done so far is largely irrelevant.&lt;/p&gt;

&lt;p&gt;Because this strategy fails, we call QCD a &lt;em&gt;strongly interacting&lt;/em&gt;, or &lt;em&gt;nonperturbative&lt;/em&gt; theory.  &lt;label for=&quot;mn-pqcd&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-pqcd&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;Interestingly, QCD becomes perturbative at high energies, such as those found in colliders, where it has been tested vigorously and yielded predictions crucial for eliminating known signals from experiments and discovering new physics. &lt;/span&gt;
To avoid this runaway disaster, we need a different strategy.  We put QCD on a computer, and try to solve the whole thing without making any uncontrollable approximations.  It could be that tomorrow someone has a new insight that allows us to solve QCD without computers.  But the above argument about the failure of perturbation theory gives us a ‘folk theorem’ that no tractable pen-and-paper solutions exist.&lt;/p&gt;

&lt;h1 id=&quot;wielding-lattice-qcd-to-calculate-g_a&quot;&gt;Wielding Lattice QCD to Calculate &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;g_A&lt;/script&gt;&lt;/span&gt;&lt;/h1&gt;

&lt;p&gt;
    &lt;label for=&quot;mn-toc-comp&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-toc-comp&quot; class=&quot;margin-toggle&quot; /&gt;
    &lt;span class=&quot;marginnote&quot;&gt;
        &lt;a href=&quot;#introduction&quot;&gt;Introduction&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#motivation&quot;&gt;Motivation&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#why-do-we-need-computers&quot;&gt;Why do we need computers?&lt;/a&gt;&lt;br /&gt;
        Wielding Lattice QCD to Calculate &lt;span&gt;&amp;#8203;&lt;script type=&quot;math/tex&quot;&gt;g_A&lt;/script&gt;&lt;/span&gt;&lt;br /&gt;
        &lt;a href=&quot;#methodological-improvements&quot;&gt;Methodological Improvements&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#outlook&quot;&gt;Outlook&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#acknowledgements&quot;&gt;Acknowledgements&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#press-releases-and-mentions&quot;&gt;Press Releases and Mentions&lt;/a&gt;
    &lt;/span&gt;
&lt;/p&gt;

&lt;p&gt;&lt;label for=&quot;schematic&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;schematic&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2018-05-30-ga/lattice.png&quot; /&gt;&lt;br /&gt;A cartoon of a four-dimension lattice used in lattice QCD.  The interior sites and links have been omitted for clarity.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Lattice QCD is the formulation of QCD on a finite, discrete spacetime.  This transforms the problem from a horrible infinite-dimensional integral to a still-horrible but finite-dimensional integral, which we attempt to evaluate via importance sampling Monte Carlo methods.&lt;/p&gt;

&lt;p&gt;Typically we use a square lattice, but in four dimensions.  We put the quarks on sites—the intersections of the grid—and the gluons on links—the lines that connect the sites.  The gluons determine how the quarks can move around, and so naturally live on the connections between sites.  We have to sample many different possible &lt;em&gt;configurations&lt;/em&gt;—arrangements of fields in spacetime—to correctly capture the quantum-mechanical properties.  The more configurations we can sample, the better our answer.  We generate these configurations with a Markov chain, and each configuration is computationally expensive to create.  In other words, if someone is willing to pay the electric bill, we can drive down the uncertainty on our answer further and further, but it ain’t cheap.&lt;/p&gt;

&lt;p&gt;The day-to-day activities of a lattice QCD practitioner look a lot like an experimentalist—there’s statistical data analysis, curve fitting, and understanding and quantifying uncertainties.  We often refer to the quantities we compute on each configuration as “measurements”—although of course we’re aware that we’re not poking and prodding Nature itself.  Instead, just as a telescope lets you see deep into space, a computer lets you see deep into the Platonic mathematical realm.  At the end, we quote an answer with a controlled uncertainty that accounts for both the statistical nature of the approach, and any systematic difficulties, just as an experimentalist might.&lt;/p&gt;

&lt;p&gt;There are three standard sources of systematic uncertainty in lattice QCD which must be addressed.  Obviously, we use a discrete spacetime even though we are interested in the continuum.  Although we’re interested in physics in an infinite spacetime volume, we use only a finite spacetime volume so that our problem fits in a finite-size computer memory and our calculations finish in a finite amount of time.  We have another trick as well: we can change the parameters of QCD!  &lt;label for=&quot;mn-comp&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-comp&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;So, the computational physicist can answer questions the experimental physicist cannot, such as what would happen if one could adjust the dials in the Cosmic Control Booth that are impossible to adjust experimentally. &lt;/span&gt; Experimentalists are stuck with the true values—we have to make sure we can ultimately get to the experimental values.&lt;/p&gt;

&lt;p&gt;At short distances, QCD is perturbative and we know the exact theory we are interested in.  That means we can take our lattice spacing—the length of the links—finer and finer so as to match QCD, and then let the computer handle the long-distance, nonperturbative mess.  We calculated at three lattice spacings: 0.15, 0.12, and 0.09 fm&lt;label for=&quot;mn-fermi&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-fermi&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;1 fm, a femtometer, or fermi, is 0.000000000000001 meters.  A proton is about 1 fm across. &lt;/span&gt; and extrapolated to the continuum limit.  We avoid going to ultrafine lattices because the numerical cost grows quickly as the lattice spacing shrinks.&lt;/p&gt;

&lt;p&gt;Of course, the computational cost also grows with the number of sites in each direction, yet we want to make sure our calculations aren’t too badly distorted by being in a finite volume.  One helpful technique is to use periodic boundary conditions—like in Pac-Man—to ensure the lattice has no edges or walls and no site is privileged to be in “the middle”.  Still, we calculated at a variety of different volumes, making sure to carefully take the infinite-volume limit.&lt;/p&gt;

&lt;p&gt;Finally, for technical reasons, some numerical steps become very expensive as the quark masses get close to zero.&lt;label for=&quot;mn-slowdown&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-slowdown&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;This growth in cost is caused by the Dirac operator becoming more-and-more ill conditioned.  Multigrid methods alleviate this problem. &lt;/span&gt;  In nature, the up and down quark masses are just a few MeV while the natural scale of QCD is a few hundred MeV (for example, the proton and neutron masses, as mentioned, are about 940 MeV) and in this sense are very small; only in the last 10 years or so have calculations with physical parameters been achieved.  We calculated on five quark masses from 130 MeV to 400 MeV, allowing us to interpolate to the near-physical pion mass of about 138 MeV.&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;figure&gt;&lt;figcaption&gt;Numerical results for the nucleon axial coupling for a variety of different pion masses (along the x-axis) and the three different lattice spacings (red being coarsest, blue being finest), as well as the infinite-volume-and-continuum-limit function as the dashed purple line (with its corresponding 1σ uncertainty band).  The physical parameters of QCD are given by the dashed vertical gray line, and our final result is the intersection of this line with the purple band.  The experimental result is shown in black.&lt;/figcaption&gt;&lt;img src=&quot;/images/2018-05-30-gA/chiral-modelavg.png&quot; /&gt;&lt;/figure&gt;

&lt;p&gt;By calculating at three different lattice spacings, different volumes, and different quark masses, we control all three sources of systematic uncertainty and recover a function (and its uncertainty band) that describes the axial coupling as a function of the pion mass in the continuum and in infinite volume.  Our final quoted result&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;g_A = 1.271\pm0.013&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;is the value of that function at the physical pion mass, the error accounting for statistical uncertainties, uncertainties from interpolating/extrapolating to the physical parameters of QCD, to the continuum, to an infinite volume, from omitting the small mass splitting between up and down quarks, and from fitting.&lt;/p&gt;

&lt;p&gt;
    &lt;label for=&quot;mn-toc-comp&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-toc-comp&quot; class=&quot;margin-toggle&quot; /&gt;
    &lt;span class=&quot;marginnote&quot;&gt;
        &lt;a href=&quot;#introduction&quot;&gt;Introduction&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#motivation&quot;&gt;Motivation&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#why-do-we-need-computers&quot;&gt;Why do we need computers?&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#wielding-lattice-qcd-to-calculate-g_a&quot;&gt;Wielding Lattice QCD to Calculate &lt;span&gt;&amp;#8203;&lt;script type=&quot;math/tex&quot;&gt;g_A&lt;/script&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
        Methodological Improvements&lt;br /&gt;
        &lt;a href=&quot;#outlook&quot;&gt;Outlook&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#acknowledgements&quot;&gt;Acknowledgements&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#press-releases-and-mentions&quot;&gt;Press Releases and Mentions&lt;/a&gt;
    &lt;/span&gt;
&lt;/p&gt;

&lt;h1 id=&quot;methodological-improvements&quot;&gt;Methodological Improvements&lt;/h1&gt;

&lt;p&gt;&lt;label for=&quot;mf-result&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-result&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2018-05-30-gA/ga-summary.png&quot; /&gt;&lt;br /&gt;A comparison of previous calculations, our result (purple, with an error band to guide the eye), and the experimental determination given in the &lt;a href=&quot;http://pdglive.lbl.gov/DataBlock.action?node=S017AV&amp;amp;init=0&quot;&gt;PDG&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;We are by no means the first group to compute the nucleon axial coupling using lattice QCD.  However, the 1% uncertainty we achieved is an enormous improvement over previous results.  This marked improvement wasn’t simply a matter of using a larger amount of computer time, but relied on new methods.  In fact, people expected that a 2% uncertainty would be achieved by 2020, possible only with the next generation of supercomputers.  It’s natural to ask: what did we do differently that unlocked this precision result?&lt;/p&gt;

&lt;p&gt;The quantities we need to determine &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;g_A&lt;/script&gt;&lt;/span&gt; are &lt;em&gt;correlation functions&lt;/em&gt;, which tell you how quantities change across the spacetime volume.  In particular, we need to know the long-time behavior of those functions.  Unfortunately calculations with baryons have an exponentially-bad-in-time &lt;em&gt;signal-to-noise&lt;/em&gt; problem, which means that the later we look in time the larger the statistical fluctuations are and so the less reliable the measurements are.  One expensive way to overcome this problem is through sheer strength, overcoming this difficulty with ever-increasing statistics.&lt;label for=&quot;mn-exp&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-exp&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;If you know a funding agency with an exponentially large computer or an exponentially large budget, point me their way! &lt;/span&gt;  Previous calculations focus on a few values of these functions, at just a few intermediate and late times, hoping to get a good signal that still captured the late-time behavior without breaking the bank.&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;figure&gt;&lt;figcaption&gt;An example correlation function on an ensemble with a lattice spacing 0.09 fm and a pion mass of 310 MeV.  The gray points come directly out of the improved method; the black and white points are those same data, after fitting in the white region and subtracting away the early-time behavior.  The blue band indicates the long-time limit.  Simply examining the late-time points cannot provide comparable precision, because the statistical noise explodes the error bars.&lt;/figcaption&gt;&lt;img src=&quot;/images/2018-05-30-gA/gA_a09m310.png&quot; /&gt;&lt;/figure&gt;

&lt;p&gt;Instead, we use &lt;a href=&quot;https://arxiv.org/abs/1612.06963&quot;&gt;a different method&lt;/a&gt; to determine these functions, which, for the same computational cost as a single point, gives us access to the functions at all times. The benefit of this approach is that it yields access to points at early times which are exponentially better in terms of a signal-to-noise precision.  While these early-time points don’t accurately capture the late-time behavior, knowledge of how these functions evolve in time allow us to fit and make a reliable late-time extrapolation.  The drawback of this method is that we only have access to the axial coupling in this calculation, while the more common method yields access to many different nucleon properties; we can compute these other properties, but at additional cost.&lt;/p&gt;

&lt;p&gt;The clear reliability of our late-time extrapolation depends on computing these functions at all times, and leveraging the precision of the early times, where the noise isn’t bad.&lt;/p&gt;

&lt;p&gt;
    &lt;label for=&quot;mn-toc-comp&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-toc-comp&quot; class=&quot;margin-toggle&quot; /&gt;
    &lt;span class=&quot;marginnote&quot;&gt;
        &lt;a href=&quot;#introduction&quot;&gt;Introduction&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#motivation&quot;&gt;Motivation&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#why-do-we-need-computers&quot;&gt;Why do we need computers?&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#wielding-lattice-qcd-to-calculate-g_a&quot;&gt;Wielding Lattice QCD to Calculate &lt;span&gt;&amp;#8203;&lt;script type=&quot;math/tex&quot;&gt;g_A&lt;/script&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#methodological-improvements&quot;&gt;Methodological Improvements&lt;/a&gt;&lt;br /&gt;
        Outlook&lt;br /&gt;
        &lt;a href=&quot;#acknowledgements&quot;&gt;Acknowledgements&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#press-releases-and-mentions&quot;&gt;Press Releases and Mentions&lt;/a&gt;
    &lt;/span&gt;
&lt;/p&gt;

&lt;h1 id=&quot;outlook&quot;&gt;Outlook&lt;/h1&gt;

&lt;p&gt;With this determination of the axial coupling, we have demonstrated the potency of lattice QCD for nuclear physics.  But, this is by no means the end of the story—indeed, it is just the beginning.  There are many interesting single-nucleon properties important for translating experimental results into knowledge of new physics.  The hunt for exotic, ultra-rare processes, such as &lt;a href=&quot;https://arxiv.org/abs/1805.02634&quot;&gt;neutrinoless double beta decay&lt;/a&gt;, requires quantitatively connecting very high energy particle physics with very low energy nuclear physics with controlled errors, and lattice results will form an important link in that chain of evidence.  Ultimately, a quantitative understanding of one-, two-, and other few-nucleon systems from lattice QCD will supplant phenomenological modeling as the basis of nuclear physics.&lt;/p&gt;

&lt;!-- &lt;p&gt;
    &lt;label for=&quot;mn-toc-comp&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-toc-comp&quot; class=&quot;margin-toggle&quot; /&gt;
    &lt;span class=&quot;marginnote&quot;&gt;
        &lt;a href=&quot;#introduction&quot;&gt;Introduction&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#motivation&quot;&gt;Motivation&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#why-do-we-need-computers&quot;&gt;Why do we need computers?&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#wielding-lattice-qcd-to-calculate-g_a&quot;&gt;Wielding Lattice QCD to Calculate &lt;span&gt;&amp;#8203;&lt;script type=&quot;math/tex&quot;&gt;g_A&lt;/script&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#methodological-improvements&quot;&gt;Methodological Improvements&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#outlook&quot;&gt;Outlook&lt;/a&gt;&lt;br /&gt;
        Acknowledgements&lt;br /&gt;
        &lt;a href=&quot;#press-releases-and-mentions&quot;&gt;Press Releases and Mentions&lt;/a&gt;
    &lt;/span&gt;
&lt;/p&gt; --&gt;

&lt;h1 id=&quot;acknowledgements&quot;&gt;Acknowledgements&lt;/h1&gt;

&lt;p&gt;&lt;label for=&quot;mf-incite&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-incite&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2018-05-30-gA/logo/incite.png&quot; /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;The computing power for the calculation was provided by the Department of Energy’s &lt;a href=&quot;http://www.doeleadershipcomputing.org/incite-program/&quot;&gt;Innovative and Novel Computational Impact on Theory and Experiment (INCITE) program&lt;/a&gt; to CalLat (2016) as well as by &lt;a href=&quot;http://llnl.gov/&quot;&gt;Lawrence Livermore National Laboratory (LLNL)&lt;/a&gt; &lt;a href=&quot;https://mic.llnl.gov/&quot;&gt;Multiprogrammatic and Institutional Computing&lt;/a&gt; program through a Tier 1 &lt;a href=&quot;https://mic.llnl.gov/grand-challenge-program&quot;&gt;Grand Challenge&lt;/a&gt; award.&lt;/p&gt;

&lt;p&gt;We used &lt;a href=&quot;https://www.olcf.ornl.gov/olcf-resources/compute-systems/titan/&quot;&gt;Titan&lt;/a&gt;, an NVIDIA GPU-accelerated supercomputer, at the &lt;a href=&quot;https://www.ornl.gov/&quot;&gt;Oak Ridge National Laboratory&lt;/a&gt;, which is supported by the Office of Science of the U.S. Department of Energy under Contract No. DE-AC05-00OR22725, and the GPU-enabled &lt;a href=&quot;https://hpc.llnl.gov/hardware/platforms/surface&quot;&gt;Surface&lt;/a&gt; and &lt;a href=&quot;https://hpc.llnl.gov/hardware/platforms/rzhasgpu&quot;&gt;RZHasGPU&lt;/a&gt; and BG/Q &lt;a href=&quot;https://hpc.llnl.gov/hardware/platforms/vulcan&quot;&gt;Vulcan&lt;/a&gt; clusters at LLNL.&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;figure class=&quot;fullwidth&quot;&gt;&lt;img src=&quot;/images/2018-05-30-gA/titan.jpg&quot; /&gt;&lt;figcaption&gt;&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;As explained, lattice QCD calculations are performed with Monte Carlo ensembles of field configurations.  Most of &lt;a href=&quot;https://arxiv.org/abs/1701.07559&quot;&gt;the ensembles we used&lt;/a&gt; were produced by &lt;a href=&quot;http://physics.indiana.edu/~sg/milc.html&quot;&gt;the MILC Collaboration&lt;/a&gt;, though we generated some of our own as well.&lt;/p&gt;

&lt;p&gt;&lt;label for=&quot;mn-logos&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-logos&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;
&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2018-05-30-gA/logo/doe.jpg&quot; /&gt;&lt;br /&gt;
&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2018-05-30-gA/logo/scidac.jpg&quot; /&gt;&lt;br /&gt;
&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2018-05-30-gA/logo/lbnl.png&quot; /&gt;&lt;br /&gt;
&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2018-05-30-gA/logo/llnl.png&quot; /&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;We were supported by our employers and funding agencies, &lt;a href=&quot;http://www.nvidia.com/page/home.html&quot;&gt;NVIDIA&lt;/a&gt;, the &lt;a href=&quot;http://crc110.hiskp.uni-bonn.de/index.php?id=291&quot;&gt;DFG and NSFC Sino-German CRC 110&lt;/a&gt;, &lt;a href=&quot;https://st.llnl.gov/research/internal-investments/ldrd&quot;&gt;Lawrence Livermore&lt;/a&gt; and &lt;a href=&quot;http://www2.lbl.gov/DIR/LDRD/&quot;&gt;Lawrence Berkeley&lt;/a&gt; National Laboratories’ Lab Directed Research and Development (LDRD) programs, the &lt;a href=&quot;http://www.riken.jp/en/careers/programs/spdr/&quot;&gt;RIKEN Special Postdoctoral Researcher Program&lt;/a&gt;, &lt;a href=&quot;https://www.leverhulme.ac.uk/&quot;&gt;the Leverhulme Trust&lt;/a&gt;, the Department of Energy Offices of Science’s &lt;a href=&quot;https://science.energy.gov/np/&quot;&gt;Nuclear Physics&lt;/a&gt;, &lt;a href=&quot;https://science.energy.gov/ascr/&quot;&gt;Advanced Scientific Computing Research&lt;/a&gt;, &lt;a href=&quot;https://www.scidac.gov/&quot;&gt;SciDAC&lt;/a&gt; and &lt;a href=&quot;https://science.energy.gov/early-career/&quot;&gt;Early Career Research&lt;/a&gt; programs, as well as through its &lt;a href=&quot;https://c51.lbl.gov/~walkloud/0nubb/science&quot;&gt;Nuclear Theory for Double Beta Decay and Fundamental Symmetries Topical Collaboration&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;We had helpful input on our work, in its various stages, from C. Bernard, A. Bernstein, P.J. Bickel, C. Detar, A.X. El-Khadra, W. Haxton, Y. Hsia, V. Koch, A.S. Kronfeld, W.T. Lee, G.P. Lepage, E. Mereghetti, G. Miller, A.E. Raftery, D. Toussaint and F. Yuan.&lt;/p&gt;

&lt;p&gt;
    &lt;label for=&quot;mn-toc-comp&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-toc-comp&quot; class=&quot;margin-toggle&quot; /&gt;
    &lt;span class=&quot;marginnote&quot;&gt;
        &lt;a href=&quot;#introduction&quot;&gt;Introduction&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#motivation&quot;&gt;Motivation&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#why-do-we-need-computers&quot;&gt;Why do we need computers?&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#wielding-lattice-qcd-to-calculate-g_a&quot;&gt;Wielding Lattice QCD to Calculate &lt;span&gt;&amp;#8203;&lt;script type=&quot;math/tex&quot;&gt;g_A&lt;/script&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#methodological-improvements&quot;&gt;Methodological Improvements&lt;/a&gt;&lt;br /&gt;
        &lt;a href=&quot;#acknowledgements&quot;&gt;Acknowledgements&lt;/a&gt;&lt;br /&gt;
        Press Releases and Mentions
    &lt;/span&gt;
&lt;/p&gt;

&lt;h1 id=&quot;press-releases-and-mentions&quot;&gt;Press Releases and Mentions&lt;/h1&gt;

&lt;p&gt;&lt;em&gt;This list will be updated sporadically.&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.fz-juelich.de/SharedDocs/Pressemitteilungen/UK/DE/2018/2018-05-30-nature_qcd.html&quot;&gt;Mikroskopisches Universum gibt Einblick in Leben und Tod des Neutrons&lt;/a&gt; [&lt;a href=&quot;http://www.fz-juelich.de/SharedDocs/Pressemitteilungen/UK/EN/2018/2018-05-30-nature_qcd.html&quot;&gt;English translation&lt;/a&gt;]&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://college.unc.edu/2018/05/30/supercomputers-neutrons/&quot;&gt;Supercomputers give scientists key insight into the lifetime of neutrons&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.llnl.gov/news/simulations-capture-life-and-death-neutron&quot;&gt;Simulations capture life and death of a neutron&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://newscenter.lbl.gov/2018/05/30/supercomputer-simulations-new-window-lifetime-death-neutron/&quot;&gt;Supercomputers Provide New Window Into the Life and Death of a Neutron&lt;/a&gt; &lt;a href=&quot;https://physics.illinois.edu/news/article/24967&quot;&gt;[UIUC Alumnus News]&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.olcf.ornl.gov/2018/05/30/with-supercomputing-power-and-an-unconventional-strategy-scientists-solve-a-next-generation-physics-problem/&quot;&gt;With Supercomputing Power and an Unconventional Strategy, Scientists Solve a Next-Generation Physics Problem&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.bnl.gov/newsroom/news.php?a=112787&quot;&gt;Nuclear Scientists Calculate Value of Key Property that Drives Neutron Decay&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.riken.jp/pr/press/2018/20180531_1/&quot;&gt;中性子の寿命の仕組みを垣間見る&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://news.developer.nvidia.com/new-physics-research-aims-to-answer-the-mysteries-of-the-universe/&quot;&gt;New Physics Research Aims to Answer the Mysteries of the Universe&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.media.inaf.it/2018/05/31/decadimento-neutrone/&quot;&gt;Un quatro d’ora da neutrone&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.facebook.com/vedat0r/photos/a.215988422181212.1073741828.213260079120713/449376855509033/&quot;&gt;Počítačové simulácie posúvajú hranice poznanie sveta&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.int.washington.edu/news_monahan.html&quot;&gt;The CalLat Collaboration have calculated the axial charge of the nucleon with an unprecedented one-percent precision&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://news.liverpool.ac.uk/2018/06/07/supercomputers-provide-new-insight-into-the-life-and-death-of-a-neutron/&quot;&gt;Supercomputers provide new insight into the life and death of a neutron&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.wissenschaft.de/magazin/bdw-archiv/der-koenig-von-stonehenge-2/&quot;&gt;Rätselhafte Atombausteine&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content>
 </entry>
 
 <entry>
   <title>A Demon Cannot Be Hurt</title>
   <link href="http://www.evanberkowitz.com/2018/02/07/mysore.html"/>
   <updated>2018-02-07T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2018/02/07/mysore</id>
   <content type="html">&lt;p&gt;Mysore, Karnataka, India&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://mysorepalace.gov.in&quot;&gt;The Palace of Mysore&lt;/a&gt; still belongs to the Wadiyar dynasty, the titular monarchs of the Kingdom of Mysore, and can be toured with an excellent audioguide app.  The well-kept walled grounds have two temples, a stable of elephants, and multiple large gateways.  On display in the palace are a small portion of the Wadiyar traditional figurine collection, portraits, and a set of caskets used by supplicants to deliver written requests and mementos to the maharaja.  The highlight is certainly the architecture—the palace, built after the previous wooden palace burned, is stone, and has enormous spaces with rich tilework, frescoes, bright colors, and stone and ivory inlay.&lt;/p&gt;

&lt;p&gt;I walked through the nearby market, where flowers, spices, vegetables, dyes, and other everyday goods are sold in a loud, frenetic, chaos.  Many vendors approached me, followed me, or otherwise tried to get my attention, though a quick pace and polite but firm insistence that I didn’t need a wooden cat puzzle box, junky souvenirs, or ingredients for dinner got my message across.&lt;/p&gt;

&lt;p&gt;I had an fantastic onion dosa from a stall on the main market square.&lt;/p&gt;

&lt;p&gt;The final stop was at the &lt;a href=&quot;http://chamundeshwaritemple.in/&quot;&gt;Sri Chamundeshwari temple&lt;/a&gt;, which is the main temple dedicated to the state’s local goddess.  A complex of many temples, the main focus is the shrine and idol of Sri Chamundeshwari, who myth claims defeated a snake-wielding demon.  This victory is commemorated annually with a 10-day festival, while other nearby regions share the festival and the vanquishing of evil is always accomplished by a deity, Mysore is unique in both celebrating and being the seat of this important regional goddess.  The temple is located atop a huge hill that overlooks the whole city of Mysore, and the palace grounds and palace itself are oriented so as to face the temple, to identify the dynasty and the goddess.&lt;/p&gt;

&lt;p&gt;From Mysore, it was a bit more than 3 hours to the Bangalore airport.  My flight was at 3:30 in the morning, which put me in Frankfurt at about 9 am.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Wine For The Woman Who Made The Rain Come</title>
   <link href="http://www.evanberkowitz.com/2018/02/06/ooty.html"/>
   <updated>2018-02-06T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2018/02/06/ooty</id>
   <content type="html">&lt;p&gt;Ooty, Tamil Nadu, India&lt;/p&gt;

&lt;p&gt;I woke up early in Bandipur and my driver and I left for Ooty at about 6 am, shortly after the road through the tiger reserve opens.  It was a long trip, which crossed from the state of Karnataka to Tamil Nadu and took me high into the mountains.  I was warned to dress for the cold, which turns out to be a laughable concern for someone more used to a continental European climate.&lt;/p&gt;

&lt;p&gt;My first stop was the botanical gardens, which I found to be lackluster.  Very few of the flowers were in season, the grounds were poorly maintained, and some of the water was standing rather than flowing as designed.  It was quiet and cool, however, and a nice way to spend the morning.&lt;/p&gt;

&lt;p&gt;I had lunch at the Lake &amp;amp; Boat House, which had some amusements and rides that I didn’t ride, and also had paddle boats and powered boats for rent.  A class from a local all-girls high school was there, and clandestinely took selfies with me in the background.  A family gave me a “butterscotch fruit”&lt;label for=&quot;sn-fruit&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-fruit&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;A quick search yields only western baked goods. &lt;/span&gt; that was unusual in that it had a thin but inedible peel, a center with lots of little black seeds in a goop, and a mushy flesh.  It was good, but messy and a lot of work.&lt;/p&gt;

&lt;p&gt;I visited the park atop Doddabetta peak, which, as the highest nearby peak, has phenomenal view of both Ooty and the valley on other side of the ridge.  On the way back into the main part of town I stopped at Benchmark Tea Factory.&lt;/p&gt;

&lt;p&gt;Ooty is surrounded by mountains, with large tea plantations covering entire mountainsides.  One of the chief employees gave me and my driver our own tour of their little plantation and took us onto the factory floor to see the machines close-up and to watch the women sort and pack the tea.  In addition to an educational time, they also provided samples of green, black, white, and ginger tea.&lt;/p&gt;

&lt;p&gt;I had a late lunch at a restaurant in the town center, where I met Tom and Sue, two older British people on their fifth trip to India.  I had a nice lunch of paratha and grilled paneer and vegetables, while they shared a masala and some naan.  After an hour we parted ways and I walked around downtown Ooty and the market.  The most dangerous part, as always, was crossing the street.&lt;/p&gt;

&lt;p&gt;At 5 pm we left Ooty and returned to Bandipur.  The way down had less traffic, both factors conspiring for a much shorter trip on the way down.  I had dinner at the lodge, and met a nice couple from California, their two children, and grandma, who had just arrived that day.  I told them about Ooty, and they told me about their first and incredibly successful trip into the forest.  The next morning we went into the park and ate breakfast together before checking out and saying goodbye.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>What Immortal Hand or Eye Dare Frame Thy Fearful Symmetry?</title>
   <link href="http://www.evanberkowitz.com/2018/02/05/bandipur.html"/>
   <updated>2018-02-05T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2018/02/05/bandipur</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;http://bandipurtigerreserve.in/&quot;&gt;Bandipur Tiger Reserve&lt;/a&gt;, Karnataka, India&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Although Your Mind's Opaque</title>
   <link href="http://www.evanberkowitz.com/2018/02/03/icts.html"/>
   <updated>2018-02-03T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2018/02/03/icts</id>
   <content type="html">&lt;p&gt;International Centre for Theoretical Sciences, Tata Institute for Fundamental Research, Bangalore, India.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>My Sweet Lord</title>
   <link href="http://www.evanberkowitz.com/2018/01/30/bangalore.html"/>
   <updated>2018-01-30T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2018/01/30/bangalore</id>
   <content type="html">&lt;p&gt;Bangalore, India&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://www.icts.res.in/program/NUMSTRINGS2018&quot;&gt;&lt;em&gt;Nonperturbative and Numerical Approaches to Quantum Gravity, String Theory, and Holography&lt;/em&gt;&lt;/a&gt;, the program I attended, had a half-day Tuesday program with a free afternoon.  We arranged cabs into Bangalore, where we visited the summer palace–which could be better kept up–and followed the audiotour through the public areas, court, and private residence of the British-collaborating rulers of the state of Karnataka.&lt;/p&gt;

&lt;p&gt;We stopped at a souvenir shop, where I spotted a lassee shop across the street.  The traffic in India is controlled chaos—there are essentially no stop lights and no pedestrian crossings: one must simply cross with caution and confidence.  I enjoyed a falooda, which my friend Vesna recommended before my trip.  It was… weird.  There were small tapioca balls and shredded rice noodles, topped with vanilla ice cream and yellow raisins.&lt;/p&gt;

&lt;p&gt;From there we made a short stop at the Parliament and High Court en route to the botanical gardens.  Parts of the gardens are very nice, but it’s very hard to ignore the abundance of litter.  The highlights were the greenhouse seen above, an abundance of beautiful, wild song birds, bonsai trees, and a still lake with lotus lillies.&lt;/p&gt;

&lt;p&gt;The cabs then took us through rush-hour Bangalore traffic to Ishkon temple, a main temple of the Hare Krishna.  As I was wearing shorts, I had to put on a doti before proceeding to the shrines.  As we made our way to the first shrine, we passed a special staircase for worshipers where with every step they alternate the mantras “Hare Krisha, Hare Krishna, Krishna Krishna, Hare Hare” or “Hare Rama, Hare Rama, Rama Rama, Hare Hare”.&lt;/p&gt;

&lt;p&gt;When we reached the main shrine, a monk or priest had us touch flower blossoms and sprinkled us with perfumed water.  Then we joined a group of worshipers as another monk rang a bell and sprinkled the blossoms around an idol.  He swung incense and chanted, and finally sprinkled the crowd with the remaining perfumed water.  As worshipers leave the shrine, they put their hands over the flames of candles and touch their faces with their warmed hands.&lt;/p&gt;

&lt;p&gt;For dinner the different cabs split up before heading back to campus.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Things That Didn't Suck 2017</title>
   <link href="http://www.evanberkowitz.com/2017/12/23/ttds.html"/>
   <updated>2017-12-23T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2017/12/23/ttds</id>
   <content type="html">&lt;p&gt;&lt;label for=&quot;mn-previously&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-previously&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;a href=&quot;/2011/12/22/ttds.html&quot;&gt;TTDS 2011&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;/2012/12/21/ttds.html&quot;&gt;TTDS 2012&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;/2013/12/27/ttds.html&quot;&gt;TTDS 2013&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;/2015/12/27/ttds.html&quot;&gt;TTDS 2015&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;/2016/12/15/ttds.html&quot;&gt;TTDS 2016&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;

&lt;h1 id=&quot;books--short-fiction&quot;&gt;BOOKS + SHORT FICTION&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/216363.The_Man_in_the_High_Castle&quot;&gt;&lt;em&gt;The Man In The High Castle&lt;/em&gt;&lt;/a&gt;, by Philip K. Dick&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/34896.The_Ice_Dragon&quot;&gt;&lt;em&gt;The Ice Dragon&lt;/em&gt;&lt;/a&gt; and &lt;a href=&quot;https://www.goodreads.com/book/show/18635622-a-knight-of-the-seven-kingdoms&quot;&gt;&lt;em&gt;Knight of the Seven Kingdoms&lt;/em&gt;&lt;/a&gt;, by George R.R. Martin&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/20518872-the-three-body-problem&quot;&gt;&lt;em&gt;The Three Body Problem&lt;/em&gt;&lt;/a&gt; and &lt;a href=&quot;https://www.goodreads.com/book/show/23168817-the-dark-forest&quot;&gt;&lt;em&gt;The Dark Forest&lt;/em&gt;&lt;/a&gt; by Cixin Liu&lt;/li&gt;
&lt;/ul&gt;

&lt;!--more--&gt;

&lt;h1 id=&quot;articles--serious-video&quot;&gt;ARTICLES + SERIOUS VIDEO&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.newyorker.com/magazine/2017/01/02/a-bigger-problem-than-isis&quot;&gt;&lt;em&gt;A Bigger Problem Than ISIS?&lt;/em&gt;&lt;/a&gt; - 
 The Mosul Dam is failing, and a breach would cause a colossal wave that could kill as many as 1.5M people.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://lareviewofbooks.org/article/what-charlie-hebdo-taught-me-about-freedom-of-speech/&quot;&gt;&lt;em&gt;What&lt;/em&gt; Charlie Hebdo &lt;em&gt;Taught Me About Freedom of Speech&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.bbc.com/news/10415877&quot;&gt;&lt;em&gt;The Birth of An Ocean&lt;/em&gt;&lt;/a&gt; - How did I not know that in 2005 a giant rift 60 km long and 8 m wide opened in the Earth over the course of 10 days?&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://motherboard.vice.com/read/steve-wozniak-was-my-computer-teacher-in-1995&quot;&gt;&lt;em&gt;Steve Wozniak Was My Computer Teacher in 1995&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://mentalfloss.com/article/31904/12-letters-didnt-make-alphabet&quot;&gt;12 Letters that Didn’t Make the Alphabet&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.technologyreview.com/s/531911/isaac-asimov-asks-how-do-people-get-new-ideas/&quot;&gt;&lt;em&gt;How Do People Get New Ideas?&lt;/em&gt;, by Isaac Asimov&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.washingtonpost.com/news/early-lead/wp/2017/02/24/he-may-be-worlds-worst-skier-but-this-venezuelan-isnt-letting-that-stop-him&quot;&gt;&lt;em&gt;The World’s Worst Skier&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/2017/02/23/magazine/universal-income-global-inequality.html&quot;&gt;&lt;em&gt;The Future of Not Working&lt;/em&gt;&lt;/a&gt; - Give Directly experiments with guaranteed basic income.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.theguardian.com/books/2017/mar/04/what-writers-really-do-when-they-write&quot;&gt;&lt;em&gt;What Writers Do When They Write&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.slate.com/blogs/atlas_obscura/2016/12/21/despite_a_devoted_fanbase_kellogg_s_highly_nutritious_product_19_cereal.html&quot;&gt;Product 19 Is Discontinued&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Norway’s graphic identity is killing it: &lt;a href=&quot;http://www.norges-bank.no/en/notes-and-coins/New-banknote-series/&quot;&gt;&lt;em&gt;new banknotes&lt;/em&gt;&lt;/a&gt; and &lt;a href=&quot;https://www.theguardian.com/travel/2014/nov/17/norway-new-passport-design&quot;&gt;&lt;em&gt;new passports&lt;/em&gt;&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.theguardian.com/uk-news/2017/mar/16/what-happens-when-queen-elizabeth-dies-london-bridge&quot;&gt;&lt;em&gt;London Bridge is Down&lt;/em&gt;&lt;/a&gt; - the plan for when Queen Elizabeth dies.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.theatlantic.com/science/archive/2017/03/rocket-launch-failure-spacex-antares/520287/&quot;&gt;&lt;em&gt;What It’s Like to Watch Your Life’s Work Blow Up on a Rocket&lt;/em&gt;&lt;/a&gt; SPOILER: it’s kind of the same as watching American science implode!&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.newyorker.com/magazine/1993/04/05/secrets-of-the-magus&quot;&gt;&lt;em&gt;Secrets of the Magus&lt;/em&gt;&lt;/a&gt; - a profile of Ricky Jay, magician.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.forbes.com/sites/brentbeshore/2015/08/02/5-minutes-early-is-on-time-on-time-is-late-late-is-unacceptable/#2e8fe5b51b2a&quot;&gt;&lt;em&gt;Five Minutes Early is On Time; On Time is Late; Late is Unacceptable&lt;/em&gt;&lt;/a&gt; - if you respect someone else’s time, show up early.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/2017/05/11/magazine/is-an-open-marriage-a-happier-marriage.html&quot;&gt;&lt;em&gt;Is an Open Marriage a Happier Marriage?&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.nytimes.com/2013/07/27/nyregion/in-lieu-of-money-toyota-donates-efficiency-to-new-york-charity.html&quot;&gt;&lt;em&gt;In Lieu of Money, Toyota Donates Efficiency to New York Food Bank&lt;/em&gt;&lt;/a&gt; and &lt;a href=&quot;https://www.youtube.com/watch?v=EedMmMedj3M&quot;&gt;&lt;em&gt;Meals Per Hour&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://motherboard.vice.com/en_us/article/wj8pm9/the-selfie-monkey-goes-to-the-ninth-circuit&quot;&gt;&lt;em&gt;The Selfie Monkey Goes to the 9th Circuit&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.theatlantic.com/technology/archive/2017/07/marion-tinsley-checkers/534111/?single_page=true&quot;&gt;&lt;em&gt;How Checkers Was Solved&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://news.wgbh.org/2017/07/25/local-news/doctor-elaborates-new-study-showing-prevalence-cte-football-players&quot;&gt;&lt;em&gt;Doctor Elaborates on New Study Showing Prevalence of CTE in Football Players&lt;/em&gt;&lt;/a&gt; - one of my good friends who studies CTE on All Things Considered.  Also received &lt;a href=&quot;http://www.theonion.com/americanvoices/cte-found-99-deceased-nfl-players-brains-56492&quot;&gt;the greatest honor available to scientific work&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.bbc.com/travel/story/20170731-greeces-disappearing-whistled-language&quot;&gt;&lt;em&gt;Sfyrizo&lt;/em&gt;&lt;/a&gt; - a whistling language goes extinct.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.newyorker.com/tech/elements/better-business-through-sci-fi&quot;&gt;&lt;em&gt;Better Business through Sci-Fi&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://hazlitt.net/longreads/legion-lonely&quot;&gt;&lt;em&gt;The Legion Lonely&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/2017/07/13/magazine/seed-vault-extinction-banks-arks-of-the-apocalypse.html&quot;&gt;&lt;em&gt;Arks of the Apocalypse&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.theamericanconservative.com/articles/where-are-the-brave-military-voices-against-forever-war/&quot;&gt;&lt;em&gt;Where Are the Brave Military Voices Against Forever War?&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.signs.com/branded-in-memory/&quot;&gt;&lt;em&gt;Branded in Memory&lt;/em&gt;&lt;/a&gt; - a study on how well corporate logos are remembered.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.washingtonpost.com/news/soloish/wp/2016/11/16/im-demisexual-what-does-that-mean-it-takes-me-a-while-to-feel-physical-attraction/&quot;&gt;&lt;em&gt;Demisexuality&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.wired.com/story/a-weird-mit-dorm-dies-and-a-crisis-blooms-at-colleges&quot;&gt;SPORT DEATH: The end of Senior House and the spirit of the Institute&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.irishtimes.com/culture/books/in-1973-i-invented-a-girly-drink-called-baileys-1.3240945?mode=amp&quot;&gt;&lt;em&gt;I invented Baileys&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://mobile.nytimes.com/2017/10/12/science/jeremy-lefty-snail.html&quot;&gt;Left-Handers Struggle to Mate&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://thelogicofscience.com/2017/04/03/scientists-arent-stupid-and-science-deniers-are-arrogant/&quot;&gt;&lt;em&gt;Scientists Aren’t Stupid, and Science Deniers are Arrogant&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://gizmodo.com/if-your-vibrator-is-hacked-is-it-a-sex-crime-1820007951&quot;&gt;&lt;em&gt;If Your Vibrator Is Hacked, Is It A Sex Crime?&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.theatlantic.com/international/archive/2017/11/germany-facebook/543258/?single_page=true&quot;&gt;&lt;em&gt;Can Germany Fix Facebook?&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://gizmodo.com/the-last-of-the-iron-lungs-1819079169&quot;&gt;&lt;em&gt;The Last of the Iron Lungs&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://blogs.discovermagazine.com/neuroskeptic/2017/12/08/curvature-blindness-illusion/&quot;&gt;&lt;em&gt;Curvature Blindness&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://edition.cnn.com/2016/12/08/health/dinosaur-tail-trapped-in-amber-trnd/index.html&quot;&gt;&lt;em&gt;Faster, Faster, Must Go Faster&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.telegraph.co.uk/books/authors/dont-make-fun-of-renowned-dan-brown/&quot;&gt;&lt;em&gt;Don’t Make Fun of Renowned Dan Brown&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://highline.huffingtonpost.com/articles/en/poor-millennials/&quot;&gt;&lt;em&gt;Poor Millennials&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.businessinsider.de/queens-languages-map-2017-2?r=US&amp;amp;IR=T&quot;&gt;&lt;em&gt;Queens has more languages than anywhere in the world&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://aeon.co/essays/yacob-and-amo-africas-precursors-to-locke-hume-and-kant&quot;&gt;&lt;em&gt;Enlightenment Principles Emerged in Africa before Europe&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;physics&quot;&gt;PHYSICS&lt;/h1&gt;

&lt;h2 id=&quot;publications&quot;&gt;PUBLICATIONS&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/1701.07559&quot;&gt;Möbius Domain-Wall fermions on gradient-flowed dynamical HISQ ensembles&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/1702.06122&quot;&gt;METAQ: Bundle Supercomputing Tasks&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/1704.01114&quot;&gt;An Accurate Calculation of the Nucleon Axial Charge with Lattice QCD&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/1706.06494&quot;&gt;Sampling General N-Body Interactions with Auxiliary Fields&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/1709.01932&quot;&gt;Towards Holographic Reconstruction of Bulk Geometry from Lattice Simulations&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/1710.01986&quot;&gt;Job Management and Task Bundling&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://arxiv.org/abs/1710.05642&quot;&gt;Calm Multi-Baryon Operators&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/1710.03126&quot;&gt;Hubbrd-Straonovich-like Transformations for Few-Body Interactions&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/1710.06213&quot;&gt;Extracting the Single-Particle Gap in Carbon Nanotubes with Lattice Quantum Monte Carlo&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/1710.06523&quot;&gt;Nucleon Axial Coupling from Lattice QCD&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;travel--conferences&quot;&gt;TRAVEL &amp;amp; CONFERENCES&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;UMass Amherst, for an interview.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.lorentzcenter.nl/lc/web/2017/910/info.php3?wsid=910&amp;amp;venue=Snellius&quot;&gt;&lt;em&gt;Matter over Antimatter: The Sakharov Conditions after 50 Years&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Bochum and Mainz for talks.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.olcf.ornl.gov/training-event/2017-olcf-users-meeting/&quot;&gt;&lt;em&gt;OLCF User’s Meeting&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://wpd.ugr.es/~lattice2017/&quot;&gt;&lt;em&gt;LATTICE 2017&lt;/em&gt;&lt;/a&gt; in Granda, Spain.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.int.washington.edu/PROGRAMS/17-2a/&quot;&gt;&lt;em&gt;Neutrinoless Double Beta Decay INT-17-2a and INT-17-67W&lt;/em&gt;&lt;/a&gt; in Seattle, WA.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://indico.desy.de/internalPage.py?pageId=0&amp;amp;confId=18423&quot;&gt;&lt;em&gt;Computational Sciences and Reality&lt;/em&gt;&lt;/a&gt;, Bad Honnef, Germany&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.ectstar.eu/node/2233&quot;&gt;&lt;em&gt;Axions at the Crossroads: QCD, Dark Matter, Astrophysics&lt;/em&gt;&lt;/a&gt; in &lt;a href=&quot;/2017/11/25/trento.html&quot;&gt;Trento, Italy&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://indico.cp3-origins.dk/event/16/&quot;&gt;&lt;em&gt;Technical Advances in Lattice Field Theory&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;serious&quot;&gt;SERIOUS&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://nautil.us/issue/43/heroes/what-does-any-of-this-have-to-do-with-physics&quot;&gt;&lt;em&gt;What Does Any of This Have to do with Physics?&lt;/em&gt;&lt;/a&gt;
 Reflections on pursuit of a life in theoretical physics.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://plato.stanford.edu/entries/sufficient-reason/&quot;&gt;&lt;em&gt;The Principle of Sufficient Reason&lt;/em&gt;&lt;/a&gt; - The PSR seems to miss the possiblity of logical fixed points.  That is, that the “deeper” reasons and explanations can be nontrivially isomorphic to the thing you wish to explain—much as happens under the &lt;a href=&quot;https://en.wikipedia.org/wiki/Renormalization&quot;&gt;&lt;em&gt;renormalization group flow&lt;/em&gt;&lt;/a&gt;—so that the system pulls itself up by its own bootstraps.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.newyorker.com/tech/elements/maryam-mirzakhanis-pioneering-mathematical-legacy&quot;&gt;&lt;em&gt;Maryam Mirzakhani’s Pioneering Mathematical Legacy&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.vanityfair.com/news/2017/07/department-of-energy-risks-michael-lewis&quot;&gt;&lt;em&gt;The Scariest Nuclear Threat May Be Coming from Inside the White House&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.quantamagazine.org/math-and-science-teachers-pencils-down-20161011/&quot;&gt;&lt;em&gt;The Art of Teaching Math and Science&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.allisonharbin.com/post-phd/why-i-left-academia-part-1&quot;&gt;&lt;em&gt;Why I Left Academia&lt;/em&gt;&lt;/a&gt; - in which a professor plagiarizes their student.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://history.fnal.gov/testimony.html&quot;&gt;&lt;em&gt;R.R. Wilson’s Congressional Testimony, April 1969&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://blogs.scientificamerican.com/roots-of-unity/dont-fall-for-babylonian-trigonometry-hype/&quot;&gt;&lt;em&gt;Don’t Fall for Babylonian Trigonometry Hype&lt;/em&gt;&lt;/a&gt; - I mean, seriously, there’s no way “the wisdom of the ancients” was going to go beyond the understanding of modern mathematics.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.propublica.org/article/spy-schools-how-the-cia-staged-sham-academic-conferences-to-thwart-iran-nuclear-program&quot;&gt;&lt;em&gt;The CIA Staged Sham Academic Conferences to Thwart Iran’s Nuclear Program&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.scientificamerican.com/article/controversial-chairman-of-u-s-house-science-committee-to-retire/&quot;&gt;&lt;em&gt;Science Denier, House Science Commitee Chairman, National Embarrassment Lamar Smith Retires&lt;/em&gt;&lt;/a&gt; - let’s see what regressive reality-denier will take his place!&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://fivethirtyeight.com/features/two-stars-slammed-into-each-other-and-solved-half-of-astronomys-problems-what-comes-next/&quot;&gt;&lt;em&gt;Astronomy Prepares for a Flood&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;fun&quot;&gt;FUN&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;/li&gt;
  &lt;li&gt;\({(1 + 9^{-4^{6*7}})}^{3^{2^{85}}}\) uses every digit 1-9&lt;label for=&quot;sn-zero&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-zero&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;If you want to include 0 just add “0+” basically anywhere in there. &lt;/span&gt; and is ALMOST equal to e.  How close?  &lt;a href=&quot;https://www.youtube.com/watch?v=xgBGibfLD-U&quot;&gt;It gets the more than 18 TRILLION TRILLION digits right.&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.omnimagazine.com/archives/interviews/feynman/index.html&quot;&gt;&lt;em&gt;Richard Feynman on the True Meaning of Physics&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://mathoverflow.net/questions/178139/examples-of-unexpected-mathematical-images&quot;&gt;&lt;em&gt;Unexpected Mathematical Images&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.reuters.com/article/innovative-institutions-ranking-idUSL2N1GC1NG&quot;&gt;&lt;em&gt;Reuters’ World’s Most Innovative Research Institutions - 2017&lt;/em&gt;&lt;/a&gt;&lt;label for=&quot;sn-innovation&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-innovation&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;I&apos;ve worked at two! &lt;/span&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.maa.org/press/periodicals/math-horizons/self-referential-aptitude-test-by-jim-propp&quot;&gt;&lt;em&gt;Self-Referential Aptitude Test&lt;/em&gt;&lt;/a&gt;&lt;label for=&quot;sn-headache&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-headache&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;I now have a headache &lt;/span&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=dw7U3BYMs4U&quot;&gt;&lt;em&gt;The Best Demo of Gravitational Waves Yet&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=0ReXVj7e9Bg&amp;amp;app=desktop&quot;&gt;&lt;em&gt;Whispers of String Theory&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.quantamagazine.org/20170330-how-quantum-theory-is-inspiring-new-math/&quot;&gt;&lt;em&gt;How Quantum Theory is Inspiring New Math&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/1703.04392&quot;&gt;&lt;em&gt;Enhacement of human color vision by breaking the binocular redundancy&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?time_continue=318&amp;amp;v=B5p2A5mazEs&quot;&gt;&lt;em&gt;Creating the Never-Ending Bloom&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/1309.4838&quot;&gt;&lt;em&gt;Mass Extinction and the Structure of the Milky Way&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.theatlantic.com/science/archive/2017/05/that-time-the-tsa-found-a-scientists-3d-printed-mouse-penis/527673/&quot;&gt;&lt;em&gt;The TSA Asks: How do you milk a fur seal?&lt;/em&gt;&lt;/a&gt; and &lt;a href=&quot;https://blogs.scientificamerican.com/observations/what-it-s-like-to-carry-your-nobel-prize-through-airport-security/&quot;&gt;&lt;em&gt;Carrying your Nobel Prize through Airport Security&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://oglaf.com/double-blind/&quot;&gt;&lt;em&gt;Double-blind testing&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=m6rfpQXzXu0&quot;&gt;&lt;em&gt;Math vs. Physics&lt;/em&gt;&lt;/a&gt; - I object to some of his characterizations of quantum mechanics, including his glossing over of important aspects of the sum-over-histories idea that makes it sound dumb rather than specific and consistent.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.atlasobscura.com/articles/manhattan-project-library-charlotte-serber-oppenheimer-fbi&quot;&gt;&lt;em&gt;The Librarian Who Guarded the Manhattan Project’s Secrets&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://bost.ocks.org/mike/algorithms/&quot;&gt;&lt;em&gt;Visualizing Algorithms: Sampling, Shuffling, Sorting, and Maze Generation&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.lse.ac.uk/website-archive/newsAndMedia/videoAndAudio/channels/publicLecturesAndEvents/player.aspx?id=2423&quot;&gt;&lt;em&gt;On The Unreasonable Effectiveness of Mathematics in Science&lt;/em&gt;&lt;/a&gt; - a podcast where smart people discuss Wigner’s famous question.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.futilitycloset.com/2017/04/01/aronsons-sequence/&quot;&gt;&lt;em&gt;Aronson’s Sequence&lt;/em&gt;&lt;/a&gt; - “‘T’ is the first, fourth, eleventh, sixteenth, twenty-fourth, twenty-ninth, thirty-third…”&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.theatlantic.com/science/archive/2017/08/do-you-believe-the-eclipse-is-going-to-happen/537090/&quot;&gt;&lt;em&gt;The Eclipse Conspiracy&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.rapiddiffusion.com/science/crackpots-bane-science/&quot;&gt;&lt;em&gt;On Crackpots&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://mathoverflow.net/questions/281447/mathematical-games-interesting-to-both-you-and-a-5+-year-old-child&quot;&gt;&lt;em&gt;Mathematical games interesting to both you and a 5-year-old&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.practicallyefficient.com/2017/10/13/from-boiling-lead-and-black-art.html&quot;&gt;&lt;em&gt;Black Art: On the History of Mathematical Typography&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.quantamagazine.org/marjorie-rices-secret-pentagons-20170711&quot;&gt;&lt;em&gt;Marjorie Rice’s Secret Pentagons&lt;/em&gt;&lt;/a&gt;, her website &lt;a href=&quot;https://sites.google.com/site/intriguingtessellations/home/tessellations&quot;&gt;&lt;em&gt;Intriguing Tessellations&lt;/em&gt;&lt;/a&gt;, and &lt;a href=&quot;https://www.quantamagazine.org/pentagon-tiling-proof-solves-century-old-math-problem-20170711/&quot;&gt;&lt;em&gt;the ultimate classification of convex pentagons that tile the plane&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://imgur.com/gallery/voutF&quot;&gt;&lt;em&gt;Sorting algorithms, visualized&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=UCroFiwllH8&quot;&gt;&lt;em&gt;Chalkboards&lt;/em&gt;&lt;/a&gt; and &lt;a href=&quot;https://medium.com/graphicfacilitation/all-you-need-to-know-about-whiteboard-markers-2a25d1249911&quot;&gt;&lt;em&gt;whiteboards&lt;/em&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;tools&quot;&gt;TOOLS&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;The Well-Tempered Clavier&lt;/em&gt; - I bought a mechanical keyboard (Das Keyboard 4 Ultimate).  It’s great.  Phenomenal tactile feedback and sound, and the blank keys look bad ass.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Sword&lt;/em&gt; - I bought two nice pens from Faber-Castell.  Heavy, good grip, cartridges write like a dream.  Still wish left-handed people could use a fountain pen.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Left-Handed Scissors&lt;/em&gt; - I can make a clean cut without applying an absurd amount of torque.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Left-Handed Ruler&lt;/em&gt; - No longer do I have to do subtraction to measure.&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;religion&quot;&gt;RELIGION&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/2017/04/12/science/ocellated-lizards-scales-cellular-automata.html?_r=0&quot;&gt;&lt;em&gt;A Lizard With Scales That Behave Like Cellular Automata&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Timeline_of_the_far_future&quot;&gt;&lt;em&gt;Timeline of the Far Future&lt;/em&gt;&lt;/a&gt; - “Sorry, did you say ten million or ten billion?”&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;tv-shows&quot;&gt;TV SHOWS&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;Man in the High Castle&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Stranger Things&lt;/em&gt; - Oh man, I loved this.  I started listening to The Adventure Zone podcast (TTDS2016), and I think this plays to the same predilictions.  But the production quality is substantially higher.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Arrested Development&lt;/em&gt; - I hadn’t seen season 4 before.  It’s a tangled-up mess, trying to pull off over the course of a whole season what an individual episode in the previous seasons accomplished.  I’d love to see it re-cut into chronological order, or something.  Maybe a movie?&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Easy&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Penn &amp;amp; Teller: Fool Us&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Master of None&lt;/em&gt; - This show is awesome.  My biggest problem with it is the happy ending.  Buncha bullshit.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Atypical&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Game of Thrones&lt;/em&gt;? - Honestly… while this season had a few great moments, the plot and storyline has become too predictable and less dangerous.  When Jon falls into the lake and doesn’t die I no longer fear for any character’s safety from repercussions.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Rick and Morty&lt;/em&gt; - simply hilarious.&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;movies--documentaries&quot;&gt;MOVIES / DOCUMENTARIES&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/2016/04/28/arts/music/prince-guitar-rock-hall-of-fame.html?smid=fb-share&quot;&gt;&lt;em&gt;The Day Prince’s Guitar Wept the Loudest&lt;/em&gt;&lt;/a&gt; - I never noticed that at the end he just throws his guitar straight up into the air.&lt;/li&gt;
  &lt;li&gt;Arrival&lt;/li&gt;
  &lt;li&gt;The Lego Batman Movie&lt;/li&gt;
  &lt;li&gt;The Man Who Knew Infinity&lt;/li&gt;
  &lt;li&gt;Logan&lt;/li&gt;
  &lt;li&gt;Passengers&lt;/li&gt;
  &lt;li&gt;Moneyball&lt;/li&gt;
  &lt;li&gt;Weiner&lt;/li&gt;
  &lt;li&gt;One of Us&lt;/li&gt;
  &lt;li&gt;Star Wars: The Last Jedi&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;music&quot;&gt;MUSIC&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;I absolutely loved reading about Fyre Festival.  “Let’s just do it and be legends, man.”&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=q_59RDuzwLI&quot;&gt;&lt;em&gt;In the Air Tonight&lt;/em&gt;, cover by Chris Daughtry&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://thehardtimes.net/news/grateful-dead-fan-sends-women-unsolicited-dicks-picks/&quot;&gt;Grateful Dead Fan Sends Women Unsolicited Dick’s Picks&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.tabletmag.com/jewish-arts-and-culture/music/242079/happy-birthday-jerry-garcia&quot;&gt;&lt;em&gt;Happy Birthday, Jerry Garcia&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.vanityfair.com/hollywood/2017/08/the-story-of-the-ducktales-theme-music/amp&quot;&gt;The Story of the DuckTales Theme Song&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=gBT5lmikXrs&quot;&gt;Despacito but it’s played on two calculators&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Tiny Desk Concert Podcast&lt;/li&gt;
  &lt;li&gt;All Songs Considered&lt;/li&gt;
  &lt;li&gt;The Other One: The Long Strange Trip of Bob Weir&lt;/li&gt;
  &lt;li&gt;Fredrika Stahl: Tributaries&lt;/li&gt;
  &lt;li&gt;Mark Gillespie: Real to Reel and In Your Hands&lt;/li&gt;
  &lt;li&gt;Astrud Gilberto’s Finest Hour&lt;/li&gt;
  &lt;li&gt;Long Strange Trip Soundtrack&lt;/li&gt;
  &lt;li&gt;Paramore: After Laughter&lt;/li&gt;
  &lt;li&gt;Darrell Scott &amp;amp; Tim O’Brien: Real Time&lt;/li&gt;
  &lt;li&gt;30 Days of Dead&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.inbflat.net/&quot;&gt;&lt;em&gt;In B Flat&lt;/em&gt;&lt;/a&gt;, a collaborative music / spoken word project combining 20 youtube videos.&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;activism&quot;&gt;ACTIVISM&lt;/h1&gt;

&lt;p&gt;I longed to join the various protest groups in the US.  From abroad, the only thing I could help organize was my local March for Science.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=8MqTOEospfo&quot;&gt;&lt;em&gt;Science in America&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=gGaxo98yHuI&quot;&gt;&lt;em&gt;Bill Nye Answers Science Questions&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.general-anzeiger-bonn.de/news/politik/Ein-Zeichen-gegen-Fake-News-article3537140.html&quot;&gt;&lt;em&gt;Ein Zeichen gegen Fake News&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.general-anzeiger-bonn.de/bonn/stadt-bonn/Raus-aus-dem-Elfenbeinturm-auf-die-Stra%C3%9Fe-article3538508.html&quot;&gt;&lt;em&gt;Raus aus dem Elfenbeinturm auf die Straße&lt;/em&gt;&lt;/a&gt; &lt;a href=&quot;http://www.general-anzeiger-bonn.de/ga-english/%E2%80%9CMarch-for-Science%E2%80%9D-draws-1500-demonstrators-to-Bonn-article3538660.html&quot;&gt;&lt;em&gt;(English version)&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.washingtonpost.com/news/energy-environment/wp/2017/04/22/historians-say-the-march-for-science-is-pretty-unprecedented/?tid=sm_fb&amp;amp;utm_term=.cea7958e5435&quot;&gt;&lt;em&gt;“Nor can it be ‘extremely historic’“&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://thefederalist.com/2017/04/21/the-march-for-science-shows-how-carl-sagan-ruined-science/&quot;&gt;&lt;em&gt;How Carl Sagan Ruined Science&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://ansgar-skoda.tumblr.com/post/159902935152/science-march-nrw-weltweit-wurde-am-earth-day&quot;&gt;&lt;em&gt;Photos from MFS Bonn&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;audio--podcasts&quot;&gt;AUDIO / PODCASTS&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://stownpodcast.org/&quot;&gt;&lt;em&gt;S-Town&lt;/em&gt;&lt;/a&gt; - 7-hours dropped all at once.  I listened over a weekend.  It felt much more like a novelization than journalism.  Consistently held my attention, substantially more than Serial Season 2.  Might be worth a re-listen now that I have the whole picture.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The West Wing Weekly&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;What Trump Can Teach Us About Con Law&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Allusionist&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Adventure Zone&lt;/em&gt; concluded its first campaign.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Tobolowsky Files&lt;/em&gt; came back for a 12-episode season.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;What Trump Can Teach Us About Con Law&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Heavyweight&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Adventure Zone&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;More Perfect&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;My Brother, My Brother, and Me&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Reply All&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Every Little Thing&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Indicator&lt;/em&gt; from Planet Money&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;games&quot;&gt;GAMES&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=0oOD9U9VQ5Y&quot;&gt;&lt;em&gt;Most Complicated Board Game Ever&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.boardgamegeek.com/boardgame/194229/mad-science-foundation&quot;&gt;&lt;em&gt;Mad Science Foundation&lt;/em&gt;&lt;/a&gt; - a gamified version of “I cut, you choose” that’s quite fun.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.decisionproblem.com/paperclips/index2.html&quot;&gt;&lt;em&gt;Just Make Paperclips&lt;/em&gt;&lt;/a&gt; - &lt;a href=&quot;https://wiki.lesswrong.com/wiki/Paperclip_maximizer&quot;&gt;a parable on artificial intelligence&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://boardgamegeek.com/boardgame/148203/dutch-blitz&quot;&gt;&lt;em&gt;Dutch Blitz&lt;/em&gt;&lt;/a&gt;, which I played with some hostel friends in Copenhagen.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://kotaku.com/the-puzzle-of-a-lifetime-1821235999&quot;&gt;&lt;em&gt;Gorogoa&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Super Mario Run!&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;spiel-2017&quot;&gt;SPIEL 2017&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Tag 1:   &lt;a href=&quot;https://boardgamegeek.com/boardgame/110655/pyramis&quot;&gt;Pyramis&lt;/a&gt;, &lt;a href=&quot;https://boardgamegeek.com/boardgame/46614/nonaga&quot;&gt;Nonaga&lt;/a&gt;, &lt;a href=&quot;https://boardgamegeek.com/boardgame/234860/hack-trick-its-hacking-time&quot;&gt;Hack Trick&lt;/a&gt;, &lt;a href=&quot;https://boardgamegeek.com/boardgame/227582/cthulhu-rise-cults&quot;&gt;Cthulhu: Rise of the Cults&lt;/a&gt;, Enchantment, &lt;a href=&quot;https://boardgamegeek.com/boardgame/235697/27&quot;&gt;27&lt;/a&gt;.  Purchased: Nonaga, Hack Trick&lt;/li&gt;
  &lt;li&gt;Tag 2:   Sector 6, &lt;a href=&quot;https://boardgamegeek.com/boardgame/185344/dragon-keeper-dungeon&quot;&gt;Dragon Keeper&lt;/a&gt;, &lt;a href=&quot;https://boardgamegeek.com/boardgame/200632/qango&quot;&gt;Qango&lt;/a&gt;, &lt;a href=&quot;https://boardgamegeek.com/boardgame/209290/vortex&quot;&gt;Vortex&lt;/a&gt;, Ringfield, &lt;a href=&quot;https://boardgamegeek.com/boardgame/232974/paco-ako&quot;&gt;Paco Saco&lt;/a&gt;, &lt;a href=&quot;https://boardgamegeek.com/boardgame/193417/captains-golden-age&quot;&gt;Captains of the Golden Age&lt;/a&gt;, “the pipe game”.  Purchased: Dominion promotional swag card, Paco Saco, misc. small expansions from BGG.&lt;/li&gt;
  &lt;li&gt;Tag 3:   &lt;a href=&quot;https://boardgamegeek.com/boardgame/191051/outlive&quot;&gt;Outlive&lt;/a&gt;, &lt;a href=&quot;https://boardgamegeek.com/boardgame/20863/diagonale&quot;&gt;Il Diagonale&lt;/a&gt;, &lt;a href=&quot;https://boardgamegeek.com/boardgame/230802/azul&quot;&gt;Azul&lt;/a&gt;.  Purchased: &lt;a href=&quot;https://boardgamegeek.com/boardgame/181293/alien-artifacts&quot;&gt;Alien Artifacts&lt;/a&gt;, &lt;a href=&quot;https://boardgamegeek.com/boardgame/154203/imperial-settlers&quot;&gt;Imperial Settlers&lt;/a&gt;, Azul, green dice.&lt;/li&gt;
  &lt;li&gt;Tag 4:   &lt;a href=&quot;https://boardgamegeek.com/boardgame/230933/merlin&quot;&gt;Merlin&lt;/a&gt;, watched some of the Carcassonne World Championship, &lt;a href=&quot;https://boardgamegeek.com/boardgame/237009/urbino&quot;&gt;Urbino&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;travel&quot;&gt;TRAVEL&lt;/h1&gt;

&lt;p&gt;The experience of air travel has improved tremendously since I got Global Entry, an EU Aufenthaltstitel, and my credit card gave me free entry into many airport lounges.  Except that the one time I really needed a shower the lounge’s showers were under construction.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Cornwall, for New Years.&lt;/li&gt;
  &lt;li&gt;Boston-Amherst-NYC for an interview at UMass Amherst.&lt;/li&gt;
  &lt;li&gt;A weekend in Brussels.&lt;/li&gt;
  &lt;li&gt;A day Antwerp to see my great aunt and uncle.&lt;/li&gt;
  &lt;li&gt;Leiden, NL for a week-long workshop.  Also visited Amsterdam and the Hague (mostly for the Escher Museum).&lt;/li&gt;
  &lt;li&gt;Mainz for a talk.&lt;/li&gt;
  &lt;li&gt;Vienna for a long weekend.&lt;/li&gt;
  &lt;li&gt;Oak Ridge, Tennessee for a computer users’ group meeting and to give a talk.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;/2017/06/02/luxembourg.html&quot;&gt;A long weekend&lt;/a&gt; in &lt;a href=&quot;/2017/06/03/luxembourg.html&quot;&gt;Luxembourg&lt;/a&gt;  and &lt;a href=&quot;/2017/06/04/koblenz.html&quot;&gt;Koblenz&lt;/a&gt; with my mom and her boyfriend.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;/2017/06/17/granada.html&quot;&gt;Granada, Spain&lt;/a&gt; for LATTICE 2017, with an amazing visit to &lt;a href=&quot;/2017/06/18/alhambra.html&quot;&gt;Alhambra&lt;/a&gt;, and &lt;a href=&quot;/2017/06/25/malaga.html&quot;&gt;a day in Malaga&lt;/a&gt; on the way home.&lt;/li&gt;
  &lt;li&gt;Bochum for a talk.&lt;/li&gt;
  &lt;li&gt;Seattle, for a workshop on neutrinoless double beta decay.&lt;/li&gt;
  &lt;li&gt;DC, for a wedding and to visit with friends and my colleagues.&lt;/li&gt;
  &lt;li&gt;NY&lt;/li&gt;
  &lt;li&gt;Essen, for SPIEL 17.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;/2017/11/25/trento.html&quot;&gt;Trento&lt;/a&gt;, for &lt;a href=&quot;http://www.ectstar.eu/node/2233&quot;&gt;an axion workshop at ECT*&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;München, for ex-pat Thanksgiving&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;/2017/12/03/billund.html&quot;&gt;Billund&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Odense, for &lt;a href=&quot;http://indico.cp3-origins.dk/event/16/&quot;&gt;Technical Advances in Lattice Field Theory at CP3 Origins&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;/2017/12/12/copenhagen.html&quot;&gt;Copenhagen&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;food--drink&quot;&gt;FOOD + DRINK&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.npr.org/sections/thesalt/2017/05/22/529151256/if-raw-fruits-or-veggies-give-you-a-tingly-mouth-it-s-a-real-syndrome&quot;&gt;&lt;em&gt;Oral Allergy Syndrome&lt;/em&gt;&lt;/a&gt; - I &lt;em&gt;finally&lt;/em&gt; have a name for this extremely annoying allergy.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.washingtonpost.com/news/going-out-guide/wp/2017/07/13/the-best-true-dive-bars-in-the-d-c-area/&quot;&gt;&lt;em&gt;The best true dive bars in the DC area&lt;/em&gt;&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.thrillist.com/drink/nation/types-of-beer-snobs&quot;&gt;&lt;em&gt;Parody is the truest mirror.&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;youtubes&quot;&gt;YOUTUBES&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=Ky5p-L_m6BQ&quot;&gt;&lt;em&gt;How to write like an architect&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=E27v83WWiGo&quot;&gt;&lt;em&gt;Raymond Smullyan on Carson, 1982&lt;/em&gt;&lt;/a&gt; - it’s not too often a mathematician gets on a late night show.  Especially one who sounds like the Tin Man.  Or maybe the Cowardly Lion?&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Game of Thrones / A Song of Ice and Fire Geek-Out Channels&lt;/em&gt;: &lt;a href=&quot;https://www.youtube.com/channel/UCveZqqGewoyPiacooywP5Ig&quot;&gt;&lt;em&gt;Alt Shift X&lt;/em&gt;&lt;/a&gt; really draws a lot of material and evidence together.  Also their &lt;a href=&quot;https://www.youtube.com/watch?v=QS6E0hu52Rk&quot;&gt;&lt;em&gt;April Fool’s Day episode covering GoT porn parody “Game of Bones”&lt;/em&gt;&lt;/a&gt; was inspired.  &lt;a href=&quot;https://www.youtube.com/channel/UCqROIhneltpZKvFzuB3pAiA&quot;&gt;&lt;em&gt;Secrets of the Citadel&lt;/em&gt;&lt;/a&gt; goes deep and covers a LOT of canonical material that is not explored at all in the show or even in the main text.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/channel/UCJkMlOu7faDgqh4PfzbpLdg&quot;&gt;&lt;em&gt;Nerdwriter&lt;/em&gt;&lt;/a&gt; - I got hooked after watching his &lt;a href=&quot;https://www.youtube.com/watch?v=In6gCrGeZfA&quot;&gt;&lt;em&gt;disection of Bob Dylan’s “All Along the Watchtower”&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=51C3Ka_YKdE&quot;&gt;&lt;em&gt;Extremely good version of the cups and the balls&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=eraAA9maP2M&quot;&gt;&lt;em&gt;P-Town&lt;/em&gt;&lt;/a&gt; - S-town parody brought to you by the guy who did &lt;a href=&quot;https://www.youtube.com/watch?v=PcPslADDAZA&amp;amp;list=PLWVT5pP_l9qRjvfpD5LaA5AMC3y4CNgbf&quot;&gt;the Serial parody&lt;/a&gt; (TTDS2015).&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=7LWq5s-s4pY&quot;&gt;&lt;em&gt;Brothers of Climbing&lt;/em&gt;&lt;/a&gt; - fixing the primary thing wrong with climbing.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=trDnp3dWlXk&quot;&gt;&lt;em&gt;Biisuke Ball’s Big Adventure Part 2&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://vimeo.com/210321457&quot;&gt;&lt;em&gt;Downward Dog&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=7vN_PEmeKb0&quot;&gt;&lt;em&gt;Rick and Morty do State of Georgia vs. Denver Fenton Allen&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=kgI3Y7gxMO4&quot;&gt;&lt;em&gt;Does Bob Mortimer Do His Own Dentistry?&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;lego&quot;&gt;LEGO&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.flickr.com/photos/72984233@N02/25203526943/&quot;&gt;&lt;em&gt;Space Shuttle Launching&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=qF7gChfsPig&quot;&gt;&lt;em&gt;2017: A LEGO ODYSSEY&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=dCPWPj4JHqg&quot;&gt;&lt;em&gt;Slow-motion LEGO Porsche Crash Test&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=UxtUrloLlm8&quot;&gt;&lt;em&gt;LEGO Saturn V&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;/2017/12/03/billund.html&quot;&gt;Hajj to Billund&lt;/a&gt;, staying at Hotel LEGOLAND and visiting the Lego House&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;trumpocalypse&quot;&gt;TRUMPOCALYPSE&lt;/h1&gt;

&lt;p&gt;2017 was a waking nightmare in many ways.  We’ve witnessed a war on truth, the undermining of public institutions, attempts to roll back civil liberties, and a resurgence of white nationalism.  It was impossible to engage with every outrageous action, simply because there were too many.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.slate.com/blogs/the_slatest/2017/02/22/_15_classic_metal_albums_whose_titles_are_less_dark_than_the_washington.html&quot;&gt;Washington Post changed its motto to the most metal motto of any paper of record:  “Democracy Dies in Darkness”.&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Billy Goats Gruff: &lt;a href=&quot;https://medium.com/@DaleBeran/4chan-the-skeleton-key-to-the-rise-of-trump-624e7cb798cb&quot;&gt;&lt;em&gt;4chan: the Skeleton Key to the Rise of Trump&lt;/em&gt;&lt;/a&gt; - “Support for Trump is an acknowledgement that the promise is empty.” See also &lt;a href=&quot;https://motherboard.vice.com/en_us/article/trolling-scholars-debunk-the-idea-that-the-alt-rights-trolls-have-magic-powers&quot;&gt;&lt;em&gt;Trolling Scholars Debunk the Idea That the Alt-Right’s Shitposters Have Magic Powers&lt;/em&gt;&lt;/a&gt;, a strong critique of the previous article.&lt;/li&gt;
  &lt;li&gt;Milo.  Oh man I love to hate this guy: &lt;a href=&quot;https://medium.com/welcome-to-the-scream-room/im-with-the-banned-8d1b6e0b2932#.qs72bmaih&quot;&gt;&lt;em&gt;I’m With The Banned&lt;/em&gt;&lt;/a&gt;, &lt;a href=&quot;https://psmag.com/on-the-milo-bus-with-the-lost-boys-of-americas-new-right-629a77e87986#.6w6r9edzf&quot;&gt;&lt;em&gt;The Lost Boys of America’s New Right&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=VUBY6bMZn8w&quot;&gt;&lt;em&gt;Vice: What Nuclear War Would Look Like&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.theatlantic.com/politics/archive/2017/02/how-to-beat-trump/515736/&quot;&gt;&lt;em&gt;How to Beat Trump&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.snopes.com/trackdown-trump-character-wall/&quot;&gt;&lt;em&gt;Trackdown Shakedown&lt;/em&gt;&lt;/a&gt; - an episode of the 1950s western TV series ‘Trackdown’ featured a character named Walter Trump who claimed he would build a wall in order to protect a town from the end of the world.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.avclub.com/article/correction-republican-bloodsuckers-who-sentenced-p-254871&quot;&gt;&lt;em&gt;Correction: Republican Bloodsuckers who Sentenced Poor to Die Didn’t Drink Bud Light&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://newrepublic.com/article/140948/bluexit-blue-states-exit-trump-red-america&quot;&gt;&lt;em&gt;Blue State Exit&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.theatlantic.com/magazine/archive/2017/06/his-kampf/524505/&quot;&gt;&lt;em&gt;His Kampf&lt;/em&gt;&lt;/a&gt; - a discussion with and profile of Richard Spencer, American definitely-not-a-Nazi.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.independent.co.uk/life-style/gadgets-and-tech/news/theresa-may-election-latest-internet-regulation-downing-street-speech-manifesto-a7783186.html&quot;&gt;&lt;em&gt;It’s just the nonsense that it seems&lt;/em&gt;&lt;/a&gt; - PM May gets ready to censor and fundamentally break the internet.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=t27ie4qFlXM&quot;&gt;&lt;em&gt;Hannity on NSA Surveillance&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.independent.co.uk/news/world/europe/stephen-fry-blasphemy-god-utter-maniac-ireland-gardai-rte-meaning-of-life-atheist-a7722081.html&quot;&gt;&lt;em&gt;Stephen Fry, Blasphemer&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=hXa3Qt3mQDg&quot;&gt;&lt;em&gt;People Outside a Trump Rally Told Vice Why They Hate the Media&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.newyorker.com/news/ryan-lizza/anthony-scaramucci-called-me-to-unload-about-white-house-leakers-reince-priebus-and-steve-bannon&quot;&gt;&lt;em&gt;The Mooch is a crazy person&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/interactive/2017/10/08/opinion/editorials/republican-etiquette-guide.html&quot;&gt;&lt;em&gt;The Republican’s Guide to Presidential Etiquette&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.mcsweeneys.net/articles/just-to-be-clear-the-witch-king-of-angmar-was-an-insignificant-volunteer-in-the-great-army-of-the-dark-lord-sauron&quot;&gt;&lt;em&gt;The Witch-King of Angmar was an Insignficant Volunteer in the Great Army of the Dark Lord Sauron&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.aclu.org/blog/national-security/detention/trump-administration-keeping-us-citizen-secretly-locked-without&quot;&gt;&lt;em&gt;Schmabeas Schmorpus&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.forbes.com/sites/startswithabang/2017/11/07/the-gop-tax-plan-will-destroy-graduate-education/&quot;&gt;&lt;em&gt;One way to stand up to the experts is to eliminate them&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/2017/11/18/opinion/sunday/dear-nobel-winners-mr-trump-has-all-the-brains-he-needs.html&quot;&gt;&lt;em&gt;Nobel, Schmobel&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://twitter.com/Mikel_Jollett/status/940707757220544513&quot;&gt;&lt;em&gt;The problem with Article VI is that who has an attention span long enough to get through the first V Articles?&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://politics.theonion.com/trump-dismisses-accusers-as-women-1821226091&quot;&gt;&lt;em&gt;Trump Dismisses Accusers as Women&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.theatlantic.com/amp/article/546356/&quot;&gt;&lt;em&gt;The Nationalist’s Delusion&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content>
 </entry>
 
 <entry>
   <title>How Many Wonders Can One Cavern Hold?</title>
   <link href="http://www.evanberkowitz.com/2017/12/12/copenhagen.html"/>
   <updated>2017-12-12T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2017/12/12/copenhagen</id>
   <content type="html">&lt;p&gt;København, Danemark&lt;/p&gt;

&lt;p&gt;On the way home from &lt;a href=&quot;http://indico.cp3-origins.dk/event/16/&quot;&gt;Technical Advances in Lattice Field Theory&lt;/a&gt; I stopped in Copenhagen.  The city is beautiful, although it doesn’t get much light in early December.  I made some nice friends at a hostel, enjoyed some walking tours, and had a great hotdog.  Tivoli Gardens is open for Christmas-time.  We rode the roller coaster while wearing virtual-reality headsets, which was phenomenal and so obviously the future it’s hard to overstate.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Everything Is Awesome</title>
   <link href="http://www.evanberkowitz.com/2017/12/03/billund.html"/>
   <updated>2017-12-03T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2017/12/03/billund</id>
   <content type="html">&lt;p&gt;Billund, Danemark&lt;/p&gt;

&lt;p&gt;On my way to Odense for &lt;a href=&quot;http://indico.cp3-origins.dk/event/16/&quot;&gt;Technical Advances in Lattice Field Theory&lt;/a&gt; I flew through Billund.  LEGOLAND itself was closed for the winter, but the recently-opened &lt;a href=&quot;https://www.lego.com/en-us/videos/themes/lego-house/&quot;&gt;LEGO House&lt;/a&gt; was great.  Very interactive, with lots of creative opportunities and amazing exhibits.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>I'll Meet You Any Time You Want</title>
   <link href="http://www.evanberkowitz.com/2017/11/25/trento.html"/>
   <updated>2017-11-25T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2017/11/25/trento</id>
   <content type="html">&lt;p&gt;Trento, Italia&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.ectstar.eu/sites/www.ectstar.eu/files/posters/Poster_MIRIZZI_0.pdf&quot;&gt;I was invited&lt;/a&gt; to &lt;a href=&quot;http://www.ectstar.eu/node/2233&quot;&gt;Axions at the Crossroads: QCD, Dark Matter, Astrophysics&lt;/a&gt; at ECT*, the European Center for Theoretical Studies in Nuclear Physics and Related Areas in Trento, Italy.  It was a productive, educational workshop and Trento itself is beautiful and full of interesting history.  We ate an absurd amount of carbs—the most delicious pizza I had included gorgonzola, pears, and thinly-cut strips of lard.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Orangutans are Skeptical</title>
   <link href="http://www.evanberkowitz.com/2017/07/22/koln-zoo.html"/>
   <updated>2017-07-22T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2017/07/22/koln-zoo</id>
   <content type="html">&lt;p&gt;If you’re going to guess the name of an animal in German, the best strategy is to think “What kind of pig is this?” and guess the most naïve &lt;em&gt;adjective-pig&lt;/em&gt; compound word that fits.  If it doesn’t look like a pig, try again for a horse, bear, chicken, toad, fish, or mouse.  You’ll probably get it.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.koelnerzoo.de&quot;&gt;Kölner Zoo&lt;/a&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>His Tears Fall And Burn The Garden Green</title>
   <link href="http://www.evanberkowitz.com/2017/06/25/malaga.html"/>
   <updated>2017-06-25T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2017/06/25/malaga</id>
   <content type="html">&lt;p&gt;Alcazaba, Málaga, Spain&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>If We Travel By My Dragonfly</title>
   <link href="http://www.evanberkowitz.com/2017/06/18/alhambra.html"/>
   <updated>2017-06-18T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2017/06/18/alhambra</id>
   <content type="html">&lt;p&gt;Alhambra, Granada, Spain.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>I'd Forsake Them All for Your Sweet Kiss</title>
   <link href="http://www.evanberkowitz.com/2017/06/17/granada.html"/>
   <updated>2017-06-17T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2017/06/17/granada</id>
   <content type="html">&lt;p&gt;Granada, Spain&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>All the King's Men</title>
   <link href="http://www.evanberkowitz.com/2017/06/04/koblenz.html"/>
   <updated>2017-06-04T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2017/06/04/koblenz</id>
   <content type="html">&lt;p&gt;Koblenz, Germany&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Be Like the Squirrel</title>
   <link href="http://www.evanberkowitz.com/2017/06/03/luxembourg.html"/>
   <updated>2017-06-03T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2017/06/03/luxembourg</id>
   <content type="html">&lt;p&gt;Luxembourg City, Luxembourg&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Be On My Side, I'll Be On Your Side</title>
   <link href="http://www.evanberkowitz.com/2017/06/02/luxembourg.html"/>
   <updated>2017-06-02T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2017/06/02/luxembourg</id>
   <content type="html">&lt;p&gt;Luxembourg City, Luxembourg&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Your Technicolor Motor Home</title>
   <link href="http://www.evanberkowitz.com/2017/05/28/aachen.html"/>
   <updated>2017-05-28T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2017/05/28/aachen</id>
   <content type="html">&lt;p&gt;Aachen, Germany&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>The Hush of Falling Leaves</title>
   <link href="http://www.evanberkowitz.com/2017/05/12/den-haag.html"/>
   <updated>2017-05-12T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2017/05/12/den-haag</id>
   <content type="html">&lt;p&gt;Den Haag, The Netherlands&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Just A flower I Can Help Along</title>
   <link href="http://www.evanberkowitz.com/2017/05/07/keukenhof.html"/>
   <updated>2017-05-07T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2017/05/07/keukenhof</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;https://keukenhof.nl/en/&quot;&gt;Keukenhof&lt;/a&gt;, Holland&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Longer Boats Are Coming</title>
   <link href="http://www.evanberkowitz.com/2017/05/06/leiden.html"/>
   <updated>2017-05-06T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2017/05/06/leiden</id>
   <content type="html">&lt;p&gt;Leiden, The Netherlands&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Stray Cavaliers</title>
   <link href="http://www.evanberkowitz.com/2017/03/24/brussels.html"/>
   <updated>2017-03-24T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2017/03/24/brussels</id>
   <content type="html">&lt;p&gt;Brussels, Belgium.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>METAQ</title>
   <link href="http://www.evanberkowitz.com/2017/02/22/metaq.html"/>
   <updated>2017-02-22T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2017/02/22/metaq</id>
   <content type="html">&lt;p&gt;&lt;label for=&quot;mf-wasteful&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-wasteful&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2017-02-22-metaq/wasteful.jpg&quot; /&gt;&lt;br /&gt;Tasks of one sort naïvely bundled, wasting a substantial amount of cycles&lt;/span&gt;
&lt;label for=&quot;mf-backfill&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-backfill&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2017-02-22-metaq/backfill.jpg&quot; /&gt;&lt;br /&gt;Tasks of many sorts bundled with &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;METAQ&lt;/code&gt;, wasting far fewer cycles.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/evanberkowitz/metaq&quot;&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;METAQ&lt;/code&gt;&lt;/a&gt; is a small suite of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;bash&lt;/code&gt; scripts I wrote to increase the ease and efficiency with which my collaborators and I use supercomputing resources.&lt;/p&gt;

&lt;p&gt;Supercomputing time is almost always awarded through a competitive proposal process, and there’s usually not enough to make everybody happy.  So, if you receive an allocation, you want to be sure you use it as best you can.&lt;/p&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;METAQ&lt;/code&gt; helps you avoid wasted cycles, by making it simple to group computational tasks together and to slot smaller and shorter tasks into otherwise-wasted cycles.&lt;/p&gt;

&lt;p&gt;I wrote up &lt;a href=&quot;https://arxiv.org/abs/1702.06122&quot;&gt;a description of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;METAQ&lt;/code&gt; for the arχiv&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Update 2017-03-21:  METAQ was &lt;a href=&quot;https://www.nextplatform.com/2017/03/20/increasing-hpc-utilization-meta-queues/&quot;&gt;covered by The Next Platform&lt;/a&gt;!&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>The Heat Came 'Round and Busted Me For Smilin' On A Cloudy Day</title>
   <link href="http://www.evanberkowitz.com/2017/02/14/crypto.html"/>
   <updated>2017-02-14T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2017/02/14/crypto</id>
   <content type="html">&lt;p&gt;&lt;label for=&quot;signed&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;signed&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;There&apos;s a &lt;a href=&quot;/crypto.txt&quot;&gt;cryptographically signed version&lt;/a&gt;, too. &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;There is &lt;a href=&quot;http://boingboing.net/2012/01/10/lockdown.html&quot;&gt;a war coming on general-purpose computing&lt;/a&gt;.  It starts with, of course, forcing &lt;a href=&quot;https://arstechnica.com/tech-policy/2017/02/justice-naps-man-jailed-16-months-for-refusing-to-reveal-passwords/&quot;&gt;child pornographers to provide evidence against themselves&lt;/a&gt; and &lt;a href=&quot;https://www.theguardian.com/technology/2016/feb/17/apple-challenges-chilling-demand-decrypt-san-bernadino-iphone&quot;&gt;fighting terrorism&lt;/a&gt;.  We have progressed into &lt;a href=&quot;http://www.theverge.com/2017/2/12/14583124/nasa-sidd-bikkannavar-detained-cbp-phone-search-trump-travel-ban&quot;&gt;demanding a scientist’s telephone and passwords at the border&lt;/a&gt;, &lt;a href=&quot;https://www.cairflorida.org/newsroom/press-releases/720-cair-fl-files-10-complaints-with-cbp-after-the-agency-targeted-and-questioned-american-muslims-about-religious-and-political-views.html&quot;&gt;demanding access to citizens’ social media&lt;/a&gt;, and &lt;a href=&quot;http://www.wlwt.com/article/middletown-mans-electronic-heart-monitor-leads-to-his-arrest/8647942&quot;&gt;using log files from a person’s implanted medically-necessary heart monitor&lt;/a&gt; to indict them.  It creeps in as Hollywood and the RIAA search for ways to make your web browser obey them, &lt;a href=&quot;https://arstechnica.co.uk/information-technology/2017/02/future-of-the-www-timbl-drm/&quot;&gt;rather than obey you&lt;/a&gt;.&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;General purpose computing is essential for freedom of thought, freedom of speech, and freedom of association.  Only if you can trust your computer—only if your computer obeys you alone—is it a reliable means of resistance.  Compromised electronics can be used as means of surveillance, blackmail, identity theft, and other terrible compromises.  Strong cybersecurity and the ability to freely encrypt is essential.  Moreover, as electronics become further integrated into human identity, their compromise amounts not just to the compromise of the unchangeable biometric data that might be used to unlock your phone, but &lt;a href=&quot;http://www.slate.com/articles/technology/technology/2016/02/apple_and_the_fbi_think_iphones_are_safes_a_philosopher_explains_what_they.single.html&quot;&gt;to the compromise of the self&lt;/a&gt;.  Indeed, I already anthropomorphize my computer as… me.  &lt;em&gt;I&lt;/em&gt; browse the web.  &lt;em&gt;I&lt;/em&gt; check my email.  &lt;em&gt;I&lt;/em&gt; post on Facebook.  The computer is a transparent medium for the projection of my will and identity.&lt;/p&gt;

&lt;p&gt;There is some concern that strong encryption poses a challenge for law enforcement, and that therefore we need some kind of compromise.  You hear complaints about “going dark”.  You hear police departments and the FBI make suggestions that we come up with alternative encryption standards that can be broken with a warrant.  You know who never makes these suggestions?  The NSA.  NIST.  The experts.  &lt;a href=&quot;https://www.schneier.com/academic/paperfiles/paper-keys-under-doormats.pdf&quot;&gt;The mathematicians who study, design, and attempt to break cryptosystems all agree that any possible government mandate for access simply provides a route for hostile attack&lt;/a&gt;.  If you roll your eyes when people deny climate change, remember that searching for political compromises around encryption is literally math denialism, and the foundations of mathematics are substantially stronger than those of climate science&lt;label for=&quot;geo&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;geo&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;I&apos;m &lt;em&gt;not&lt;/em&gt; trying to undermine climate science with this comparison. &lt;/span&gt;.  Moreover, there’s the gun control analogy:  if strong encryption is criminalized, then only criminals will have the protection of strong encryption.&lt;/p&gt;

&lt;p&gt;So what can be done?  We can adopt &lt;a href=&quot;https://letsencrypt.org/about/&quot;&gt;widespread encryption across the internet&lt;/a&gt;.  We can make &lt;a href=&quot;http://www.forbes.com/sites/quora/2013/09/18/what-is-apples-new-secure-enclave-and-why-is-it-important/&quot;&gt;security-conscious design decisions&lt;/a&gt;.  We can adopt free software whenever possible and recognize that its motivating principles are &lt;a href=&quot;https://www.gnu.org/philosophy/free-software-even-more-important.html&quot;&gt;aligned with social justice&lt;/a&gt;.  We can use &lt;a href=&quot;https://theintercept.com/2015/03/02/signal-iphones-encrypted-messaging-app-now-supports-text/&quot;&gt;encrypted communications channels by default&lt;/a&gt; even when we don’t need security, to help obscure those who do.  I donate to the &lt;a href=&quot;https://www.eff.org/&quot;&gt;Electronic Frontier Foundation&lt;/a&gt;, the &lt;a href=&quot;http://www.fsf.org/&quot;&gt;Free Software Foundation&lt;/a&gt;, and the &lt;a href=&quot;https://archive.org/&quot;&gt;Internet Archive&lt;/a&gt;.  We must adopt the mindset that even though we might have nothing to hide, we value our privacy.  We can insist that &lt;a href=&quot;https://judiciary.house.gov/wp-content/uploads/2016/12/20161220EWGFINALReport.pdf&quot;&gt;our politicians&lt;/a&gt; embrace cybersecurity rather than attempt to fundamentally undermine it.  We can value our metadata.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=GSIDS_lvRv4&quot;&gt;Public key cryptography&lt;/a&gt; is a method by which you can encrypt a message with a public key, but that same key cannot be used to decrypt it—for that you need the private key.  This is an excellent tool for establishing a secure channel across an unsecure channel.  The private key can be used to encrypt a message that can be decoded with the public key, providing a cryptographically secure signature.  This is signed with my public key, and the cryptographic signature is at the bottom.&lt;/p&gt;

&lt;p&gt;My PGP public key, which I generated in 2013, recently expired.  In the four years that passed since it was first generated, nobody ever needed it.  Nevertheless, here is my new one:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;- -----BEGIN PGP PUBLIC KEY BLOCK-----
Comment: GPGTools - https://gpgtools.org

mQINBFiXd4EBEADBiwJZ2K4ZalXfbkxvjYKgxlG97uWiDXSetyNIV8+yvVmYgH5r
jeZ1KeL/WQq3WbCj0r0bRXZ97JeSIliVh6fg7yuPXvHZLkzGYNWKpKpcQXsjEOMM
G4Ov2Wdkadp2f8VsDB4aw42oSRhpNmDyD49j/kiMknDUcIGd+fc2paAjta9uE6r8
PD1PW6kfVtwDds6adncwbQtJdVCL/hqFzOo8Pj22KpMJnCkl3XcxXByiaRaYXH/h
jzqJncc/kb7/z1O5kaRNepLJDJ40vzwaXmBdDMRZnlhDuqMlRBwDnRYR5ZkX/8aj
BOsTLMDypfJDNXgsbm0akT4nFzDVBYOGgRPhoRP2NIpdhXaqhVyVfcOxOt/e6iSY
e7WV81i7ObO5NG7OA1fzQGauhQsqBjgWh85FE3KKY1DrqvPR44wHyn5yIA0i1Xn9
/Km/drTotLU08Rn3UXkC0zE0okng+VLbER1wU8wROyTS+DYmW4oa5wvLJTkJEzkR
4NPn3vwUao4hX6VxKjJe0xYWJJxqMtBq402jIdVs3/8lnU94R0vT4PV0knPMQ8HB
ZTzN24aH81Db4+PQLVmHehbRqXRVBda8maUFrzZQ+8aRzcudKoTMbzdpy2MpDw0B
3YBGcmGBod+LU1t++xFYpEI5TOD9TSub9JJKC8LpTEdSWYrYQHsFS8syzQARAQAB
tClFdmFuIEJlcmtvd2l0eiA8ZXZhbi5iZXJrb3dpdHpAZ21haWwuY29tPokCPQQT
AQoAJwUCWJd3gQIbAwUJB4YfgAULCQgHAwUVCgkICwUWAgMBAAIeAQIXgAAKCRB8
gsW1RnKnhDHLEACJrzQiIJ900MhCGmdKSeLIpHtBXgG95Lt4iRixSJG+SKi/PL1Q
ZgEHKooQRG7JQ4+XabdxiNW95OAiQ2+XkT+Bo1/Zvc1UaAF2kdxohhSWH2rRiqg4
qQB3QI7SNFa2n0YwxDV8hkZxhJ/1ETomYn3sut7M1u5O3tCGyTRzOAgWxZ6/2Mkz
broQ7vh15z1gkFm2XfeHt2kWKzOeWWjC2z8ilCDA+he0kylD0+OF2T/IGuhV08b3
Ao1pRb9ddjhJYOjQyW/ZtgwMjwJQk9t92C4PTO0NR40u8gD2AutODf6ufpMtHNJC
+yhgSXGo00FW1alButsFVB/RxhIW+gD2CEgnmp150mnp89ZZsLKQEm1b42pA3ZDo
7j0teXHgf0DUPPqF3Ld39WcPDWBKVdukWCocHhNTyDDLilMcZfttko8PkjM6y86y
dpI9hAbDDQj5RLe5yvXTlG47RAAToqpnjOP6eQLpZzdvk+T1xTM6gn5tnkk08Ypk
+33iL3v+iiU/e13Wldg8kJ7dFsyasZtNe44oWuHZCejpiE0y1lDzdUyhgmm6JsJ2
UaPXbQyx0Sf0P1e4cyjTvyeqU4OqVFI1gj+Y7Je1JIy99k6pk98rVnc64uD+fkMQ
pquEbhzymMAgu8b/h3VqoY6hCzzuZqZ/JkRzBT03GmAXMlajOGbXmWCn+bkCDQRY
l3eBARAAr5KUgWOwyttDltb3wd/dyBSFVIq5t+vLjd6w+CbtnMYls/Sue4rozHWt
DiXx+c7Qk4Vxzkdfj/i/l+E9P09uFSru5ZAVPbLVdcHgccO+gPhzcXGXXDjxpxMw
zg54k0oQGSMTKtKZNINiC7V4On3VRtemOnqhMpfKj5cBZY/nTfN1RHXeGohQfc6e
cqKbEGo8I3DLP3aalnXIKh1DVZD9bCwii8fdLtiTqkG92q3Z0d7Se9wOO6lglfqg
xQdbjsKG6xcTPvsZjQZZxQnjYmOChuzW1VFAcPUyBCaXPPmfi7w8nWS5kPaNiKQ/
sPwu16+fq/U7RSBvyDLzs97mlTm2MU0T5Azre+T6Njd02bLfnBIbtGNI6S5uD7QC
U/SkH+w7hNh8lFT4GI2gbxbeRXuJzCJtYSFaefrIdu9lzBXbT4aEvCf9PtUjFTa/
RIeBW0aLj8k31ERpxaZaud5RobmWfHCHgOTclNdxH00lP6n1ila8L2aEJA+VJRXP
22Q0eCoXwSknHlmjePU/pN5BGA98cAO0W5z31jYjE+JoA0yavi7CabkgNCc3VGBb
BUhEyaWe+SlLlBXlMrxgc+HE+ZvmFE+re72YXNMMUIC16kXRs/OYHA+RhN7Kvpc+
Au0Gv2DmIEPHJCCVx5CrdUyiuKBfUatHioT75u0LbBXMMB9o2RUAEQEAAYkCJQQY
AQoADwIbDAUCWJd4iAUJCWdUBwAKCRB8gsW1RnKnhEhPD/9hvxCVJlbJrOo4HVKd
WQc4RlFKKogzmF/g2rO2TgsPKfsgSeKpaXomg6LK0j+YTMx9uC6RdByzYo+TSjj5
l9lybcISGT+bAu+L2Hg7sJZHLN3Gg8ceQa8x3vxNOsabs4lm+8g78E55p+dALbbA
G36/8daSRIFvJKQVH5aoveWh0jDoB749vB7GipxTh3Hpfm1MjuqA2OVECDXvbQeJ
LxDFcng0aqze7tB7FeYOfO8mqEsqRjeV40zB0xwdQI10+oq/3pZsIkXV/x6MkNlG
l4xKZUzHLdGwed4MGPIvNqHOK37CYeRJFa/usPQyEq1Zvu7lwYz19quuZLPKabRO
HcwiU70VhlkQNAb+5Vv69o1sjQhMPyZHvWXL+lcF72jdA1t/+TOiNm1bfSNO3usH
mji7TsrkdX/vTqgSwgTQoiFyTznL7U+LL1ARX8JRy2KIjdR/tu6l0AW++K5tb7Y9
3ZFviODrGvlu5LVTumIw9yWWf2doyilVIPAOlEW7Lx/6HIKuNdQa/O79gW1Tx+BA
YoKBG3B7G5m+jbtSWESEjwZsD7Uimlz8pGrub6DNr63MJ475pU48Eg4Yg0LQIW+T
6hxuSu6qbnmLDv+l2cN1QPw6E/OX1r7lwW2I+hlNwQ8BsliHqz/b7OkMw3McDGzP
EcZVXqp6VKgnf6HhD31PcaY54g==
=5hH1
- -----END PGP PUBLIC KEY BLOCK-----
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;It has fingerprint 7171 57C8 50B6 0C96 FB21  C9EA 7C82 C5B5 4672 A784.  The private key is… just kidding.  You can verify it on any of the public key servers—I default to the &lt;a href=&quot;http://pgp.mit.edu/pks/lookup?op=vindex&amp;amp;search=0x7C82C5B54672A784&quot;&gt;MIT key server&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The current situation is a nightmare come true.  We must value and defend our civil liberties.  We must put our foot down, or imagine a boot stamping on a human face – forever.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>A Modern Major General</title>
   <link href="http://www.evanberkowitz.com/2016/12/31/minack-theatre.html"/>
   <updated>2016-12-31T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2016/12/31/minack-theatre</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;https://www.minack.com/&quot;&gt;Minack Theatre&lt;/a&gt;, Porthcurno in Penzance, Cornwall, England.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Live and Die a Pirate King</title>
   <link href="http://www.evanberkowitz.com/2016/12/30/st-levan.html"/>
   <updated>2016-12-30T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2016/12/30/st-levan</id>
   <content type="html">&lt;p&gt;Porthchapel Beach, St. Levan, in Penzance, Cornwall, England.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Things That Didn't Suck 2016</title>
   <link href="http://www.evanberkowitz.com/2016/12/15/ttds.html"/>
   <updated>2016-12-15T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2016/12/15/ttds</id>
   <content type="html">&lt;p&gt;&lt;label for=&quot;mn-previously&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-previously&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;a href=&quot;/2011/12/22/ttds.html&quot;&gt;TTDS 2011&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;/2012/12/21/ttds.html&quot;&gt;TTDS 2012&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;/2013/12/27/ttds.html&quot;&gt;TTDS 2013&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;/2015/12/27/ttds.html&quot;&gt;TTDS 2015&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;I kept track as the year progressed, so preparing this was substantially easier than in the past.&lt;/p&gt;

&lt;h2 id=&quot;books--short-fiction&quot;&gt;BOOKS + SHORT FICTION&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;The Slow Regard of Silent Things&lt;/em&gt;, by Patrick Rothfuss - This book will make no sense to you unless you’ve read The Name of the Wind / The Wise Man’s Fear (&lt;a href=&quot;/2015/12/27/ttds.html&quot;&gt;TTDS 2015&lt;/a&gt;), and even then… It’s a weird book.  There’s only one alive character.  But there are plenty of not-alive objects in the story.  IDK, just read it.  Also, I love that Vi Hart and Patrick Rothfuss are friends.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Animal Farm&lt;/em&gt;, by George Orwell&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I feel like I read more than this, but I cannot remember!  I worked a lot this year.&lt;/p&gt;

&lt;!--more--&gt;

&lt;h2 id=&quot;articles--serious-video&quot;&gt;ARTICLES + SERIOUS VIDEO&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.theatlantic.com/technology/archive/2014/02/the-blood-harvest/284078/&quot;&gt;&lt;em&gt;The Blood Harvest&lt;/em&gt;&lt;/a&gt;  Possibly the most metal thing I’ve ever heard: we strap down horseshoe crabs and steal their blood for our own healthcare.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://qz.com/577842/scientists-have-used-groundbreaking-technology-to-figure-out-how-the-earth-looked-a-billion-years-ago/&quot;&gt;&lt;em&gt;Groundbreaking&lt;/em&gt;&lt;/a&gt;  Computers are revolutionizing paleogeology.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.theverge.com/2016/1/13/10758380/stingray-surveillance-device-daniel-rigmaiden-case&quot;&gt;&lt;em&gt;The Dragnet&lt;/em&gt;&lt;/a&gt;  Stingray Cell-Site operators get caught.&lt;label for=&quot;sn-dragnet&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-dragnet&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=nx5GwULPU90&quot;&gt;Bum-badum-dum.  Bum-badum-daDUM&lt;/a&gt;.  The story you are about to read is true… &lt;/span&gt;&lt;/li&gt;
  &lt;li&gt;The 30th Anniversary of the Challenger Disaster
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;http://gawker.com/thirty-years-ago-the-challenger-crew-plunged-alive-and-1755727930&quot;&gt;The Crew Fell To Their Deaths Alive and Aware of What Was Happening&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;http://kottke.org/16/01/on-the-30th-anniversary-of-the-space-shuttle-challenger-disaster&quot;&gt;Sally Ride passed Information Regarding O-rings&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;Feynman wrote a &lt;a href=&quot;http://science.ksc.nasa.gov/shuttle/missions/51-l/docs/rogers-commission/Appendix-F.txt&quot;&gt;special appendix&lt;/a&gt; to the ultimate report, and it’s the only one that’s easy to read and totally frank.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;http://www.npr.org/sections/thetwo-way/2016/01/28/464744781/30-years-after-disaster-challenger-engineer-still-blames-himself&quot;&gt;An Engineer Still Blames Himself&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://web.media.mit.edu/~minsky/OLPC-1.html&quot;&gt;&lt;em&gt;What Makes Mathematics Difficult To Learn&lt;/em&gt;&lt;/a&gt; by Marvin Minsky&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://campaignagainstsexrobots.org/the-asymmetrical-relationship-parallels-between-prostitution-and-the-development-of-sex-robots/&quot;&gt;&lt;em&gt;Campaign Against Sex Robots&lt;/em&gt;&lt;/a&gt; - interesting, but ultimately wrong.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.nytimes.com/interactive/2016/03/24/nyregion/how-nyc-gets-its-water-new-york-101.html&quot;&gt;&lt;em&gt;How New York Gets Its Water&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.theguardian.com/world/2016/may/07/discovered-our-parents-were-russian-spies-tim-alex-foley&quot;&gt;&lt;em&gt;The Day We Discovered Our Parents Were Russian Spies&lt;/em&gt;&lt;/a&gt; - the true story The Americans is loosely based on.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.bbc.com/future/story/20160308-the-curse-of-the-people-who-cant-stop-making-puns&quot;&gt;&lt;em&gt;The Curse of the People Who Can’t Stop Making Puns&lt;/em&gt;&lt;/a&gt; It’s no laughing matter.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://nymag.com/scienceofus/2016/04/what-its-like-to-wake-up-from-autism-after-magnetic-stimulation.html&quot;&gt;&lt;em&gt;What It’s Like to ‘Wake Up’ From Autism After Magnetic Stimulation&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Aphantasia&lt;/em&gt; is when you have &lt;a href=&quot;https://www.facebook.com/notes/blake-ross/aphantasia-how-it-feels-to-be-blind-in-your-mind/10156834777480504&quot;&gt;a blind mind’s eye&lt;/a&gt;.  I scored 15/40 (low, but not low enough to qualify as aphantasia) on &lt;a href=&quot;http://www.bbc.com/news/health-34039054&quot;&gt;an abridged test&lt;/a&gt;.  I’ve noticed that I am extremely bad at &lt;a href=&quot;http://kottke.org/16/04/what-if-your-mindss-eye-is-blind&quot;&gt;visualizing specific colors&lt;/a&gt;, or biologically-reasonable motion.  I can imagine what it &lt;em&gt;feels&lt;/em&gt; like t to kick a soccer ball.  But if asked me to draw someone mid-strike, it’d be extremely difficult.  I think I could do it, ultimately, but there’d be a lot of injected reasoning and personal experience, rather than transferring a clear image in my mind to the paper.  I’m good with directions, and do well at Pictionary, where stick figures or outlines suffice, but that has a lot more to do with abstract communication than faithful visual depiction.&lt;/li&gt;
  &lt;li&gt;Colors!&lt;label for=&quot;mf-plaid&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-plaid&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2016-12-15-ttds/plaid.gif&quot; /&gt;&lt;br /&gt;&lt;a href=&quot;https://imgur.com/cJmzKk0&quot;&gt;Plaid patterns can change their appearance in da club&lt;/a&gt;.&lt;/span&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/List_of_fictional_colors&quot;&gt;Fictional Colors&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Impossible_color&quot;&gt;Impossible Colors&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;http://casa.colorado.edu/~ajsh/colour/primary.html&quot;&gt;Psychedelic Aquamarine&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;http://enchroma.com/user-videos/&quot;&gt;Glasses that let colorblind people see colors!&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.nytimes.com/2016/07/14/upshot/so-many-research-scientists-so-few-openings-as-professors.html&quot;&gt;&lt;em&gt;So Many Research Scientists, So Few Openings as Professor&lt;/em&gt;&lt;/a&gt;  Science is the dumbest thing.  I &lt;em&gt;wish&lt;/em&gt; my field were one in six!&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.atlasobscura.com/articles/inside-the-worlds-only-surviving-tattoo-shop-for-medieval-pilgrims&quot;&gt;&lt;em&gt;Inside the World’s Only Surviving Tattoo Show for Medieval Pilgrims&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://idlewords.com/talks/robot_armies.htm&quot;&gt;&lt;em&gt;Who Will Command the Robot Armies&lt;/em&gt;&lt;/a&gt;  I laughed, but it’s not funny.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.bloomberg.com/news/articles/2016-11-21/how-renaissance-s-medallion-fund-became-finance-s-blackest-box&quot;&gt;&lt;em&gt;Inside a Moneymaking Machine Like No Other&lt;/em&gt;: Renaissance Medallion&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://newrepublic.com/article/138068/last-unknown-man&quot;&gt;&lt;em&gt;The Last Unknown Man&lt;/em&gt;&lt;/a&gt;  A man is no one.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.wired.com/2016/10/president-obama-mit-joi-ito-interview/&quot;&gt;&lt;em&gt;Media Lab Director Ito interviews President Obama about AI&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://nymag.com/scienceofus/2016/12/lego-is-the-perfect-toy.html&quot;&gt;&lt;em&gt;Lego is the Perfect Toy&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;physics---serious&quot;&gt;PHYSICS - SERIOUS&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Black holes are known to have a negative specific heat: they heat up as they radiate!  We &lt;a href=&quot;http://arxiv.org/abs/1602.01473&quot;&gt;show how to derive the fact that black holes have negative specific heat from gauge theory&lt;/a&gt; and &lt;a href=&quot;http://www.gravityresearchfoundation.org/pdf/2016_Awards.pdf&quot;&gt;earned an honorable mention&lt;/a&gt; for &lt;a href=&quot;http://arxiv.org/abs/1603.03055&quot;&gt;our brief introductory essay&lt;/a&gt;.&lt;label for=&quot;sn-essay&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-essay&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;For physicists. &lt;/span&gt;&lt;/li&gt;
  &lt;li&gt;The holographic principle is the conjecture that certain gravitational theories and certain quantum field theories are equivalent.  We &lt;a href=&quot;http://arxiv.org/abs/1606.04948&quot;&gt;numerically computed certain quantities on the gauge theory side&lt;/a&gt; and found &lt;a href=&quot;http://arxiv.org/abs/1606.04951&quot;&gt;excellent agreement&lt;/a&gt; between gravity and QFT &lt;a href=&quot;http://arxiv.org/abs/1608.01951&quot;&gt;in one example&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;Neutrinoless double beta decay is a hypothetical ultra-rare nuclear decay that could shed light on the fundamental symmetries of Nature.  We performed &lt;a href=&quot;http://arxiv.org/abs/1608.04793&quot;&gt;the first calculation&lt;/a&gt; of properties of fundamental nuclear physics needed to quantify our expectations.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.int.washington.edu/PROGRAMS/16-1/&quot;&gt;&lt;em&gt;Nuclear Physics from Lattice QCD INT-16-1&lt;/em&gt;&lt;/a&gt;, Institute for Nuclear Theory, Seattle WA, Spring 2016.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.southampton.ac.uk/lattice2016&quot;&gt;&lt;em&gt;LATTICE 2016&lt;/em&gt;&lt;/a&gt;, University of Southampton, Southampton, United Kingdom, July 2016.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.kitp.ucsb.edu/activities/nuclear16&quot;&gt;&lt;em&gt;Frontiers in Nuclear Physics&lt;/em&gt;&lt;/a&gt;, Kavli Institute for Theoretical Physics, Santa Barbara CA, Summer 2016.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;physics---fun&quot;&gt;PHYSICS - FUN&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://arcsecond.wordpress.com/2011/12/17/why-is-the-integral-of-1x-equal-to-the-natural-logarithm-of-x/&quot;&gt;Why is the integral of 1/x equal to the natural logarithm of x?&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://math.ucr.edu/home/baez/numbers/&quot;&gt;John Baez’s Favorite Numbers&lt;/a&gt;: 5, 8, and 24.  The lecture on 24 has more details and background on the identity &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;1+2+3+4+\ldots = -\frac{1}{12}&lt;/script&gt;&lt;/span&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=MTFY0H4EZx4&quot;&gt;The Difference Between Entropy and Complexity&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.futilitycloset.com/2016/12/13/8-is-enough/&quot;&gt;8 Is Enough&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;religion&quot;&gt;RELIGION&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.terrybisson.com/page6/page6.html&quot;&gt;&lt;em&gt;Meat&lt;/em&gt;&lt;/a&gt; by Terry Bisson.  Will computers ever “think like a human”?  Perhaps only in the same sense that air planes “fly like a bird”.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/First_observation_of_gravitational_waves&quot;&gt;LIGO found gravitational waves&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;SPECTRAL GAP&lt;/code&gt; is Undecideable - &lt;a href=&quot;https://arxiv.org/abs/1602.05924&quot;&gt;Seth Lloyd&lt;/a&gt; and &lt;a href=&quot;https://arxiv.org/abs/1603.00825&quot;&gt;the original authors&lt;/a&gt; compare and contrast new results with known results (continued from &lt;a href=&quot;/2015/12/27/ttds.html&quot;&gt;TTDS 2015&lt;/a&gt;).&lt;/li&gt;
  &lt;li&gt;Evolution in Action: &lt;a href=&quot;http://news.nationalgeographic.com/news/2010/09/100901-science-animals-evolution-australia-lizard-skink-live-birth-eggs/&quot;&gt;Lizard Moving From Eggs to Live Birth&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;tv-shows&quot;&gt;TV SHOWS&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;Law &amp;amp; Order SVU&lt;/em&gt; -  The whole spiel with Benson and the guy she beat the shit out of a few seasons back… man.  And the whole thing with Rollins accidentally going under cover?  Can’t we just have the tried-and-true rape ⟶ investigation ⟶ trial ⟶ possible sickening loophole.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Breaking Bad&lt;/em&gt; - OK, I get what all the fuss was about.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Orange is the New Black&lt;/em&gt; - Well, that turned pretty quickly.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Game of Thrones&lt;/em&gt; - The Winds of Winter better be damn good if Martin is going to let the TV get so far ahead.  I’m still &lt;a href=&quot;https://www.youtube.com/watch?v=psS2IMFkxKo&quot;&gt;hype for Cleganebowl&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Sports Night&lt;/em&gt; - Sorkin sure does have some go-tos.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;movies&quot;&gt;MOVIES&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://weshare.me/ee41575844f9c108&quot;&gt;&lt;em&gt;The Secret World of Lego&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://unofficialnetworks.com/gnar&quot;&gt;&lt;em&gt;GNAR&lt;/em&gt;&lt;/a&gt; - Ski hooligans turn Squaw Valley into a game.  I can’t believe you’re a pro—I’m so much sicker than you.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Independence Day&lt;/em&gt; - I had never seen the original before.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;music&quot;&gt;MUSIC&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;Bruce Springsteen &amp;amp; the E Street Band&lt;/em&gt; at the Oracle Colliseum, Oakland CA, 2016-03-13 .&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Mavis Staples&lt;/em&gt; opened for &lt;em&gt;Bob Dylan&lt;/em&gt; at The Greek, Berkeley CA, 2016-06-09.  Eh.  He can’t really sing any more.  I’m glad to cross him off the bucket list.  He &lt;a href=&quot;https://www.youtube.com/watch?v=wc19CAYLlk4&quot;&gt;ended with Freebird&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Steve Winwood&lt;/em&gt; opened for &lt;em&gt;Steely Dan&lt;/em&gt; at the Shoreline in Mountainview CA, 2016-06-16.  Concert was great.  I love Steve Winwood.  Steely Dan was exactly what you expect and it was good.  No ticket stub, dumb e-ticket.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://vimeo.com/1817421&quot;&gt;&lt;em&gt;Four Organs&lt;/em&gt;&lt;/a&gt; - It doesn’t really improve at all but I still found myself listening to the whole thing.  There are some aural illusions, I think.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=62db5rMc2ns&quot;&gt;&lt;em&gt;Hey Joe&lt;/em&gt;&lt;/a&gt; as covered by bluegrass musician Tim O’Brien.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=CKKvdQPsMz8&quot;&gt;მამა სერაფიმეს გალობა არამეულ ენაზე&lt;/a&gt; The Georgian Orthodox sang for the Pope.  I have a hard time imagining what it must have been like to be a serf a thousand years ago and then hearing this.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=eoSn2Y-b6wI&quot;&gt;&lt;em&gt;Can’t Find My Way Home&lt;/em&gt;&lt;/a&gt; - Just Steve Winwood and a guitar.  Honestly I love just about every variant of this song on YouTube.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;theater&quot;&gt;THEATER&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.berkeleyrep.org/season/1516/10462.asp&quot;&gt;&lt;em&gt;Latin History for Morons&lt;/em&gt;&lt;/a&gt; - John Leguizamo’s one-man show.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;podcasts&quot;&gt;PODCASTS&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.oldradioworld.com/shows/A_Canticle_for_Liebowitz.php&quot;&gt;&lt;em&gt;A Canticle for Liebowitz&lt;/em&gt;&lt;/a&gt;  In 1960 NPR produced &lt;em&gt;A Canticle for Liebowitz&lt;/em&gt; (&lt;a href=&quot;/2015/12/27/ttds.html&quot;&gt;TTDS 2015&lt;/a&gt;) by Walter M. Miller Jr. for radio.  The story tracks an abbey in the American southwest whose mission is to preserve the Memorabilia—the technical knowlege of the society from before the Flame Deluge—as post-nuclear-apocalypse society comes out of a technological dark age.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.wnyc.org/shows/radiolabmoreperfect/&quot;&gt;&lt;em&gt;More Perfect&lt;/em&gt;&lt;/a&gt; - Radiolab covers the Supreme Court.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://thewestwingweekly.com/&quot;&gt;&lt;em&gt;The West Wing Weekly&lt;/em&gt;&lt;/a&gt; - Song Exploder Guy and Will Bailey go in-depth&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.bbc.co.uk/programmes/b006qykl&quot;&gt;&lt;em&gt;In Our Time&lt;/em&gt; With Melvyn Bragg&lt;/a&gt; (&lt;a href=&quot;/2011/12/22/ttds.html&quot;&gt;TTDS 2011&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.thisamericanlife.org/&quot;&gt;&lt;em&gt;This American Life&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://gimletmedia.com/show/startup/&quot;&gt;&lt;em&gt;StartUp&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://freakonomics.com/archive/&quot;&gt;&lt;em&gt;Freakonomics&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.npr.org/podcasts/510289/planet-money/&quot;&gt;&lt;em&gt;Planet Money&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://99percentinvisible.org/&quot;&gt;&lt;em&gt;99% Invisible&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.radiolab.org/series/podcasts/&quot;&gt;&lt;em&gt;Radiolab&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://gimletmedia.com/show/heavyweight/&quot;&gt;&lt;em&gt;Heavyweight&lt;/em&gt;&lt;/a&gt; The episode with Moby is the best one.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.maximumfun.org/shows/adventure-zone&quot;&gt;&lt;em&gt;The Adventure Zone&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;games&quot;&gt;GAMES&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/8217/san-juan&quot;&gt;&lt;em&gt;San Juan&lt;/em&gt;&lt;/a&gt; - Like &lt;a href=&quot;http://www.boardgamegeek.com/boardgame/3076/puerto-rico&quot;&gt;Puerto Rico&lt;/a&gt;, but fast.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/116954/indigo&quot;&gt;&lt;em&gt;Indigo&lt;/em&gt;&lt;/a&gt;  This is basically a head-to-head version of the flash game Entanglement (&lt;a href=&quot;/2011/12/22/ttds.html&quot;&gt;TTDS 2011&lt;/a&gt;), so I predictably LOVED IT.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/131835/boss-monster-dungeon-building-card-game&quot;&gt;&lt;em&gt;Boss Monster&lt;/em&gt;&lt;/a&gt; You are the villain of an 8-bit video game and you have to make your dungeon dangerous enough to kill the heros the game throws at you.  I only played this once but loved the idea and would play it again.  The art is perfect and the rules and other box contents feels like an NES game.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/4079/whats-my-word&quot;&gt;&lt;em&gt;What’s My Word&lt;/em&gt;&lt;/a&gt; - Mastermind, but for words.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.testtubegames.com/velocityraptor.html&quot;&gt;&lt;em&gt;Velocity Raptor&lt;/em&gt;&lt;/a&gt; - Special relativity is CRAZY!&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/147949/one-night-ultimate-werewolf&quot;&gt;&lt;em&gt;One Night Ultimate Werewolf&lt;/em&gt;&lt;/a&gt; - I played a perfect round in LA.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.boardgamegeek.com/boardgame/178900/codenames&quot;&gt;&lt;em&gt;Codenames&lt;/em&gt;&lt;/a&gt;  Easily the best game of the year, and the first Spiel des Jahres winner I predicted in advance.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.vive.com/us/&quot;&gt;&lt;em&gt;Vive VR&lt;/em&gt;&lt;/a&gt; - I played with a Vive, which is like an Occulus Rift.  It was AMAZING.  I played a tower defense archery game, where I actually had to nock, draw, and loose.  Also some other games.  It was SWEET.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://obduction.com/&quot;&gt;&lt;em&gt;Obduction&lt;/em&gt;&lt;/a&gt; - I haven’t put too much time in yet, but I’m extremely excited for the latest game from the makers of Myst.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;travel&quot;&gt;TRAVEL&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Skied often in Lake Tahoe, CA.  Regained a lot of my confidence on skis after my fall.  Still nervous depending on steepness.&lt;/li&gt;
  &lt;li&gt;Los Angeles, CA
    &lt;ul&gt;
      &lt;li&gt;&lt;em&gt;Lei Out&lt;/em&gt; - Beach Frisbee.&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;http://www.vice.com/read/theres-a-bootleg-jurassic-park-themed-restaurant-in-los-angeles&quot;&gt;&lt;em&gt;Jurassic Restaurant&lt;/em&gt;&lt;/a&gt; which was delicious.&lt;/li&gt;
      &lt;li&gt;&lt;em&gt;The La Brea Tar Pits&lt;/em&gt;&lt;label for=&quot;sn-la-brea&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-la-brea&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;A very redundant name, translating to “The The Tar Tar Pits”. &lt;/span&gt; - The most metal science museum?&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.nps.gov/pinn/index.htm&quot;&gt;Pinnacles National Park&lt;/a&gt; - Pinnacles is simply amazing.  Craziest damn rocks I’ve ever seen.&lt;/li&gt;
  &lt;li&gt;Seattle, WA - Seattle is the best in the spring time.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;/2016/05/28/santa-cruz.html&quot;&gt;Camping in Santa Cruz&lt;/a&gt; - Camping at a secret beach campsite.&lt;/li&gt;
  &lt;li&gt;Detroit MI for a wedding.  Detroit seemed perfectly nice.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.marinemammalcenter.org/&quot;&gt;Marine Mammal Center&lt;/a&gt;, Marin CA  It’s a hospital for seals, sea lions, dolphins, etc.  The back-stage tour is fantastic.&lt;/li&gt;
  &lt;li&gt;Jülich, Germany - Stayed in Jülich, spent two days in Cologne, &lt;a href=&quot;/2016/08/03/bonn.html&quot;&gt;one in Bonn&lt;/a&gt;.  Looking at neighborhoods, getting a feel for the place.  Fooled a few people into just speaking to me in Deutsche.&lt;/li&gt;
  &lt;li&gt;Southampton, England for LATTICE 2016.  Conference went well, learned a lot, had some exciting ideas.  Southampton leaves something to be desired, though Stonehenge was great.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.kitp.ucsb.edu/activities/nuclear16&quot;&gt;NUCLEAR 16&lt;/a&gt; at Kavli Institute for Theoretical Physics at UC Santa Barbara, Labor Day in LA, and hiking and kayaking in Santa Cruz on the way down.&lt;/li&gt;
  &lt;li&gt;I moved to Köln, Germany!
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;/2016/11/16/bureaucracy.html&quot;&gt;OK&lt;/a&gt;, really I moved to &lt;a href=&quot;/2016/11/18/home.html&quot;&gt;a beet farm in Jülich&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;/2016/11/27/hannover.html&quot;&gt;Hannover&lt;/a&gt; for expat Thanksgiving.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;food--drink&quot;&gt;FOOD + DRINK&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Döner Kebap.  I don’t know why it ends in a ‘p’, but it does.  It’s guuuuuuuuuuuuut.  And just a few euro.&lt;/li&gt;
  &lt;li&gt;Really cheap ok-quality wine?  Like 3€ for a huge bottle.&lt;/li&gt;
  &lt;li&gt;Wurst: The Best?&lt;/li&gt;
  &lt;li&gt;Kartoffelpuffer.  I get to eat latkes all the time?  SIGN ME UP.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;youtubes&quot;&gt;YOUTUBES&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=3L20ovQCIic&quot;&gt;&lt;em&gt;Real Life SkiFree&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=9jA53IkHZJg&quot;&gt;&lt;em&gt;Confessions of a Tetris Addict&lt;/em&gt;&lt;/a&gt; - Not quite Ecstasy of Order (&lt;a href=&quot;/2015/12/27/ttds.html&quot;&gt;TTDS 2015&lt;/a&gt;) but made by the Numberphile people.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=aFvj6RQOLtM&quot;&gt;&lt;em&gt;Spinning Levers&lt;/em&gt;&lt;/a&gt; - How a transmission works, explained by Chevrolet in 1936.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=D1vQ_cB0f4w&quot;&gt;Interview with Arthur C Clarke&lt;/a&gt; - He was smart.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://vimeo.com/166807261&quot;&gt;&lt;em&gt;HYPER-REALITY&lt;/em&gt;&lt;/a&gt; - When we all have digital implants, the world is going to be awesome (wc?).&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=QQ9gs-5lRKc&quot;&gt;&lt;em&gt;Magnets and Marbles&lt;/em&gt;&lt;/a&gt; - A clever Rube Goldberg machine / marble relay&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=1Un_oHaf798&quot;&gt;&lt;em&gt;Intelevator&lt;/em&gt;&lt;/a&gt; - Ylvis has a string of funny bits where they add a voice activated “feature” to everyday objects, like an elevator.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=b9j-sfP9GUU&quot;&gt;&lt;em&gt;KSK Key Signing Ceremony&lt;/em&gt;&lt;/a&gt; - The creation of the cryptographic &lt;a href=&quot;https://www.youtube.com/watch?v=LRAmeZCLBZE&quot;&gt;key&lt;/a&gt; that secures the domain name system of the internet is a serious, formal, and human activity.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=oWfFco7K9v8&quot;&gt;&lt;em&gt;Ambiguous Cylinder Illusion&lt;/em&gt;&lt;/a&gt; - Probably the best illusion I’ve ever seen?&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=mJtgSNI2me8&quot;&gt;Very Clever 3D Printed Zoetrope&lt;/a&gt; - Man I want a 3D printer.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=PEZACCcOVCY&quot;&gt;Memory Lane&lt;/a&gt; - Gizmodo gets &lt;a href=&quot;http://lego.gizmodo.com/5933736/80-years-of-lego-models-are-guarded-in-this-secret-vault&quot;&gt;a tour of LEGO’s vault&lt;/a&gt; of all sets ever made.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=lKyWSGQ4KsE&quot;&gt;Lego &lt;em&gt;Yellow Submarine&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://primitivetechnology.wordpress.com/&quot;&gt;Primitive Technology&lt;/a&gt; - This guy… he never says anything to the camera.  He uses no words.  Just clear filming and editing.  He has a piece of remote property in the Australian bush.  He builds everything from scratch or using tools he himself has made already. Basically, if the world ends, this guy is going to be fine.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=oBfJ9MknDLc&quot;&gt;&lt;em&gt;Never Happened&lt;/em&gt;&lt;/a&gt; - An 8 minute episode of Black Mirror:  what if we could erase our memories easily?&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=xvcpy4WjZMs&quot;&gt;&lt;em&gt;Is Mir Egal&lt;/em&gt;&lt;/a&gt; - A funny ad by the Berlin transit authority (turn on closed captions).&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=S_EuNmQOpbw&quot;&gt;SHAME!&lt;/a&gt; - The Soda Stream / Game of Thrones crossover advertisement we’ve all been waiting for.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://vimeo.com/33480080&quot;&gt;&lt;em&gt;Protegion&lt;/em&gt;&lt;/a&gt; - Stop motion photography + geometry.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://vimeo.com/195433452&quot;&gt;&lt;em&gt;Ice Call&lt;/em&gt;&lt;/a&gt; - Skiing on and in a glacier.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;trumpocalypse&quot;&gt;TRUMPOCALYPSE&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.npr.org/sections/thetwo-way/2016/11/09/501412360/d-c-votes-overwhelmingly-to-become-51st-state&quot;&gt;&lt;em&gt;DC Wants Statehood&lt;/em&gt;&lt;/a&gt; - If you don’t support statehood because DC is heavily democratic, &lt;em&gt;I&lt;/em&gt; don’t support &lt;em&gt;your&lt;/em&gt; right to vote &lt;em&gt;because you’re an unprincipled partisan&lt;/em&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.theonion.com/article/nation-elects-first-black-hearted-president-54662&quot;&gt;&lt;em&gt;Nation Elects First Black-Hearted President&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.vox.com/first-person/2016/11/10/13580582/leslie-knope-donald-trump&quot;&gt;Letter from Leslie Knope&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.msnbc.com/morning-joe/watch/michael-moore-joins-wide-ranging-election-talk-806604867876&quot;&gt;Michael Moore on Morning Joe&lt;/a&gt; - Scarborough waved off every advertising break.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.theguardian.com/us-news/2016/nov/21/trump-grandfather-friedrich-banished-germany-historian-royal-decree&quot;&gt;Historians find German Decree Banishing Trump’s Grandfather&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.theatlantic.com/politics/archive/2016/12/are-jews-white/509453/?utm_source=atltw&quot;&gt;Are Jews White?&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.politico.com/magazine/story/2016/10/donald-trump-anti-semitism-young-jews-214314&quot;&gt;Millennial Jews Awake to Anti-Semitism&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.nytimes.com/2016/12/03/opinion/sunday/states-rights-for-the-left.html?_r=1&quot;&gt;States Rights for the Left&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.nytimes.com/2016/12/13/us/politics/russia-hack-election-dnc.html&quot;&gt;But let’s insist that tech vendors insert backdoors into everything!&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.esquire.com/news-politics/a51446/what-was-comey-thinking/&quot;&gt;&lt;em&gt;What Was Comey Thinking?&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;thoughts-on-germany&quot;&gt;THOUGHTS ON GERMANY&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;Registration&lt;/em&gt; - What is the point of having a unified person registration system if, when they move, they still have to go to the DMV to change their car registration?&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.german-way.com/german-toilets/&quot;&gt;&lt;em&gt;The Poop Shelf&lt;/em&gt;&lt;/a&gt; - Only the Germans could have invented &lt;a href=&quot;http://asecular.com/~scott/misc/toilet.htm&quot;&gt;the poop-shelf toilet&lt;/a&gt;.  It is really completely inexplicable.  I am thankful every day that my home and office do not have them.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Deutsche Post&lt;/em&gt; - I live in the middle of no where.  Nobody is going to steal my packages.  Just leave them.  Don’t make me come to the post office to sign for them!  What good is Amazon Prime if I have to go to the post office every time I order something?  The line on Saturday morning was 20 minutes long!  Fire those 4 Saturday-morning employees and easily recoup the cost of insurance against stolen packages.  This is not the only example I have noticed where I think basically everybody would be better off if certain jobs didn’t exist but they’re not eliminated (I assume) out of consideration to the employee.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Sunday&lt;/em&gt; - I imagine it’s great to have a nothing-open-on-Sunday enforcement of getting your errands done on Saturday, if you have family or friends to see on Sunday.  If you have nobody, it’s not so good.  OK, you can go for a walk.  In an emergency you can go to the train station, where, if place you are is big enough, there will be a convenience store and a bookstore.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Bread&lt;/em&gt; - It’s good.  It’s cheap.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Bakery&lt;/em&gt; - Standards are high, competition is fierce.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Quark&lt;/em&gt; - It’s like… somebody whipped yogurt?&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Schocolade&lt;/em&gt; - Even the chocolate from Aldi&lt;label for=&quot;sn-aldi&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-aldi&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;More than a 7-11 but not a full grocer, either. &lt;/span&gt; is delicious.  Also in Köln there is a chocolate museum, which&lt;label for=&quot;sn-schocolade&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-schocolade&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;having not yet been, I assume &lt;/span&gt; is made out of chocolate and has a memorial to Augustus Gloop.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Cost of Living&lt;/em&gt; - I make less, but I need less too.  Fresh-baked rolls for 0,19€.  3€ bottles of wine.  Decent 2€ beers in a bar.  Gasoline is more expensive.  I bought a decent bicycle, not outrageous in cost.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Water&lt;/em&gt; - Seltzer is plentiful.  Water is not free.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Weihnachtsmarkt&lt;/em&gt; - Christmas markets are nice.  Glühwein, brezeln, sweets.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Alte Kacke&lt;/em&gt; - It’s weird to walk around and then BAM there’s something 1000 years old, or there’s a huge beautiful monument with a carved wreath and then inside the wreath the swastika has been removed.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt; &lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;Beets&lt;/em&gt; - Man, &lt;a href=&quot;/2016/11/16/bureaucracy.html&quot;&gt;fuck beets&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
</content>
 </entry>
 
 <entry>
   <title>Don't the Sun Look Good Going Down Over The Sea?</title>
   <link href="http://www.evanberkowitz.com/2016/11/27/hannover.html"/>
   <updated>2016-11-27T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2016/11/27/hannover</id>
   <content type="html">&lt;p&gt;Hannover, Germany&lt;/p&gt;

&lt;p&gt;I traveled to Hannover to see a friend from grad school and to have ex-pat Thanksgiving, which was great.  Turkey, cranberry sauce, delicious veggies, and only a small amount of beets.&lt;/p&gt;

&lt;p&gt;I stayed with &lt;a href=&quot;https://twitter.com/grantmeadors&quot;&gt;a friend of a friend&lt;/a&gt; who showed me around Hannover on Sunday before my train back to Köln.  We walked by a very sharp&lt;label for=&quot;sn-gas&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-gas&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;Seriously, it is awesome looking &lt;/span&gt; natural gas processing plant, over a bridge with terrifying aquatic animals and inviting mermaids, saw the &lt;a href=&quot;https://commons.wikimedia.org/wiki/Category:Nana_by_Niki_de_Saint_Phalle_in_Hannover&quot;&gt;Nanas&lt;/a&gt;, the Opera House, and the Rathaus.&lt;/p&gt;

&lt;p&gt;The Rathaus is open to the public and the main, vaulted room houses models of Hannover at different eras—1639, 1939, immediately post-war, and today.  It sits a short walk from the end of the &lt;a href=&quot;http://www.apple.com/mac/compare/results/?product1=macbook-pro-13&amp;amp;product2=macbook-pro-touchbar-13&quot;&gt;Maschsee&lt;/a&gt;, a huge artificial lake built as a public works project during the Nazi era.&lt;/p&gt;

&lt;p&gt;Hannover’s Weihnachtsmarkt is different from the others I have seen—there is a part that is more Renaissance Fair than others: a temporary forest of evergreens, rope-making demonstrations, axe throwing.  I shot crossbow bolts for a few Euro with decent accuracy—only to notice that there were fletched bolts available.&lt;/p&gt;

&lt;p&gt;The Weihnachtsmarkt is very close to the &lt;a href=&quot;https://en.wikipedia.org/wiki/Hannover_Hauptbahnhof&quot;&gt;Hannover Hauptbahnhof&lt;/a&gt;&lt;label for=&quot;sn-hbf&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-hbf&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;Central Station, abbreviated Hbf &lt;/span&gt;, a bustling station with many open-on-Sunday shops and quick bites to eat.  The train back to Köln was very crowded—I stood for an hour of the three-hour journey.  But the ride was relatively smooth and I listened to &lt;a href=&quot;https://gimletmedia.com/show/heavyweight/&quot;&gt;Heavyweight&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Back in Köln, I walked from the Hbf, which is right at the cathedral, through the Christmas markets at the cathedral, in Neumarkt, and Rudolfplatz.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Heavy Horses, Move the Land Under Me</title>
   <link href="http://www.evanberkowitz.com/2016/11/19/farm.html"/>
   <updated>2016-11-19T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2016/11/19/farm</id>
   <content type="html">&lt;p&gt;Stetternich, Germany&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Somebody Holds the Key</title>
   <link href="http://www.evanberkowitz.com/2016/11/18/home.html"/>
   <updated>2016-11-18T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2016/11/18/home</id>
   <content type="html">&lt;p&gt;After &lt;a href=&quot;/2016/11/16/bureaucracy.html&quot;&gt;Tuesday’s predicament&lt;/a&gt; things started happening fast.&lt;/p&gt;

&lt;p&gt;Wednesday afternoon I met with the International Employees Officer again.  This time she was extremely warm.  She basically said there was no hope to expedite anything, and the only route to starting my contract at FZJ was to accept the offer on the beet farm.  She walked me through the health insurance application.&lt;/p&gt;

&lt;p&gt;I sent my future landlady an email during that meeting.&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;Thursday morning, I went to the laboratory to meet with her&lt;label for=&quot;sn-id-ll&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-id-ll&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;She has worked there 40 years. &lt;/span&gt;.  I gave her the deposit and November’s half-month of rent in cash, as my online banking account isn’t activated yet.  She signed the Wohnungsgeberbestätigung&lt;label for=&quot;sn-id-wgb&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-id-wgb&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;Housing-giver-confirmation. &lt;/span&gt;, which I took to the Jülich municipal hall.  There, I got my Jülich Anmeldebestätigung.  I took &lt;em&gt;that&lt;/em&gt; paper back to the International Employees Officer, who copied it and had me sign the application for the residence permit.&lt;/p&gt;

&lt;p&gt;&lt;label for=&quot;mf-id-anmelde&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-id-anmelde&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2016-11-18-home/anmelde.jpg&quot; /&gt;&lt;br /&gt;Meine Anmeldebestätigung&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;By Thursday afternoon the Immigration Officer approved it verbally, and agreed to back-date it to Monday.  So I retroactively am saved from facing the choice of breaking my employment contract or working illegally.  I will have the paper copy of the temporary work paper on the 29th, when I also have an appointment with the Immigration Officer to have my fingerprints taken and complete requirements for the complete residence permit.&lt;/p&gt;

&lt;p&gt;I sit here on Friday night, writing from the beet farm.  If anyone had told me any time in my life before Tuesday that I’d live on a beet farm in Germany with 3 ponies and 4 horses, I’d have laughed at the absurdity of the suggestion.  I would never have picked this.  But it was a solution to a&lt;label for=&quot;sn-id-problem&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-id-problem&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;completely absurd &lt;/span&gt; problem.&lt;/p&gt;

&lt;p&gt;At least three months in Jülich.  That’s 3 months of not meeting the people I want to meet.  Of not establishing my routine.  Of not &lt;em&gt;really&lt;/em&gt; settling in.  Of not living the adventure I had hoped.&lt;/p&gt;

&lt;p&gt;Ultimately, I am here because ich bin physiker, and I want to physik!  If to this I must consent, I consent.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Stuff that's scuzzy</title>
   <link href="http://www.evanberkowitz.com/2016/11/16/bureaucracy.html"/>
   <updated>2016-11-16T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2016/11/16/bureaucracy</id>
   <content type="html">&lt;p&gt;Well.  I had a bit of a day on Tuesday.  When I was hired I was told “You’re American?  Just come on a tourist visa and we’ll convert you to a work visa when you arrive.”  OK, seems easy enough.  I went to the Forschungszentrum&lt;label for=&quot;sn-id-fz&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-id-fz&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;Research Center &lt;/span&gt; last week to sign the contract, and I scheduled a meeting with the International Employees Office (which is just 1 person) for the first day (Monday).  Nobody said “Do you have a work permit?  Where are you registered?”&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;Registration is something Americans would never put up with—you must tell the police where you live in order to have any legal status, and as proof you registered you receive a Meldebescheinigung&lt;label for=&quot;sn-id-mb&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-id-mb&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;Registration certificate &lt;/span&gt;.  Every government service is contingent upon your registration, and you must go to your local office or the central city office (which has a huge line).  Different municipalities may have different requirements or charge different fees for the same service.  The visa change I need is €20 in Jülich but €100 in Köln.&lt;/p&gt;

&lt;p&gt;&lt;label for=&quot;mf-id-kanal&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-id-kanal&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2016-11-16-bureaucracy/kanal.jpg&quot; /&gt;&lt;br /&gt;Canal in Lindenthal, near Dürenerstraße in Köln, where I hope to live, eventually.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;I get to the meeting, where we’re supposed to sign me up for health insurance and switch the visa over.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Where are you registered?&lt;/p&gt;

  &lt;blockquote&gt;
    &lt;p&gt;Köln.&lt;/p&gt;
  &lt;/blockquote&gt;

  &lt;p&gt;Oh, that is outside of my geographical jurisdiction for switching the work visa.  I cannot help you.  You must take your Meldebescheinigung, your passport, and your employment contract to the local government office tomorrow.  If you have a problem, here is my card and please have them call me.  And you should not sign up for the health insurance until your job starts, because the laboratory pays for a big fraction of it.&lt;/p&gt;

  &lt;blockquote&gt;
    &lt;p&gt;OK.&lt;/p&gt;
  &lt;/blockquote&gt;

  &lt;p&gt;Here is my card, so that you can have the officer call if you have a problem.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;label for=&quot;mf-id-kanal&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-id-kanal&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2016-11-16-bureaucracy/aisle.jpg&quot; /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Get up Tuesday morning, go to the government office with the 3 important documents.  Nope.  Sorry.  You are missing X, Y, and Z papers, and you don’t have the proof of health insurance.  I cannot give you the work visa, and if you come back with the proper papers, it will take up to two months for processing, even for the temporary work permit.  You understand that you cannot currently work, even with this contract?&lt;/p&gt;

&lt;p&gt;WTF.&lt;/p&gt;

&lt;p&gt;I get the government employee and my helper on the phone together.  They speak Deutsch very fast together for a few minutes and I have no idea what is going on.  “Ja… OK… Please take the phone Mr. Berkowitz.”&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;[from Jülich:] Mr.&lt;label for=&quot;sn-id-dr&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-id-dr&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;It’s Dr. Berkowitz.  I don’t usually offer the correction, but people take it seriously in Germany. &lt;/span&gt; Berkowitz please come to my office at 2:30 PM tomorrow.&lt;/p&gt;

  &lt;blockquote&gt;
    &lt;p&gt;But my advi…&lt;/p&gt;
  &lt;/blockquote&gt;

  &lt;p&gt;Mr. Berkowitz, I cannot spend any more time on you today, I have many appointments.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;:blink:  :blinkblink:  You sent me here today and told me to call if I had a problem!&lt;/p&gt;

&lt;p&gt;I cried as I walked down the straße back to my AirBNB, completely frustrated and defeated and alone.&lt;/p&gt;

&lt;p&gt;So now I’m in a scramble.&lt;/p&gt;

&lt;p&gt;The only plausible solution is to move as quickly as possible into the jurisdiction of the person who can help me at the laboratory, and she goes on holiday at noon on Friday, and there is no substitute who can perform her job.  Moreover, her jurisdiction is in the middle of goddamn nowhere.&lt;/p&gt;

&lt;p&gt;I saw a room in a house in Jülich that same day.  The house has 3 ponies, 4 horses, and beets.  Fields and fields of beets as far as the eye can see.  And I must sign a lease for at least 3 months, and must by law give 3 months notice before moving out.  The first 3 months may not be a problem, because if I move during the processing of my work permit, it will have to transfer between offices and then the requirements can change!  So, 3 months amongst the Pferde und Rüben.&lt;/p&gt;

&lt;iframe src=&quot;https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10163.750106442094!2d6.389478!3d50.928484!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x84457db9ad0ab1fb!2sHeinrich+Breuer!5e1!3m2!1sen!2sde!4v1479484559150&quot; width=&quot;600&quot; height=&quot;450&quot; frameborder=&quot;0&quot; style=&quot;border:0&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;

&lt;p&gt;I’m eager to try the Chinese restaurant to the east by southeast.  I have brought the entirety of my creative imagination to try to guess what it might be like, with no success.  My colleagues tell me there is what sounds like duckpin bowling in the basement.&lt;/p&gt;

&lt;p&gt;The lab I’ll be working at has 6000+ people.  How are they totally unprepared for my circumstance?  Why didn’t someone give me a checklist?  I could have done this stupid thing at a consulate while I was in the US!  Why didn’t anybody ask me when I was in last week to sign the contract?  Why didn’t the International Employees’ Officer warn me that being in the geographical region where she has sway is extremely important?  Why didn’t she know that more than 3 papers are required?!  Then there’s a Catch-22 on the health insurance.  I was totally unprepared&lt;label for=&quot;sn-id-unprepared&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-id-unprepared&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;perhaps “misinformed” is fairer &lt;/span&gt;, and the lab was wildly unprepared for me.&lt;/p&gt;

&lt;p&gt;So I have an AirBNB in Düren, which is the “big” place near Jülich&lt;label for=&quot;sn-id-radio&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-id-radio&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;Read: boasts its own radio station &lt;/span&gt;, but I won’t be here for long—I will move all of my things into my room in Jülich in the next few days.&lt;/p&gt;

&lt;p&gt;Jülich is known for the Forschungszentrum, stallions to put out to stud, and beets.  In the winter time, they process the beets into sugar.  The whole place smells vaguely of ash and muted beets.  Like a beet brewery burned down.  Mild but off-putting and entirely pervasive.&lt;/p&gt;

&lt;p&gt;If you need me, I’m the one doing computational nuclear physics and tending the ponies.&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;newthought&quot;&gt;When I told this to a PhD student&lt;/span&gt;  I’ll be working with this whole spiel, they asked me if I knew the word “Schadenfreude”.  I am aware that this will make a funny story some day / may currently be funny if it’s not happening to you.&lt;/p&gt;

&lt;p&gt;Otherwise, Germany has been great!&lt;/p&gt;

&lt;p&gt;The day of my arrival was Allerheiligen&lt;label for=&quot;sn-id-allerheiligen&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-id-allerheiligen&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;All Saint’s Day &lt;/span&gt; which is a recognized holiday in this portion of Germany.  I walked around Köln a lot—everything was closed.&lt;/p&gt;

&lt;figure class=&quot;fullwidth&quot;&gt;&lt;img src=&quot;/images/2016-11-16-bureaucracy/panorama.jpg&quot; /&gt;&lt;figcaption&gt;Köln&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;I got sick on the airplane.  I thought at first it was just jet lag, but then it turned into a nasty cough and a really stuffy nose.  But: no health insurance!&lt;/p&gt;

&lt;p&gt;The next day, I got a Handy&lt;label for=&quot;sn-id-handy&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-id-handy&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;telephone service &lt;/span&gt; and a bank account.  My research group’s leader &lt;a href=&quot;http://www.fz-juelich.de/SharedDocs/Meldungen/PORTAL/DE/2016/16-05-17meissner.html?nn=721054&quot;&gt;won the Lise Meitner Prize&lt;/a&gt; so there was a symposium at the Forschungszentrum, and I got to see many people in my field.&lt;/p&gt;

&lt;p&gt;&lt;label for=&quot;mf-id-night&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-id-night&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2016-11-16-bureaucracy/night.jpg&quot; /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;The next day was the Trumpocalypse.  I woke up just as PA was being declared.  I basically read all day, and looked for flats.&lt;/p&gt;

&lt;p&gt;&lt;label for=&quot;mf-id-cathedral&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-id-cathedral&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2016-11-16-bureaucracy/cathedral.jpg&quot; /&gt;&lt;br /&gt;Kölner Dom&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Finding a flat is very difficult.  There’s a huge market problem, which is that it is way too cheap.  I’m not sure if it is by law, or just custom.  The demand is therefore through the roof, and any opening gets 100+ applicants, so the supply is washed out.  When I told my AirBNB host that I had two weeks to get settled before starting work she just laughed.  Most flats or shared flats are secured by the I-know-a-guy method, and I don’t know any guys.  So if you know a guy in Cologne who isn’t me, let me know.&lt;/p&gt;

&lt;p&gt;I got a car (which required me registering in Köln).  Driving stick was new—I’m still not perfect at it.  That switch from 1st to 2nd gear…&lt;/p&gt;

&lt;p&gt;This most recent Friday was the start of Carneval (11:11 on 11/11).&lt;label for=&quot;mf-id-carneval&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-id-carneval&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2016-11-16-bureaucracy/carneval.jpg&quot; /&gt;&lt;br /&gt;Carneval&lt;/span&gt;  My AirBNB host brought me along with her friends, which was great.  They have Carneval celebrations straight up until Lent, but the kickoff and the Fat Tuesday celebrations are the biggest.  A lot of “We are Köln, We are the best” kinds of singing, and schunken—traditional “dancing” which is really just locking arms in a big circle, swaying back and forth, and singing.  Not knowing or understanding any of the words makes it a little bit confusing.  I grasped “Schön ist liebe”&lt;label for=&quot;sn-id-schon&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-id-schon&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;Life is Beautiful &lt;/span&gt; and then logicked out that the following line is along the lines of “Even if you’re really old.”  Many old people were super&lt;label for=&quot;sn-id-super&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-id-super&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;pronounced “zoo-per” &lt;/span&gt; into it.  They either dress like (non-scary) clowns or in red and white (the Kölsch colors).  But people of all age participate.  I don’t understand.  It’s just some random Friday.  Don’t these people need to be at work?&lt;/p&gt;

&lt;p&gt;Saturday I spent in Aachen, &lt;label for=&quot;mf-id-aachen&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-id-aachen&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2016-11-16-bureaucracy/aachen.jpg&quot; /&gt;&lt;br /&gt;Aachener Dom&lt;/span&gt;looking at a potential flat, before I knew I’d need to live on the farm to solve my visa problem.  Their Christmas Mark[e]t was under construction, and sits just outside the huge cathedral and Charlemagne’s seat.&lt;/p&gt;

&lt;p&gt;People have made many jokes about me being the first American refugee.  Which is… yeah.  Especially in light of my hilarious&lt;label for=&quot;sn-id-wc&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-id-wc&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;word choice? &lt;/span&gt; visa difficulties.  It’s funny.  But also it’s not funny.&lt;/p&gt;

&lt;p&gt;So&lt;label for=&quot;sn-id-so&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-id-so&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;again, pronounced “zo” &lt;/span&gt;: it’s been up and down.  Once things settle down and the visa issues get fixed, I think it will get better.&lt;/p&gt;

&lt;p&gt;I already didn’t really like beets.  I mean, once in a while, fine.  But, and I think I know enough Deutsch to say it: beets up der wazoo?&lt;/p&gt;

&lt;p&gt;The Döner is fücking goooöoood though.&lt;/p&gt;

&lt;p&gt;&lt;label for=&quot;mf-id-doner&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-id-doner&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2016-11-16-bureaucracy/doner.jpg&quot; /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Thinkin' and drinkin' are all I have today</title>
   <link href="http://www.evanberkowitz.com/2016/11/09/trumpocalypse.html"/>
   <updated>2016-11-09T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2016/11/09/trumpocalypse</id>
   <content type="html">&lt;p&gt;I believe in reason. 
I believe in facts.
I believe in a shared, underlying reality.
I believe in the Enlightenment.
I believe women are as smart as men.
I believe in listening.
I believe that my experience is not the only valid one.
I believe in trying to understand another point of view.
I believe in changing my mind.
I believe it is valuable to admit ignorance.&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;The issue, of course, is that if you don’t believe in a shared reality, if everything is a partisan position, if you don’t have an open mind, if you cannot challenge your prejudices, if you have no empathy, if you don’t desire informed, inclusive governance, if you jump to conclusions, or if your emotions take control, it may not be possible to free your mind. Irrationality is something you can’t talk yourself out of.&lt;/p&gt;

&lt;p&gt;It is apparent that the Democrats were out of touch with the reality of the electorate.&lt;/p&gt;

&lt;p&gt;It is apparent that cynical, manipulative, vacuous propaganda can overcome Enlightenment values.&lt;/p&gt;

&lt;p&gt;Reality must take precedence over public relations, for Nature cannot be fooled.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Where Your Gentle Wing Rests</title>
   <link href="http://www.evanberkowitz.com/2016/08/03/bonn.html"/>
   <updated>2016-08-03T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2016/08/03/bonn</id>
   <content type="html">&lt;p&gt;Bonn, Germany&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>A Golden Winged Ship Is Passing My Way</title>
   <link href="http://www.evanberkowitz.com/2016/05/28/santa-cruz.html"/>
   <updated>2016-05-28T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2016/05/28/santa-cruz</id>
   <content type="html">&lt;p&gt;Santa Cruz, CA&lt;/p&gt;

&lt;p&gt;We drove down on Saturday, through the hills west of Palo Alto to the coast.&lt;/p&gt;

&lt;p&gt;We knew of a secret beach campsite, where you leave your car on some nearby private property with a friendly donation and short hike down from Highway 1 to the beach.  The site is on public grounds, but not visible from the road and the segment of beach is disconnected from the beach to the north by impassable rocks.&lt;/p&gt;

&lt;p&gt;We somehow left the hotdogs at the grocery store (after purchase) so we had a light dinner of lousy salad and delicious, albeit a bit sandy, artichoke bread.  We drank beers and sat around the fire.&lt;/p&gt;

&lt;p&gt;The morning brought biologists looking for a nearby dolphin carcass, which was pretty interesting—they took samples, poked and prodded, and made some measurements.&lt;/p&gt;

&lt;p&gt;We had brunch at the &lt;a href=&quot;http://mainstgrillhmb.com/home.html&quot;&gt;Main Street Grill&lt;/a&gt; in Half Moon Bay on the way back to San Francisco.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Steal Your Face Right Off Your Head</title>
   <link href="http://www.evanberkowitz.com/2015/12/27/syf.html"/>
   <updated>2015-12-27T18:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/12/27/syf</id>
   <content type="html">
</content>
 </entry>
 
 <entry>
   <title>Things That Didn't Suck 2015</title>
   <link href="http://www.evanberkowitz.com/2015/12/27/ttds.html"/>
   <updated>2015-12-27T12:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/12/27/ttds</id>
   <content type="html">&lt;p&gt;&lt;label for=&quot;mn-previously&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-previously&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;a href=&quot;/2011/12/22/ttds.html&quot;&gt;TTDS 2011&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;/2012/12/21/ttds.html&quot;&gt;TTDS 2012&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;/2013/12/27/ttds.html&quot;&gt;TTDS 2013&lt;/a&gt;&lt;br /&gt;I was delinquent in 2014, so this contains approximately twice as much as it should. &lt;/span&gt;&lt;/p&gt;

&lt;h2 id=&quot;books--short-fiction&quot;&gt;BOOKS + SHORT FICTION&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;Thinking In Pictures&lt;/em&gt;, by Temple Grandin - Explains what it’s like to be autistic.  Helped me figure out that I’m not autistic.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;What is Life?&lt;/em&gt; (1944), by Erwin Schrödinger - Tries to explain what it could mean to be alive.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;American Gods&lt;/em&gt;, by Neil Gaiman - Weaves a story whose premise is that all the gods of the Old Country migrated to America with their believers.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;In The Beginning… Was The Command Line&lt;/em&gt;, by Neal Stephenson - covers the history of computers.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Name of the Wind&lt;/em&gt; and &lt;em&gt;The Wise Man’s Fear&lt;/em&gt; by Patrick Rothfuss - A story about an unreliable narrator orphan who goes to magic school and (maybe?) nothing really happens, but it’s really fucking good.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;A Canticle for Liebowitz&lt;/em&gt; (1960), by Walter M. Miller Jr. - Tracks a post-nuclear-apocalypse society coming out of a technological dark age.  Motivated me to give to the Internet Archive.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Seveneves&lt;/em&gt;, by Neal Stephenson (Snow Crash, Cryptonomicon, Anathem (&lt;a href=&quot;/2012/12/21/ttds.html&quot;&gt;TTDS 2012&lt;/a&gt;)) -  What happens if the moon suddenly explodes?  Went to a reading / Q&amp;amp;A and got my copy inscribed.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;What If?&lt;/em&gt;, by Randall Munroe - Tackles bar-room speculation with research and physics&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Our Mathematical Universe&lt;/em&gt;, by Max Tegmark - Proposes a serious and compelling form of Mathematical Platonism.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.strangehorizons.com/2000/20001120/secret_number.shtml&quot;&gt;&lt;em&gt;The Secret Number&lt;/em&gt;&lt;/a&gt; (&lt;a href=&quot;/2012/12/21/ttds.html&quot;&gt;TTDS 2012&lt;/a&gt;) was made into &lt;a href=&quot;https://www.youtube.com/watch?v=Ae2ghhGkY-s&quot;&gt;a 15 minute short&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;articles--serious-video&quot;&gt;ARTICLES + SERIOUS VIDEO&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://grantland.com/features/anthony-gatto-juggling-cirque-du-soleil-jason-fagone/&quot;&gt;The Greatest Juggler Alive Drops Everything&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.nytimes.com/2014/11/10/t-magazine/london-taxi-test-knowledge.html&quot;&gt;The Knowledge&lt;/a&gt; - Uber Ruins Everything.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://jkbrickworks.com/sisyphus-kinetic-sculpture/&quot;&gt;Sisyphus Kinetic LEGO Sculpture&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=WKwT1Ol3nY0&quot;&gt;Update to Could Conjoined Twins Share A Mind?&lt;/a&gt; (&lt;a href=&quot;/2011/12/22/ttds.html&quot;&gt;TTDS 2011&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://web.cs.ucdavis.edu/~rogaway/papers/moral-fn.pdf&quot;&gt;&lt;em&gt;The Moral Character of Cryptographic Work&lt;/em&gt;&lt;/a&gt; - Seriously, though, all this nonsense about outlawing strong crypto is scary.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.gq.com/long-form/the-great-paper-caper&quot;&gt;&lt;em&gt;The Great Paper Caper&lt;/em&gt;&lt;/a&gt; - Counterfeiting is legitimately interesting.  Canadian man counterfiets $250M USD and essentially gets away with it.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;www.economist.com/news/briefing/21677228-technology-behind-bitcoin-lets-people-who-do-not-know-or-trust-each-other-build-dependable&quot;&gt;&lt;em&gt;The Great Chain of Being Sure About Things&lt;/em&gt;&lt;/a&gt; - This title sucks, but it’s about the consensus technology behind bitcoin&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://nymag.com/thecut/2015/11/intentional-communities-modern-family-unrelated-adults.html#&quot;&gt;&lt;em&gt;8 Adults, 3 Kids: Modern, Intentional Families are on the Rise&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.theatlantic.com/technology/archive/2015/04/the-yo-yo-effect/389868/?single_page=true&quot;&gt;&lt;em&gt;The Secret Life of Yo-Yos&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.ibiblio.org/harris/500milemail.html&quot;&gt;&lt;em&gt;The Case of the 500-Mile email bug&lt;/em&gt;&lt;/a&gt; - Computers are hilarious.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://medium.com/backchannel/meet-the-ultimate-wikignome-10508842caad#.3beobhtu8&quot;&gt;&lt;em&gt;One Man’s Quest To Rid Wikipedia of Exactly One Grammatical Mistake&lt;/em&gt;&lt;/a&gt; - This article is comprised of hilarious anecdotes, grammatical arguments, and Wikipedia palace intrigue.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.theguardian.com/science/2015/jul/23/john-horton-conway-the-most-charismatic-mathematician-in-the-world&quot;&gt;&lt;em&gt;John Horton Conway: The World’s Most Charismatic Mathematician&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://motherboard.vice.com/read/the-wall-of-sound&quot;&gt;&lt;em&gt;The Wall of Sound&lt;/em&gt;&lt;/a&gt; - The Grateful Dead’s crew were sonic pioneers.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.newyorker.com/books/page-turner/how-the-talmud-became-a-best-seller-in-south-korea&quot;&gt;&lt;em&gt;How the Talmud became as Best-Seller in South Korea&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=kHcR_pjpvA4&quot;&gt;Nick Offerman at the Congressional Radio and TV Correspondent’s Dinner&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=nzNMCXWCZzQ&quot;&gt;&lt;em&gt;The Press Your Luck Scandal&lt;/em&gt;&lt;/a&gt; (1984) - Unemployed Ice Cream Truck Driver beats Press Your Luck&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=HKQQAv5svkk&quot;&gt;&lt;em&gt;God, The Universe, and Everything Else&lt;/em&gt;&lt;/a&gt; (1988) - Hawking, Sagan, and Clarke shoot the shit.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;physics---serious&quot;&gt;PHYSICS - SERIOUS&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Stealth Dark Matter - What &lt;a href=&quot;http://arxiv.org/abs/1503.04205&quot;&gt;experimental constraints&lt;/a&gt; can we place &lt;a href=&quot;http://arxiv.org/abs/1402.6656&quot;&gt;a particular kind of strongly-interacting dark matter&lt;/a&gt;?&lt;/li&gt;
  &lt;li&gt;Axions - &lt;a href=&quot;http://arxiv.org/abs/1505.07455&quot;&gt;We offer the first constraint the mass of the hypothetical QCD axion&lt;/a&gt; from SU(3) Yang–Mills, and &lt;a href=&quot;http://arxiv.org/abs/1509.02976&quot;&gt;I show that constraint should get tighter with a complete calculation from QCD&lt;/a&gt; by studying properties of the strong force at Big Bang temperatures.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://arxiv.org/abs/1508.00886&quot;&gt;Nucleon-Nucleon Scattering&lt;/a&gt; - We calculate &lt;a href=&quot;http://arxiv.org/abs/1511.02262&quot;&gt;how protons and neutrons interact&lt;/a&gt;, in a modified version of reality.  We employ new techniques to go beyond the spherically-symmetric interactions previously studied, crucial for &lt;a href=&quot;http://arxiv.org/abs/1511.02260&quot;&gt;studying parity-violating interactions&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.bnl.gov/lattice2014/&quot;&gt;LATTICE 2014&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.bayareascience.org/&quot;&gt;Bay Area Science Festival&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Organized LLNL &lt;a href=&quot;https://lattice.llnl.gov/meetings/2015/beyond-standard-model-physics/beyondindex.html&quot;&gt;Beyond the Standard Model Workshop&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.aics.riken.jp/sympo/lattice2015/&quot;&gt;LATTICE 2015&lt;/a&gt;, Kobe, Japan&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://sites.google.com/site/numericalholography2015/&quot;&gt;Numerical Approaches to the Holographic Principle, Quantum Gravity, and Cosmology&lt;/a&gt;, Yukawa Institute for Theoretical Physics, Kyoto University, Kyoto, Japan&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.int.washington.edu/PROGRAMS/15-3/&quot;&gt;INT-15-3 Intersections of BSM Phenomenology and QCD&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;INCITE Proposal &lt;a href=&quot;http://www.doeleadershipcomputing.org/awards/2016INCITEFactSheets.pdf&quot;&gt;was funded (Page 20)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;physics---fun&quot;&gt;PHYSICS - FUN&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.nytimes.com/2014/02/16/opinion/sunday/is-the-universe-a-simulation.html&quot;&gt;Is The Universe A Simulation?&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;I got &lt;a href=&quot;https://books.google.com/books?id=jRGfhSoFx0oC&amp;amp;lpg=PR31&amp;amp;ots=PCRKMZ9sg_&amp;amp;dq=evan+berkowitz+democritus+aaronson&amp;amp;pg=PR31&amp;amp;hl=en#v=onepage&amp;amp;q=evan%20berkowitz%20democritus%20aaronson&amp;amp;f=false&quot;&gt;an acknowledgement&lt;/a&gt; in second printing of Quantum Computing Since Democritus (&lt;a href=&quot;/2013/12/27/ttds.html&quot;&gt;TTDS 2013&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://aperiodical.com/2015/01/the-aperiodicals-best-maths-pun-of-2014-competition-the-results/&quot;&gt;Best Math Puns Contest 2014&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=XPMzosLWGHo&quot;&gt;Fermat’s Little Theorem&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=YlUhPrAqiY0&quot;&gt;Computational Hydrographic Printing&lt;/a&gt; - The with-computers version of The Art of the Marbler (&lt;a href=&quot;/2015/12/27/ttds.html&quot;&gt;TTDS 2015&lt;/a&gt;).&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=AxJubaijQbI&quot;&gt;The Best (and Worst) Ways to Shuffle Cards&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.michaelnielsen.org/ddi/lisp-as-the-maxwells-equations-of-software/&quot;&gt;&lt;em&gt;LISP as the Maxwell’s Equations of Software&lt;/em&gt;&lt;/a&gt; - Swim in the purity of quantified conception and of ideas manifest.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://nautil.us/issue/24/error/in-mathematics-mistakes-arent-what-they-used-to-be&quot;&gt;&lt;em&gt;In Mathematics, Mistakes Aren’t What They Used To Be&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://grist.org/people/this-philosopher-has-a-new-definition-of-nature-and-it-includes-traffic-jams/&quot;&gt;&lt;em&gt;This philosopher has a new definition of “nature,” and it includes traffic jams&lt;/em&gt;&lt;/a&gt; - At once totally trivial and deep.  I’d go further and put culture inside of nature, too.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://aeon.co/essays/is-the-many-worlds-hypothesis-just-a-fantasy&quot;&gt;&lt;em&gt;Too Many Worlds&lt;/em&gt;&lt;/a&gt; - The absolutely dumbest possible objections to the Many Worlds Interpretation of Quantum Mechanics, but the author doesn’t know that.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.newyorker.com/tech/elements/the-first-light-of-the-trinity-atomic-test&quot;&gt;&lt;em&gt;The First Light of Trinity&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.johnskylar.com/post/107416685924/a-career-in-science-will-cost-you-your-firstborn&quot;&gt;&lt;em&gt;A Career In Science Will Cost You Your Firstborn&lt;/em&gt;&lt;/a&gt; - Seems about right.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://scholar.harvard.edu/files/joshuagoodman/files/goodmans.pdf&quot;&gt;&lt;em&gt;A Few Goodmen&lt;/em&gt;&lt;/a&gt; - Goodman, Goodman, Goodman, and Goodman explore the phenomenon of coauthorship by economists who share a surname.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;religion&quot;&gt;RELIGION&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.thebigquestions.com/2014/04/16/truth-provability-and-the-fabric-of-the-universe/&quot;&gt;&lt;em&gt;Truth, Provability, and the Fabric of the Universe&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Our Mathematical Universe (also under BOOKS)&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.theatlantic.com/science/archive/2015/12/physics-philosophy-string-theory/421569/?&quot;&gt;Physicists and Philosophers Hold Peace Talks&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.nature.com/news/paradox-at-the-heart-of-mathematics-makes-physics-problem-unanswerable-1.18983&quot;&gt;SPECTRAL GAP is Undecidable&lt;/a&gt; - And &lt;a href=&quot;http://www.scottaaronson.com/blog/?p=2586&quot;&gt;Aaronson’s take&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;tv-shows&quot;&gt;TV SHOWS&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;Man in the High Castle&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=MsuuiVzS6Js&quot;&gt;&lt;em&gt;Would I Lie To You?&lt;/em&gt;&lt;/a&gt; - I don’t understand why there isn’t an American version of this.  Could be a podcast.  Also I identify with David Mitchell.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Black Mirror&lt;/em&gt; - The Twilight Zone for the technological era.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Only Connect&lt;/em&gt; - Another British show that could be a podcast.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Silicon Valley&lt;/em&gt; - Seems eerily accurate.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Connections&lt;/em&gt; (1978)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;movies&quot;&gt;MOVIES&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;The Lego Movie&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Particle Fever&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Tim’s Vermeer&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Theory of Everything&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Interstellar&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Martian&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Ex Machina&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Predestination&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Stripped&lt;/em&gt; - Feature-length documentary about comic strips, with a good interview of Bill Watterson.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Ecstasy of Order&lt;/em&gt; - Tetris is the best video game ever.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Star Wars: The Force Awakens&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;music&quot;&gt;MUSIC&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;I went on a kick of listening to &lt;a href=&quot;https://www.youtube.com/watch?v=7zZainT9v6Q&quot;&gt;Tuvan throat singing&lt;/a&gt; for like two weeks.  I was in a weird place.  I still can’t do it.  I think you probably have to be &lt;a href=&quot;https://www.youtube.com/watch?v=qx8hrhBZJ98&quot;&gt;alone on the steppe with only your herds&lt;/a&gt; to get &lt;a href=&quot;https://www.youtube.com/watch?v=1rmo3fKeveo&quot;&gt;really good&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=huEtJw7pfLk&quot;&gt;Miles Davis improvises over LCD Soundsystem&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=ag6dDhT-u20&quot;&gt;Fredrika Stahl&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=ChONufP0FEs&quot;&gt;Merry Clayton’s part in Gimme Shelter&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;2015-05-01 The Decemberists at The Greek Theater - They can really put on a show.&lt;/li&gt;
  &lt;li&gt;2015-07-03 and 05: Grateful Dead’s &lt;a href=&quot;/2015/07/05/dead50.html&quot;&gt;Fare The Well&lt;/a&gt; Concerts, in Chicago - This was really unbelievable.&lt;/li&gt;
  &lt;li&gt;2015-12-27 Dead &amp;amp; Company at Bill Graham Civic Auditorium - &lt;a href=&quot;/2015/12/27/syf.html&quot;&gt;THIS IS TONIGHT!&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;theater&quot;&gt;THEATER&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;Improv 4 Humans&lt;/em&gt; Live Taping at SF Sketchfest - &lt;a href=&quot;https://soundcloud.com/improv-4-humans/121-live-from-sf-sketchfest&quot;&gt;2014&lt;/a&gt;, &lt;a href=&quot;https://soundcloud.com/improv-4-humans/176-live-from-sf-sketchfest-176-scott-adsit-lauren-lapkus-colton-dunn-charlie-sanders&quot;&gt;2015&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://getmortified.com/&quot;&gt;&lt;em&gt;Mortified&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;nerdnite.com&quot;&gt;&lt;em&gt;Nerd Nite&lt;/em&gt;&lt;/a&gt; (both East Bay and SF) - The best one I went to included a guy who draws realistic dinosaurs for scientific publications and museums using the best knowledge available.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://emperornortontour.com/index.html&quot;&gt;&lt;em&gt;Emperor Norton’s Fantastic San Francisco Time Machine&lt;/em&gt;&lt;/a&gt; - A historial interpreter gives walking tours of SF as an 1800s San Francisco eccentric who proclaimed himself Emperor of the United States&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://bahfest.com/&quot;&gt;&lt;em&gt;Festival of Bad Ad-Hoc Hypotheses&lt;/em&gt;&lt;/a&gt; (SF 2014)&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://bahfest.com/&quot;&gt;&lt;em&gt;Festival of Bad Ad-Hoc Hypotheses&lt;/em&gt;&lt;/a&gt; (Seattle 2015)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;podcasts&quot;&gt;PODCASTS&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://getmortified.com/podcast/&quot;&gt;&lt;em&gt;The Mortified Podcast&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.npr.org/programs/invisibilia/&quot;&gt;&lt;em&gt;Invisibilia&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://serialpodcast.org/&quot;&gt;&lt;em&gt;Serial&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://gimletmedia.com/show/startup/&quot;&gt;&lt;em&gt;StartUp&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.facebook.com/junkfoodpod&quot;&gt;&lt;em&gt;JUNK FOOD&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.npr.org/sections/money/&quot;&gt;&lt;em&gt;Planet Money&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://99percentinvisible.org/&quot;&gt;&lt;em&gt;99% Invisible&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;games&quot;&gt;GAMES&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Kye_(video_game)&quot;&gt;&lt;em&gt;Kye&lt;/em&gt;&lt;/a&gt; (1992)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Portal&lt;/em&gt; - I know, I’m late to the game on this one.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://dinopoloclub.com/minimetro/&quot;&gt;&lt;em&gt;Mini Metro&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Super Mario Maker&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Ducktales Remastered&lt;/em&gt; - The NES game was remade for Wii U&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/120677/terra-mystica&quot;&gt;&lt;em&gt;Terra Mystica&lt;/em&gt;&lt;/a&gt; - Only played it once, but liked it.&lt;/li&gt;
  &lt;li&gt;It might be that I didn’t Settle Catan once this year, which would be the first time since… 2004?&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Dominion&lt;/em&gt; expansions&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/12333/twilight-struggle&quot;&gt;&lt;em&gt;Twilight Struggle&lt;/em&gt;&lt;/a&gt; - I’ve only played as the USSR.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/38453/space-alert&quot;&gt;&lt;em&gt;Space Alert&lt;/em&gt;&lt;/a&gt; - It’s a real-time board game.  It’s kind of like the &lt;em&gt;Space Team&lt;/em&gt; App (which is also super fun) but more serious and gamer-esque.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/30549/pandemic&quot;&gt;&lt;em&gt;Pandemic&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/10547/betrayal-house-hill&quot;&gt;&lt;em&gt;Betrayal at House on the Hill&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/1927/munchkin&quot;&gt;&lt;em&gt;Munchkin&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/97842/last-will&quot;&gt;&lt;em&gt;Last Will&lt;/em&gt;&lt;/a&gt; - This was very fun, and it’s extremely confusing that the goal is to get rid of as much money as you can as quickly as possible.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;travel---2014&quot;&gt;TRAVEL - 2014&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Minnesota for a wedding. - &lt;a href=&quot;http://nyespolonaise.com/&quot;&gt;Nye’s Polonaise Room&lt;/a&gt; with live piano karaoke and The World’s Most Dangerous Polka Band.  I sang &lt;a href=&quot;https://www.youtube.com/watch?v=S7Jw_v3F_Q0&quot;&gt;Charlie on the MTA&lt;/a&gt;, to tremendous applause.&lt;/li&gt;
  &lt;li&gt;Big Sur&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.zionnationalpark.com/&quot;&gt;Zion National Park&lt;/a&gt; for some excellent canyoneering.  I ran into a rock climbing instructor I had in college in Springdale.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;travel---2015&quot;&gt;TRAVEL - 2015&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;DC ⟶ Boston ⟶ Fermilab / Chicago - Organized around going to the &lt;a href=&quot;/2015/07/05/dead50.html&quot;&gt;Fare The Well Dead50&lt;/a&gt; concerts.&lt;/li&gt;
  &lt;li&gt;Japan for a month - Kobe ⟶ Kyoto / Nara ⟶ Fuji ⟶ Tokyo ⟶ Osaka ⟶ Mineyama ⟶ Nagano Prefecture ⟶ Tokyo&lt;/li&gt;
  &lt;li&gt;Backpacking at &lt;a href=&quot;https://www.nps.gov/depo/index.htm&quot;&gt;Devil’s Postpile&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Road trip to Seattle for &lt;a href=&quot;http://www.int.washington.edu/PROGRAMS/15-3/&quot;&gt;INT 15-3&lt;/a&gt; workshop - Berkeley ⟶ &lt;a href=&quot;/2015/09/30/lassen.html&quot;&gt;Lassen Volcanic NP&lt;/a&gt; (&lt;a href=&quot;/2015/10/01/lassen.html&quot;&gt;2 days&lt;/a&gt;) ⟶ &lt;a href=&quot;/2015/10/02/crater-lake.html&quot;&gt;Crater Lake NP&lt;/a&gt; (&lt;a href=&quot;/2015/10/03/crater-lake.html&quot;&gt;2 days&lt;/a&gt;) ⟶ &lt;a href=&quot;/2015/10/04/rainier.html&quot;&gt;Mt. Rainier&lt;/a&gt; ⟶ &lt;a href=&quot;/2015/10/16/seattle.html&quot;&gt;Seattle&lt;/a&gt; ⟶ &lt;a href=&quot;/2015/10/17/cape-disappointment.html&quot;&gt;Cape Disappointment&lt;/a&gt; ⟶ Eugene ⟶ Redwood NP ⟶ Berkeley&lt;/li&gt;
  &lt;li&gt;Sequoia&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;food--drink&quot;&gt;FOOD + DRINK&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;/2015/08/07/sushi-dai.html&quot;&gt;Sushi Dai&lt;/a&gt;, Tsukiji fish market&lt;/li&gt;
  &lt;li&gt;Russian River Brewing Company&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://mammothbrewingco.com/&quot;&gt;Mammoth Brewing Company&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://fallingskybrewing.com/&quot;&gt;Falling Sky&lt;/a&gt;, Eugene OR&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://growlerusa.com/craft-beer-pubs/or-eugene-university/&quot;&gt;Growler USA&lt;/a&gt;, Eugene OR&lt;/li&gt;
  &lt;li&gt;Steak and brussel sprouts at &lt;a href=&quot;http://mikkellerbar.com/&quot;&gt;Mikkeller Bar&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.thisamericanlife.org/radio-archives/episode/520/no-place-like-home?act=3&quot;&gt;Toast&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.umamiburger.com/&quot;&gt;Umami Burger&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;misc&quot;&gt;MISC&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;A one-off glassblowing workshop that was fun.&lt;/li&gt;
  &lt;li&gt;I tried to bike to work, and discovered a crucial mistake in Strava’s maps at the top of an 1000+ft climb instead.&lt;/li&gt;
  &lt;li&gt;Bay to Breakers was zany.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;youtubes&quot;&gt;YOUTUBES&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://vimeo.com/56287630&quot;&gt;Master Blacksmith Forges a Knife&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=m-uoExhzL-g&quot;&gt;&lt;em&gt;Meet the Mennonites Behind One of the World’s Best Syrups&lt;/em&gt;&lt;/a&gt; - I still don’t really know what sorghum is, but I want it.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://woodgears.ca/&quot;&gt;Weird Canadian Guy Works Wood&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/user/physicswoman&quot;&gt;Physics Girl&lt;/a&gt;&lt;label for=&quot;sn-physics-girl&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-physics-girl&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;Sometimes she goes by Girl and sometimes by Woman. &lt;/span&gt;, especially &lt;a href=&quot;https://www.youtube.com/watch?v=pnbJEg9r1o8&quot;&gt;&lt;em&gt;Crazy Pool Vortex&lt;/em&gt;&lt;/a&gt; - Apparently she and I were at MIT at the same time?  How did I not know her then?!&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=fnACUyB5NNQ&quot;&gt;&lt;em&gt;How Money is Made and Printed&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=6wKqH6vlGHU&quot;&gt;&lt;em&gt;What if Episode III Were Good?&lt;/em&gt;&lt;/a&gt; - The final installment of &lt;em&gt;What if the Star Wars Prequels Were Good&lt;/em&gt; (&lt;a href=&quot;/2013/12/27/ttds.html&quot;&gt;TTDS 2013&lt;/a&gt;) - If Star Wars is ever rebooted, I hope they do it like this.  Also I hope that Jar Jar is actually a Sith master.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=S69E3WhKUG8&quot;&gt;&lt;em&gt;The Seinfeld Situation&lt;/em&gt;&lt;/a&gt; - Indian Comics make a Seinfeldesque video about Seinfeld’s Mumbai Performance being cancelled.  It’s spot on.  It helps to know that Tatkal is an Indian website for booking train tickets.&lt;/li&gt;
  &lt;li&gt;The Engineer Guy - Especially his dive into &lt;a href=&quot;https://www.youtube.com/watch?v=hUhisi2FBuw&quot;&gt;aluminum cans&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;The 8-Bit Guy - Especially the &lt;a href=&quot;https://www.youtube.com/watch?v=Tfh0ytz8S0k&quot;&gt;Graphics&lt;/a&gt; episode Learn how old tech works.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=N4QoJNc_rHE&quot;&gt;&lt;em&gt;Truth or Drink&lt;/em&gt;&lt;/a&gt; - It’s a whole series (people dating, parent/child, exes, etc.)&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=6YSOZP_M6eM&quot;&gt;Adam Sandler’s &lt;em&gt;Channukkah Song (Part 4)&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Coldplay’s &lt;a href=&quot;https://www.youtube.com/watch?v=zs7xO5P3Az4&quot;&gt;&lt;em&gt;Game of Thrones: The Musical&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=S4aqM_wu6Ns&quot;&gt;&lt;em&gt;Jožin z bažin&lt;/em&gt; (1978)&lt;/a&gt; (&lt;em&gt;Joey the Swampthing&lt;/em&gt;) - I don’t know.  I like it.  Made me realize I dance like a Soviet from 1978.  Also why does that guy show us the inside of his mouth?&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=ZerUbHmuY04&quot;&gt;Crows Understand Water Displacement&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=p_xTIrT_aiI&quot;&gt;&lt;em&gt;Hot Bagels&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=hopeFgwApCM&quot;&gt;Satanists Unveil Statue&lt;/a&gt; - The best acting I’ve ever seen is in this video.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=qjHoedoSUXY&quot;&gt;&lt;em&gt;The Triangle&lt;/em&gt;&lt;/a&gt; - Macarthur Genius Michael Moschen juggles inside a triangle.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=TANb2p-HwlE&quot;&gt;Treehouse Bicycle Elevator&lt;/a&gt; - Some day.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=OK34L4-qaDQ&quot;&gt;Nick Offerman’s &lt;em&gt;Shower Thoughts&lt;/em&gt;&lt;/a&gt; - Once you have a PhD, every meeting you go to is a doctor’s appointment.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=PcPslADDAZA&amp;amp;list=PLWVT5pP_l9qRjvfpD5LaA5AMC3y4CNgbf&quot;&gt;Serial Parody&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=e5E84ePfEOw&quot;&gt;Synchronized Juggling&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=Vyga8VMWXKg&quot;&gt;&lt;em&gt;The Art of the Marbler&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=qjOZtWZ56lc&quot;&gt;&lt;em&gt;Numberwang&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=XmFmYLAveWM&quot;&gt;&lt;em&gt;Amelymeloptical Illusion&lt;/em&gt;&lt;/a&gt; - Beautiful contact juggling.&lt;/li&gt;
&lt;/ul&gt;
</content>
 </entry>
 
 <entry>
   <title>This World Was Made For All Men</title>
   <link href="http://www.evanberkowitz.com/2015/10/17/cape-disappointment.html"/>
   <updated>2015-10-17T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/10/17/cape-disappointment</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;http://capedisappointment.org/&quot;&gt;Cape Disappointment&lt;/a&gt;, Washington&lt;/p&gt;

&lt;p&gt;Nicer than it sounds.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Show the Bastards Up With Our Divine Light</title>
   <link href="http://www.evanberkowitz.com/2015/10/16/seattle.html"/>
   <updated>2015-10-16T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/10/16/seattle</id>
   <content type="html">&lt;p&gt;Seattle, Washington&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Dungeons Deep and Caverns Old</title>
   <link href="http://www.evanberkowitz.com/2015/10/04/rainier.html"/>
   <updated>2015-10-04T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/10/04/rainier</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;https://www.nps.gov/mora/index.htm&quot;&gt;Mount Rainier&lt;/a&gt;, Washington&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Tore Me All to Pieces, Nothing Else Remains</title>
   <link href="http://www.evanberkowitz.com/2015/10/03/salt-creek-falls.html"/>
   <updated>2015-10-03T15:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/10/03/salt-creek-falls</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;http://www.fs.usda.gov/recarea/willamette/recreation/recarea/?recid=82005&quot;&gt;Salt Creek Falls&lt;/a&gt;, Oregon&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>See the Colors Floating in the Sky</title>
   <link href="http://www.evanberkowitz.com/2015/10/03/crater-lake.html"/>
   <updated>2015-10-03T09:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/10/03/crater-lake</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;https://www.nps.gov/crla/index.htm&quot;&gt;Crater Lake National Park&lt;/a&gt;, Oregon&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>The Deep Forbidden Lake</title>
   <link href="http://www.evanberkowitz.com/2015/10/02/crater-lake.html"/>
   <updated>2015-10-02T14:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/10/02/crater-lake</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;https://www.nps.gov/crla/index.htm&quot;&gt;Crater Lake National Park&lt;/a&gt;, Oregon&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Wild Mountain Honey</title>
   <link href="http://www.evanberkowitz.com/2015/10/02/shasta.html"/>
   <updated>2015-10-02T09:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/10/02/shasta</id>
   <content type="html">&lt;p&gt;Mount Shasta, California&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Flame From Your Stage Has Now Spread to the Floor</title>
   <link href="http://www.evanberkowitz.com/2015/10/01/lassen.html"/>
   <updated>2015-10-01T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/10/01/lassen</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;https://www.nps.gov/lavo/index.htm&quot;&gt;Lassen Volcanic National Park&lt;/a&gt;, California.&lt;/p&gt;

&lt;p&gt;In the morning I moved from the Manzanita Lake Campground to the Butte Lake campground, which is towards the other end of the park.  It has substantially less infrastructure and is less scenic, resulting in a substantially smaller crowd—there were only two other occupied campsites.&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;I got off to an early start, mentioning to an older Scottish couple my plan to hike all day, and that they should get concerned if I was not back by 6 PM.&lt;/p&gt;

&lt;p&gt;From the campground it was a nice walk to the base of &lt;a href=&quot;http://pubs.usgs.gov/fs/2000/fs023-00/&quot;&gt;Cinder Cone&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The hike up Cinder Cone is difficult on a very steep, totally featureless slope of small loose black rubble.  With every step the earth slides a bit.  There is no place to rest, sit, or find purchase with your hands.&lt;/p&gt;

&lt;p&gt;Once on top, the views are spectacular.  Back from where you came you see pine forests heading into the mountains.  The caldera is a mix of blacks and reds, and on the other side of the mountain are the &lt;a href=&quot;https://en.wikipedia.org/wiki/Cinder_Cone_and_the_Fantastic_Lava_Beds&quot;&gt;Fantastic Lava Beds&lt;/a&gt;—lava flows from previous eruptions—and Snag Lake, with other volcanoes in Lassen National Park visible in the distance.&lt;/p&gt;

&lt;p&gt;Coming down is substantially easier—the path is longer and thus less steep.  Towards the bottom the &lt;a href=&quot;https://en.wikipedia.org/wiki/Scoria&quot;&gt;scoria&lt;/a&gt; gives way to larger stones, with some scrambling or larger steps between boulders.&lt;/p&gt;

&lt;p&gt;I followed along the edge of the lava beds until I came to Snag Lake.  I considered scrambling along the boulders to cut the path short, but decided against it, as the boulders were piled steep, and looked sharp.&lt;/p&gt;

&lt;p&gt;I stopped for a snack, and when I continued, I walked for a few minutes before realizing I had left my hiking poles.  The best decision I may have ever made was to go back for them.&lt;/p&gt;

&lt;p&gt;I walked along the shore of Snag Lake, which was substantially lower because of the prolonged California drought.&lt;/p&gt;

&lt;p&gt;When full, Snag Lake has a spit of land that stretches towards the right shore.  In the drought conditions, though, the spit was a full isthmus, partitioning the lake.  Cutting across would save about 1.5 miles and some substantial time.&lt;/p&gt;

&lt;p&gt;&lt;label for=&quot;mf-route&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-route&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2015-10-01-lassen/route.jpg&quot; /&gt;&lt;br /&gt;My approximate route, on the &lt;a href=&quot;https://www.nps.gov/lavo/planyourvisit/upload/LAVOmap1.pdf&quot;&gt;NPS Map&lt;/a&gt;.  Dashed lines indicate off-trail hiking.  I hiked about 14 miles.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;I took a few steps towards the birds.  My hiking boots got a little muddy.&lt;/p&gt;

&lt;p&gt;A few more steps, a little bit more muddy.  Well, they were going to need a wash at the end of this road trip anyway.&lt;/p&gt;

&lt;p&gt;A few more steps and the hems of my jeans were muddy.  Well, that’s to be expected on a hike.  I was going to have to do laundry anyway.&lt;/p&gt;

&lt;p&gt;A few more steps, and I was up to my ankles.  Who cares?  The pants were already muddy anyway.&lt;/p&gt;

&lt;p&gt;A few more steps.  About a third of the way across.  Up to my shins.  Well, what’s the difference at this point.&lt;/p&gt;

&lt;p&gt;A few more steps.  The mud is up past my knees.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Oh.&lt;/p&gt;

  &lt;p&gt;This must be how animals got trapped in muck and turned into fossils.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It’s a good thing I tied my boots tight.  Every step was a struggle as the mud fought to keep my feet.&lt;/p&gt;

&lt;p&gt;I’m half way.  What do I do?  I can go back, but I’m half way!  If I’m going to fight my way back, I might as well fight my way across.  I use my hiking poles to probe ahead of me, ensuring they find the solid lakebed below the mud, and planting them for balance and leverage.&lt;/p&gt;

&lt;p&gt;I manage not to fall.&lt;/p&gt;

&lt;p&gt;I get across.  I am soaked, and covered in mud up to my thighs.&lt;/p&gt;

&lt;p&gt;I was lucky to be free.  I hadn’t seen a single person for hours—since leaving the campground.  Had I gotten exhausted, who knows if I would have been rescued.&lt;/p&gt;

&lt;p&gt;I sat on a log for a rest.  I had another snack and drank a huge fraction of my water.  I was sweating, and my legs were tired.  I swore never to attempt a similar crossing ever again.&lt;/p&gt;

&lt;p&gt;Now, to find the trail.  How hard could it be?  It just runs along the lake!&lt;/p&gt;

&lt;p&gt;But the water level is down, and “along the lake” ain’t what it used to be.  I couldn’t find it.  I don’t know how.  If you walk away from the water, you have to cross it eventually!  I missed it.&lt;/p&gt;

&lt;p&gt;Once I realized I had gone too far I turned left, knowing that I would cross the trail again.   There were many downed trees that I needed to climb over.  Some hiking in relatively flat woods.  Some traversable ravines.&lt;/p&gt;

&lt;p&gt;Even watching closely, I missed the trail a second time.  But at least this time I was heading back towards the lava beds, and even in the worst case would be making progress home.&lt;/p&gt;

&lt;p&gt;I continued off trail.&lt;/p&gt;

&lt;p&gt;I finally came to Butte Lake.  The trail was unmistakable.  Thank goodness.&lt;/p&gt;

&lt;p&gt;I hiked another mile or two along Butte Lake, and looked for the shorter path back to the campground.  I could not find it.  Not so bad—only an extra half mile.&lt;/p&gt;

&lt;p&gt;The hike back to the campsite from the edge of Butte lake was lovely.  Pines, gentle hills, and two serene, hidden lakes.&lt;/p&gt;

&lt;p&gt;I got back to the campground at about 6:15, and checked in with the Scottish couple.&lt;/p&gt;

&lt;p&gt;I must have been quite a sight.  Sun-dried mud from the waist down, sweat and sun from the waist up.  They took one look at me and raised their eyebrows.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;We were just starting to wonder where you were…&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I told them the whole spiel.  They shook their heads.  They laughed.  They went on about the folly of youth.&lt;/p&gt;

&lt;p&gt;I went back to my campsite, pitched my tent in the last light, and cooked myself some rehydrated mountain chili.  I slept very well, glad to be alive.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Take a Whole Pail of Water Just to Cool Him Down</title>
   <link href="http://www.evanberkowitz.com/2015/09/30/lassen.html"/>
   <updated>2015-09-30T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/09/30/lassen</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;http://pubs.usgs.gov/fs/2002/fs101-02/&quot;&gt;Bumpass Hell&lt;/a&gt;, Lassen Volcanic National Park&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>I Set Out Running But I Take My Time</title>
   <link href="http://www.evanberkowitz.com/2015/09/07/devils-post-pile.html"/>
   <updated>2015-09-07T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/09/07/devils-post-pile</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;https://www.nps.gov/depo/index.htm&quot;&gt;Devil’s Post Pile National Monument&lt;/a&gt;, Mammoth Lakes, CA&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Eat them up, yum!</title>
   <link href="http://www.evanberkowitz.com/2015/08/07/sushi-dai.html"/>
   <updated>2015-08-07T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/08/07/sushi-dai</id>
   <content type="html">&lt;p&gt;¥4000, or (at the time) about $30.  Easily the best sushi I ever had, breakfast or otherwise.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://www.yelp.com/biz/%E5%AF%BF%E5%8F%B8%E5%A4%A7-%E4%B8%AD%E5%A4%AE%E5%8C%BA&quot;&gt;Sushi Dai&lt;/a&gt;, &lt;a href=&quot;http://www.shijou.metro.tokyo.jp/english/tsukiji/&quot;&gt;Tsukiji Market&lt;/a&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Let Me Wander In Your Garden</title>
   <link href="http://www.evanberkowitz.com/2015/08/06/besso-onsen-and-ueda.html"/>
   <updated>2015-08-06T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/08/06/besso-onsen-and-ueda</id>
   <content type="html">&lt;p&gt;Besso Onsen and Ueda, Japan&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Wrapped In The Old School Song, We Fly Our Colours High</title>
   <link href="http://www.evanberkowitz.com/2015/08/05/matsumoto.html"/>
   <updated>2015-08-05T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/08/05/matsumoto</id>
   <content type="html">&lt;p&gt;Matsumoto, Japan&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>The Locomotive Jumped The Gun</title>
   <link href="http://www.evanberkowitz.com/2015/08/04/yudanaka.html"/>
   <updated>2015-08-04T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/08/04/yudanaka</id>
   <content type="html">&lt;p&gt;Yudanaka, Japan&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Its Ribs are Ceiling Beams</title>
   <link href="http://www.evanberkowitz.com/2015/08/01/osaka.html"/>
   <updated>2015-08-01T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/08/01/osaka</id>
   <content type="html">&lt;p&gt;Osaka, Japan&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Oh, Mountain of Our Eyes, What Do You See?</title>
   <link href="http://www.evanberkowitz.com/2015/07/25/mt-fuji.html"/>
   <updated>2015-07-25T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/07/25/mt-fuji</id>
   <content type="html">&lt;p&gt;Mt. Fuji, Japan.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>A Tingling Recognition</title>
   <link href="http://www.evanberkowitz.com/2015/07/19/nara.html"/>
   <updated>2015-07-19T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/07/19/nara</id>
   <content type="html">&lt;p&gt;Nara, Japan.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>The Ink Is Black, The Page Is White</title>
   <link href="http://www.evanberkowitz.com/2015/07/16/himeji-castle.html"/>
   <updated>2015-07-16T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/07/16/himeji-castle</id>
   <content type="html">&lt;p&gt;Himeji Castle, Himeji, Japan.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>They're A Band Beyond Description</title>
   <link href="http://www.evanberkowitz.com/2015/07/05/dead50.html"/>
   <updated>2015-07-05T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/07/05/dead50</id>
   <content type="html">&lt;p&gt;Soldier Field, Chicago IL&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Dust off those rusty strings just one more time…&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;First Set:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;China Cat Sunflower &amp;gt; I Know You Rider&lt;/li&gt;
  &lt;li&gt;Estimated Prophet&lt;/li&gt;
  &lt;li&gt;Built to Last&lt;/li&gt;
  &lt;li&gt;Samson and Deliliah &amp;gt; Mountains of the Moon &amp;gt; Throwing Stones&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Second Set:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Truckin’ &amp;gt; Cassidy &amp;gt; Althea&lt;/li&gt;
  &lt;li&gt;Terrapin Station &amp;gt; Drums &amp;gt; Space &amp;gt; Unbroken Chain &amp;gt; Days Between&lt;/li&gt;
  &lt;li&gt;Not Fade Away&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Encore:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Touch of Grey&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Encore:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Attics of My Life&lt;/li&gt;
&lt;/ul&gt;
</content>
 </entry>
 
 <entry>
   <title>Where Little Cable Cars Climb Halfway To The Stars</title>
   <link href="http://www.evanberkowitz.com/2015/01/31/sf.html"/>
   <updated>2015-01-31T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2015/01/31/sf</id>
   <content type="html">&lt;p&gt;San Francisco, California, and &lt;a href=&quot;http://emperornortontour.com/&quot;&gt;Emperor Norton’s Fantastic San Francisco Time Machine&lt;/a&gt;.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Rainbows End Down That Highway Where Ocean Breezes Blow</title>
   <link href="http://www.evanberkowitz.com/2014/10/18/big-sur.html"/>
   <updated>2014-10-18T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2014/10/18/big-sur</id>
   <content type="html">&lt;p&gt;Big Sur, California&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>The Lunatic Is On The Grass</title>
   <link href="http://www.evanberkowitz.com/2014/10/08/eclipse.html"/>
   <updated>2014-10-08T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2014/10/08/eclipse</id>
   <content type="html">&lt;p&gt;I left the house around 1:30 and made it to Ocean Beach by 2.  Unfortunately, contrary to the prediction of a clear night, it was quite foggy.  Moreover, the parking at Ocean Beach is weirdly 100% restricted between 2 and 5 a.m.  I thought I might try and leverage Twin Peaks’ altitude, but the fog unfortunately thickened as I ascended.&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;I considered retreating to the East Bay, where, though San Francisco is quite bright, the observing conditions were at least clear.  However, as I came down from Twin Peaks and headed east on Haight at around 2:30, the sky cleared up.  This was fortunate timing, as the first edges of the Earth’s shadow impinged on the Moon at around 2:24.  I found a parking spot and made it to Duboce Park without missing too much.&lt;/p&gt;

&lt;p&gt;I set up my tripod and put on my telephoto lens, which served as a reasonable telescope substitute.  Over the course of a few hours I took over 250 photographs.  From the previews on the LCD screen on my camera, they were coming out amazing.  Unfortunately, once I got them on a higher-res screen, it was apparent that they were mostly blurry or dark.  If I adjusted the exposure time to capture enough light to see details of the moon and a few stars, those few seconds were enough for the Earth to rotate slightly and alter the positions in the sky, blurring the photo.  That disappointment means it is worth it to buy a telescope with an equatorial mount for the future.&lt;/p&gt;

&lt;p&gt;I spent the evening with two nice people who live across the street from Duboce Park, Kemrexx and Kyla, and their dog Pablo, plus some transient people walking through the park.  We shared some beers, geeked out about astronomy, and watched the moon together.  Two cop cars scoped us out, seemingly unaware of the ongoing wonder in the heavens.&lt;/p&gt;

&lt;p&gt;Though I wish it had been darker, the field in Duboce park is big enough to get you away from the immediate glare of any streetlights, and the night was clear enough to see many stars.  Uranus, which ought to have been visible through my camera, was outshone even by the eclipsed Moon.&lt;/p&gt;

&lt;p&gt;The Moon itself was &lt;em&gt;red&lt;/em&gt;.  Really red, and very pretty.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>It's Stormin', Stormin' Rain</title>
   <link href="http://www.evanberkowitz.com/2014/06/07/monterey-bay-aquarium.html"/>
   <updated>2014-06-07T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2014/06/07/monterey-bay-aquarium</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;http://www.montereybayaquarium.org/animal-guide/invertebrates/spotted-jelly&quot;&gt;Spotted jellies&lt;/a&gt; at the &lt;a href=&quot;http://www.montereybayaquarium.org/&quot;&gt;Monterey Bay Aquarium&lt;/a&gt;, Monterey CA.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Listen to Those Rails A-Thrumming All Aboard</title>
   <link href="http://www.evanberkowitz.com/2014/05/24/celsius.html"/>
   <updated>2014-05-24T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2014/05/24/celsius</id>
   <content type="html">&lt;p&gt;To convert from Fahrenheit to Celsius and back again is often a pain in the neck.  Do you multiply by 5/9 first, and then subtract 32?  The other way around?  Add 32?  How does it go, again?&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;Most people know that water freezes at 32˚F / 0˚C, and boils at 212˚F / 100˚C (at standard pressure).&lt;label for=&quot;180&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;180&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;Why was 212˚F chosen as the boiling point?  Well, freezing and boiling are in some sense opposite, and they are separated by 180˚… &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;This information is enough to convert.  But most people don’t want to solve two equations in two unknowns on the fly.  So people make up rules of thumb.&lt;/p&gt;

&lt;p&gt;A rule of thumb that isn’t so bad at temperatures near freezing is that each degree Fahrenheit is half a degree Celsius.  It is only off by 1 part in 18 so that it’s off by only 1˚C at 50˚F.  But the error gets worse as you get further from freezing.&lt;/p&gt;

&lt;p&gt;Luckily, I know another rule of thumb that stays within 1˚C of the true value.  It has to do with the &lt;a href=&quot;https://en.wikipedia.org/wiki/6_(New_York_City_Subway_service)&quot;&gt;6 train&lt;/a&gt;, also called the Lexington Avenue local train, in New York City.  The rule is this: the stop at 33rd street is 0˚C, each stop  (thought of as ˚F) farther up town is another 5˚C.&lt;/p&gt;

&lt;p&gt;That is:&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;Stop&lt;/th&gt;
      &lt;th&gt;Exact Conversion&lt;/th&gt;
      &lt;th&gt;Rule of thumb&lt;/th&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;th&gt;[Street or ˚F]&lt;/th&gt;
      &lt;th&gt;[˚C]&lt;/th&gt;
      &lt;th&gt;[˚C]&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;33rd&lt;/td&gt;
      &lt;td&gt;0.555&lt;/td&gt;
      &lt;td&gt;0&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;42nd&lt;/td&gt;
      &lt;td&gt;5.555&lt;/td&gt;
      &lt;td&gt;5&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;51st&lt;/td&gt;
      &lt;td&gt;10.555&lt;/td&gt;
      &lt;td&gt;10&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;59th&lt;/td&gt;
      &lt;td&gt;15&lt;/td&gt;
      &lt;td&gt;15&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;68th&lt;/td&gt;
      &lt;td&gt;20&lt;/td&gt;
      &lt;td&gt;20&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;77th&lt;/td&gt;
      &lt;td&gt;25&lt;/td&gt;
      &lt;td&gt;25&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;86th&lt;/td&gt;
      &lt;td&gt;30&lt;/td&gt;
      &lt;td&gt;30&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;96th&lt;/td&gt;
      &lt;td&gt;35.555&lt;/td&gt;
      &lt;td&gt;35&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;103rd&lt;/td&gt;
      &lt;td&gt;39.444&lt;/td&gt;
      &lt;td&gt;40&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;which is good to 5/9˚C all the way through 103rd street.  After that, it sort of… goes off the rails.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Another Brand New Day</title>
   <link href="http://www.evanberkowitz.com/2014/04/27/bay-cruise.html"/>
   <updated>2014-04-27T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2014/04/27/bay-cruise</id>
   <content type="html">&lt;p&gt;San Francisco, CA.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>A Cave Up In The Hills</title>
   <link href="http://www.evanberkowitz.com/2014/04/26/mount-diablo.html"/>
   <updated>2014-04-26T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2014/04/26/mount-diablo</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;/images/2014-04-26-mount-diablo/panorama_6198-6206-small.jpg&quot;&gt;Mount Diablo&lt;/a&gt;, &lt;a href=&quot;http://www.parks.ca.gov/?page_id=517&quot;&gt;California&lt;/a&gt;.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Smiles Await You When You Rise</title>
   <link href="http://www.evanberkowitz.com/2014/04/06/golden-ratio.html"/>
   <updated>2014-04-06T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2014/04/06/golden-ratio</id>
   <content type="html">&lt;p&gt;The golden ratio \(\phi = \frac{1+\sqrt{5}}{2}\approx 1.618\ldots\) can be represented by a beautiful repeated fraction and a beautiful repeated square root.  This leads to the mystical-looking identity:&lt;/p&gt;

\[1+\frac{1}{1+\frac{1}{1+\frac{1}{1+\frac{1}{1+\ddots}}}}
= 
\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\cdots}}}}}.\]

&lt;p&gt;Let’s try to understand the origin of this identity.&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;The golden ratio is the solution to the equation&lt;/p&gt;

\[\phi^2 - \phi - 1 = 0\]

&lt;p&gt;which can be rearranged in two different ways.&lt;/p&gt;

&lt;p&gt;The more common, perhaps, is to rearrange it into&lt;/p&gt;

\[\phi = 1+\frac{1}{\phi}\]

&lt;p&gt;This rearrangement gives us a method for generating approximations to \(\phi\):&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Make an initial guess.&lt;/li&gt;
  &lt;li&gt;Plug that guess into the right-hand side and&lt;/li&gt;
  &lt;li&gt;Use the result as your next guess for \(\phi\).&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Notice that if your initial guess is perfect (meaning you guessed the true value of \(\phi\)), the next guess (and all subsequent guesses) are also perfect.  We call “perfect guesses” &lt;em&gt;fixed points&lt;/em&gt; because when you put them through this little procedure they come out unchanged.&lt;/p&gt;

&lt;p&gt;So, if our initial guess for \(\phi\) is \(\phi_0\), our first improved guess would be&lt;/p&gt;

\[\phi_1 = 1+\frac{1}{\phi_0}.\]

&lt;p&gt;Our second improved guess would be&lt;/p&gt;

\[\phi_2 = 1+\frac{1}{\phi_1} = 1+\frac{1}{1+\frac{1}{\phi_0}},\]

&lt;p&gt;the third improved guess would be&lt;/p&gt;

\[\phi_3 = 1+\frac{1}{\phi_2} = 1+\frac{1}{1+\frac{1}{1+\frac{1}{\phi_0}}},\]

&lt;p&gt;and so on.  As we continue this process our initial guess becomes less and less important to our later guesses, and when we repeat this process infinitely many times the influence of our initial guess vanishes entirely, so that the “infinityth” guess must be some value independent of our initial guess.  This means it must be a fixed point, a true solution to the defining equation, or equivalently, a perfect guess:&lt;/p&gt;

\[\phi = \phi_\infty = 1+\frac{1}{1+\frac{1}{1+\frac{1}{1+\frac{1}{1+\ddots}}}}\]

&lt;p&gt;Another rearrangement of the equation that defines \(\phi\) is&lt;/p&gt;

\[\phi = \sqrt{1+\phi}.\]

&lt;p&gt;We can use this rearrangement in the same fashion as we did the other: view it as a pattern for generating improved guesses.  If our initial guess is again \(\phi_0\) then&lt;/p&gt;

&lt;p&gt;\(\phi_1 = \sqrt{1+\phi_0},\)
\(\phi_2 = \sqrt{1+\phi_1} = \sqrt{1+\sqrt{1+\phi_0}},\)
\(\phi_3 = \sqrt{1+\phi_2} = \sqrt{1+\sqrt{1+\sqrt{1+\phi_0}}}\)&lt;/p&gt;

&lt;p&gt;and so on, so that an infinite number of guesses later we wind up with&lt;/p&gt;

\[\phi = \sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\cdots}}}}},\]

&lt;p&gt;demonstrating the mystical-looking equality.&lt;/p&gt;

&lt;p&gt;There is one loophole to this whole story: there are actually two “perfect guesses” that yield themselves when you try to improve them in the first iterative manner.  The first is the golden ratio, the one we actually want.  The other is \(-1/\phi\).  If you use this value as your initial guess, you will get stuck.  However, if your initial guess differs from this value in any miniscule amount, you are guaranteed to wind up with the golden ratio eventually.  We express this by calling \(\phi\) a &lt;em&gt;stable&lt;/em&gt; fixed point of this procedure and \(-1/\phi\) an &lt;em&gt;unstable&lt;/em&gt; fixed point.  The second iterative procedure has only one fixed point, (\(\phi\)), because we implicitly mean that we want the positive square root and not the negative square root.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>California, Preaching On The Burning Shore</title>
   <link href="http://www.evanberkowitz.com/2014/03/23/muir-woods.html"/>
   <updated>2014-03-23T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2014/03/23/muir-woods</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;http://www.parksconservancy.org/visit/park-sites/muir-beach.html&quot;&gt;Muir Beach, CA&lt;/a&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Ain't Gonna Stop Until The 25th Hour</title>
   <link href="http://www.evanberkowitz.com/2014/03/22/2048.html"/>
   <updated>2014-03-22T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2014/03/22/2048</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;http://gabrielecirulli.github.io/2048/&quot;&gt;2048&lt;/a&gt; is a game by &lt;a href=&quot;http://gabrielecirulli.com/&quot;&gt;Gabriele Cirulli&lt;/a&gt; based on &lt;a href=&quot;https://itunes.apple.com/us/app/1024!/id823499224&quot;&gt;1024&lt;/a&gt; and similar to &lt;a href=&quot;http://asherv.com/threes/&quot;&gt;Threes&lt;/a&gt;.  More than one person I know has likened it to a mind virus.&lt;!--more--&gt;&lt;label for=&quot;xkcd/1344&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;xkcd/1344&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;http://imgs.xkcd.com/comics/digits.png&quot; /&gt;&lt;br /&gt;&lt;a href=&quot;https://xkcd.com/1344/&quot;&gt;xkcd/1344&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;The game is played on a 4x4 grid, and each cell can either be empty or contain a tile with a power of two on it.  The game starts with a few cells filled with some 2s and 4s.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/images/2014-03-22-2048/start.png&quot; alt=&quot;start&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Using the arrow keys, one can send all of the tiles as far in a given direction as possible.  If two tiles with the same power of two would collide as a result of this movement then they combine into a single tile with the next higher power of two, and your score increases by this higher power.  When you move any tiles, a new tile that contains a 2 is generated in a random empty cell with 90% probability and a 4 is generated with 10% probability.  If it’s not clear what I’m talking about, you should simply &lt;a href=&quot;http://gabrielecirulli.github.io/2048/&quot;&gt;play&lt;/a&gt; yourself.&lt;/p&gt;

&lt;p&gt;The object of the game is to continue this procedure until you get the 2048 tile, but you can continue playing past 2048 to attain higher and higher scores.  The game is lost when the board is full and no tiles may be combined.&lt;/p&gt;

&lt;p&gt;&lt;label for=&quot;queue&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;queue&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2014-03-22-2048/queue.png&quot; /&gt;&lt;br /&gt;The queue snaking from the 2048 tile to the left, up one row, and to the right to the 8 tile.  My strategy is stuck, because no tiles can now be combined.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;My strategy has been to move tiles down and to the right, never ever pressing up, so that the largest number is in the lower right-hand corner, and so the numbers decrease across the bottom.  Once the bottom row is full, moving the tiles left and right will leave this row alone, locked in place.  Then I move tiles down and to the left, so that the largest number of the row one from the bottom touches the smallest number of the bottom row.  This generates a queue or snake that tends to ensure that you don’t get stuck with two tiles that could be combined far away from one another on the board.&lt;/p&gt;

&lt;p&gt;An example of this strategy can be seen in the screenshot, which was taken in my highest scoring game  (so far…).&lt;/p&gt;

&lt;p&gt;&lt;label for=&quot;queue&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;queue&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2014-03-22-2048/high-score.png&quot; /&gt;&lt;br /&gt;After getting stuck the 2 in the bottom row disrupted the queue and quickly led to the end of the game.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;The main fault of this strategy is that once in a while (as shown above) pressing down, left, and right will move no tiles at all.  Then one must press up, get a small tile “stuck” underneath the high-value tiles, disrupting the queue and hampering your ability to combine tiles efficiently.  If this happens, the strategy is bound to lose soon.  The loss that followed the above situation is shown below.&lt;/p&gt;

&lt;p&gt;Because the code for this game &lt;a href=&quot;https://github.com/gabrielecirulli/2048&quot;&gt;is available on GitHub&lt;/a&gt; under the &lt;a href=&quot;http://opensource.org/licenses/MIT&quot;&gt;MIT License&lt;/a&gt; it has spawned a bunch of fun and interesting variations.  These include:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://joppi.github.io/2048-3D/&quot;&gt;2048 3D&lt;/a&gt;, which is played on three side-by-side 3x3 grids.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://huonw.github.io/2048-4D/&quot;&gt;2048 4D&lt;/a&gt;, which is played on four 2x2 grids laid out in a square.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.csie.ntu.edu.tw/~b01902112/8192/&quot;&gt;8192&lt;/a&gt;, which asks the player to keep playing past 2048.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.csie.ntu.edu.tw/~b01902112/65536/&quot;&gt;65536&lt;/a&gt;, which increases the board size to 5x5 and sets the target at 65536.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.csie.ntu.edu.tw/~b01902112/9007199254740992/&quot;&gt;9007199254740992&lt;/a&gt;, which is played on an 8x8 grid, with the object being to get the 2^53 tile.  Estimated time to complete with a move a second is between 15 and 286 million years.  I played until 65536.  You can also have the game play itself, making a random move at a specified interval.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://rudradevbasak.github.io/16384_hex/&quot;&gt;16384 Hex&lt;/a&gt;, which is played on a hexagon, with 3 independent directions of motion.  Estimated playing time to win is 4-5 hours.  I was defeated with an 8192 tile on the board.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://sztupy.github.io/2048-Hard/&quot;&gt;2048 Hard&lt;/a&gt;, which is designed to not place a new tile randomly but instead to give you the least help.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://sphere.chronosempire.org.uk/~HEx/8402/&quot;&gt;8402&lt;/a&gt;, where you put down the tiles with the intent of preventing an &lt;a href=&quot;https://github.com/ov3y/2048-AI&quot;&gt;AI&lt;/a&gt; from getting 2048.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://hgentry.github.io/81/&quot;&gt;243&lt;/a&gt;, where you combine 3 tiles into one: 1+1+1 = 3, 3+3+3=9, etc.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://prat0318.github.io/2048-tetris/&quot;&gt;2048-tetris&lt;/a&gt;, a mashup with the classic game of falling blocks.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://themoreyouknow.github.io/fib/&quot;&gt;2584&lt;/a&gt;, where you combine tiles whose values are consecutive Fibonacci numbers.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://jennypeng.me/2048/&quot;&gt;2048 Automatic Win&lt;/a&gt;, full of snark.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://doge2048.com/&quot;&gt;DOGE2048&lt;/a&gt;, which is a joke version where instead of numbers you combine tiles with goofy doge-meme images.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://louhuang.com/2048-numberwang/&quot;&gt;2048 Numberwang&lt;/a&gt;, which is inspired by &lt;a href=&quot;https://www.youtube.com/watch?v=qjOZtWZ56lc&amp;amp;list=PL58691C0469CA3F54&quot;&gt;Numberwang, the maths quiz show that’s simply everyone&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

</content>
 </entry>
 
 <entry>
   <title>My Will Is Prophecy, My Own Mythology</title>
   <link href="http://www.evanberkowitz.com/2014/03/17/ninths.html"/>
   <updated>2014-03-17T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2014/03/17/ninths</id>
   <content type="html">&lt;p&gt;&lt;img src=&quot;/images/2014-03-17-ninths/NinthsAnimation.gif&quot; alt=&quot;ninths&quot; /&gt;&lt;/p&gt;

\[\frac{1}{8} = \frac{1}{9} + \frac{1}{81} + \frac{1}{729} + \cdots\]

</content>
 </entry>
 
 <entry>
   <title>Whispering Hallelujah Hatrack</title>
   <link href="http://www.evanberkowitz.com/2014/03/16/eighths.html"/>
   <updated>2014-03-16T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2014/03/16/eighths</id>
   <content type="html">&lt;p&gt;&lt;img src=&quot;/images/2014-03-16-eighths/EighthsAnimation.gif&quot; alt=&quot;eighths&quot; /&gt;&lt;/p&gt;

\[\frac{1}{7} = \frac{1}{8} + \frac{1}{64} + \frac{1}{512} \cdots\]

</content>
 </entry>
 
 <entry>
   <title>They Carry News That Must Get Through</title>
   <link href="http://www.evanberkowitz.com/2014/03/15/quarters.html"/>
   <updated>2014-03-15T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2014/03/15/quarters</id>
   <content type="html">&lt;p&gt;&lt;img src=&quot;/images/2014-03-15-quarters/SquareAnimation.gif&quot; alt=&quot;squares&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/images/2014-03-15-quarters/TriangleAnimation.gif&quot; alt=&quot;triangles&quot; /&gt;&lt;/p&gt;

\[\frac{1}{3} = \frac{1}{4} + \frac{1}{16} + \frac{1}{64} + \cdots\]

</content>
 </entry>
 
 <entry>
   <title>One heat up, and one cool down</title>
   <link href="http://www.evanberkowitz.com/2014/02/15/chopped-liver.html"/>
   <updated>2014-02-15T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2014/02/15/chopped-liver</id>
   <content type="html">&lt;h1 id=&quot;grandma-bettys-chopped-liver&quot;&gt;Grandma Betty’s Chopped Liver&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;2 lbs. chicken livers&lt;/li&gt;
  &lt;li&gt;3 hard-boiled eggs&lt;/li&gt;
  &lt;li&gt;4 large onions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Dice up onions and sauté in pre-heated oil on low flame.&lt;/p&gt;

&lt;p&gt;When onions have turned light brown add livers, season with salt.&lt;/p&gt;

&lt;p&gt;Drain off the oil.&lt;/p&gt;

&lt;p&gt;Put onion/liver combo and hard-boiled eggs into a chopping bowl and chop.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>What Shall We Say, Shall We Call It By A Name?</title>
   <link href="http://www.evanberkowitz.com/2014/02/02/aptronyms.html"/>
   <updated>2014-02-02T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2014/02/02/aptronyms</id>
   <content type="html">&lt;p&gt;An &lt;a href=&quot;https://en.wikipedia.org/wiki/Aptronym&quot;&gt;aptronym&lt;/a&gt; is a name that serendipitously reflects the character of its referent.  Familiar examples include &lt;a href=&quot;https://en.wikipedia.org/wiki/Chris_Moneymaker&quot;&gt;Chris Moneymaker&lt;/a&gt;, &lt;a href=&quot;https://en.wikipedia.org/wiki/Anthony_Weiner&quot;&gt;Anthony Weiner&lt;/a&gt;, &lt;a href=&quot;https://en.wikipedia.org/wiki/Marilyn_vos_Savant&quot;&gt;Marilyn vos Savant&lt;/a&gt;, &lt;a href=&quot;https://en.wikipedia.org/wiki/Price_Club&quot;&gt;Price Club&lt;/a&gt;, &lt;a href=&quot;https://en.wikipedia.org/wiki/Usain_Bolt&quot;&gt;Usain Bolt&lt;/a&gt;, and &lt;a href=&quot;http://www.cartalk.com/content/staff-credits&quot;&gt;almost everybody who worked for Car Talk&lt;/a&gt;.&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;There are a few quantities in physics which have aptronyms.&lt;/p&gt;

&lt;p&gt;The most familiar, since it is typically taught in introductory electromagnetism, is the &lt;a href=&quot;https://en.wikipedia.org/wiki/Poynting_vector&quot;&gt;Poynting vector&lt;/a&gt;, which poynts in the direction that energy flows in an electromagnetic field (eg. in the direction light is shining).&lt;/p&gt;

&lt;p&gt;However, there are other good, less-familiar aptronyms:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;The &lt;a href=&quot;https://en.wikipedia.org/wiki/Schwarzschild_metric&quot;&gt;Schwarzschild radius&lt;/a&gt; is the size of the &lt;a href=&quot;https://en.wikipedia.org/wiki/Event_horizon&quot;&gt;event horizon&lt;/a&gt; of a &lt;a href=&quot;https://en.wikipedia.org/wiki/Black_hole&quot;&gt;black hole&lt;/a&gt;.  “Schwarzschild” translated literally means “black shield”, which is apt, as the outside universe is… &lt;em&gt;shielded&lt;/em&gt; from anyone who has had the misfortune to fall pass the horizon.&lt;/li&gt;
  &lt;li&gt;The &lt;a href=&quot;https://en.wikipedia.org/wiki/Heaviside_function&quot;&gt;Heaviside function&lt;/a&gt; \(\theta(x)\), or the unit step function, is 0 if \(x &amp;lt; 0\) and 1 if \(0 &amp;lt; x\) (the definition at \(x=0\) is sometimes taken to be \(\frac{1}{2}\), 1, and sometimes 0).  The name can be considered apt for two reasons: some say it looks like an imbalanced &lt;a href=&quot;http://en.wikipedia.org/wiki/Weighing_scale#Balance&quot;&gt;two pan balance&lt;/a&gt; (in which case \(x &amp;lt; 0\) is the “heavy part”), while others say that the mass of the function is where \(0 &amp;lt; x\) in the sense that
    &lt;div&gt;$$\\ \int_{-\infty}^x \theta(x)\ dx = x \theta(x).$$&lt;/div&gt;
  &lt;/li&gt;
  &lt;li&gt;The &lt;a href=&quot;https://en.wikipedia.org/wiki/Unruh_effect&quot;&gt;Unruh effect&lt;/a&gt; is the fact that an accelerating observer will measure that the vacuum of space has a non-zero finite temperature, whereas an observer at rest (or, by relativity, an observer coasting at a constant velocity) will measure the vacuum to be at absolute zero.  “Unruhe” translates to “unrest” from German, but was actually named after &lt;a href=&quot;https://en.wikipedia.org/wiki/W._G._Unruh&quot;&gt;W.G. Unruh&lt;/a&gt;.  This was pointed out to me by my friend &lt;a href=&quot;https://sites.google.com/site/williamdonnelly/&quot;&gt;Will Donnelly&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;

</content>
 </entry>
 
 <entry>
   <title>There May Be Many Others But They Haven't Been Discovered</title>
   <link href="http://www.evanberkowitz.com/2014/01/24/downtown-livermore.html"/>
   <updated>2014-01-24T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2014/01/24/downtown-livermore</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;/images/2014-01-24-downtown-livermore/2014-01-23_12.41.08.jpg&quot;&gt;&lt;img src=&quot;/images/2014-01-24-downtown-livermore/2014-01-23_12.41.08.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Spotted in downtown Livermore.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Your Golden Sun Will Shine For Me</title>
   <link href="http://www.evanberkowitz.com/2014/01/18/sf.html"/>
   <updated>2014-01-18T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2014/01/18/sf</id>
   <content type="html">&lt;p&gt;San Francisco, California&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>A Marvelous Night for a Moondance</title>
   <link href="http://www.evanberkowitz.com/2014/01/10/halo.html"/>
   <updated>2014-01-10T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2014/01/10/halo</id>
   <content type="html">&lt;p&gt;&lt;label for=&quot;mf-22&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-22&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2014-01-10-halo/prism.png&quot; /&gt;&lt;br /&gt;Hexagonal ice crystal in a 22˚ halo.  &lt;a href=&quot;https://creativecommons.org/licenses/by-sa/2.5/&quot;&gt;CC BY-SA 2.5&lt;/a&gt; from &lt;a href=&quot;https://en.wikipedia.org/wiki/22%C2%B0_halo#/media/File:Path_of_rays_in_a_hexagonal_prism.png&quot;&gt;Wikimedia Commons&lt;/a&gt;.&lt;/span&gt;
When it is cold enough for hexagonal ice crystals to form in the sky, you can sometimes see the &lt;a href=&quot;https://en.wikipedia.org/wiki/22%C2%B0_halo&quot;&gt;22˚ halo&lt;/a&gt;.  Its angular radius, as the name suggests, is about 22˚, which means that it is about half as wide as a rainbow (which has an angular radius of around 42˚).&lt;/p&gt;

&lt;p&gt;To make the 22˚ halo, light only gets &lt;a href=&quot;https://en.wikipedia.org/wiki/Refraction&quot;&gt;refracted&lt;/a&gt;, which just means that it gets bent when entering and leaving the ice crystal.&lt;/p&gt;

&lt;p&gt;&lt;label for=&quot;mf-rainbow&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-rainbow&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2014-01-10-halo/rainbow.png&quot; /&gt;&lt;br /&gt;Water droplet in a rainbow.  Public domain from &lt;a href=&quot;https://en.wikipedia.org/wiki/Rainbow#/media/File:Rainbow1.svg&quot;&gt;Wikimedia Commons&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;In contrast, to make a rainbow the light also has to reflect off the back surface of the water droplet.&lt;/p&gt;

&lt;p&gt;This has a few effects:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;You can only see a rainbow if you look in the direction opposite the light source.  Instead of being centered on the position of the sun (or moon) in the sky, like the 22˚ halo is, a rainbow is centered 180˚ away from there.&lt;/li&gt;
  &lt;li&gt;The colors are reversed, so that red is on the outside of the primary rainbow, but the inside of the 22˚ halo.&lt;/li&gt;
  &lt;li&gt;Rainbows are much larger than the 22˚ halo.  The reflection explains why it’s roughly a factor of 2 larger.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;On 2014-01-10 there was a magnificent lunar halo in Tahoe.
&lt;a href=&quot;/images/2014-01-10-halo/halo.jpg&quot;&gt;&lt;img src=&quot;/images/2014-01-10-halo/halo.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So that you can see the reversed colors and dramatically larger size of a rainbow, here is a photo I took in 2009 of a brilliant rainbow in DC.  You can also tell from the shadows that the sun is behind me in this photo, in contrast to the halo.
&lt;a href=&quot;/images/2014-01-10-halo/bow.jpg&quot;&gt;&lt;img src=&quot;/images/2014-01-10-halo/bow.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>STAR Struck</title>
   <link href="http://www.evanberkowitz.com/2014/01/08/starstruck.html"/>
   <updated>2014-01-08T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2014/01/08/starstruck</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;http://www.bnl.gov/rhic/star.asp&quot;&gt;STAR&lt;/a&gt; is one of the experiments at &lt;a href=&quot;http://www.bnl.gov/RHIC/&quot;&gt;RHIC&lt;/a&gt;, which collides heavy nuclei to study the ultra-hot &lt;a href=&quot;https://en.wikipedia.org/wiki/Quark&quot;&gt;quark&lt;/a&gt;-rich medium called the &lt;a href=&quot;https://en.wikipedia.org/wiki/Quark_gluon_plasma&quot;&gt;quark-gluon plasma&lt;/a&gt; (or QGP) that existed shortly after the Big Bang.&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;The QGP created at RHIC has a temperature of around 350 MeV (in units where &lt;a href=&quot;https://en.wikipedia.org/wiki/Boltzmann_constant&quot;&gt;\(k_B\)&lt;/a&gt; \(=1\) or \(4\cdot 10^9\) Kelvin in more familiar units). For comparison, the &lt;a href=&quot;https://en.wikipedia.org/wiki/Sun#Photosphere&quot;&gt;sun’s photosphere&lt;/a&gt; temperature is a few thousand Kelvin and its &lt;a href=&quot;https://en.wikipedia.org/wiki/Solar_core&quot;&gt;core&lt;/a&gt; temperature is around 15 million Kelvin. So the QGP is hot.&lt;/p&gt;

&lt;p&gt;RHIC is essentially a long and skinny donut, and electromagnets are precisely coordinated so that ions whip around in both directions of the evacuated inside very quickly.  Then, at certain points the beams which are traveling in opposite directions are crossed.  These are the points where you build your detector, because it’s where the collisions happen.&lt;/p&gt;

&lt;p&gt;The detector goes around the pipe, and tries to catch all the junk that comes out of the collisions.  Knowing where the particles hit the detector and how fast they were going allows us to “rewind the tape” and see where the particles were created and what they might have interacted with.&lt;/p&gt;

&lt;p&gt;STAR is getting an enhancement, called the &lt;a href=&quot;http://rnc.lbl.gov/~jhthomas/public/HeavyFlavorTracker/&quot;&gt;Heavy Flavor Tracker&lt;/a&gt;, which recently completed construction at &lt;a href=&quot;http://www.lbl.gov/&quot;&gt;Lawrence Berkeley Laboratory&lt;/a&gt;, the lab responsible for STAR, and was shown off to fellow scientists not involved in the project on 2014-01-08, before it got packed up for shipment to RHIC.  I am lucky enough to be an affiliate of LBL, so I could not pass up the opportunity to see this device.&lt;/p&gt;

&lt;p&gt;&lt;label for=&quot;mf-closeup&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-closeup&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2014-01-08-star/close-up.jpg&quot; /&gt;&lt;br /&gt;Half the HFT, which is quite pretty.  The other half was inserted into a mock-up of the full detector, so that we could get a feel for how it would be put into the detector.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;The Heavy Flavor Tracker is designed to be inserted into the STAR detector, but around the beam pipe.  Heavy quarks &lt;a href=&quot;https://en.wikipedia.org/wiki/Flavour_(particle_physics)&quot;&gt;flavors&lt;/a&gt; decay much faster, so that the signal gets jumbled up before reaching the pixels of the current detector.  By adding a precision instrument so close to the collisions, the experiment will get much better data about how heavy quarks interact and behave in the QGP.&lt;/p&gt;

&lt;figure class=&quot;fullwidth&quot;&gt;&lt;img src=&quot;/images/2014-01-08-star/panorama.jpg&quot; /&gt;&lt;figcaption&gt;&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;Roughly in the middle of that photo is a black tube with an aluminum box on the end, which is a mirror copy of the aluminum box at the left end of that photo.  That box is connected to a long metal tube, which is connected to two black panels.  Those panels are the detector and some accompanying electronics.  The close-up above is from the other side, and the shiny panels are mounted to the black carbon-fiber panels you see in the panorama.&lt;/p&gt;

&lt;p&gt;&lt;label for=&quot;mf-autoclave&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-autoclave&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2014-01-08-star/autoclave.jpg&quot; /&gt;&lt;br /&gt;Gigantic autoclave&lt;/span&gt;
The carbon-fiber panels were made in the &lt;a href=&quot;https://en.wikipedia.org/wiki/Autoclave&quot;&gt;gigantic autoclave&lt;/a&gt; which was two rooms over from where the HFT was assembled and shown off.&lt;/p&gt;

&lt;p&gt;For the desired improvement in experimental precision, the HFT requires positioning that is more certain than just a few &lt;a href=&quot;https://en.wikipedia.org/wiki/Micrometre&quot;&gt;microns&lt;/a&gt;, so the scientists who built it have measured its surface and its response to mechanical and thermal stresses.  In order to maintain the integrity of the device, the shiny part will be packed up into a cushioned and stabilized box and flown to RHIC, while the big rig you see in the panorama will be sent by truck.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Things That Didn't Suck 2013</title>
   <link href="http://www.evanberkowitz.com/2013/12/27/ttds.html"/>
   <updated>2013-12-27T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/12/27/ttds</id>
   <content type="html">&lt;p&gt;&lt;label for=&quot;mn-previously&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-previously&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;a href=&quot;/2011/12/22/ttds.html&quot;&gt;TTDS 2011&lt;/a&gt; &lt;br /&gt;&lt;a href=&quot;/2012/12/21/ttds.html&quot;&gt;TTDS 2012&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;

&lt;h2 id=&quot;the-books&quot;&gt;THE BOOKS&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;Quantum Computing Since Democritus&lt;/em&gt;, by Scott Aaronson&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;World War Z&lt;/em&gt;, by Max Brooks&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Word Freak&lt;/em&gt;, by Steven Fatsis&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;I Am A Strange Loop&lt;/em&gt;, by Douglas Hofstadter&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Mind’s I&lt;/em&gt;, by Douglas Hofstadter and Daniel C Dennett&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Chesapeake&lt;/em&gt;, by James Michener&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;the-movies&quot;&gt;THE MOVIES&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;Star Trek: The Next Generation - The Best of Both Worlds&lt;/em&gt; - OK, it’s really a TV show, but it was a 2-parter played back-to-back in a theater.&lt;/li&gt;
  &lt;li&gt;Oblivion&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;World War Z / Man of Steel&lt;/em&gt; double feature at a real-life drive in theater - Man of Steel was stupid, WWZ was great, until I read the book, and then I thought it was bad.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Deceptive Practice&lt;/em&gt; - Ricky Jay is the most interesting magician alive.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Catching Fire&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;All is Lost&lt;/em&gt; - I was stressed out the whole time.  I learned a lot about sailing that I didn’t already know.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;American Hustle&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Hobbit: Desolation of Smaug&lt;/em&gt; - I saw this last night.  I liked the dragon, was largely unimpressed otherwise.  WTF is a Tauriel?  And was there a character briefly mentioned named Elros?  What?&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;the-articles&quot;&gt;THE ARTICLES&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Apollo Robbins is a Pickpocket&lt;/li&gt;
  &lt;li&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;http://www.newyorker.com/magazine/2013/01/07/a-pickpockets-tale&quot;&gt;A Pickpocket’s Tale&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;http://www.slate.com/blogs/browbeat/2013/01/07/apollo_robbins_pickpockets_adam_green_reveals_his_tricks_video.html&quot;&gt;The Secrets of a Master Pickpocket&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;http://www.ted.com/talks/apollo_robbins_the_art_of_misdirection.html&quot;&gt;TED Talk&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;North Korea&lt;/li&gt;
  &lt;li&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;http://www.gq.com/news-politics/newsmakers/201306/kim-jong-il-sushi-chef-kenji-fujimoto-adam-johnson-2013?currentPage=1&quot;&gt;Dear Leader Dreams of Sushi&lt;/a&gt; - Japanese man makes sushi for Jung-il and Jung-un&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;http://vienna-pyongyang.blogspot.de/2008/04/how-everything-began.html&quot;&gt;The Forbidden Railway&lt;/a&gt; - Turns out you can/could until recently take a train from Vienna to North Korea.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://online.wsj.com/news/articles/SB10001424127887323375204578269991660836834&quot;&gt;&lt;em&gt;It Takes Planning, Caution to avoid being ‘It’&lt;/em&gt;&lt;/a&gt; - High school friends play a game of tag spanning 2 decades.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.smithsonianmag.com/history-archaeology/For-40-Years-This-Russian-Family-Was-Cut-Off-From-Human-Contact-Unaware-of-World-War-II-188843001.html&quot;&gt;&lt;em&gt;This Russian family was lost in the taiga for 40 years&lt;/em&gt;&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://blogs.smithsonianmag.com/design/2013/04/how-the-chess-set-got-its-look-and-feel/&quot;&gt;&lt;em&gt;How the Chess Set Got Its Look and Feel&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.theatlantic.com/international/archive/2013/07/on-getting-drunk-in-antarctica/277793/&quot;&gt;&lt;em&gt;On Getting Drunk in Antarctica&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://kottke.org/13/05/how-does-copyright-work-in-space&quot;&gt;&lt;em&gt;How Does Copyright Work In Space?&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://motherboard.vice.com/blog/what-150-of-the-worlds-smartest-scientists-are-worried-about&quot;&gt;The 150 Things The World’s Smartest People Are Afraid Of&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;The Great Canadian Maple Syrup Heist&lt;/li&gt;
  &lt;li&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;http://www.businessweek.com/printer/articles/88608-the-great-canadian-maple-syrup-heist&quot;&gt;What&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;http://www.washingtonpost.com/blogs/wonkblog/wp/2012/12/20/why-maple-syrup-is-controlled-by-a-quebec-cartel/&quot;&gt;Why&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;http://www.loweringthebar.net/2013/09/maple-syrup.html&quot;&gt;Conclusion&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;A whole bunch of Aaron Swartz stuff, none of which in particular stand out to me.&lt;/li&gt;
  &lt;li&gt;Similarly for Edward Snowden.&lt;/li&gt;
  &lt;li&gt;Similarly for BitCoins, &lt;a href=&quot;http://www.michaelnielsen.org/ddi/how-the-bitcoin-protocol-actually-works/&quot;&gt;except this one&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;math--physics-fun-times&quot;&gt;MATH &amp;amp; PHYSICS FUN TIMES&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://boingboing.net/2013/06/27/50-chain-of-beads-leaps-and.html&quot;&gt;Chain of balls jumps out of container&lt;/a&gt; - I am working on doing the physics of this on the side now.  Lots of smartness.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://muon-g-2.fnal.gov/bigmove/&quot;&gt;&lt;em&gt;The Big Move&lt;/em&gt;&lt;/a&gt; - There was a magnet at Brookhaven on Long Island that they needed at Fermilab outside of Chicago.  So they moved it.  The magnet is 50 feet in diameter, and weighs 700 tons, and needed to be kept within a quarter inch of its true shape during transit to do science.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.washingtonpost.com/politics/federal-helium-program-how-temporary-becomes-forever/2013/04/26/80ef1148-adb8-11e2-98ef-d1072ed3cc27_story.html?hpid=z1&quot;&gt;Helium (P)reserved&lt;/a&gt; -The government established a strategic helium reserve in order to flood the sky with dirigible warships.  Even though that didn’t pan out, the helium reserve is incredibly important.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://articles.latimes.com/2013/apr/08/science/la-sci-dark-matter-detector-20130408&quot;&gt;The Dwarves Delve Deeply and Greedily.  You Know What They Hope to Find in The Darkness of Khazad-dum&lt;/a&gt; - dark matter.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://vimeo.com/63773788&quot;&gt;Magnetic Putty is Super Weird&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=aP4fWMLofvo&quot;&gt;Professor Team Teaches With A Recorded Video of Himself&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=uENITui5_jU&quot;&gt;Water &amp;amp; Sound&lt;/a&gt; - It’s as though there were a strobe light, but there isn’t.&lt;/li&gt;
  &lt;li&gt;Many Worlds &amp;amp; The Copernican Principle - You sort of have to read back and forth between &lt;a href=&quot;http://www.scottaaronson.com/blog/?p=1103&quot;&gt;Aaronson’s blog&lt;/a&gt; and &lt;a href=&quot;http://www.thebigquestions.com/2012/09/18/wwct-what-would-copernicus-think/&quot;&gt;Landsburg’s blog&lt;/a&gt;  to understand the discussion.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.washingtonpost.com/blogs/wonkblog/wp/2013/02/07/quantum-mechanics-is-an-embarrassment/&quot;&gt;Nobody Agrees what Quantum Mechanics Means, but Everyone Agrees What it Predicts&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=EKWGGDXe5MA&quot;&gt;Feynman explains what a computer is and how it works&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;the-tv-shows&quot;&gt;THE TV SHOWS&lt;/h2&gt;

&lt;p&gt;Mostly just the Red Wedding over and over again.  I was sitting at home, reading a book.  I heard a scream, and immediately recognized it as Catelyn’s.  I ran downstairs and my roommate was just staring at the TV with wide eyes and agape.&lt;/p&gt;

&lt;h2 id=&quot;the-youtubes&quot;&gt;THE YOUTUBES&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=1QoqenZytO8&quot;&gt;Triathalon Juggling World Record&lt;/a&gt; - If you don’t yell at your computer when he gets in the water…&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=MumScDIZMJc&quot;&gt;No Direction, Period&lt;/a&gt; - Bob Dylan wrote every pop song since 1965.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=i9jIsxQNz0M&quot;&gt;NYC Subway Train Conductors are obligated to point at the black and white ///////////// sign&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=lX6JcybgDFo&quot;&gt;Crazy Combination of Sculpture, Machine, and Movie&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=GcDshWmhF4A&quot;&gt;Marble Adding Machine&lt;/a&gt; - This is how your computer works, basically.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.aiga.org/video-medalists-jonathan-hoefler-tobias-frere-jones/&quot;&gt;Interesting People Who Make Fonts&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://moviesblog.mtv.com/2013/08/15/star-wars-prequels-what-if/&quot;&gt;What if the Star Wars Prequels Were Good?&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?feature=player_embedded&amp;amp;v=E7Fe3blRKU0&quot;&gt;Louis CK Tells The Classics&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;the-music&quot;&gt;THE MUSIC&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://boingboing.net/2013/01/23/heart-performs-stairway-to-h.html&quot;&gt;Heart performs Stairway to Heaven at the Kennedy Center for Led Zeppelin&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.tpff.org/&quot;&gt;The Takoma Park Folk Music Festival&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.katiebowersband.com&quot;&gt;Katie and Joe&lt;/a&gt; - The Revolution&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.shelteredturtle.com/&quot;&gt;Sheltered Turtle&lt;/a&gt; - Runaway Sketchbook&lt;/li&gt;
  &lt;li&gt;A whole bunch of classical music and a whole bunch of CDs I brought home from India got me through my thesis.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;the-theater&quot;&gt;THE THEATER&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Louis CK live at the Kennedy Center&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;American Utopias&lt;/em&gt;, by Mike Daisey - Let’s go to Burning Man!&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Romeo and Juliet&lt;/em&gt; in the round at &lt;a href=&quot;http://www.sigtheatre.org/&quot;&gt;Signature Theatre&lt;/a&gt; in DC.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.facebook.com/punderdome&quot;&gt;&lt;em&gt;Punderdome 3000&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.secondcity.com/&quot;&gt;&lt;em&gt;Second City&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://wonderfest.org/neuroscience_of_magic/&quot;&gt;&lt;em&gt;The Neuroscience of Magic&lt;/em&gt;&lt;/a&gt; - A magician and neuroscientist team-teach a lecture, where the magician does a trick, the neuroscientist explains why you don’t understand what happened, the magician re-does the trick, explaining to you how he fooled you, and then the magician does some more tricks using the same kind of technique that you can’t catch even though you know exactly what to look for.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;the-podcasts--audiobooks&quot;&gt;THE PODCASTS / AUDIOBOOKS&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://truestorytime.org/&quot;&gt;&lt;em&gt;True Story&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Lord of the Rings&lt;/em&gt;, by BBC Radio&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Martian Chronicles&lt;/em&gt;, by Ray Bradbury&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;A Game of Thrones&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;the-games&quot;&gt;THE GAMES&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/21790/thurn-and-taxis&quot;&gt;&lt;em&gt;Thurn &amp;amp; Taxis&lt;/em&gt;&lt;/a&gt; - Spiel de Jahres 2006&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/36218/dominion&quot;&gt;&lt;em&gt;Dominion&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/39813/qwirkle-cubes&quot;&gt;&lt;em&gt;Qwirkle Cubes&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/624/quoridor&quot;&gt;&lt;em&gt;Quoridor&lt;/em&gt;&lt;/a&gt; - It’s a maze game.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/50/lost-cities&quot;&gt;&lt;em&gt;Lost Cities&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Liar’s Poker&lt;/em&gt; - I played it a lot in India.  My grad school friends a lot like it now.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/128271/ginkgopolis&quot;&gt;&lt;em&gt;Ginkgopolis&lt;/em&gt;&lt;/a&gt; - I played this in Seattle at a game store.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://boingboing.net/2010/12/12/boardgame-remix-kit.html&quot;&gt;&lt;em&gt;Boardgame Remix Kit&lt;/em&gt;&lt;/a&gt; - I haven’t actually played with this, but I want to.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.slate.com/articles/news_and_politics/map_of_the_week/2013/08/gerrymandering_jigsaw_puzzle_game_put_the_congressional_districts_back_together.html&quot;&gt;Gerrymandering Puzzle&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.geoguessr.com/&quot;&gt;Geoguessr&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;&quot;&gt;Color Zen&lt;/a&gt; - It’s a fun, beautiful puzzle app.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;travel&quot;&gt;TRAVEL&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;India &amp;amp; Nepal&lt;/li&gt;
  &lt;li&gt;DC ⟶ CA Road Trip&lt;/li&gt;
  &lt;li&gt;Camping at &lt;a href=&quot;/2013/11/16/pismo-beach.html&quot;&gt;Pismo Beach&lt;/a&gt; and seeing the &lt;a href=&quot;/2013/11/16/monarch-grove.html&quot;&gt;monarch butterfly grove&lt;/a&gt; there.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;the-other-miscellaneous-things&quot;&gt;THE OTHER MISCELLANEOUS THINGS&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://sugru.com/&quot;&gt;Sugru&lt;/a&gt; - Magical, moldable rubber that cures in 24 hours.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://exposeddc.com/&quot;&gt;DCist Exposed&lt;/a&gt; 2013 photo gallery.&lt;/li&gt;
  &lt;li&gt;My roommate got a dog, which was fun.&lt;/li&gt;
&lt;/ul&gt;
</content>
 </entry>
 
 <entry>
   <title>I'm As Free As A Bird Now</title>
   <link href="http://www.evanberkowitz.com/2013/12/20/lbl.html"/>
   <updated>2013-12-20T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/12/20/lbl</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;/images/2013-12-20-lbl/2013-12-20_10.12.44.jpg&quot;&gt;&lt;img src=&quot;/images/2013-12-20-lbl/2013-12-20_10.12.44.jpg&quot; alt=&quot;Turkeys.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.lbl.gov/&quot;&gt;Lawrence Berkeley Laboratory&lt;/a&gt;, Berkeley, CA&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Is this place at your command?</title>
   <link href="http://www.evanberkowitz.com/2013/11/17/oceano-dunes.html"/>
   <updated>2013-11-17T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/11/17/oceano-dunes</id>
   <content type="html">&lt;p&gt;Oceano Dunes, CA&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>It's Not Hard, Not Hard To Reach</title>
   <link href="http://www.evanberkowitz.com/2013/11/16/pismo-beach.html"/>
   <updated>2013-11-16T12:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/11/16/pismo-beach</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=qSzTDK5TAfY&quot;&gt;Pismo Beach&lt;/a&gt; and &lt;a href=&quot;http://www.elephantseal.org/&quot;&gt;Piedras Blancas&lt;/a&gt;.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>This Dichromatic Vision</title>
   <link href="http://www.evanberkowitz.com/2013/11/16/monarch-grove.html"/>
   <updated>2013-11-16T09:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/11/16/monarch-grove</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;http://www.slostateparks.com/pismo_butterflys.asp&quot;&gt;The Monarch Grove&lt;/a&gt; at Pismo Beach.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Lake Ogallala, We Hold You In Our Hearts</title>
   <link href="http://www.evanberkowitz.com/2013/10/08/ogallala.html"/>
   <updated>2013-10-08T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/10/08/ogallala</id>
   <content type="html">&lt;p&gt;To call the Lake Ogallala Beachside Campgrounds civilized is only true to the most fundamental requirements of the word.  There are some fire rings, a few picnic tables, a toilet, and a suspicious fresh water source that you manually pump to get water, I feel certain, from the lake.&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;Sunset was beautiful, the sky first pastel pinks and then vivid reds and yellows.
&lt;a href=&quot;/images/2013-10-08-ogallala/pastel.jpg&quot;&gt;&lt;img src=&quot;/images/2013-10-08-ogallala/pastel.jpg&quot; alt=&quot;Pastels at sunset.&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;/images/2013-10-08-ogallala/vivid.jpg&quot;&gt;&lt;img src=&quot;/images/2013-10-08-ogallala/vivid.jpg&quot; alt=&quot;Vivid sunset, with a faint red 22˚ halo.&quot; /&gt;&lt;/a&gt;
If you look closely at the second photo, a bright red &lt;a href=&quot;/2014/01/10/moondance.html&quot;&gt;22˚ halo&lt;/a&gt; is also faintly visible.&lt;/p&gt;

&lt;p&gt;I stayed there on a night with a new moon, so it was dark.  Really dark.  There were some houses about a mile away, and some rare commerce on the distant shore, but they could not light the night.  The night was cold and beautiful, and the Milky Way could be seen dimly spilled across the sky.  I had not seen it before, at least not like that.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Ring-ding-ding-ding-dingeringeding!</title>
   <link href="http://www.evanberkowitz.com/2013/10/03/fox.html"/>
   <updated>2013-10-03T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/10/03/fox</id>
   <content type="html">&lt;p&gt;Lake Calhoun, Minneapolis MN.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>It's A Light And Tumble Journey</title>
   <link href="http://www.evanberkowitz.com/2013/09/14/national-zoo.html"/>
   <updated>2013-09-14T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/09/14/national-zoo</id>
   <content type="html">
</content>
 </entry>
 
 <entry>
   <title>I've Been Stretching My Mouth</title>
   <link href="http://www.evanberkowitz.com/2013/06/12/complexity.html"/>
   <updated>2013-06-12T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/06/12/complexity</id>
   <content type="html">&lt;p&gt;My friend &lt;a href=&quot;http://briandk.com/&quot;&gt;Brian&lt;/a&gt; posted on social media:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;On a brief break from proposal-ing, I was pondering the statement in computer science that “a function is entirely defined by its inputs and outputs.” At first I thought, “yep, that sounds about right. In the sort of idea of function-as-mapping, two identical mappings should be the same function. I think.  But then I thought, “but I can write two functions to compute the fibonacci sum up to a given integer, and they may have vastly different orders of computation time. And, at least I think in principle, I might be able to write two algorithms with the same order of computation time but different memory needs. Are those all really the &lt;em&gt;same&lt;/em&gt; function? Is the input-output mapping sufficiently descriptive to stand for the entire DNA of a function?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I’m not sure if all of the words I wrote were strictly necessary to convey my point, but &lt;a href=&quot;https://books.google.de/books?id=jRGfhSoFx0oC&amp;amp;lpg=PR31&amp;amp;ots=PCRKMZ9sg_&amp;amp;dq=evan+berkowitz+democritus+aaronson&amp;amp;pg=PR31&amp;amp;redir_esc=y&amp;amp;hl=de#v=onepage&amp;amp;q=evan%20berkowitz%20democritus%20aaronson&amp;amp;f=false&quot;&gt;I love computational complexity&lt;/a&gt; and I found that once I got going I was making connections that weren’t obvious to me when I simply stated what my opinion was.&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;Let’s set aside the issue of side effects and state variables and deal with pure functions.  We know we can always rewrite a program that has state and functions with side effects into a program that is composed of pure functions that are stateless (though perhaps might involve &lt;a href=&quot;http://en.wikipedia.org/wiki/Closure_(computer_science)&quot;&gt;closures&lt;/a&gt;). Finally, let’s also set aside uniqueness issues by demanding that the inputs to our functions belong to some set that is at most countably infinite, so that the pairs are enumerable and we don’t have to worry.&lt;/p&gt;

&lt;p&gt;With these caveats aside, to me, the issue raised strikes at the core of distinguishing definability, computability, and complexity. Any mathematical mapping for which a computer scientist can write a program (lambda calculus, pseudo code, C++, whatever) is called &lt;a href=&quot;https://en.wikipedia.org/wiki/Computable_function&quot;&gt;computable&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I cannot in any way tell you a non-definable function. If I could tell you (or even come up with one myself), I’d have defined it. A definable function is just some big list of (input output) pairs. But definability is important because not all definable functions are computable. I’m not sure definability is the right technical term. But whatever.&lt;/p&gt;

&lt;p&gt;It’s hard to think of specific mathematical functions that are definable but aren’t computable; the canonical one the &lt;a href=&quot;http://en.wikipedia.org/wiki/Halting_problem&quot;&gt;Halting Problem&lt;/a&gt;: there is no function that can take a description of a Turing machine and an initial input tape and tell you if the machine halts or loops forever. So, even though there exists an &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;(input, output)&lt;/code&gt; pairing for this function &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;({turing machine description, tape-input}, output-or-LOOPS_FOREVER)&lt;/code&gt; that entirely defines the function, nobody knows how to mechanically generate such a list of pairs. So while the list of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;(input, output)&lt;/code&gt; pairs is enough, in a mathematical sense, to entirely define a function, that function might not be computable. Another example of a well-defined but uncomputable function is the &lt;a href=&quot;http://en.wikipedia.org/wiki/Busy_beaver&quot;&gt;busy beaver function&lt;/a&gt;.  It’s also merely a list of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;(input, output)&lt;/code&gt; pairs, but it is known that no algorithm can tell you how to generate such a list (because you could then solve the Halting Problem). &lt;label for=&quot;mn-id-numbers&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-id-numbers&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;See also Scott Aaronson’s essay &lt;a href=&quot;http://www.scottaaronson.com/writings/bignumbers.html&quot;&gt;&lt;em&gt;Who Can Name the Bigger Number?&lt;/em&gt;&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;That doesn’t mean that no such list exists. Such a list of pairs certainly exists—we even know the first few pairs. If some oracle handed us a list of busy beaver numbers, that would be quite interesting. For two reasons: first, how did it get the list?&lt;label for=&quot;mn-id-oracle&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-id-oracle&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;An out-of-bounds question for both computational and mystical oracles &lt;/span&gt;  Second, let’s run a theorem-proving program on all sorts of stuff–either we’ll find a proof or know the input string we fed in is not a theorem. Creating the list of the busy beaver numbers is at least as hard as doing all of mathematics.&lt;/p&gt;

&lt;p&gt;The fibonacci sequence is obviously definable. In the sense of computability, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Fib(n)&lt;/code&gt; doesn’t care about how long you’ve got or how much hard drive space you need or whatever, so your different implementations of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Fib(n)&lt;/code&gt; all show that &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Fib&lt;/code&gt; is computable equally well.&lt;/p&gt;

&lt;p&gt;The computational complexity of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Fib(n)&lt;/code&gt; is &lt;em&gt;not&lt;/em&gt; a property of the list of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;(input, output)&lt;/code&gt; pairs. Indeed, asking what the computational complexity of a function is sort of assumes you don’t have such a list, because otherwise there’s always an algorithm that’s very fast: look up the output in the list! Fastness is under the assumption that the list is ordered by the inputs, but the point remains. Let’s exclude this algorithm from consideration. One reason is that that algorithm doesn’t give a finite upper bound on &lt;a href=&quot;http://en.wikipedia.org/wiki/Kolmogorov_complexity&quot;&gt;Kolmogorov complexity&lt;/a&gt;, which means, in my opinion, that even though you wrote down an algorithm you didn’t grok the function.&lt;/p&gt;

&lt;p&gt;Instead complexity is a property of &lt;a href=&quot;https://gist.github.com/evanberkowitz/595de2a7e1db931fc039#file-3-fibs&quot;&gt;the algorithms themselves&lt;/a&gt;. Assuming that the cost of the arithmetic is constant even for large numbers and we have enough floating point precision, the obvious recursive method is exponentially expensive, the iterative method linear in n, and the best method actually only costs &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\log(n)&lt;/script&gt;&lt;/span&gt;. People might say something like “&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Fib(n)&lt;/code&gt; takes &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\log(n)&lt;/script&gt;&lt;/span&gt;” which can be desugared into “The Best Possible Implementation® of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Fib(n)&lt;/code&gt; takes &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\log(n)&lt;/script&gt;&lt;/span&gt;” where ® is a special form conveying the agreed-upon caveat “aside from already having the answer and just looking it up”. I always know how to make a function take longer&lt;/p&gt;
&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;(define slowfunc (lambda (n) (begin (pause (anyPositiveFunctionOf n)) (func n))))
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;but unfortunately I don’t know how to develop a working implementation of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;(pause (anyNegativeFunctionOf n))&lt;/code&gt;; indeed, &lt;a href=&quot;http://www.scottaaronson.com/papers/ctc.pdf&quot;&gt;some levels of the complexity hierarchy collapse if you have access to a closed timelike curve&lt;/a&gt;&lt;label for=&quot;sn-id-ctc&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-id-ctc&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;Closed timelike curves can cause other concerns, because you can wind up with paradoxes such as the &lt;a href=&quot;https://en.wikipedia.org/wiki/Grandfather_paradox&quot;&gt;grandfather paradox&lt;/a&gt;.  Interestingly, &lt;a href=&quot;http://journals.aps.org/prd/abstract/10.1103/PhysRevD.44.3197&quot;&gt;quantum mechanics cures these issues&lt;/a&gt;! &lt;/span&gt;. What I’m driving at is that if you want to define the complexity of a function itself and not just an algorithm, one sensible way is to ascribe it the minimum over all possible correct algorithms.&lt;/p&gt;

&lt;p&gt;If you’re a mathematical constructivist, you might object to the idea that the busy beaver exists in any meaningful sense, since nobody can tell you how to make such a list. If you’re even more “practical” than a constructivist &lt;a href=&quot;https://arxiv.org/abs/1108.1791&quot;&gt;you might decide that only functions whose minimum computational complexity is small enough are useful/good/handy/etc&lt;/a&gt;. In particular functions whose min complexity are polynomial in the size of the input are considered tractable. These problems form the class &lt;a href=&quot;https://complexityzoo.uwaterloo.ca/Complexity_Zoo:F#fp&quot;&gt;FP&lt;/a&gt;. Under &lt;a href=&quot;http://en.wikipedia.org/wiki/Polynomial-time_reduction&quot;&gt;polynomial time reductions&lt;/a&gt;, these functions are all equivalent. For functions that are easier than FP, you’ve got to &lt;a href=&quot;http://en.wikipedia.org/wiki/Log-space_reduction&quot;&gt;use reductions that take less time&lt;/a&gt;, but for functions that are harder than FP, continuing to use polynomial reductions seems to make sense since such reductions are fast to make.&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;newthought&quot;&gt;SO FINALLY&lt;/span&gt;  let me get to the question about tuples like &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;((input/output pairs) big-O space-requirements)&lt;/code&gt;. First, the only thing I can meaningfully imagine adding to this list to characterize an algorithm is how many random bits are required as a function of n—which is not quite the same as allowing for state, though it kind of feels similarly disruptive to the notion of a pure function. Even pure functions, though, can have probabilistic algorithms that compute them. You might also want to characterize how the algorithm parallelizes.&lt;/p&gt;

&lt;p&gt;I would say that the only really meaningful function-describing tuples are tuples like &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;((input/output pairs) complexity-class)&lt;/code&gt;, while the only meaningful algorithm-describing tuples are tuples like &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;((i/o) big-O space randomness)&lt;/code&gt;. Two algorithms that are the same in big-O are, in broad strokes, usually implementing the same idea, while two functions differing in big-O might be in the same complexity class but are nonetheless really different ways of thinking about the problem. A great example is sorting. Insertion and selection sort are the same &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\mathcal{O}(n^2)&lt;/script&gt;&lt;/span&gt; and really embody the same way of thinking: go get the next one from the remaining ones. Contrast them with merge sort &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\mathcal{O}(n \log n)&lt;/script&gt;&lt;/span&gt; and radix sort &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\mathcal{O}(\text{numDigits} * n)&lt;/script&gt;&lt;/span&gt; which are qualitatively different thinking: divide-and-conquer and wait-what-oh-that’s-cool. So even though these algorithms are all poly time, I’d classify the first two as the same and the others as different.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Once In A While You Get Shown The Light In The Strangest Of Places If You Look At It Right</title>
   <link href="http://www.evanberkowitz.com/2013/05/24/amplituhedron.html"/>
   <updated>2013-05-24T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/05/24/amplituhedron</id>
   <content type="html">&lt;p&gt;While giving an introduction to the &lt;a href=&quot;http://arxiv.org/abs/1312.2007&quot;&gt;amplituhedron&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/images/2013-05-24-amplituhedron/square.jpg&quot;&gt;&lt;img src=&quot;/images/2013-05-24-amplituhedron/square.jpg&quot; alt=&quot;Nima calls a pentagon a square.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;We can also generalize a triangle in a different way. Consider a square…&lt;/p&gt;

  &lt;p&gt;–&lt;a href=&quot;http://www.sns.ias.edu/~arkani/&quot;&gt;Nima Arkani-Hamed&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;See also: &lt;a href=&quot;http://mfluch.wordpress.com/2007/12/26/57-the-grothendieck-prime/&quot;&gt;57 - The Grothendieck Prime&lt;/a&gt;.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>People Say We Monkey Around</title>
   <link href="http://www.evanberkowitz.com/2013/04/24/duke-lemur-center.html"/>
   <updated>2013-04-24T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/04/24/duke-lemur-center</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;/images/2013-04-24-duke-lemur-center/2013-04-24_15.02.16.jpg&quot;&gt;&lt;img src=&quot;/images/2013-04-24-duke-lemur-center/2013-04-24_15.02.16.jpg&quot; /&gt;&lt;/a&gt;
&lt;!--more--&gt;
&lt;a href=&quot;/images/2013-04-24-duke-lemur-center/2013-04-24_15.24.32.jpg&quot;&gt;&lt;img src=&quot;/images/2013-04-24-duke-lemur-center/2013-04-24_15.24.32.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://lemur.duke.edu/&quot;&gt;Duke Lemur Center&lt;/a&gt;, Raleigh NC.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>People –– What Have You Done?</title>
   <link href="http://www.evanberkowitz.com/2013/04/20/cathedral.html"/>
   <updated>2013-04-20T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/04/20/cathedral</id>
   <content type="html">
</content>
 </entry>
 
 <entry>
   <title>Send the Sunshine Down My Way Whenever You Call My Name</title>
   <link href="http://www.evanberkowitz.com/2013/04/10/cherry-blossoms.html"/>
   <updated>2013-04-10T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/04/10/cherry-blossoms</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;http://www.nationalcherryblossomfestival.org/&quot;&gt;Cherry Blossom Festival&lt;/a&gt;&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>How Can the Wind With So Many Around Me?</title>
   <link href="http://www.evanberkowitz.com/2013/01/21/inauguration.html"/>
   <updated>2013-01-21T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/01/21/inauguration</id>
   <content type="html">&lt;p&gt;Washington, DC&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Come On Children, Now Learn How To Run</title>
   <link href="http://www.evanberkowitz.com/2013/01/12/nagarkot.html"/>
   <updated>2013-01-12T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/01/12/nagarkot</id>
   <content type="html">&lt;p&gt;Sunrise over the Himalayas, &lt;a href=&quot;https://en.wikipedia.org/wiki/Nagarkot&quot;&gt;Nagarkot&lt;/a&gt;, Nepal.&lt;/p&gt;

&lt;p&gt;The valley is filled with music emanating from the local monastery.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Almost Aflame, Still You Don't Feel The Heat</title>
   <link href="http://www.evanberkowitz.com/2013/01/11/nagarkot.html"/>
   <updated>2013-01-11T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/01/11/nagarkot</id>
   <content type="html">&lt;p&gt;Sunset at &lt;a href=&quot;http://endoftheuniverse.com.np/&quot;&gt;The Hotel At The End Of The Universe&lt;/a&gt;, &lt;a href=&quot;https://en.wikipedia.org/wiki/Nagarkot&quot;&gt;Nagarkot&lt;/a&gt;, Nepal.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Near The Village, The Peaceful Village</title>
   <link href="http://www.evanberkowitz.com/2013/01/11/bhaktapur.html"/>
   <updated>2013-01-11T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/01/11/bhaktapur</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Bhaktapur&quot;&gt;Bhaktapur&lt;/a&gt;, Nepal.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Walking Through Forests of Palm Tree Apartments</title>
   <link href="http://www.evanberkowitz.com/2013/01/10/chitwan.html"/>
   <updated>2013-01-10T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/01/10/chitwan</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Chitwan_National_Park&quot;&gt;Chitwan National Park&lt;/a&gt;, Nepal.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>By The Ranks Or Single File Over Every Jungle Mile</title>
   <link href="http://www.evanberkowitz.com/2013/01/09/chitwan.html"/>
   <updated>2013-01-09T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/01/09/chitwan</id>
   <content type="html">&lt;p&gt;We walked from our resort to the Elephant Breeding Center.  For Rs. 50 you have free range over the grounds of the EBC and access to a little museum with some information about the biology of elephants, how to care for them, and their relationship with their mahouts and humans more broadly.  Of course, the main attraction is being able to see the elephants!&lt;/p&gt;

&lt;p&gt;A year or two before our visit a pair of elephant twins were born, which is quite rare.  They were curious and friendly, and unchained, unlike the rest of the elephants.  They came right up to the fence to interact!&lt;/p&gt;

&lt;p&gt;The larger elephants were chained to posts that were planted in the ground.  Many of them were rocking back and forth and exhibiting other behaviors that, were a human doing them, would indicate psychological disstress, which is quite upsetting.  However, we did see the mahouts take them their mounts into the jungle, and were told that they would not be back for many hours, so at least the elephants are getting some time to exercise and explore.&lt;/p&gt;

&lt;p&gt;On the way back we stopped at a factory where they make paper goods from elephant dung, which is a plentiful and renewable natural resource.  They make a slurry with water and then pour that slurry over framed grates.  A day drying in the sun and the sheets are ready to be cut and processed.&lt;/p&gt;

&lt;p&gt;In the afternoon we went on an elephant ride through the jungle.  We saw a rhino up-close and some other animals.  Rhinos typically flee when they smell humans but the elephant scent is strong enough to cover up the scent of the riders.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Chitwan_National_Park&quot;&gt;Chitwan National Park&lt;/a&gt;, Nepal.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>If I Ever Get Out Of Here, I'm Going To Kathmandu!</title>
   <link href="http://www.evanberkowitz.com/2013/01/08/kathmandu.html"/>
   <updated>2013-01-08T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/01/08/kathmandu</id>
   <content type="html">
</content>
 </entry>
 
 <entry>
   <title>I Can Tell My Sister By The Flowers In Her Eyes</title>
   <link href="http://www.evanberkowitz.com/2013/01/07/kathmandu.html"/>
   <updated>2013-01-07T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/01/07/kathmandu</id>
   <content type="html">
</content>
 </entry>
 
 <entry>
   <title>You're Tired Of Yourself And All Of Your Creations</title>
   <link href="http://www.evanberkowitz.com/2013/01/04/mumbai.html"/>
   <updated>2013-01-04T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/01/04/mumbai</id>
   <content type="html">
</content>
 </entry>
 
 <entry>
   <title>It Takes A Lot To Laugh</title>
   <link href="http://www.evanberkowitz.com/2013/01/03/mumbai.html"/>
   <updated>2013-01-03T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/01/03/mumbai</id>
   <content type="html">
</content>
 </entry>
 
 <entry>
   <title>Tinsel Tigers</title>
   <link href="http://www.evanberkowitz.com/2013/01/02/new-delhi.html"/>
   <updated>2013-01-02T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/01/02/new-delhi</id>
   <content type="html">
</content>
 </entry>
 
 <entry>
   <title>Played War Games In The Woods</title>
   <link href="http://www.evanberkowitz.com/2013/01/01/agra.html"/>
   <updated>2013-01-01T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2013/01/01/agra</id>
   <content type="html">&lt;p&gt;The train to Agra from New Delhi left very early in the morning, was quite cheap, and came with a delicious meal and tea service.  We took two cabs from the station to the grounds of the Taj Mahal.  We paid our entry fee and entered.  The fog hid the mausoleum from view until we were quite near.&lt;/p&gt;

&lt;p&gt;Up close it is quite something to behold, the stylized caligraphy and intricate carved panels, the geometrical mosaics and inlays, and the grandness of it all lend it a feeling of impossibility.&lt;/p&gt;

&lt;p&gt;Unfortunately the fog hindered any good photographs, and photography inside is prohibited.  The fog also made the marble slick and a bit muddy, making the sanctity-preserving booties a bit useless from a practical point of view.&lt;/p&gt;

&lt;p&gt;We left the grounds and ate lunch at a small restaurant.  For just a few hundred rupees six of us ate like kings, with pineapple lassis and a dessert of banana pakora.&lt;/p&gt;

&lt;p&gt;Once we had left the restaurant, the day became absolutely beautiful and clear, but our tickets could not get us readmitted to the grounds of the Taj Mahal.&lt;/p&gt;

&lt;p&gt;We walked around Agra a bit and took tuk-tuks to Agra Fort, which we kept jokingly referring to as the &lt;a href=&quot;http://awoiaf.westeros.org/index.php/Red_Keep&quot;&gt;Red Keep&lt;/a&gt;.  It is gargantuan, and when it was first built not only served as a palace but also as the military headquarters and as a busy commercial center.&lt;/p&gt;

&lt;p&gt;For dinner we ate at an otherwise-empty restaurant and had outstanding biryani.  We spent some time at the bar, and talked with some local construction workers who bought us some Kingfishers.&lt;/p&gt;

&lt;p&gt;We made it to the train station with plenty of time to spare, which was a terrible mistake, because the train was delayed by many hours.&lt;/p&gt;

&lt;p&gt;Some of us successfully slept on the train, others had a tough time.  We got back to New Delhi by the hour of the wolf.  A short walk to our hotel, and we passed out quite quickly.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Then A Silence That Chilled My Soul</title>
   <link href="http://www.evanberkowitz.com/2012/12/31/new-delhi.html"/>
   <updated>2012-12-31T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2012/12/31/new-delhi</id>
   <content type="html">
</content>
 </entry>
 
 <entry>
   <title>Things That Didn't Suck 2012</title>
   <link href="http://www.evanberkowitz.com/2012/12/21/ttds.html"/>
   <updated>2012-12-21T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2012/12/21/ttds</id>
   <content type="html">&lt;p&gt;&lt;label for=&quot;mn-previously&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-previously&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;a href=&quot;/2011/12/22/ttds.html&quot;&gt;Previously&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;

&lt;h2 id=&quot;books--short-fiction&quot;&gt;BOOKS &amp;amp; SHORT FICTION&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;The Beginning of Infinity&lt;/em&gt;, by David Deutsch - Philosophy, Computer Science, Physics, and more.  Deutsch is a physicist; his philosophy closely reflects this and nonetheless is not morally empty.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Anathem&lt;/em&gt;, by Neal Stephenson - This book + The Beginning of Infinity turned me into a Platonist.  Seriously.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Golden Apples of the Sun&lt;/em&gt;, by Isaac Asimov&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.asimovs.com/_issue_0710/Dark.shtml&quot;&gt;&lt;em&gt;Dark Integers&lt;/em&gt;&lt;/a&gt; - What if the rules of mathematics were physical and were dynamical?&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.strangehorizons.com/2000/20001120/secret_number.shtml&quot;&gt;&lt;em&gt;The Secret Number&lt;/em&gt;&lt;/a&gt; - Did Dr. Tomlin discover Bleem, the integer between 3 and 4?&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Source&lt;/em&gt;, by James Michener - I read this before, during, and after my trip to Israel.  It was an important part of understanding what the hell was going on.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Information&lt;/em&gt;, by James Gleick&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;movies&quot;&gt;MOVIES&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;The Dark Knight Rises&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Argo&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Hobbit&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Apocalypse Now&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Up&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;articles&quot;&gt;ARTICLES&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.slate.com/articles/life/transport/2011/07/dont_turn_left.single.html&quot;&gt;&lt;em&gt;Don’t Turn Left&lt;/em&gt;&lt;/a&gt; - Every highway intersection is obsolete.&lt;label for=&quot;sn-intersection&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-intersection&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;maybe &lt;/span&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.wired.com/autopia/2011/07/burt-rutans-boomerang-safety-through-asymmetry&quot;&gt;&lt;em&gt;Safety Through Asymmetry&lt;/em&gt;&lt;/a&gt; - Burt Rutan designed a plane that can lose either engine but remain completely stable.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://txchnologist.com/post/25510809371/questions-for-nicholas-de-monchaux-author-of&quot;&gt;&lt;em&gt;Fashioning Apollo&lt;/em&gt;&lt;/a&gt; - SPACE TAILORS&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.woltermanns.com/misc/cookies_Adams.htm&quot;&gt;&lt;em&gt;Cookies&lt;/em&gt;&lt;/a&gt;, by Douglas Adams - A true tale demonstrating that quiet desperation is the English way.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/&quot;&gt;&lt;em&gt;Falsehoods Programmers Believe About Names&lt;/em&gt;&lt;/a&gt; - Context: G+ required your real name.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.theonion.com/articles/underground-railroad-carries-slaves-from-brooklyn,4393/&quot;&gt;&lt;em&gt;‘Underground Railroad’ Carries Slaves From Brooklyn To Manhattan&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.wired.com/wiredscience/2012/09/ff-corning-gorilla-glass/all/&quot;&gt;&lt;em&gt;Glass Works: How Corning Created the Ultrathin, Ultrastrong Material of the Future&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.lettersofnote.com/2012/10/help-from-heinlein.html&quot;&gt;&lt;em&gt;The Heinlein Maneuver&lt;/em&gt;&lt;/a&gt; - Heinlein gives a friend ideas for stories.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.theatlantic.com/magazine/archive/1945/07/as-we-may-think/303881/?single_page=true&quot;&gt;&lt;em&gt;As We May Think&lt;/em&gt;&lt;/a&gt;, by Vannevar Bush - In which Vannevar Bush describes, in 1945, the internet.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://longform.org/stories/playboy-interview-george-carlin&quot;&gt;&lt;em&gt;Playboy Interview: George Carlin&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://scienceblogs.com/principles/2012/10/18/science-is-our-human-heritage/&quot;&gt;&lt;em&gt;Science Is Our Human Heritage&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.theatlantic.com/magazine/archive/2012/12/the-bookstore-strikes-back/309164/?single_page=true&quot;&gt;&lt;em&gt;The Bookstore Strikes Back&lt;/em&gt;&lt;/a&gt; - One can only hope.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.theatlantic.com/magazine/archive/2012/05/the-most-dangerous-gamer/308928/?single_page=true&quot;&gt;&lt;em&gt;The Most Dangerous Gamer&lt;/em&gt;&lt;/a&gt; - Can Jonathan Blow make video games into a respected art?&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.cas.unt.edu/~hargrove/bombadil.html&quot;&gt;&lt;em&gt;Who Is Tom Bombadil?&lt;/em&gt;&lt;/a&gt; - If you haven’t read The Silmarillion, this will not make any sense to you at all.
&lt;a href=&quot;http://www.theatlanticcities.com/design/2012/09/inside-secret-program-build-worlds-best-maps/3193/&quot;&gt;&lt;em&gt;Inside the Secret Program to Build the World’s Best Maps&lt;/em&gt;&lt;/a&gt; - The notion that Apple was going to replace or beat Google at mapping is hilarious.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://forums.spacebattles.com/threads/essay-on-realistic-space-combat-i-wrote.131056/&quot;&gt;&lt;em&gt;Realistic Space Combat&lt;/em&gt;&lt;/a&gt; - This guy is a nerd.  His argument that belligerents in real space combat will have total situational awareness and its implications on strategy are convincing.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.nytimes.com/2012/11/18/magazine/ashlyn-blocker-feels-no-pain.html?pagewanted=all&quot;&gt;&lt;em&gt;The Hazards of Growing Up Painlessly&lt;/em&gt;&lt;/a&gt; - Not as cool as Could Conjoined Twins Share A Mind? from last year, but interesting nonetheless.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/List_of_films_that_most_frequently_use_the_word_%22fuck%22&quot;&gt;&lt;em&gt;List of Films that Most Frequently Use the Word “Fuck”&lt;/em&gt;&lt;/a&gt; - Exactly what it sounds like.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://bostonglobe.com/metro/2012/05/23/harvard-alumni-directory-contains-bizarre-entry-for-ted-kaczynski-unabomber/Cjhy7Hu4Na7lakHdU7N11J/story.html&quot;&gt;&lt;em&gt;Unabomber lists self as ‘prisoner’ in Harvard directory&lt;/em&gt;&lt;/a&gt; - “Awards: Eight life sentences, issued by the United States District Court for the Eastern District of California, 1998.”&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.bbc.co.uk/news/world-europe-19908095&quot;&gt;&lt;em&gt;French phone bill waved after 12qn-euro blunder&lt;/em&gt;&lt;/a&gt; - A woman was charged 11,721,000,000,000,000.00 euros.  That is more than the economic output of the world, by a large margin.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.manhattanpast.com/2012/manhattan-evacuation-plan-reveals-islands-old-contour/&quot;&gt;&lt;em&gt;Manhattan Evacuation Plan Reveals Island’s Old Contours&lt;/em&gt;&lt;/a&gt; - It’s almost as though the surface of the Earth was shaped over eons by natural forces.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;math--physics-popular-level-things&quot;&gt;MATH &amp;amp; PHYSICS POPULAR-LEVEL THINGS&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.datapointed.net/visualizations/math/factorization/animated-diagrams/&quot;&gt;&lt;em&gt;Factorization Diagrams&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://blog.tanyakhovanova.com/?p=262&quot;&gt;&lt;em&gt;Divisibility by 7 is a Walk on a Graph&lt;/em&gt;&lt;/a&gt; - ÷7 is the first one where the divisibility rule is not “easy”.  The complete rule is shown.  The method promptly generalizes, though becomes more complex when the divisor has more digits.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.johndcook.com/blog/2012/04/18/just-what-do-you-mean-by-number/&quot;&gt;&lt;em&gt;Just what do you mean by “number”?&lt;/em&gt;&lt;/a&gt; - Hmm.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.nytimes.com/2011/06/28/science/28math-menger.html&quot;&gt;&lt;em&gt;The Mystery of the Menger Sponge&lt;/em&gt;&lt;/a&gt; - Fractals at MoMath&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://plato.stanford.edu/entries/computer-science/&quot;&gt;&lt;em&gt;The Philosophy of Computer Science&lt;/em&gt;&lt;/a&gt; - The Stanford Encyclopedia of Philosophy is what Wikipedia would be if it were written by experts.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://press.princeton.edu/chapters/gowers/gowers_VIII_6.pdf&quot;&gt;&lt;em&gt;Advice to a Young Mathematician&lt;/em&gt;&lt;/a&gt; - Sir Michael Atiyah was the president of the Royal Society and has a Fields Medal.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.newyorker.com/archive/2006/08/28/060828fa_fact2?currentPage=1&quot;&gt;&lt;em&gt;Manifold Destiny&lt;/em&gt;&lt;/a&gt; - Gregori Perelman is a crazy person; he proved one of the most difficult mathematical theorems.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.popsci.com/node/59071/?cmpid=enews121511&quot;&gt;Neutrino Detector Will Be Second-Biggest Human Structure&lt;/a&gt; - The Mediterranean itself will be part of the detector.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://umdphysics.umd.edu/images/photon/2011/octnovphoton.pdf&quot;&gt;Who Needs The Higgs Boson?&lt;/a&gt; - Raman knows what he’s talking about.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;tv&quot;&gt;TV&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;Game of Thrones&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Louie&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;the-youtubes&quot;&gt;THE YOUTUBES&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?feature=player_embedded&amp;amp;v=d6egUsZvWu4&quot;&gt;&lt;em&gt;It’s Painting It’s Pouring&lt;/em&gt;&lt;/a&gt; - Some people make really interesting looking art by pouring paint on a thing.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?feature=player_embedded&amp;amp;v=eFKZnbIAboI&quot;&gt;&lt;em&gt;The Connected States of America&lt;/em&gt;&lt;/a&gt; - You can learn a lot by understanding who’s calling who.&lt;/li&gt;
  &lt;li&gt;Stephen Fry on &lt;a href=&quot;https://www.youtube.com/watch?feature=player_embedded&amp;amp;v=s_osQvkeNRM&quot;&gt;&lt;em&gt;The Joys of Swearing&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.bbc.co.uk/news/magazine-14859116&quot;&gt;&lt;em&gt;Social Networking in its Oldest Form&lt;/em&gt;&lt;/a&gt; - A guy throws messages in bottles into the ocean.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=4QGxOajo1KU&quot;&gt;&lt;em&gt;Baby birds&lt;/em&gt;&lt;/a&gt; - They grew up in the bush by my house’s stoop.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=VIVIegSt81k&quot;&gt;&lt;em&gt;Vi Hart&lt;/em&gt;&lt;/a&gt; - Everybody should make hexaflexagons.  It’s a fun project and they are zany objects.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=-yrZpTHBEss&quot;&gt;&lt;em&gt;What Color is a Mirror?&lt;/em&gt;&lt;/a&gt; - Surprise!  It’s green.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?feature=player_embedded&amp;amp;v=pnCrUroeVlI&quot;&gt;&lt;em&gt;Paul Erdős: N is a number&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?feature=player_embedded&amp;amp;v=yVkdfJ9PkRQ&quot;&gt;&lt;em&gt;Pendulum Waves&lt;/em&gt;&lt;/a&gt; - Pendula are mesmerizing.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=hoz5Q2rGQtQ&quot;&gt;&lt;em&gt;What Earth Would Look Like With Rings Like Saturn&lt;/em&gt;&lt;/a&gt; - Hint: it’d be pretty.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;music&quot;&gt;MUSIC&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Dispatch - Live in concert.  They were awesome.  I ran into Jake Itzkowitz.&lt;/li&gt;
  &lt;li&gt;The Cranberries had &lt;a href=&quot;http://www.cranberries.com/site/music/12-roses&quot;&gt;a new album&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;So did Jethro Tull.&lt;/li&gt;
  &lt;li&gt;Punch Brothers - modern take on bluegrass.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;podcasts--radio&quot;&gt;PODCASTS / RADIO&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.npr.org/blogs/money/2010/10/04/130329523/how-fake-money-saved-brazil&quot;&gt;&lt;em&gt;How Fake Money Saved Brazil&lt;/em&gt;&lt;/a&gt; - cf. &lt;a href=&quot;http://www.theonion.com/articles/us-economy-grinds-to-halt-as-nation-realizes-money,2912/&quot;&gt;the onion&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.npr.org/blogs/money/2012/01/04/144636898/a-man-a-van-a-surprising-business-plan&quot;&gt;&lt;em&gt;A Man, A Van, A Surprising Business Plan&lt;/em&gt;&lt;/a&gt; - Turns out you can make $500/day helping the individual defeat moronic bureaucracy.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://storycorps.org/podcast/&quot;&gt;&lt;em&gt;StoryCorps&lt;/em&gt;&lt;/a&gt; - I just wish they came out more quickly.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;the-games&quot;&gt;THE GAMES&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.kongregate.com/games/zigah111/dream-of-pixels-prototype&quot;&gt;&lt;em&gt;Dream of Pixels&lt;/em&gt;&lt;/a&gt; - It’s reverse tetris.  I can’t really explain it better than that.  I paid for the app.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/42/tigris-euphrates&quot;&gt;&lt;em&gt;Tigris &amp;amp; Euphrates&lt;/em&gt;&lt;/a&gt; - The Gamer’s Game.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/31260/agricola&quot;&gt;&lt;em&gt;Agricola&lt;/em&gt;&lt;/a&gt; - I have played a handful of times and have systematically gotten destroyed.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.mapstd.com/&quot;&gt;&lt;em&gt;Maps Tower Defense&lt;/em&gt;&lt;/a&gt; - Play a tower defense game anywhere in google maps.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Open Face Chinese Poker&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;DrawSomething&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Scramble With Friends&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://type.method.ac/&quot;&gt;&lt;em&gt;Kerning: The Game&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;the-other-miscellaneous-things&quot;&gt;THE OTHER MISCELLANEOUS THINGS&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.smbc-comics.com/index.php?db=comics&amp;amp;id=2492#comic&quot;&gt;Infrequently Used Punctuation Marks&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Tig Notaro’s “&lt;a href=&quot;https://itunes.apple.com/us/album/live-deluxe-version/id666519148&quot;&gt;Live&lt;/a&gt;” set that I bought at Louis CK’s website.&lt;/li&gt;
  &lt;li&gt;Trip to Israel&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.beeradvocate.com/american/&quot;&gt;The American Craft Beer Festival&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://snallygasterdc.com/&quot;&gt;Snallygaster&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://aqua.org/&quot;&gt;The National Aquarium&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.calacademy.org/nightlife/&quot;&gt;Night Life&lt;/a&gt; at the &lt;a href=&quot;http://www.calacademy.org/&quot;&gt;California Academy of Sciences&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;I caught a t-shirt at a Nat’s game.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://hint.fm/wind/&quot;&gt;Wind Map&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Green Twilight Publication Party&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;/2012/04/17/discovery.html&quot;&gt;That time the Space Shuttle Discovery flew over DC&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;A 63-comment long facebook thread filled with puns that followed my quip “Are baking scholarships knead-based?”&lt;/li&gt;
&lt;/ul&gt;
</content>
 </entry>
 
 <entry>
   <title>I Sail Above Your Inlets and Interstates</title>
   <link href="http://www.evanberkowitz.com/2012/12/08/lake-union.html"/>
   <updated>2012-12-08T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2012/12/08/lake-union</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;/images/2012-12-08-lake-union/2012-12-08_13.55.20.jpg&quot;&gt;&lt;img src=&quot;/images/2012-12-08-lake-union/2012-12-08_13.55.20.jpg&quot; /&gt;&lt;/a&gt;
&lt;!--more--&gt;
&lt;a href=&quot;/images/2012-12-08-lake-union/2012-12-08_14.00.01.jpg&quot;&gt;&lt;img src=&quot;/images/2012-12-08-lake-union/2012-12-08_14.00.01.jpg&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;/images/2012-12-08-lake-union/2012-12-08_14.00.10.jpg&quot;&gt;&lt;img src=&quot;/images/2012-12-08-lake-union/2012-12-08_14.00.10.jpg&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;/images/2012-12-08-lake-union/2012-12-08_14.02.03.jpg&quot;&gt;&lt;img src=&quot;/images/2012-12-08-lake-union/2012-12-08_14.02.03.jpg&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;/images/2012-12-08-lake-union/2012-12-08_14.02.48.jpg&quot;&gt;&lt;img src=&quot;/images/2012-12-08-lake-union/2012-12-08_14.02.48.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Lake Union, Seattle WA.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Let It Blossom, Let It Flow</title>
   <link href="http://www.evanberkowitz.com/2012/07/05/carbon.html"/>
   <updated>2012-07-05T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2012/07/05/carbon</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;/images/2012-07-05-carbon/2012-07-05_20.34.04.jpg&quot;&gt;&lt;img src=&quot;/images/2012-07-05-carbon/2012-07-05_20.34.04.jpg&quot; alt=&quot;Carbon atom grating&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Princeton, NJ.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>We Know We Can't Be Found</title>
   <link href="http://www.evanberkowitz.com/2012/06/28/aquarium.html"/>
   <updated>2012-06-28T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2012/06/28/aquarium</id>
   <content type="html">&lt;p&gt;At the &lt;a href=&quot;http://www.aqua.org/&quot;&gt;National Aquarium&lt;/a&gt; in Baltimore.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/images/2012-06-28-aquarium/2012-06-28_12.28.00.jpg&quot;&gt;&lt;img src=&quot;/images/2012-06-28-aquarium/2012-06-28_12.28.00.jpg&quot; alt=&quot;Please don&apos;t flash the octopus.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>A Hiding Place Where No One Ever Goes</title>
   <link href="http://www.evanberkowitz.com/2012/04/26/robins.html"/>
   <updated>2012-04-26T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2012/04/26/robins</id>
   <content type="html">&lt;p&gt;We noticed a robin’s nest in the bush out side of our house.&lt;/p&gt;

&lt;p&gt;One of my roommates made a video:&lt;/p&gt;

&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;//www.youtube.com/embed/4QGxOajo1KU?rel=0&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;
</content>
 </entry>
 
 <entry>
   <title>They Came In Peace For All Mankind</title>
   <link href="http://www.evanberkowitz.com/2012/04/17/discovery.html"/>
   <updated>2012-04-17T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2012/04/17/discovery</id>
   <content type="html">&lt;p&gt;The &lt;a href=&quot;http://www.nasa.gov/centers/kennedy/shuttleoperations/orbiters/orbitersdis.html&quot;&gt;Space Shuttle Discovery&lt;/a&gt; moved to its &lt;a href=&quot;http://airandspace.si.edu/explore-and-learn/topics/discovery/&quot;&gt;new home at the Udvar-Hazy Center of the Smithsonian Institution’s National Air and Space Museum&lt;/a&gt;.  Discovery was transported on the back of a &lt;a href=&quot;https://en.wikipedia.org/wiki/Shuttle_Carrier_Aircraft&quot;&gt;Shuttle Carrier Aircraft&lt;/a&gt; and was escorted by fighter jets.&lt;/p&gt;

&lt;p&gt;Discovery is the oldest remaining spacefaring shuttle, traveled 149 million miles, and is the most-flown human-carrying spacecraft.&lt;/p&gt;

&lt;p&gt;I went down the the National Mall and watched the Shuttle make a few passes around DC landmarks.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>All the Wrong Fuses and Splices</title>
   <link href="http://www.evanberkowitz.com/2012/03/07/EM-conventions.html"/>
   <updated>2012-03-07T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2012/03/07/EM-conventions</id>
   <content type="html">&lt;p&gt;There are a few different conventions for electromagnetism, and keeping them straight can be a headache.&lt;/p&gt;

&lt;p&gt;Here I collect the differences between the particle physics convention&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;\mathcal{L}=-\frac{1}{4}F^2&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;and the… other convention&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;\mathcal{L}=-\frac{1}{16\pi}F^2.&lt;/script&gt;&lt;/div&gt;

&lt;p&gt;The particle physics convention is the same as SI if you replace &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\varepsilon_{0}&lt;/script&gt;&lt;/span&gt;, &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\mu_{0}&lt;/script&gt;&lt;/span&gt;, and &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;c \rightarrow 1&lt;/script&gt;&lt;/span&gt;, so you can use any result in e.g. Griffiths easily.&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th style=&quot;text-align: right&quot;&gt; &lt;/th&gt;
      &lt;th style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\mathcal{L}&lt;/script&gt;&lt;/span&gt;&lt;/th&gt;
      &lt;th style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;-\frac{1}{4}F^2&lt;/script&gt;&lt;/span&gt;&lt;/th&gt;
      &lt;th style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;-\frac{1}{16\pi}F^2&lt;/script&gt;&lt;/span&gt;&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;Units&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;“Particle Physics”&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;“Gaussian”&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;“Rationalized”&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt; &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;Lagrangian Density&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\mathcal{L}&lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\frac{1}{2}\left(E^2-B^2\right)&lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\frac{1}{8\pi}\left(E^2-B^2\right)&lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;Hamiltonian Density&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\mathcal{H}&lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\frac{1}{2}\left(E^2+B^2\right)&lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\frac{1}{8\pi}\left(E^2+B^2\right)&lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;Maxwell’s Equations&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\partial_\mu F^{\mu\nu}&lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;j^\nu &lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;4\pi j^\nu &lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;Fine Structure Constant&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\alpha&lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\frac{e^2}{4\pi}&lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;e^2&lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;Flux quantum&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\Phi_0&lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\frac{2\pi}{e}&lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\frac{1}{2e}&lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;Coulomb’s Law&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\vec{E}&lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\frac{Q}{4\pi r^2}\hat{r} &lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\frac{Q}{r^2}\hat{r} &lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;Biot-Savart Law&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\vec{B}&lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\frac{1}{4\pi}\oint \frac{I d\vec{\ell}\times \hat{r}}{r^2}&lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\oint \frac{I d\vec{\ell}\times \hat{r}}{r^2}&lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;You can see it’s just a matter of keeping track of where the &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;4\pi&lt;/script&gt;&lt;/span&gt; goes, which is what makes it so tough to remember.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Things That Didn't Suck 2011</title>
   <link href="http://www.evanberkowitz.com/2011/12/22/ttds.html"/>
   <updated>2011-12-22T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2011/12/22/ttds</id>
   <content type="html">&lt;p&gt;One of my friends suggested we each compile a list of things we enjoyed reading, watching, listening, or otherwise consuming in the past year.  He titled his email “things that didn’t suck”.&lt;/p&gt;

&lt;p&gt;Here is my list.&lt;/p&gt;

&lt;h2 id=&quot;books&quot;&gt;BOOKS&lt;/h2&gt;

&lt;p&gt;Basically in the order I read them, with quite a few books not making the list for being not outstanding&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;The Soul of a New Machine&lt;/em&gt; - Tracy Kidder’s biography of the digital computer and the people who build it&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Man Who Loved Only Numbers&lt;/em&gt; - the biography of Erdös, the most prolific mathematician of the 20th century.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Man Who Knew Infinity&lt;/em&gt; - the biography of the genius Ramanujan by &lt;a href=&quot;/2008/02/24/legos.html&quot;&gt;My Close Personal Friend Robert Kanigel&lt;/a&gt;.  Contains almost no math, and is an interesting story of an unusual mind.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Worthing Saga&lt;/em&gt; - if I had to recommend one sci-fi book that I read this year, this would be it.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Pastwatch: The Redemption of Christopher Columbus&lt;/em&gt; - future- and past- historical fiction which is hard to describe but really masterly executed.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Flowers for Algernon&lt;/em&gt; - I read this in less that 12 hours, and I cried at the end.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Footfall&lt;/em&gt; - Space elephants conquer Earth.&lt;/li&gt;
  &lt;li&gt;A crapload of not-the-usual Heinlein&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Game of Thrones&lt;/em&gt; and the rest of &lt;em&gt;A Song of Ice and Fire&lt;/em&gt; - This was the fastest that I’ve ever burned through 2000 pages, and I loved almost every page of it.  Valar morghullis.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Hobbit&lt;/em&gt; I reread this in about a week, because I had forgotten almost all of it but the broadest generalities.  Now I am psyched for the movie.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;movies&quot;&gt;MOVIES&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;The Fighter&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The Adjustment Bureau&lt;/em&gt; - which only makes the list because Joe Biden was there, and I imagine him laughing at my laugh in response to &lt;a href=&quot;https://youtu.be/kMsqHqKaFlQ?t=2m8s&quot;&gt;this trailer for &lt;em&gt;Paul&lt;/em&gt;&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Bridesmaids&lt;/em&gt; - Did you know that air marshall jon and the woman who figures out he’s an air marshall are married in real life?&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Crazy Stupid Love&lt;/em&gt; - I really like Steve Carell.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Contagion&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;One Flew Over The Cuckoo’s Nest&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;In The Heat of the Night&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Cool Hand Luke&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;articles&quot;&gt;ARTICLES&lt;/h2&gt;

&lt;p&gt;Roughly in reverse chronological order.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.maa.org/devlin/LockhartsLament.pdf&quot;&gt;&lt;em&gt;Lockhart’s Lament&lt;/em&gt;&lt;/a&gt; - a mathematician’s perspective on math education and the value of math as a human activity.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.nytimes.com/2011/11/27/fashion/african-american-atheists.html&quot;&gt;African American Atheists&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Many of &lt;a href=&quot;https://homes.eff.org/~barlow/barlow/library.html&quot;&gt;the written works&lt;/a&gt; of John Perry Barlow, EFF founder and Grateful Dead lyricist&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.nytimes.com/2011/10/30/opinion/mona-simpsons-eulogy-for-steve-jobs.html&quot;&gt;&lt;em&gt;Steve Jobs’ eulogy&lt;/em&gt;&lt;/a&gt;, authored by his sister&lt;/li&gt;
  &lt;li&gt;The Royal Society &lt;a href=&quot;http://royalsociety.org/news/Royal-Society-journal-archive-made-permanently-free-to-access/&quot;&gt;opened their historical archives&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://theglobalrealm.com/2011/02/04/the-food-bubble-how-wall-street-starved-millions-and-got-away-with-it/&quot;&gt;&lt;em&gt;The Food Bubble&lt;/em&gt;&lt;/a&gt; - Goldman Sachs plays with its food.  It was in Harpers, but I think it probably needs a grain of salt.  Because otherwise this should be an absolutely huge story, and I haven’t really seen it anywhere else.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.nytimes.com/2011/06/26/opinion/sunday/26shyness.html&quot;&gt;&lt;em&gt;Is Shyness an Evolutionary Tactic?&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.nytimes.com/2011/05/29/magazine/could-conjoined-twins-share-a-mind.html&quot;&gt;&lt;em&gt;Could Conjoined Twins Share A Mind?&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.capricorn.org/~akira/home/lockpick/&quot;&gt;The Document Which Used To Be Called &lt;em&gt;The MIT Lockpicking Guide&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.forbes.com/sites/christophersteiner/2011/09/08/the-700-million-yogurt-startup/&quot;&gt;&lt;em&gt;The $700 Million Yogurt Startup&lt;/em&gt;&lt;/a&gt; - The story of the ascent of Greek yogurt.  It’s perishable, must be kept cold, &amp;amp;c, but this company is kicking ass and taking names nonetheless.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://eccc.hpi-web.de/report/2011/108/&quot;&gt;&lt;em&gt;Why Philosophers Should Care About Computational Complexity&lt;/em&gt;&lt;/a&gt; - This is a very long article.  50 pages, and it’s not all light.  But Aaronson is a good explainer, and the essay is digestible in pieces, and harder parts can just be skipped.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.businessweek.com/printer/magazine/gold-coins-the-mystery-of-the-double-eagle-08252011.html&quot;&gt;&lt;em&gt;Gold Coins: The Mystery of the Double Eagle&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.smithsonianmag.com/history-archaeology/124099064.html&quot;&gt;&lt;em&gt;The Beer Archaeologist&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;tv&quot;&gt;TV&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Carl Sagan’s &lt;em&gt;Cosmos&lt;/em&gt; - Once you get over the hokey 80s graphics, the astronomy and philosophical considerations are timeless, and Sagan’s somber awe is enthralling.&lt;/li&gt;
  &lt;li&gt;Louie CK in all his various instantiations&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=v3pYRn5j7oI&quot;&gt;&lt;em&gt;It’s Fun To Imagine&lt;/em&gt;&lt;/a&gt;, with Richard Feynman&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=HmBkpXOP6EY&quot;&gt;&lt;em&gt;Tales of Mere Existence&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Game of Thrones&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;music&quot;&gt;MUSIC&lt;/h2&gt;

&lt;p&gt;Listening to these things in a serious way was new.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;David Gilmour&lt;/li&gt;
  &lt;li&gt;Fiona Apple&lt;/li&gt;
  &lt;li&gt;Harry Chapin&lt;/li&gt;
  &lt;li&gt;Johnny Cash&lt;/li&gt;
  &lt;li&gt;Joni Mitchell&lt;/li&gt;
  &lt;li&gt;Warren Zevon&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;theater&quot;&gt;THEATER&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://neofuturists.org/&quot;&gt;&lt;em&gt;Too Much Light Makes The Baby Go Blind&lt;/em&gt;&lt;/a&gt; - 30 plays in 60 minutes.  Some funny, some serious.  Mostly funny. I laughed so hard the performers commented on it during the performance. If you are in Chicago or if the Neo-Futurists visit New York, I strongly recommend seeing it.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.storycollider.org/&quot;&gt;&lt;em&gt;The Story Collider&lt;/em&gt;&lt;/a&gt; - I’d never been to a story slam before.  It was great.&lt;/li&gt;
  &lt;li&gt;Various public lectures at the Air and Space Museum&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.imdb.com/title/tt1942831/&quot;&gt;&lt;em&gt;Company&lt;/em&gt;&lt;/a&gt; - the broadway show with Stephen Colbert + whats his name on the silver screen.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.youmethemeverybody.com/&quot;&gt;&lt;em&gt;You, Me, Them, Everybody&lt;/em&gt;&lt;/a&gt; - they live-record an improv, story-telling, stand-up, and music podcast.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;podcasts&quot;&gt;PODCASTS&lt;/h2&gt;

&lt;p&gt;I have become a podcast fiend.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://themoth.org/podcast&quot;&gt;&lt;em&gt;The Moth&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.storycollider.org/&quot;&gt;&lt;em&gt;The Story Collider&lt;/em&gt;&lt;/a&gt; - The Moth, but about science in some capacity&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://radiolab.org&quot;&gt;&lt;em&gt;Radiolab&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.slashfilm.com/category/features/slashfilmcast/the-tobolowsky-files/&quot;&gt;&lt;em&gt;The Tobolowsky Files&lt;/em&gt;&lt;/a&gt; - The guy that Bill Murray hits in Groundhog’s day/the guy who forgets everything in Memento is a character actor with an exceedingly interesting life and a real talent for stories.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.bbc.co.uk/programmes/b006qykl&quot;&gt;&lt;em&gt;In Our Time&lt;/em&gt; With Melvyn Bragg&lt;/a&gt; - 3 scholars and a moderator discuss a big idea, a historical figure, a cultural development, etc.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.bbc.co.uk/ahistoryoftheworld/about/british-museum-objects/&quot;&gt;&lt;em&gt;A History of the World in 100 Objects&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.npr.org/series/4473090/sunday-puzzle&quot;&gt;&lt;em&gt;NPR’s Sunday Puzzle&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.npr.org/programs/wait-wait-dont-tell-me/&quot;&gt;&lt;em&gt;Wait Wait Don’t Tell Me&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.thisamericanlife.org/&quot;&gt;&lt;em&gt;This American Life&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;games&quot;&gt;GAMES&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.boardgamegeek.com/boardgame/2453/blokus&quot;&gt;&lt;em&gt;Blokus&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.boardgamegeek.com/boardgame/20195/six&quot;&gt;&lt;em&gt;Six&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://itunes.apple.com/us/app/drop7/id425242132?mt=8&quot;&gt;&lt;em&gt;Drop7&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://entanglement.gopherwoodstudios.com/light&quot;&gt;&lt;em&gt;Entanglement&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.flaminglunchbox.net/curvy&quot;&gt;&lt;em&gt;Curvy&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.boardgamegeek.com/boardgame/9209/ticket-ride&quot;&gt;&lt;em&gt;Ticket To Ride&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.boardgamegeek.com/boardgame/822/carcassonne&quot;&gt;&lt;em&gt;Carcassonne&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.firstpersontetris.com/&quot;&gt;&lt;em&gt;First Person Tetris&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;general&quot;&gt;GENERAL&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;Feb-run-uary&lt;/em&gt;, the sequel to Veganuary - Although running sucked at the beginning, by the end I could actually run.  This achievement was quickly undone by the the trees conquering my sinuses for a month and a half, making it impossible to breathe.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.amnh.org/exhibitions/race-to-the-end-of-the-earth&quot;&gt;&lt;em&gt;Race to the End of the Earth&lt;/em&gt;&lt;/a&gt; exhibit at AMNH.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://vihart.com/doodling/&quot;&gt;&lt;em&gt;Vi Hart’s math doodle youtubes&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://events.nationalgeographic.com/exhibits/2010/10/15/great-migrations/&quot;&gt;&lt;em&gt;Great Migrations&lt;/em&gt;&lt;/a&gt; at the National Geographic Society&lt;/li&gt;
  &lt;li&gt;Rock climbing twice a week during the summer. - I find rock climbing to be a giant puzzle where you coincidentally have to exercise, too.&lt;/li&gt;
&lt;/ul&gt;
</content>
 </entry>
 
 <entry>
   <title>Hey Now, All You Lovers</title>
   <link href="http://www.evanberkowitz.com/2011/12/04/zoo-lights.html"/>
   <updated>2011-12-04T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2011/12/04/zoo-lights</id>
   <content type="html">&lt;p&gt;The &lt;a href=&quot;http://nationalzoo.si.edu/&quot;&gt;National Zoo&lt;/a&gt; puts on &lt;a href=&quot;http://nationalzoo.si.edu/ActivitiesAndEvents/Celebrations/ZooLights/&quot;&gt;ZooLights&lt;/a&gt; every December.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Twisting Burning, My Thoughts Turning</title>
   <link href="http://www.evanberkowitz.com/2011/12/04/whirl.html"/>
   <updated>2011-12-04T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2011/12/04/whirl</id>
   <content type="html">&lt;p&gt;These whirls come from accumulating numerical errors.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Tyger Tyger, burning bright</title>
   <link href="http://www.evanberkowitz.com/2011/10/03/susy-qm.html"/>
   <updated>2011-10-03T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2011/10/03/susy-qm</id>
   <content type="html">&lt;p&gt;&lt;label for=&quot;mn-sources&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-sources&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;a href=&quot;https://doi.org/10.1103/RevModPhys.23.21&quot;&gt;Rev. Mod. Phys. 23, 21 (1951)&lt;/a&gt; &lt;br /&gt; &lt;a href=&quot;https://arxiv.org/abs/hep-th/9405029&quot;&gt;hep-th/9405029&lt;/a&gt; &lt;br /&gt; Ohanian Ch. 6+8 &lt;br /&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;label for=&quot;mn-date&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-date&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;I first prepared these notes for a 90-minute lecture for the first semester of Graduate Quantum Mechanics in 2011. &lt;/span&gt;&lt;/p&gt;

&lt;h1 id=&quot;the-factorization-operator&quot;&gt;The Factorization, Operator,&lt;/h1&gt;

&lt;h1 id=&quot;or-supersymmetric-method&quot;&gt;or Supersymmetric Method&lt;/h1&gt;

&lt;p&gt;In quantum mechanics we are, quite generally, intersted in studying Hamiltonians (in rescaled variables) like&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
    H = - \frac{d^2}{dx^2}+V(x).
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;In one dimension we usually mean &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;x\in (-\infty,\infty) &lt;/script&gt;&lt;/span&gt;, while in three dimensions we usually mean &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;x = r \in [0,\infty)&lt;/script&gt;&lt;/span&gt; and &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;V=V_\ell&lt;/script&gt;&lt;/span&gt; where &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\ell&lt;/script&gt;&lt;/span&gt; is a partial wave label, so that we just worry about the radial piece&lt;label for=&quot;sn-central&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-central&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;Reducing to just a radial coordinate only works for spherically symmetric potentials. &lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;Let us focus on a &lt;em&gt;special class&lt;/em&gt; of Hamiltonians: those derivable from a &lt;em&gt;superpotential&lt;/em&gt; &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;W(x)&lt;/script&gt;&lt;/span&gt;.  Let’s define&lt;label for=&quot;sn-hermitian&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-hermitian&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;Recall \(i \frac{d}{dx}\) is Hermitian, so \(\frac{d}{dx}^\dagger = -\frac{d}{dx}\) &lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
    A           = \frac{d}{dx} + W(x)     
    \hspace{3em}
    A^\dagger   = - \frac{d}{dx} + W(x)
&lt;/script&gt;&lt;/div&gt;

&lt;p&gt;From these operators we can build two Hamiltonians,&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
H_1 
= A^\dagger A 
= - \frac{d^2}{dx^2} - \frac{dW}{dx} - W \frac{d}{dx} + W \frac{d}{dx} + W^2
= - \frac{d^2}{dx^2} - \frac{dW}{dx} + W^2
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;and its partner&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
H_2 = A A^\dagger = - \frac{d^2}{dx^2} + \frac{dW}{dx} + W^2
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;where the sign of the second term is the only difference between the two.&lt;/p&gt;

&lt;p&gt;Immediately we can prove a nice theorem:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;newthought&quot;&gt;Theorem:&lt;/span&gt;  The eigenenergies of these Hamiltonians are nonnegative.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;newthought&quot;&gt;Proof:&lt;/span&gt;  For any state &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\left|\phi\right\rangle&lt;/script&gt;&lt;/span&gt; the matrix element of &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;H_1&lt;/script&gt;&lt;/span&gt; is&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
\left\langle \phi \mid H_1 \mid \phi \right\rangle 
= \left\langle \phi \mid A^\dagger A \mid \phi \right\rangle 
= \left|A \left|\phi\right\rangle\right|^2 
\geq 0,
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;and similar reasoning establishes the claim for &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;H_2&lt;/script&gt;&lt;/span&gt;.∎&lt;/p&gt;

&lt;p&gt;The two Hamiltonians differ only by the sign of the derivative term for the superpotential—does this establish a deep connection?&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;newthought&quot;&gt;Theorem:&lt;/span&gt;  They have &lt;em&gt;almost&lt;/em&gt; the same spectrum!&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;newthought&quot;&gt;Proof:&lt;/span&gt;  Suppose &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\left|\phi_n\right\rangle&lt;/script&gt;&lt;/span&gt; are the energy eigenstates of &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;H_1&lt;/script&gt;&lt;/span&gt;:&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
H_1 \left|\phi_n\right\rangle = A^\dagger A \left|\phi_n\right\rangle = E_1^{(n)} \left|\phi_n\right\rangle.
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;Applying &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;A&lt;/script&gt;&lt;/span&gt; to the above,&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
A H_1 \left|\phi_n\right\rangle = A A^\dagger A \left|\phi_n\right\rangle = A E_1^{(n)}\left|\phi_n\right\rangle
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;but we know &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;H_2 = AA^\dagger&lt;/script&gt;&lt;/span&gt; so the second equality can be written&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
 H_2 A \left|\phi_n\right\rangle = E_1^{(n)} A \left|\phi_n\right\rangle
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;so if we let &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\left|\psi_n\right\rangle = A \left|\phi_n\right\rangle&lt;/script&gt;&lt;/span&gt; then &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\left|\psi_n\right\rangle&lt;/script&gt;&lt;/span&gt; is an eigenstate of &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;H_2&lt;/script&gt;&lt;/span&gt; with energy &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;E_1^{(n)}&lt;/script&gt;&lt;/span&gt;!&lt;/p&gt;

&lt;p&gt;This of course works the other way—hit&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
H_2 \left|\psi_n\right\rangle = E_2^{(n)}\left|\psi_n\right\rangle
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;with &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;A^\dagger&lt;/script&gt;&lt;/span&gt; and you will find&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
H_1 A^\dagger \left|\psi_n\right\rangle = E_2^{(n)} A^\dagger \left|\psi_n\right\rangle
&lt;/script&gt;&lt;/div&gt;

&lt;p&gt;That’s it.  The two Hamiltonians have &lt;em&gt;precisely&lt;/em&gt; the same spectrum.  Any loopholes?&lt;/p&gt;

&lt;p&gt;Just one.&lt;/p&gt;

&lt;p&gt;If &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;A \left|\phi_n\right\rangle = 0 &lt;/script&gt;&lt;/span&gt; or &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;A^\dagger \left|\psi_n\right\rangle = 0&lt;/script&gt;&lt;/span&gt;—i.e. if one of the Hamiltonians has a zero-energy eigenstate, then we cannot successfully do the regrouping because the state is destroyed.&lt;/p&gt;

&lt;p&gt;Can we find these destroyed states?&lt;/p&gt;

&lt;p&gt;Yes!  &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;A \left|\phi_n\right\rangle = 0 &lt;/script&gt;&lt;/span&gt; and &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;A^\dagger \left|\psi_n\right\rangle = 0&lt;/script&gt;&lt;/span&gt; are linear, first-order ODEs:&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
\frac{d\phi_0}{dx}+W(x)\phi_0(x) = 0
&lt;/script&gt;&lt;/div&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
\frac{d\psi_0}{dx}-W(x)\psi_0(x) = 0.
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;We can use the method of the &lt;a href=&quot;https://en.wikipedia.org/wiki/Integrating_factor&quot;&gt;integrating factor&lt;/a&gt;.  It is simple to check that&lt;label for=&quot;sn-lowerbound&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-lowerbound&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;The lower bounds on the integrals simply readjust the proportionality constant. &lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
\phi_0(x) \propto e^{- \int^x dy\; W(y)} \hspace{3em} \psi_0(x) \propto e^{+ \int^x dy\; W(y)}
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;solve those differential equations, respectively.&lt;/p&gt;

&lt;p&gt;Now we can check the normalizability of these states.  For &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\phi_0(x)&lt;/script&gt;&lt;/span&gt;,&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
\infty \stackrel{?}{&gt;} \int_{-\infty}^{+\infty} dx\; \left|\phi_0(x)\right|^2 \propto \int dx\; e^{-2 \int^x dy\; W(y)}
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;so we need &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\int^x dy\; W(y)&lt;/script&gt;&lt;/span&gt; to go to &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\infty&lt;/script&gt;&lt;/span&gt; as &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;x\rightarrow\infty&lt;/script&gt;&lt;/span&gt;, so that &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;W(x)&lt;/script&gt;&lt;/span&gt; must fall slowly or grow at large &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;x&lt;/script&gt;&lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;On the other hand, for &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\psi_0(x)&lt;/script&gt;&lt;/span&gt;, we find&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
\infty \stackrel{?}{&gt;} \int_{-\infty}^{+\infty} dx\; \left|\psi_0(x)\right|^2 \propto \int dx\; e^{+2 \int^x dy\; W(y)}
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;so we need &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\int^x dy\; W(y)&lt;/script&gt;&lt;/span&gt; to go to &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;-\infty&lt;/script&gt;&lt;/span&gt; as &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;x\rightarrow\infty&lt;/script&gt;&lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;These two behaviors are clearly incompatible, so we conclude that &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;H_1&lt;/script&gt;&lt;/span&gt; and &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;H_2&lt;/script&gt;&lt;/span&gt; have the same spectrum except at most one has a zero energy eigenstate.∎&lt;/p&gt;

&lt;p&gt;In one dimension, for &lt;em&gt;any&lt;/em&gt; Hamiltonian &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;H&lt;/script&gt;&lt;/span&gt;, if you can find its ground state and adjust the constant part correctly, you can get &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;W(x) = -\frac{d}{dx}\ln \phi_0(x)&lt;/script&gt;&lt;/span&gt; so that &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;H=H_1&lt;/script&gt;&lt;/span&gt; and you can build &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;H_2&lt;/script&gt;&lt;/span&gt;.  But &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;H_2&lt;/script&gt;&lt;/span&gt; is not generically simple, so this is not a good way of solving most problems.&lt;/p&gt;

&lt;p&gt;In three dimensions, it isn’t &lt;em&gt;always&lt;/em&gt; possible to perform this feat, but it is in a large number of cases.  In fact, Schrödinger solved the hydrogen atom this way in the 1940s.&lt;label for=&quot;sn-schrodinger&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-schrodinger&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;&lt;a href=&quot;http://www.jstor.org/stable/20490744&quot;&gt;Proc. Roy. Irish Acad. A 48, 9-16 (1940/1941)&lt;/a&gt;. &lt;/span&gt;&lt;/p&gt;

&lt;h1 id=&quot;the-harmonic-oscillator-wx--x&quot;&gt;The Harmonic Oscillator &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;W(x) = x&lt;/script&gt;&lt;/span&gt;&lt;/h1&gt;

&lt;p&gt;&lt;label for=&quot;mf-ho-up&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-ho-up&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2011-10-03-susy-qm/HO_up.gif&quot; /&gt;&lt;br /&gt;Using the shift and ladder operator to find new higher-energy states in the spectrum of \(H_1\).&lt;/span&gt;&lt;/p&gt;

&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
    H_1 = - \frac{d^2}{dx^2} + x^2 - 1
&lt;/script&gt;&lt;/div&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
    H_2 = - \frac{d^2}{dx^2} + x^2 + 1
&lt;/script&gt;&lt;/div&gt;

&lt;p&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;H_1&lt;/script&gt;&lt;/span&gt; and &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;H_2&lt;/script&gt;&lt;/span&gt; have the same spectrum, but are only different by a constant.  How could that be?&lt;/p&gt;

&lt;p&gt;For every energy eigenvalue there must be another one a constant amount higher, because we can do the constant shift from &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;H_1&lt;/script&gt;&lt;/span&gt; to &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;H_2&lt;/script&gt;&lt;/span&gt; and then use &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;A^\dagger&lt;/script&gt;&lt;/span&gt; to find a state in the spectrum of &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;H_1&lt;/script&gt;&lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;&lt;label for=&quot;mf-ho-up&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-ho-up&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2011-10-03-susy-qm/HO_down.gif&quot; /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Going to higher energies forever in this fashion is perfectly fine.  Going down is doable too, but can create issues.&lt;/p&gt;

&lt;p&gt;Since the equation &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\frac{d\phi_0}{dx}+W(x)\phi_0(x) = 0&lt;/script&gt;&lt;/span&gt; is a first order, linear ODE, it has only one solution&lt;label for=&quot;sn-prop&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-prop&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;Up to an overall normalization. &lt;/span&gt;.  So, if there are multiple towers of evenly-spaced states, only one of them can have a state that gets destroyed.  The spectra of the two Hamiltonians still match exactly but for this destroyed state.  But, since no other state can get destroyed, one can forever find states with less energy (again, by a constant amount), and this must eventually violate the non-negativity theorem we proved above.&lt;/p&gt;

&lt;p&gt;So, these extra states cannot be in the spectrum, by reductio ad absurdum.  Moreover, you cannot find multiple perfectly-aligned towers of states because of the uniqueness theorem for &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\frac{d\phi_0}{dx}+W(x)\phi_0(x) = 0&lt;/script&gt;&lt;/span&gt;.  The harmonic oscillator has but one semi-infinite tower of evenly spaced states.&lt;/p&gt;

&lt;p&gt;Have we done anything new?  No, not for this example.  If you check you will find &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;A^\dagger = \sqrt{2}a^\dagger&lt;/script&gt;&lt;/span&gt; and &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;A = \sqrt{2}a&lt;/script&gt;&lt;/span&gt; where \(a\) and \(a^\dagger\) are the usual ladder operators for the harmonic oscillator.&lt;/p&gt;

&lt;h1 id=&quot;the-coulomb-potential-wellr---fracell1r--frac12ell1&quot;&gt;The Coulomb Potential &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;W^{(\ell)}(r) = -\frac{\ell+1}{r} + \frac{1}{2(\ell+1)}&lt;/script&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;label for=&quot;sn-coulomb&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-coulomb&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;Again, first presented by Schrödinger, &lt;a href=&quot;http://www.jstor.org/stable/20490744&quot;&gt;Proc. Roy. Irish Acad. A 48, 9-16 (1940/1941)&lt;/a&gt;. &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;The way the three-dimensional central potential problems tend to work is that you can, by a clever choice of superpotentials, construct relationships between &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;H_2^{(\ell)}&lt;/script&gt;&lt;/span&gt; and &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;H_1^{(\ell+1)}&lt;/script&gt;&lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;For the Coulomb superpotential&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
W^{(\ell)}(r) = -\frac{\ell+1}{r} + \frac{1}{2(\ell+1)}
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;one finds&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
H_2^{(\ell)} = H_1^{(\ell+1)} + \frac{1}{4(\ell+1)^2} - \frac{1}{4(\ell+2)^2}
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;so there is a constant shift between different \(\ell\) and supersymmetric partners.&lt;/p&gt;

&lt;figure class=&quot;fullwidth&quot;&gt;&lt;img src=&quot;/images/2011-10-03-susy-qm/Coulomb.gif&quot; /&gt;&lt;figcaption&gt;The Coulomb spectrum up to &lt;i&gt;n&lt;/i&gt;=4 with the ladder operators and constant shifts that connect the states.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;&lt;br /&gt;
This method also works for the three-dimensional isotropic harmonic oscillator,&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
W^{(\ell)}(r) = - \frac{\ell+1}{r}+r
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;but I will not go through the algebra or logic here.&lt;/p&gt;

&lt;h1 id=&quot;infinite-square-well&quot;&gt;Infinite Square Well&lt;/h1&gt;

&lt;p&gt;Suppose you restrict, in one dimension, to &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt; -\frac{\pi}{2} \leq x \leq \frac{\pi}{2} &lt;/script&gt;&lt;/span&gt; and let&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
W(x) = \tan(x)
&lt;/script&gt;&lt;/div&gt;

&lt;p&gt;Then,&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
H_1 = - \frac{d^2}{dx^2} - 1
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;a constant potential with hard boundaries—the infinite square well—and&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
H_2 = - \frac{d^2}{dx^2} + \sec^2(x) + \tan^2(x)
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;This potential looks like it ought to be extremeley difficult to solve, except that we know its spectrum matches the infinite square well.  That is,&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
E_n \sim n^2-1.
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;You can figure this out more precisely.&lt;/p&gt;

&lt;h1 id=&quot;whats-in-a-name&quot;&gt;What’s In A Name?&lt;/h1&gt;

&lt;p&gt;&lt;label for=&quot;mn-caveat&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-caveat&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;Caveat Lector: this section is not very precise.  I welcome pedagogical clarifications or simplifications. &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Supersymmetry&quot;&gt;Supersymmetry&lt;/a&gt;, or SUSY, is a symmetry that theorists like for its beauty and its ability to resolve some of the theoretical problems in quantum field theory:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Gauge coupling unification&lt;/li&gt;
  &lt;li&gt;Provides dark matter candidates&lt;/li&gt;
  &lt;li&gt;Solves the &lt;a href=&quot;https://profmattstrassler.com/articles-and-posts/particle-physics-basics/the-hierarchy-problem/&quot;&gt;hierarchy problem&lt;/a&gt; / provides naturalness.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It guarantees that particle species come in pairs&lt;label for=&quot;sn-susy&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-susy&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;Or larger multiplets, depending on the amount of supersymmetry &lt;/span&gt; of equal mass called superpartners.&lt;/p&gt;

&lt;p&gt;It is unclear if SUSY is a symmetry of nature:  we know of no superpartners, even though we expected them to be produced at the Large Hadron Collider.&lt;/p&gt;

&lt;p&gt;If you restrict to particles at rest, a state with one boson species and one fermion specied can be specified by&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
\left| n_b, n_\uparrow, n_\downarrow \right\rangle
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;where &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;n_b&lt;/script&gt;&lt;/span&gt; is a nonnegative integer representing how many bosons there are, and &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;n_\uparrow, n_\downarrow&lt;/script&gt;&lt;/span&gt; are either 0 or 1&lt;label for=&quot;sn-pauli&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-pauli&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;by Pauli exclusion &lt;/span&gt; and describe how many fermions there are.&lt;/p&gt;

&lt;p&gt;A state is bosonic if &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;n_\uparrow + n_\downarrow \equiv 0&lt;/script&gt;&lt;/span&gt; (mod 2) and fermionic otherwise.&lt;/p&gt;

&lt;p&gt;We can partition all the states into bosonic and fermionic sectors and define the Hamiltonian of this system to be&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
H = \left(\begin{matrix} H_b &amp; \\ &amp; H_f \end{matrix}\right)
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;which can be constructed out of&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
Q = \left(\begin{matrix}  &amp; 0 \\ A &amp; \end{matrix}\right) \hspace{3em} Q^\dagger = \left(\begin{matrix}  &amp; A^\dagger \\ 0 &amp; \end{matrix}\right)
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;with &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;A&lt;/script&gt;&lt;/span&gt; a fermionic operator.  One can check that &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;\{Q,Q^\dagger\}=H&lt;/script&gt;&lt;/span&gt;, if we recognize &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;H_b=H_1&lt;/script&gt;&lt;/span&gt; and &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;H_f=H_2&lt;/script&gt;&lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;&lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;Q&lt;/script&gt;&lt;/span&gt; and &lt;span&gt;​&lt;script type=&quot;math/tex&quot;&gt;Q^\dagger&lt;/script&gt;&lt;/span&gt; are supersymmetry generators in the superalgebra that take us between the bosonic and fermionic sectors.&lt;/p&gt;

&lt;p&gt;The full superalgebra is&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
[H,Q] = [H,Q^\dagger] = 0
&lt;/script&gt;&lt;/div&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
\{Q,Q^\dagger\} = H   \hspace{2em} \{Q,Q\} = \{Q^\dagger,Q^\dagger\} = 0.
&lt;/script&gt;&lt;/div&gt;

&lt;p&gt;The first lines imply that the fermion number is conserved.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>I got better!</title>
   <link href="http://www.evanberkowitz.com/2011/08/25/newtons-method.html"/>
   <updated>2011-08-25T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2011/08/25/newtons-method</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Newton%27s_method&quot;&gt;Newton’s Method&lt;/a&gt; is an iterative numerical technique for finding the roots, or zeroes, of a function.  You pick an arbitrary point, and perform a procedure on that point using the function of interest, getting another, new point, which you perform the same procedure on, getting a new point, and so on.&lt;/p&gt;

&lt;p&gt;This procedure is constructed so that its fixed points are the zeroes of the function you’re insterested in, and is guaranteed to yield an approximation to one of the zeroes… given enough time.&lt;/p&gt;

&lt;p&gt;We can naturally extend this procedure into the complex plane, where we then can color each point based on which zero it approaches, and how long it takes for this procedure to “settle down”.  When we make this coloring we get objects known as &lt;a href=&quot;https://en.wikipedia.org/wiki/Newton_fractal&quot;&gt;Newton’s Fractal&lt;/a&gt;.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>No Straight Lines Make Up My Life</title>
   <link href="http://www.evanberkowitz.com/2011/08/08/ngon.html"/>
   <updated>2011-08-08T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2011/08/08/ngon</id>
   <content type="html">&lt;p&gt;&lt;label for=&quot;mf-id-n6&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-id-n6&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2011-08-08-ngon/6.svg&quot; /&gt;&lt;br /&gt;One example (\(N=6\)).&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Take a unit circle, and inscribe a regular \(N\)-gon.&lt;/p&gt;

&lt;p&gt;Pick one vertex.  Draw lines from that vertex to all the other vertices (two of these lines are edges of the \(N\)-gon, the rest are interior to the \(N\)-gon).&lt;/p&gt;

&lt;p&gt;What is the product of the lengths of these lines?&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;&lt;label for=&quot;mf-id-n3&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-id-n3&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2011-08-08-ngon/3_proof.svg&quot; /&gt;&lt;br /&gt;\(N=3\), with additional lines that help us deduce the side length.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;We can start with simple examples.  For \(N=3\) we need to know the lengths of the sides of an equilateral triangle whose &lt;a href=&quot;https://en.wikipedia.org/wiki/Equilateral_triangle#Coincident_triangle_centers&quot;&gt;center&lt;/a&gt; is 1 unit from the vertices.  By drawing the angle bisectors / medians / altitudes (which are all the same for an equilateral triangle) we can decompose the triangle in 30˚-60˚-90˚ right triangles with hypotenuse 1. The side of interest of one of those smaller triangles has length \(\frac{\sqrt{3}}{2}\), so the equilateral triangle has side \(\sqrt{3}\) and the product we’re after is \(\sqrt{3}\times\sqrt{3}=3\).&lt;/p&gt;

&lt;p&gt;Curious. Let’s check \(N=4\).&lt;/p&gt;

&lt;figure&gt;&lt;figcaption&gt;&lt;/figcaption&gt;&lt;img src=&quot;/images/2011-08-08-ngon/4_proof.svg&quot; /&gt;&lt;/figure&gt;

&lt;p&gt;The decomposition in this case is even simpler!  We can draw just four 45˚-45˚-90˚ triangles with side length 1 and hypotenuse \(\sqrt{2}\).  So, the product we’re after is \(2\times\sqrt{2}\times\sqrt{2}=4\), where the terms are the inner diagonal and the two sides of the square, respectively.&lt;/p&gt;

&lt;p&gt;&lt;label for=&quot;mf-id-n2&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-id-n2&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2011-08-08-ngon/2.svg&quot; /&gt;&lt;br /&gt;\(N=2\)&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;In fact, if \(N\)=2, the polygon is degenerate, but we can consider the points at ±1—so the length of the one line 2!&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th style=&quot;text-align: center&quot;&gt;\(N\)&lt;/th&gt;
      &lt;th style=&quot;text-align: center&quot;&gt;product of lengths&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;2&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;2&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;3&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;3&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;4&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;4&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;Does this pattern hold forever?  Does it generalize into higher dimensions?&lt;/p&gt;

&lt;p&gt;I immediately checked the tetrahedron and cube inscribed in the unit sphere, and found that there was no obvious pattern in 3 dimensions.&lt;/p&gt;

&lt;p&gt;I struggled to find a proof in 2D.  I was able to reduce the problem to proving&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
\prod_{n=1}^{N-1} \sin\left( \frac{n \pi}{N} \right) = \frac{N}{ 2^{N-1}}
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;but got no further.&lt;/p&gt;

&lt;p&gt;My friend &lt;a href=&quot;https://sites.google.com/site/williamdonnelly/&quot;&gt;Will&lt;/a&gt; offered the following proof:&lt;/p&gt;

&lt;p&gt;Consider a regular \(N\)-gon in the complex plane with vertices at the \(N^{th}\) roots of unity \(\omega^n\) where \(\omega=e^{2\pi i/N}\).  Let 1 be the distinguished vertex, so the product of the lengths to all the other vertices is&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
\prod\text{lengths} = \prod_{n=1}^{N-1} |1-\omega^n| = \left|\prod_{n=1}^{N-1} (1-\omega^n) \right|
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;Now consider the polynomial identity&lt;label for=&quot;sn-id-poly&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-id-poly&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;This is in some sense the &lt;em&gt;definition&lt;/em&gt; of the roots of unity. &lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
z^N-1 = \prod_{n=0}^{N-1} \left(z-\omega^n\right)
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;which is just the factorization of the left hand side into linear factors.  Differentiating both sides with respect to \(z\) and setting \(z=1\),&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
N = \sum_{k=0}^{N-1}\prod_{n=0,n\neq k}^{N-1}\left(1-\omega^n\right).
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;But now note that if \(k\neq 0\) then the product on the right hand side includes a factor of \(1-\omega^0=0\) and so vanishes.  Thus only \(k=0\) contribues,&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
N = \prod_{n=1}^{N-1}\left(1-\omega^n\right).
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;Combining this with the first equation yields&lt;/p&gt;
&lt;div class=&quot;mathblock&quot;&gt;&lt;script type=&quot;math/tex; mode=display&quot;&gt;
\prod\text{lengths} = N.
&lt;/script&gt;&lt;/div&gt;
&lt;p&gt;QED.&lt;/p&gt;

&lt;p&gt;The reliance on complex numbers immediately explains why there was no pattern in three dimensions.  I would be interested to learn if there is any similar identity that takes advantage of the quaternions or octonions.&lt;/p&gt;

&lt;p&gt;I designed a graphic inspired by this identity, and gave Will a printed copy as thanks for this enlightening proof.&lt;/p&gt;

&lt;figure&gt;&lt;figcaption&gt;&lt;a href=&quot;/images/2011-08-08-ngon/bounty_high_res.png&quot;&gt;A high-resolution version&lt;/a&gt; is available.&lt;/figcaption&gt;&lt;img src=&quot;/images/2011-08-08-ngon/bounty.png&quot; /&gt;&lt;/figure&gt;

&lt;p&gt;If we take the bounding circle to have radius 1, the product of length of all the lines in this figure is exactly&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;230 843 697 339 241 380 472 092 742 683 027 581 
083 278 564 571 807 941 132 288 000 000 000 000&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;or \(54!\), as it is all the figures for \(N=2\) to \(N=54\), each a different color, superimposed.&lt;/p&gt;

&lt;p&gt;Subsequently, I came across a &lt;a href=&quot;http://www.johndcook.com/blog/2012/11/20/product-of-polygon-diagonals/&quot;&gt;purely algebraic proof&lt;/a&gt; that does not require differentiation.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Spirals Round and Round</title>
   <link href="http://www.evanberkowitz.com/2011/08/01/glassbow.html"/>
   <updated>2011-08-01T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2011/08/01/glassbow</id>
   <content type="html">&lt;p&gt;I saw a &lt;a href=&quot;http://space.mit.edu/~lewin/apod/&quot;&gt;glassbow&lt;/a&gt; in the wild!  That is, on the corner of 17th and Kilbourne Streets in Washington, DC.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/images/2011-08-01-glassbow/glassbow.jpg&quot;&gt;&lt;img src=&quot;/images/2011-08-01-glassbow/glassbow.jpg&quot; alt=&quot;Glassbow.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;!--more--&gt;
&lt;p&gt;Unfortunately, my glassbow was largely obscured by a tree’s shadow, and my phone’s camera is not the greatest, so my photo is nowhere near the quality of &lt;a href=&quot;http://apod.nasa.gov/apod/ap040913.html&quot;&gt;the gold standard&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The very fact that I noticed this bow at all is due to &lt;a href=&quot;https://en.wikipedia.org/wiki/Walter_Lewin&quot;&gt;Walter Lewin&lt;/a&gt; and his masterfully taught course &lt;a href=&quot;http://ocw.mit.edu/courses/physics/8-03-physics-iii-vibrations-and-waves-fall-2004/index.htm&quot;&gt;8.03 Vibrations and Waves&lt;/a&gt;, which I was lucky enough to take in the fall of 2005.  I still carry my wallet-sized linear polarizer.  What kind of physicist would I be if I didn’t?&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Don't Believe A Thing They Say</title>
   <link href="http://www.evanberkowitz.com/2010/11/28/post-office.html"/>
   <updated>2010-11-28T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2010/11/28/post-office</id>
   <content type="html">&lt;p&gt;If I am traveling out of &lt;a href=&quot;https://en.wikipedia.org/wiki/Pennsylvania_Station_(New_York_City)&quot;&gt;Penn Station&lt;/a&gt; and have some time to kill before my train, I like to get a street meat gyro with tzatziki &lt;em&gt;and&lt;/em&gt; hot sauce from the guy on the southeast corner of 33rd Street and 8th Avenue.  If the weather’s not too bad I take it across the street and sit in front of the colonnade of the &lt;a href=&quot;https://en.wikipedia.org/wiki/James_Farley_Post_Office&quot;&gt;Post Office&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The pigeons were surprisingly outgoing.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Out Of Control On A Breeze</title>
   <link href="http://www.evanberkowitz.com/2010/10/17/kite.html"/>
   <updated>2010-10-17T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2010/10/17/kite</id>
   <content type="html">&lt;p&gt;The National Mall, Washington DC&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>never trust a man with a typewriter between his lips</title>
   <link href="http://www.evanberkowitz.com/2010/07/31/stan.html"/>
   <updated>2010-07-31T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2010/07/31/stan</id>
   <content type="html">&lt;p&gt;&lt;label for=&quot;mn-credits&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-credits&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;Images from the &lt;a href=&quot;http://rbscarchives.library.ubc.ca/uploads/r/university-of-british-columbia-library-rare-books-and-special-collections/6/8/68899/Cooperman_Stanley.pdf&quot;&gt;Special Collections of the University of British Columbia&lt;/a&gt;. &lt;/span&gt;&lt;/p&gt;

&lt;h1 id=&quot;stan&quot;&gt;Stan&lt;/h1&gt;

&lt;p&gt;&lt;label for=&quot;mf-cigarette&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-cigarette&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2010-07-31-stan/cigarette.jpg&quot; /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt; I only met you yesterday, uncle                                   
 though you did not meet me
 as I poured through the endless papers
 sitting in cartons
 organized artificially
 by a librarian named Cynthia.
 Yellowed and creased I hear your words
 spoken through the typewriter between your lips,                  
 set within your bearded face, 
 injected between the lines by your bobbing blue fountain pen
 floating on the paper and the words and the ideas
 marking measuredly, unsatisfied.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&lt;label for=&quot;mf-typewriter&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-typewriter&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2010-07-31-stan/typewriter.jpg&quot; /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt; We shared an original thought about the endless tombstone
 fields marching forth to the factory that can only be glimpsed
 from the LIE as one is lured into the city by the other
 stone monuments that stick out of the ground in planned, regular rows
 while ascending the hill, Manhattanbound.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&lt;label for=&quot;mf-sailing&quot; class=&quot;margin-toggle&quot;&gt;⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mf-sailing&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;&lt;img class=&quot;fullwidth&quot; src=&quot;/images/2010-07-31-stan/sailing.jpg&quot; /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt; I see the reflections of my father&apos;s signature in yours,
 hear my grandmother&apos;s voice in the recordings of your readings
 echoing through the tapes that have been sitting in the stacks
 waiting
 for me to request them
 waiting
 for 34 for years.
 Your deep tone and hearty laugh and throaty cough
 sound so familiar, at yet so foreign
 as I record them on my laptop, 
 piped in from a reel-to-reel player that was dusted off upon my request.
 It brags in an unmistakably 70s font of playing in stereo!
 Your voice is in mono.
 Nonetheless it reaches my ears and I can see you
 sitting behind your desk or rocking on a cool leather chair
 with a tremendous microphone, stroking your beard and inspecting
 the world in your own way and your own time.
 
 I miss you uncle, though I only met you yesterday, as
 I sorted through the papers you left when you left.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>Can I Step Into Your World For A While?</title>
   <link href="http://www.evanberkowitz.com/2010/07/13/space-needle.html"/>
   <updated>2010-07-13T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2010/07/13/space-needle</id>
   <content type="html">&lt;p&gt;Seattle, Washington&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Carved Like a Dwarf Tree On A Mountain</title>
   <link href="http://www.evanberkowitz.com/2010/06/27/stanley-park.html"/>
   <updated>2010-06-27T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2010/06/27/stanley-park</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;http://www.stanleypark.org/&quot;&gt;Stanley Park&lt;/a&gt;, Vancouver BC&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>It's Easy as 1-2-3</title>
   <link href="http://www.evanberkowitz.com/2009/01/12/bonaire.html"/>
   <updated>2009-01-12T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2009/01/12/bonaire</id>
   <content type="html">&lt;p&gt;Bonaire, Leeward Antilles&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Laid Back In An Old Saloon, With A Peso In My Hand</title>
   <link href="http://www.evanberkowitz.com/2008/03/29/cancun.html"/>
   <updated>2008-03-29T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2008/03/29/cancun</id>
   <content type="html">&lt;p&gt;Cancun, Mexico&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Come On Ye Childhood Heroes!</title>
   <link href="http://www.evanberkowitz.com/2008/02/24/legos.html"/>
   <updated>2008-02-24T00:00:00+00:00</updated>
   <id>http://www.evanberkowitz.com//2008/02/24/legos</id>
   <content type="html">&lt;p&gt;&lt;label for=&quot;mn-kanigel&quot; class=&quot;margin-toggle&quot;&gt; ⊕&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;mn-kanigel&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;marginnote&quot;&gt;I first wrote this piece for &lt;a href=&quot;http://www.robertkanigel.com/&quot;&gt;Robert Kanigel&lt;/a&gt;’s class 21W.774 Invention and Ingenuity, which I thoroughly enjoyed. &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Imagine a world devoid of hate.  No race to divide.  No politics.  Everybody and everything working together to form a better place.  There’s no conflict.  Everything just works out.  Everything has its place.  It’s not far off.  It’s the world of Lego®.&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;Legos&lt;label for=&quot;sn-id-legos&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-id-legos&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;I understand that by not capitalizing and &lt;a href=&quot;http://thebrickblogger.com/2013/06/lego-legos-does-it-matter/&quot;&gt;using&lt;/a&gt; the colloquial plural I am jeapordizing my chances of an &lt;a href=&quot;http://priceonomics.com/life-as-a-lego-professional/&quot;&gt;awesome life&lt;/a&gt; as a &lt;a href=&quot;http://aboutus.lego.com/en-us/lego-group/programs-and-visits/lego-certified-professionals/&quot;&gt;Lego Certified Professional&lt;/a&gt; and am &lt;a href=&quot;http://en.wiktionary.org/wiki/lego#Noun&quot;&gt;inherently choosing sides&lt;/a&gt; in a &lt;a href=&quot;http://www.ericharshbarger.org/lego/faq.html&quot;&gt;protracted&lt;/a&gt; &lt;a href=&quot;http://www.bricksetforum.com/discussion/1144/lego-vs-legos&quot;&gt;battle&lt;/a&gt; over &lt;a href=&quot;http://www.adrants.com/2005/09/lego-gets-pissy-about-brand-name.php&quot;&gt;dialect&lt;/a&gt; and &lt;a href=&quot;http://www.legos.com&quot;&gt;trademark&lt;/a&gt;.  I’ve always said ‘Legos’. &lt;/span&gt;, the classic Danish building block of your childhood is a marvel of engineering.  With only a few kinds of pieces you can build a car or a castle, a frigate or a fighter jet, a submarine or a spaceship.  The Lego man&lt;label for=&quot;sn-gender&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-gender&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;&lt;a href=&quot;http://www.npr.org/blogs/thetwo-way/2014/08/03/337565016/lego-releases-female-scientists-set-may-appease-7-year-old-critic&quot;&gt;And women!&lt;/a&gt; &lt;/span&gt; is truly a Jack-of-all-trades.  He can do anything.  He always fits in.  Of course he does.  He was designed that way.&lt;/p&gt;

&lt;p&gt;But I don’t need to tell you this.  Chances are, you know.  Chances are, you can tell me the standard Lego colors&lt;label for=&quot;sn-colors&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-colors&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;The &lt;a href=&quot;http://www.duckingham.com/about/lego-colors/&quot;&gt;Classic 8&lt;/a&gt; are red, yellow, blue, black, white, green, brown, and grey. &lt;/span&gt;.  If you’re anything like me, your pieces were sorted by them (and then again by shape, of course).  If you’re anything like me, those few colors were all you needed.  Bricks and plates, doors and wheels, and the occasional windshield are all you needed.  With these came endless diversion.  And at the end you had a definite creation, a toy.  The fun didn’t end with assembly&lt;label for=&quot;sn-story&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-story&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;The LEGO Group &lt;a href=&quot;http://books.google.com/books?id=jX7RXTi8MTEC&amp;amp;lpg=SL3-PA137&amp;amp;ots=kDvas8rynG&amp;amp;pg=SL3-PA137#v=onepage&quot;&gt;understands the importance&lt;/a&gt; of the subsequent &lt;a href=&quot;http://www.brandstories.net/2012/08/19/transmedia-storytelling-from-lego-a-world-without-limits/&quot;&gt;storytelling&lt;/a&gt; that takes place after building is complete, and its &lt;a href=&quot;http://www.dailyfinance.com/2011/08/24/why-are-legos-so-expensive/&quot;&gt;ambitious licensing&lt;/a&gt; is one of its major stragic business advantages over Mega Bloks and other Lego-compatible competitors. &lt;/span&gt;.  What you made became its own world.  You had a day at the track, a protracted castle siege, or a voyage a-sea&lt;label for=&quot;sn-asea&quot; class=&quot;margin-toggle sidenote-number&quot;&gt;&lt;/label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;sn-asea&quot; class=&quot;margin-toggle&quot; /&gt;&lt;span class=&quot;sidenote&quot;&gt;I have been told that “a-sea” is not a real word or phrase, but it is most definitely a common answer to the New York Times crossword puzzle. &lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;And as much as you would look at the picture on the box before opening up a new set, you couldn’t imagine that there was a combination of pieces that would turn out that &lt;em&gt;fun&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Yet, without fail, you would put it together.  And along the way, the set designers taught you new ways to put those familiar pieces together.  They’d expose you to more interesting and clever constructs.  Interesting ways to mount wheels.  New ways to support roofs.  Things that you never would have dreamed of.  But it all fit together.  And as you assembled more and experienced more you anticipated more.  You could see how this combination strengthened the car’s chassis or how adding some extra pieces now would alleviate the lack of studs later, and it was extremely satisfying when the wordless directions bore out your predictions.&lt;/p&gt;

&lt;p&gt;But those guys always had something up their sleeve.  They knew exactly which piece would be absolutely perfect for that next step.  What a fun job.  When I was six or seven, after my garbage man stint (they get a cool truck) I imagined growing up and working at Lego, designing sets for people to build.  I couldn’t imagine a better way to get paid.&lt;/p&gt;

&lt;p&gt;But I grew up, and I moved on.  I was no longer satisfied to make something that stood still.  I wanted to build something that itself could do something.  I wanted to engineer, though if you had asked me at the time, I wouldn’t have known it.&lt;/p&gt;

&lt;p&gt;Luckily for my parents, those Danish wizards anticipated my maturity, and had just the remedy.  Lego Technic.  Sprockets and gears, racks and pinions.  Motors.  Motion.  And the most amazing part?  All of the big-boy pieces fit together with the pieces they would have otherwise antiquated.  Surely this was no coincidence!  The engineers at Lego certainly thought this through.  Legos developed and whetted your palette, and Technic was the reward.  Legos were the hook, Technic the twist, revitalizing your interest with new surprises and new questions.&lt;/p&gt;

&lt;p&gt;How do you get the gear ratio in the drive train right?  How do you build a worm gear housing?  How can you transmit one motor’s power to both the helicopter’s rotor and its relatively distant stabilizing fan?  When you were ready to set aside the bricks and plates, suddenly you got beams and axles and new dynamics.  And then you have to ask, “How do you do it &lt;em&gt;right&lt;/em&gt;?”&lt;/p&gt;

&lt;p&gt;That was always a problem.  If you were building something big, you either needed to draw plans (unlikely) or to have the engineering equivalent of Kasparov’s foresight.  Otherwise what you just built now would, by the end, wind up in the way of that most crucial shaft or gear.&lt;/p&gt;

&lt;p&gt;And in thinking everything through, and putting the small pieces into functional modules, and assembling the modules into a model, you were indoctrinated.  The definition of effective propaganda is that it draws you in without you noticing.&lt;/p&gt;

&lt;p&gt;That’s what they had done.&lt;/p&gt;

&lt;p&gt;They got me.&lt;/p&gt;

&lt;p&gt;And my parents had paid them to do it.&lt;/p&gt;

&lt;p&gt;Mom and dad didn’t know then, but those were certainly the most expensive toys they ever bought.  They came with four years at MIT.&lt;/p&gt;

&lt;p&gt;By the time I got to high school, I knew I wanted to be an engineer.  And when I finally could choose my courses, I loaded up with sciences, that being the closest thing to engineering available.  And I didn’t just stick to pulleys and ramps and projectiles.  I made it a point to take chemistry and computer science too.  Who knew what subject would capture my attention?&lt;/p&gt;

&lt;p&gt;I was lucky to wind up at a school with strong science, because after a few college-level science classes, I was converted.  Studying those subjects you learn little pieces here and there, but what you come away with isn’t a set of single-purpose facts, it’s a full picture of how the world works and a broad understanding of how your facts fit together.  It’s difficult to explain many phenomena with a single framework, because you never know what kinds of questions will arise.  Yet someone, Boyle or  Newton or Turing, found the right one.  They had discovered the pieces, and people have added new pieces now and then.  But the magic isn’t in the pieces provided.&lt;/p&gt;

&lt;p&gt;A lot of &lt;em&gt;learning&lt;/em&gt; science is learning new tricks.  Having a million different ways to look at a problem, and to say “Oh, &lt;em&gt;this&lt;/em&gt; kind of like &lt;em&gt;that&lt;/em&gt;.”  You arm yourself with little pieces here and there.  But &lt;em&gt;understanding&lt;/em&gt; science isn’t about the tricks.  The magic is that once you understand, you can take the principles and solve your own problems.  It’s freeform, a bunch of loose pieces in a crowded plastic tub.&lt;/p&gt;

</content>
 </entry>
 

</feed>