• 0 Posts
  • 312 Comments
Joined 1 year ago
cake
Cake day: July 18th, 2023

help-circle
  • It’s why I’ve found board games designed as deck builders a lot more fun. Everyone is vying for the same cards so it’s more about how you make your deck and involves strategy during play rather than lucky draws.

    Star realms is a pretty fun example of this. Dominion is another, although doesn’t really feel quite the same as a deck builder.




  • Maybe I’m not aware of similar configurations you can do, but it’s only sorta it’s own container. VSCode can actually directly connect to it automatically so you can develop in host os but run directly against the container. Additionally this means some visualization/gui interfaces can be visible on the host side (this is a gift and a curse).

    So you basically have system integrated containers/vms. It’s not perfect, but it is definitely leagues better than what windows development was prior and may have some advantages over Linux only deployments (not sure if the system integrations are feasible in Linux hosts).

















  • Not 100% sure becuase I don’t know you’re full environment, but tkinter sometimes requires an additional OS level install. I know Ubuntu requires something like “sudo apt install python3.10-tk”.

    Not familiar with NixOS, but saw somethings mentioning “nix-env -i python3-tkinter”, but no idea if that’s a real command.