Jeff Lill
Jeff Lill
I just ran across this link: https://www.itechtics.com/enable-hyper-v-windows-10-home/ It looks like it may be possible to enable Hyper-V on Windows Home.
_GitOps is an operational framework that takes DevOps best practices used for application development such as version control, collaboration, compliance, and CI/CD tooling, and applies them to infrastructure automation:_ https://about.gitlab.com/topics/gitops/...
The idea here is to be able to stop clusters during off hours to reduce costs. This looks possible on Azure: https://docs.microsoft.com/en-us/azure/automation/automation-solution-vm-management
I had a cluster setup running on the laptop and got this somewhat weird deployment error. I haven't ever seen this before, even on the last run. The only real...
After we support .NET 7 (#33), we should try AOT again for **neon-cli** (at least) to improve launch performance.
It looks like WSL now supports systemd natively: https://devblogs.microsoft.com/commandline/systemd-support-is-now-available-in-wsl/ Thinks to research: - [ ] **Distro lifecycle:** I'm not sure whether we can control this. - [ ] Do distros...
**neon-cli** is a bit slow right now. I just noticed that we're loading the hosting managers for every command, even those that don't need them. We need to optimize this...
One of the libraries must be referencing this by mistake or we need a new library for ASPNET stuff.
Additional work required for Azure deployments: - [x] Recreate headend client - [x] Add methods to query for Azure and AWS image properties - [ ] Verify that the user...
Investigate new .NET7.0 AOT capabilities: https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/