Would You Kill Baby Hitler?

I’m sure that many of you have heard this dilemma asked. As a baby, Hitler was innocent. He remained innocent through his youth, through World War I, and beyond.

At some point, he became evil.

I would not kill baby Hitler. My world is what it is today because of WWII. Would it be better if Hitler had never been the leader of Germany? I don’t know, and neither do you.

We know the results, and we are where we are today because of our history, good and bad.

In 1989 or so I was interviewing with Cray Research. They gave me two options: I could work at an Army site, or I could work at NASA Langley.

I knew where Langley, VA, was. It was in the heart of the swamp. I couldn’t afford to live in that area, and I would hate the city life. Everything about living in Langley, VA, sucked for me.

I accepted the job offer for the Army site. It turned out that I got to work on the bleeding edge of computer graphics. I got to do stuff with amazing computers. I found a mentor that taught me more than I had learned in years. It took me through two bad marriages and into a great one.

It turns out that NASA Langley is located in Newport News, VA. About 20 miles from where I graduated from high school. It was in a part of the country I love. If I had known that NASA Langley was not located in Langley, VA, I would have taken that offer.

Would I change that decision if I could? No.

This is my world.

We live with the consequences of choices—both the ones we make and the ones we refuse to make. Today the same people who claim they would kill baby Hitler are screaming that Trump had no right to stop the Iranian regime before it could build its own final solution.

We hear from the better educated elites about how horrible it is that Trump attacked Iran without permission or provocation.

Let’s get some facts very clear. Iran has been at war with the United States since 1979. When the “students” deposed the Shah, they installed the current theocracy—at least until last week. They declared, “Death to America”. They declared war on us.

Except for the time when Iran and Iraq were busy killing each other’s child soldiers, Iran has been actively attacking the United States.

The bombing of the USS Cole? Iran. The mining of the Strait of Hormuz? Iran. The mine almost sinking the USS Samuel B. Roberts in the Persian Gulf? Iran. The first bombing of the World Trade Center? Iran. The arming of Hamas and Hezbollah? Iran.

If you look at any Muslim terrorist action, you can trace it back to Iran. (And if you aren’t covering for the the media’s beloved Obama, you can see the money he sent them funding those operations.)

Now I called them “students,” because in 1979 that was how they were labeled by the lying media. They were communist-trained revolutionaries—the same militant radical instigators we find on US college campuses today.

Over the last 3 months, somewhere between 20,000 and 40,000 people were murdered in Iran by the regime. This makes Chicago’s murder rate pale in comparison. And it wasn’t black on black violence.

The media mostly ignored it. They ignored women risking their lives by baring their hair. They ignored it when the Revolutionary Guard fired into the crowds.

They ignored the deaths of those screaming, begging, and pleading for freedom. For the United States to help.

This is compared to how upset they are over 160-some being killed by an Iranian missile falling on a girl’s school. Or six servicemen losing their lives for the cause of freedom.

Trump killed baby Hitler. He decapitated the Iranian regime before they could detonate a nuclear device on Israel or on US soil.

It was the right thing to do.

Because this is history being made, not history being changed.

Programming with Grok

In Perl, a scalar is represented as $scalar, an array as @array, and a hash as %hash. In PHP all variables are represented as $var. In C or C++, you declare your variables, so int i; int array[25];. Java uses C like declarations.

JavaScript can’t make up its mind, so everything can be anything.

I also program in Python and other languages. The syntax gets me. In addition, each language has its set of libraries to do more complex things.

My fingers get confused. In addition, when programming in JavaScript, you need to know what framework you are using and what style sheets you are working with.

I decided to use Grok as a co-worker for coding.

We will be working in HTML and pure JavaScript or Typescript.

The server will be sending a