Contents of <format> are only available with C++20 or later? | Stand Up Apr 10

The UI synchronization for Replicator 3 works. The command line module collects a list of directories to be replicated using the Win32 API, but seems like something from the std:: library would be better, so I looked into that and Visual Studio 2022 is having an issue about the version of the C++ language? What […]

Contents of <format> are only available with C++20 or later? | Stand Up Apr 10 Read More »

Need to Fix Sync Between Process Events and User Interface | Morning Stand Up Apr 7

I recorded the material for this video yesterday. As I was getting ready to put my voice over it, I noticed that not all of the information returning from the processes is displayed in the user interface as the results come in. Some seem to happen in secret. Some processes seem to just report “Done

Need to Fix Sync Between Process Events and User Interface | Morning Stand Up Apr 7 Read More »

.NET Multi-platform Investigation Ends Without Prejudice | Morning Stand Up Apr 5

I investigated .NET MAUI long enough yesterday to verify that it’s too much hassle at this time. The project framework — keeping all the code in one base in one IDE on Windows — is handy, but a lot more hassle up front which would slow down an actual release of a Windows Desktop version

.NET Multi-platform Investigation Ends Without Prejudice | Morning Stand Up Apr 5 Read More »

C++ C# leads to renewed .NET Multi-platform investigation | Morning Stand Up Apr 4

Since I’m charging up my MacBook anyway this morning, why not take what I’ve learned through c++ and c# and check out Microsoft’s .NET MAUI again to see how it looks? Breaking Replicator into several modules will make multi-platform easier. I like accessing the Windows API via c++. I like programming for Windows Desktop using

C++ C# leads to renewed .NET Multi-platform investigation | Morning Stand Up Apr 4 Read More »

I love ISPConfig

This post does not directly relate to Karen’s software, but I wanted to publicly post that I love ISPConfig. I’ve been economizing our server setup by downsizing to a limited memory plan at Linode.com. One of the big consumers of memory on the server was Spam checking. Frankly, it was too sensitive anyway, plus it

I love ISPConfig Read More »

Karen’s Replicator 2

Somebody asked on YouTube if Replicator was going to be rewritten. I have said yes since 2017. I’ve started dozens of times, including again today. Spoiler: 45 minutes of very little getting done. There’s some bad music. And I prove to myself I shouldn’t do these online. 🙂

Karen’s Replicator 2 Read More »

Model-View-ViewModel (MVVM) Toolkit from Microsoft Community

The MVVM pattern helps cleanly separate an application’s business and presentation logic from its user interface (UI). Maintaining a clean separation between application logic and the UI helps address numerous development issues and makes an application easier to test, maintain, and evolve. It can also significantly improve code re-use opportunities and allows developers and UI

Model-View-ViewModel (MVVM) Toolkit from Microsoft Community Read More »

Scroll to Top