• 0 Posts
  • 28 Comments
Joined 2 years ago
cake
Cake day: July 20th, 2023

help-circle




  • Felt the same way about GTA. I don’t think the story is supposed to be serious though, but it certainly is disjointed and not very compelling.

    Have you ever play the Mafia games? Those games felt like a much better story with the right mix of city destroying chaos. Not quite as open as GTA, but I don’t really think that’s a bad thing. I really enjoyed 3 despite the missions being fairly repetitive. There’s just something about running around killing the Klan that just doesn’t get old to me.









  • I think most foods. Soup, stew, and some sauces I’m fine with reheated/leftover. I still think it changes the flavor though and for sure screws with the texture. Air fryer/convection ovens make some things okay to reheat but again still screws with flavor/texture. I personally just would rather make meals fresh.

    Some people just prefer meal prepping and that’s fine. There’s also a fairly sizable contingent of people that if you asked them if they could just take a pill instead of eating they would be perfectly happy doing so. It’s just not for me. I personally really like to cook and I also enjoy eating the things I cook. So I’m kind of on the other side of that spectrum.








  • They are sort of right but have implemented it terribly. Serving out a static webpage is pretty low on the “things that are exploitable” but it’s still an entry point into the network (unless this is all internal then this gets a bit silly). What you need to do is get IT to set up a proxy and run apt/certbot through that proxy. It defends against some basic reverse shell techniques and gives you better control over the webhosts traffic. Even better would be to put a WAP and a basic load balancer in front of the webhost, AND proxy external communications.

    Blocking updates/security services is dogshit though and usually is done by people that are a bit slow on the uptake. Basically they have completely missed the point of blocking external comms and created a way more massive risk in the process… They either need to politely corrected or shamed mercilessly if that doesn’t work.

    Good luck though! I’m just glad I’m not the one that has to deal with it.