| In the big picture we start with the server side - >cloud computer running a >linux machine running a >virtual machine running a >linux machine running a >virtual docker environment running a >instance of python running a >virtual python environment running a >codebase >serving a >operating system compiled to >assembly running on a >virtual machine compiled to >javascript JIT comiled to >assembly running on a >virtual sandbox running on a >virtual machine running on a >linux machine on a >home computer So I think we can all agree it's a mess. Magic numbers, frozen configurations, too many configurations that are different. One very elegant around making sure configurations and libraries are setup correctly - perhaps another layer or ten of virtualization? |