• 0 Posts
  • 14 Comments
Joined 3 years ago
cake
Cake day: June 17th, 2023

help-circle


  • Why an RDBMS on the local though? Testing shit doesn’t make sense to name it as a regular piece of software.

    I always build against a local DB?

    For our desktop / LAN software the DB will always be local.

    For web, it’s easier since I’m likely to burn the DB down over and over during early development / prototyping. But I’m not using cloud hosted DB even in production, and don’t expose Postgres outside the DB server, so I find it easier to work on this way.

    EDIT: I also think that a default installation of VS includes SQL Server. I don’t use it, so always have to adjust the installation and remove all of those bits, but I also have complete control of my environment. I could see an IT department just doing a stock VS installation with the required workloads.







  • Yea, I just need to convert one of my existing non critical images from VMware to one of the other formats, and start experimenting until I find something that works.

    But I spend 40+ hours a week in the VM (even on Windows), so I’ll have to spend some time testing and make sure everything is solid (and don’t want to deal with rebuilding the image, so I need to migrate it).

    The only reason I’m even running VMware is that when I moved to VMs for dev machines in 2010 I needed multiple monitor and USB support, and at the time VMware was the only option that supported both.



  • Dual boot is what I do now, but I end up spending all day in Windows, and everything gets out of sync (documents, etc), and I never boot back to Linux.

    I’ll check out QEMU. I need multi monitor support, and USB pass-through at a minimum to be able to work with a USB software dongle and debug Android devices from Windows, so it gets a bit complicated. And I don’t want to rebuild my main work image, so migrating the virtual drive from VMWare to something else is the next step.

    I need to pick a distro for the next run. I used / liked OpenSUSE the first time, and most things were pretty stable, but I could never get VMWare running. I went with Kubuntu next since there was solid Ubuntu support from VMWare, but overall it seems really unstable, especially with multiple monitors / KDE.

    Thinking maybe just going with Debian this time might be the best route.