• 0 Posts
  • 18 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle
  • As an example, the lawsuit alleged that Faust and other white, male farmers are charged a $100 “administration fee” to participate in one program that exempts women and minority farmers from paying the same fee. In another example, Faust “participates in a USDA program that guarantees 90% of the value of loans to white farmers, but 95% to women and racial minorities,” according to the report.

    While I’m not exactly sympathetic to the “plight of the white man,” it is a little weird (if true) that the USDA can have a “white men only fee” for some programs.

    My understanding was that most DEI initiatives were built around breaking up old-boys-clubs by requiring preference for minority businesses when all other factors are considered equal. The above doesn’t really feel like that.









  • 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 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.



  • Was intrigued by “no other symbols” than open and close bracket. Was curious how that would work while still being intuitive, so I looked at the examples. I’m now confused what you could have meant by that.

    Just glancing through the example code I saw +,-,>,<,=, and ;. Like, at that point you’ve pretty much covered all the standard symbols. What “no other symbols” are there? Curly braces and pound signs?

    And I’m not sure how beginner friendly this actually is, looking over the examples. Like, I feel like python is currently the “low bar beginner language” that you’re competing in that space with, and I don’t see what this is offering over that in terms of easiness.

    Sure, python has more “functions you need to learn” I suppose, but if the answer to that is, “you don’t have to learn them in kcats because they don’t exist and you have to implement them yourself,” it seems like a detriment rather than a boon…