u/pythomerist

What type of controller is used in refrigerators?

Nowadays you have one compressor and many compartments, so I imagine it can’t be a simple thermostat anymore.

reddit.com
u/pythomerist — 17 hours ago

Hi all,

I have a program which I have frozen with pyinstaller. Now I am making a second program, which will act like an addon. In order to avoid shipping source code, at the moment I am freezing the second program calling it via subprocess and passing arguments, which in turn are processed via argparser.

Now this makes things slow, because I have to constantly call subprocess to load the exe of the addon. Is there a better way to do this addon like system without using exes, and without having to compile the second project together with the first one?

reddit.com
u/pythomerist — 4 months ago