In Russia, Buddha meditates on you!

The world’s most unexpected Buddhist temple:

This is the Golden Temple of Elista, the capital of the Russian Republic of Kalmykia, on the western shore of the Caspian Sea in European Russia. The Kalmyks migrated here in the 1600s from what is now Mongolia.

Kalmykia is thus the only place outside Asia where the predominant religion is Buddhism.

Explore it yourself!

Bonus entertainment: a full-on flame war in reddit’s r/buddhism: “You must be new here. You don’t want to try to debate with me… You are not an awakened being.”

A new vision for science

My colleagues and I are thrilled to announce the latest release of our SciServer online science platform.

Screenshot of SciServer (www.sciserver.org)

SciServer a suite of tools to manage, visualize, and understand large-scale datasets in all areas of science, from astronomy to genomics to soil ecology. SciServer allows anyone to work with Terabytes of data, running server-side analysis and visualization tools in real time, without needed to install anything.

The beating heart of SciServer is SciServer Compute, a browser-based virtual computing environment. Anyone can create a free SciServer account and create analysis scripts in Python, R, or Matlab.

Today’s release is called SciServer Betelgeuse, succeeding the previous system SciServer Altair (#lolSeeWhatWeDidThere). SciServer Betelgeuse adds group functionality for file and data sharing, and also the ability to run asynchronous time- or memory-intensive jobs. We’ve been working on this update for more than two years, and we’re eager to see how everyone can make use of it.

We’re grateful to the generosity of the National Science Foundation (award ACI-1261715) for their generosity in allowing us to create and maintain this resource, forever free to users.

The “we” I keep referring to here is a team of incredibly talented scientists and coders at the Institute for Data-Intensive Engineering and Science (IDIES) at Johns Hopkins University. I’m honored to have been part of this team for the past eighteen years.

And on a personal note, this new release is a major new step in my career. I’ve devoted my entire professional life to finding new ways to bring the real process of science to the world, and this is the realest real way yet.

What’s North of South Dakota?

ndsd
What’s North of South Dakota? SURPRISE!

The answer is mostly obvious: North Dakota. But there is one tiny, bizarre exception, which I found through Google Earth.

The world is full of amazing and beautiful surprises, and I’m pretty sure that over the years I have spent more time playing with Google Earth than with any actual computer “game.” The browser-based Earth-in-Google-Maps interface is easy to use, but the downloadable Google Earth Pro has clearer images and additional tools like distance measurements and geotagged forum posts.

One day I was looking up the Sanford Underground Research Facility in western South Dakota, and decided to scroll around for a bit. I discovered, to my great suprise, that the borders of Montana and Wyoming don’t quite line up – leaving a less-than-one-mile-long anomaly in the South Dakota border. This means that if you drive north on Albion Road outside of Belle Fourche, you will cross the border into Montana.

And here it is, with the border clearly marked:

A satellite image of the short South Dakota-Montana border

At first I thought it was a copyright trap, but Google Earth came to the rescue by showing that someone had taken a photo of a “Welcome to Montana” sign just over the border. Sadly, the photo was hosted on the now-defunct Panoramio site, so it’s gone. But you can still see the shadow of the border sign in the close-up satellite image:

A closeup image of the border, showing the shadow of the Welcome to Montana sign

Bonus awesomeness: Driving north on Albion Road also takes you past two derelict nuclear missile silos from the Cold War. And also two other sites that are clearly still in use but completely unlabeled. See if you can find them!

If you’d like to explore for yourself (and you should!), here is the direct link in Google Maps – or download Google Earth Pro, turn on the Borders layer, head northwest from Belle Fourche, South Dakota.

Happy virtual travels!

The problem any third grader can understand, but has all the world’s mathematicians completely stumped

Think of any natural number (1, 2, 3, 4…). If your number is even, divide by 2. If your number is odd, multiply by 3 and add 1. Repeat with your new number, over and over again.

For any everyday human-scale number, you will eventually end up in an infinite loop of 4, 2, 1, 4, 2, 1… Sometimes you’ll get there quickly, sometimes it will take hundreds of steps.

Collatz conjecture with 42: 42 -> 21 -> 64 -> 32 -> 16 -> 8 -> 4 -> 2 -> 1 -> 4 -> 2 -> 1...
The Collatz Conjecture: example calculations for 42 and 99

Here are two examples I tried on the back of a random piece of junk mail: 42 goes into the 4 -> 2 -> 1 loop on the sixth step, while 99 goes on for so long that I ran out of space. Try it yourself with a few numbers to get a feeling for how it works. If you get tired of writing down numbers, this online tool will do the calculations for you.

But of course there are infinitely many numbers… so is that ALWAYS the case, or is there some number that defies the pattern? An exception could either end in a different repeating cycle, or could keep growing forever by multiplying by 3 and adding 1.

This is known as the “3x+1 problem” or the “Collatz Conjecture” (after German mathematician Lothar Collatz). Amazingly enough, this simple problem has never been solved.

Computer calculations show that if there is an exception to the rule, it must be larger than 1,152,921,504,606,846,976. We could keep testing larger and larger numbers on larger and larger supercomputers, and maybe we’d find an exception… but maybe not. Even if we supercompute for ten billion years and still don’t find a counterexample, that’s still not a proof. A proof would require someone to construct a logical argument, starting from things we know to be true, to conclude either that an exception MUST exist or an exception CANNOT exist. (Caveat about this: see below.*) And mathematicians don’t even know where to begin to build that argument (another caveat**).

Probably the world’s top expert on this problem is Jeffrey Lagarias of the University of Michigan, who says: “This is an extraordinarily difficult problem, completely out of reach of present day mathematics.”

Or, put more simply: Math is AWESOME. That is going to be a theme of this blog, I think.

To learn more about the Collatz Conjecture, see this excellent introduction from one of my favorite YouTube channels, Numberphile:

*There is another possibility – it could be “undecidable,” meaning we could prove that the statement could never be proven true or false from the basic assumptions of math. It would be sorta like the statement in simple English, “This statement is a lie.”

**I’m exaggerating a bit, of course, because mumble mumble abstract machine mumble subsemigroup mumble parity sequence mumble mumble matrix something something mumble. But there’s no obvious path forward.