• 1 Post
  • 30 Comments
Joined 3 years ago
cake
Cake day: July 7th, 2023

help-circle

  • There’s a lot of denial where I live too. The very popular conservative right-wing party has gone from comically absurd denial to “sure, it’s real, but it’s not that bad, and in any case the important thing is to not waste any money so we must think long and hard about what to do about it” (meaning they will do nothing and defend it as being “financially healthy politics” or some bullshit like that).

    Many other politicians (center/left) seem to have shifted their talking points from “we must do something about it” to “we must adapt to the climate changes” (in other words, between the lines they say “there’s nothing we can do about it, except learn to live with it”). Only the green party still tries, but they’re not very big.






  • (Tech worker here, hoping to move to the countryside next year.)

    Absolutely. I probably wouldn’t be doing any farming, except grow some vegetables for my own needs. But I would definitely build my own awesome local infrastructure with a server room and network cables in the walls and all that good stuff. When I retire and don’t have to spend 8-10 hours a day in front of a computer at work, it’ll probably be enjoyable and satisfying again to work on and maintain my own computers and stuff. Currently I rarely have the motivation or energy to do that.

    And if the house is large enough I’d also make certain areas/rooms completely tech free. Like maybe a small library with only books and comfy chairs, and no wifi signal.








  • Both of these “parents” were arrested and convicted for child abuse.

    DaddyOFive was horrible, and straight up abuse. I was there when it was exposed by some big youtuber and then the story took off on reddit. It was very disturbing, and even more so to know that hundreds of thousands of people subscribed to the channel and thought it was funny entertainment… Thankfully the parents were arrested, and the children got help, but my faith in humanity got permanently damaged during those days.

    From skimming the description on Wikipedia I’m glad I’ve never seen anything from that other channel.







  • 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.