Activity overview
Latest activity by matthewcollins
The distinction between global and per-thread calculations is interesting because the inputs can vary significantly depending on the workload. In education, calculations can also depend on multiple inputs, such as assignment scores and their weighting. A grade calculator with credits can be useful when you need to combine those values and get a clearer overall result. / comments
The distinction between global and per-thread calculations is interesting because the inputs can vary significantly depending on the workload. In education, calculations can also depend on multiple...
Running SQL Compare 14 via Docker on Linux is a big win, especially for teams working in mixed environments or CI/CD pipelines. Being able to containerize comparisons makes automation much cleaner and more consistent across systems. The setup looks pretty straightforward too just having Docker installed and pulling the image from Docker Hub makes it accessible without needing a full Windows environment. This should be especially useful for integrating database comparison into build pipelines or DevOps workflows. Honestly, after dealing with command-line setups like this, I usually take a quick break with a online arcade game to refresh / comments
Running SQL Compare 14 via Docker on Linux is a big win, especially for teams working in mixed environments or CI/CD pipelines. Being able to containerize comparisons makes automation much cleaner ...