What number comes next?
I absolutely detest the “what number/letter/picture comes next” type of puzzles. They are typically based on catching the pattern that the author had in mind when creating the puzzle. Well, […]
I absolutely detest the “what number/letter/picture comes next” type of puzzles. They are typically based on catching the pattern that the author had in mind when creating the puzzle. Well, […]
In the last month or so I realized that I am having difficulty using GMail. I could not put my finger on it, until it hit me: look at the […]
After upgrading to a newer version of Unity, we found that our process began to fail with StackOverflowException. Investigation showed that it happened because the following registration behaves differently depending […]
HTML entities are taking over. Here’s what I saw today in our local Target:
I was testing various sorting algorithms, so I had a base class that SortTestBase that contained actual tests and accepted the algorithm in the constructor, and derived classes that supplied […]
I heard all the buzz about 3D Earth view in Google Maps, but it did not work in my Chrome browser at home. I initially thought Google is doing some […]
A few days ago I ran into a situation when I forgot to add –no-ff when merging a feature branch into master. The result was a mess. State before the […]
I needed to move my virtual machine from one MSDN subscription to another. There is a “Move” option in Azure portal, but it works only if you can access both […]
Hurrah, our project actually has a class named (Something)TemplateFactoryBuilder! What does it do? Well, it’s very easy. It takes a serialized string and creates a factory, which will produce a […]
DotNetCore provides two types of installs: framework-dependent install and self-contained install. I tried to compile a hello-world app on Windows and run it on Ubuntu that has neither dotnetcore SDK […]