• 1 Post
  • 40 Comments
Joined 1 year ago
cake
Cake day: July 7th, 2023

help-circle

  • Had a similar thing at work not long ago.

    A newly deployed version of a component in our system was only partially working, and the failures seemed to be random. It’s a distributed system, so the error could be in many places. After reading the logs for a while I realized that only some messages were coming through (via a message queue) to this component, which made no sense. The old version (on a different server) had been stopped, I had verified it myself days earlier.

    Turns out that the server with the old version had been rebooted in the meantime, therefore the old component had started running again, and was listening to the same message queue! So it was fairly random which one actually received each message in the queue 😂

    Problem solved by stopping the old container again and removing it completely so it wouldn’t start again at the next boot.


  • From what I remember:

    Season 5 was even worse, but at times it was “so bad it’s good”, so it was entertaining in an unintended way. Watch it to laugh at the mind-blowingly bad writing 😂 I wonder what drugs they had in that writer’s room…

    Season 6 actually had some really good moments/episodes in the first half, but then it fell apart again.

    Season 7 was mostly nonsense, and I stopped watching after the second to last episode.

    Maybe one day I’ll watch the rest (season 8 was the last)…















  • You can google “women in computing” for more details, or check out https://en.wikipedia.org/wiki/Women_in_computing - it’s amazing how much women contributed to this field and how little known that appears to be. (I only learned about it a few years ago myself.)

    But the gist is:

    Early on (i.e. the 1940s and 50s), men thought the prestige and honor was in building the giant machines (which back then could fill a classroom or more). Actually programming them was considered easier, “just like following a recipe”, so women got jobs as “computers” who did this part. To quote that wikipedia article: Designing the hardware was “men’s work” and programming the software was “women’s work.”

    Fast forward to the 1970s and people had started realizing that programming was actually hard, and so it was promoted as a field boys should get educated in, while girls were encouraged to instead become nurses and teachers and such.