We did not take the easy path of writing our app in Java or a web-based Java-script heavy framework. Using C# and .NET allows us to craft an experience that minimizes resource use and is very fast.
This got me good. I just love how they try to make using .NET for making a windows application “not the easy path”.
Sounds kinda interesting though. If I’m ever so unlucky as to having to use Win11, I will give it a try.
BearGun@ttrpg.network 3 weeks ago
I know what most of these words mean individually
spooky2092@lemmy.blahaj.zone 3 weeks ago
Basically, a playbook is a set of instructions or baselines for how you want the system to look/be setup, and the provisioning tool will engage in however many tasks are required to configure the system to your specifications. I played around with something similar with PowerShell DSC, and its pretty cool to be able to eliminate config drift when it checks against the config and remediates any changes that weren’t updated in the playbook.
demonsword@lemmy.world 3 weeks ago
so… ansible?
BearGun@ttrpg.network 3 weeks ago
I see, that clears things up somewhat. Thank you!