• 0 Posts
  • 145 Comments
Joined 1 year ago
cake
Cake day: July 23rd, 2023

help-circle



  • Toribor@corndog.socialtoAsklemmy@lemmy.mlIs everything the worst?
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    1
    ·
    22 days ago

    I think on a global scale we are all dealing with unresolved trauma from the pandemic, related catastrophes and the general economic roller coaster that we all live in every day. The severity of the pandemic lessened over time but there was no definite point where it ended and we all got to go “Wasn’t that nuts? Is everyone doing okay?” Instead it was just a slow crawl back to business as usual. We feel like we shouldn’t complain because it could be a lot worse but all of the other non-pandemic problems still exist and nothing seems to indicate that things will ever get better.

    It’s not just you that feels this way, but that doesn’t mean things are hopeless. There are a lot of people out there fighting tooth and nail to build a better future in spite of all the challenges. Try to find a way to improve the world in your own small way. It really goes a long way to quieting those feelings of helplessness and despair.

















  • I write a lot of scripts that engineers need to run. I used to really try to make things ‘fail soft’ so that even if one piece failed the rest of the script would keep running and let you know which components failed and what action you needed to take to fix the problem.

    Eventually I had so many issues with people assuming that any errors that didn’t result in a failure were safe to ignore and crucial manual steps were being missed. I had to start making them ‘fail hard’ and stop completely when a step failed because it was the only way to get people to reliably perform the desired manual step.

    Trying to predict and account for other people’s behavior is really tricky, particularly when a high level of precision is required.