Showing posts with label
grumpy
.
Show all posts
Showing posts with label
grumpy
.
Show all posts
2024-06-07
How to organize a Visual Studio Solution
›
Visual Studio is a capricious product, and its "Solution" subsystem is especially capricious. When you look at what opt...
2024-05-31
Incident Impact Calculation Formula
›
The Mike Nakis formula for calculating the impact of an incident: I = S × G × T Where: I is the impact of the incident. S is the...
2023-08-15
On the "Dotfuscator" tool by PreEmptive Solutions
›
I am giving this tool a try at work, and I am encountering a great many problems with it. I decided to publicly document my findi...
2023-07-06
[SOLVED] Maven deploy fails with status 422 unprocessable entity
›
It has been more than a year since I created this question on GitHub Community; a couple of days after that I found the solution by myself, ...
2023-05-26
Program Code is Uncountable
›
There are some words in English that are uncountable. For example: cheese , furniture , music , evidence , research , knowledge , ...
2023-01-15
If you are using mock objects you are doing it wrong.
›
Abstract: The practice of using Mock Objects in automated software testing is examined from a critical point of view and found t...
2022-12-25
So the "master" branch is not kosher anymore
›
The origins of the debate go so far back that they are lost in the mists of time, but a good starting point (which contains references...
2022-12-18
On messages and message-passing
›
Over the decades, numerous software system architectures have emerged which require invocation...
2022-08-16
On UML (oh, do not get me started)
›
The UML logo, by Object Management Group®, Inc. from uml.org ; Public Domain. This post is intended as support material for another post ...
2020-12-19
The famous "Could not load file or assembly or one of its dependencies" error message
›
If you have ever done any software development under Microsoft Windows you have probably come across this famous error message: ...
2018-04-02
On JUnit's random order of test method execution
›
This is a rant about JUnit, or more precisely, a rant about JUnit's inability to execute test methods in natural method order. Definit...
2017-07-17
Grumpy Posts
›
Besides the delicate grumpiness which is gratuitously scattered throughout this blog like the golden rays of light in a gentle sunset, ther...
2017-06-18
What is wrong with UUIDs and GUIDs
›
Introduction Universally Unique Identifiers (UUIDs) otherwise known as Globally Unique Identifiers (GUIDs) are 128-bit numbe...
2017-05-20
On scripting languages
›
Foreword Historically, the difference between scripting languages and real programming languages has been understood as the pres...
›
Home
View web version