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

help-circle

  • He’s a notorious prick. He deserves all the negative attention he gets. Him crashing out repeatedly recently has only solidified his publicly perceived image as an unstable, insecure, abusive, corny, try-hard, iamverybadass, cuckold that gives everyone the ick.

    He should’ve quit while he was ahead before he made every movie role a version of himself and focused on building his childrens’ futures or doing something for the greater good with his fortune. But no, he can’t let anything go. He has to try and control everything. And the more that goes sideways the more unhinged he becomes. It would be sad if he wasn’t such a selfish ass.


  • I had roughly 5 interviews at the last place. Then they said I had to do one with the VP. Told the recruiter I was getting fed up and suddenly it was waived. Don’t be afraid to push back (unless you are desperate).

    Much later on while helping with interviews myself there, I asked why they had this terrible process and they said it was because people were caught cheating with AI. I asked why they didn’t do in-person to prevent that. Fly them out. If they’re invested, and truly interested, they’ll do it. Then I realized my folly after they didn’t have an answer - they’re cheap fucks.









  • I was on-call and half awake when I got paged about a cache server’s memcached being down for the third time that night. They’d all start to go down like dominoes if you weren’t fast enough at restarting the service, which could overwhelm the database and messaging tiers (baaaaad news to say the least). Two more had their daemon shit the bed while I was examining it. Often it was best to just kick it on all of them to rebalance things. It was… not a great design.

    So I wrote a quick loop to ssh in and restart the service on each box in the tier to refresh them all just in case and hopefully stop the incessant pages. Well. In my bleary eyed state I set reboot in the variable instead of restart. Took out the whole cache tier (50+) and the web site. First and only time I did that but that definitely woke me up. Oddly enough the site ran better after that for months as my reboots uncovered an undiscovered problem.