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

help-circle



  • I wouldn’t let every VM have an interface into your management network, regardless of how you implement this. Your management network should be segregated with the ability to route to all the other VLANs with an appropriate firewall setup that only allows “related/established” connections back into it.

    As for your services, having them on separate VLANs is fine, but it seems like you would benefit from having a reverse proxy to forward things to the appropriate VLAN, to reduce your management overhead.

    But in general, having multiple interfaces per VM is fine. There shouldn’t be any performance hit or anything. But remember that if you have a compromised VM, it’ll be on any networks you give it an interface in, so minimizing that is key for security purposes. Ideally it would live in a VLAN that only has Internet access and/or direct access to your reverse proxy.



  • I think there’s several reasons for that, not the least of which is that you can’t distribute python bytecode.

    With java, I run through an intentional compilation step and then ship the jar file to my consumers. I’d never ship a .pyc to the field.

    In python (specifically cpython), that step is just an implementation detail of the interpreter/runtime.
    If you ever used something other than the default python interpreter, it probably wouldn’t implement the same bytecode subsystem under the hood. Python bytecode isn’t part of the spec.






  • To be fair, he’s not contradicting the intended statement. “Animals in captivity” usually refers to zoos/aquariums/etc in this context.

    They are just pointing out that animals raised for food are also “animals in captivity,” and have dramatically reduced lifespans.




  • I think there’s some confusion here over your proposed set up.

    What device do you imagine having plugged into the HDMI of your TV? Is it your laptop or something else?

    Are you intending on watching the videos through the web front end you’re imagining, or just using the web front end as a “remote control” as it were?

    I don’t think most of the responders have a clear vision of what you’re going for.




  • testfactor@lemmy.worldtoMemes@lemmy.mlTruth scroll
    link
    fedilink
    arrow-up
    42
    arrow-down
    7
    ·
    1 year ago

    I don’t know that I understand the “under capitalism” distinction here.

    Like, I get that the point is that capital is influential, skewing the vote in favor of those who have it.

    I just think that even in non-capitalistic systems there will invariably be some other proxy token for power that will be equally influential.

    I don’t think the problem outlined is one that is fixed under any system.