Archive:
Subtopics:
Comments disabled |
Fri, 27 Mar 2020 Last week Pierre-Françoys Brousseau and I invented a nice chess variant that I've never seen before. The main idea is: two pieces can be on the same square. Sometimes when you try to make a drastic change to the rules, what you get fails completely. This one seemed to work okay. We played a game and it was fun. Specfically, our rules say:
Miscellaneous notesPierre-Françoys says he wishes that more than two pieces could share a square. I think it could be confusing. (Also, with the chess set we had, more than two did not really fit within the physical confines of the squares.) Similarly, I proposed the castling rule because I thought it would be less confusing. And I did not like the idea that you could castle on the first move of the game. The role of pawns is very different than in standard chess. In this variant, you cannot stop a pawn from advancing by blocking it with another pawn. Usually when you have the chance to capture an enemy piece that is alone on its square you will want to do that, rather than move your own piece into its square to share space. But it is not hard to imagine that in rare circumstances you might want to pick a nonviolent approach, perhaps to avoid a stalemate. Some discussion of similar variants is on Chess Stack Exchange. The name “Pauli Chess”, is inspired by the Pauli exclusion principle, which says that no more than two electrons can occupy the same atomic orbital. [Other articles in category /games] permanent link Tue, 24 Mar 2020
git log --author=... confused me
Today I was looking for recent commits by co worker Fred Flooney,
address
but nothing came up. I couldn't remember if
and still nothing came up. “Okay,” I said, “probably I have Fred's address wrong.” Then I did
The I changed this to
which also prints out the full hash of the matching commits. The first one was 542ab72c92c2692d223bfca4470cf2c0f2339441. Then I had a perplexity. When I did
it told me the author email address was
the address displayed was The answer is, the repository might have a file in its root named
But my Also, I learned that Also, I learned that Thanks to Cees Hek, Gerald Burns, and Val Kalesnik for helping me get to the bottom of this. The [ Addendum: I could also have used [Other articles in category /prog] permanent link |