Some dingbat that occasionally builds neat stuff without breaking others. The person running this public-but-not-promoted instance because reasons.

  • 0 Posts
  • 203 Comments
Joined 1 month ago
cake
Cake day: May 24th, 2024

help-circle


  • Racism, homophobia, and the like are not a matter that can be solved politically. One can make all the affirmative action and equal rights rules you like but the issue at the root is society and culture based. Educational standards are being fought against in our most conservative states pushing for religious indoctrination and denying historical reality.

    You have a wing that actively pushes the militarization of the police over community support and engagement, and those same people trying to turn society back to the ‘traditional norms’ as they existed before the civil rights movement.

    Given the realities of the need to actually get votes through, just how would you suggest those things be fixed?





  • They’re a part of the mix. Firewalls, Proxies, WAF (often built into a proxy), IPS, AV, and whatever intelligence systems one may like work together to do their tasks. Visibility of traffic is important as well as the management burden being low enough. I used to have to manually log into several boxes on a regular basis to update software, certs, and configs, now a majority of that is automated and I just get an email to schedule a restart if needed.

    A reverse proxy can be a lot more than just host based routing though. Take something like a Bluecoat or F5 and look at the options on it. Now you might say it’s not a proxy then because it does X/Y/Z but at the heart of things creating that bridged intercept for the traffic is still the core functionality.














  • It depends on the load on the disk. My main docker host pretty well has to be on the SSD to not complain about access times, but there are a dozen other services on the same VM. There’s some advisory out there that things with constant IO should avoid SSDs to not wear out the read/write too fast, but I haven’t seen anything specific on just how much is too much.

    Personally I split the difference and run the system on SSD and host the bulk data on a separate NAS with a pile of spinning disks.