• 1 Post
  • 116 Comments
Joined 10 months ago
cake
Cake day: September 11th, 2023

help-circle
  • That’s one of the fundamental disagreements between Catholics and Protestants.

    A Catholic would argue that veneration of saints isn’t worship, it’s showing respect for someone who exemplified Christian ideals, or died as a martyr. Canonization is basically the religious version of the Medal of Honor.

    A Protestant would argue that the distinction between veneration and worship is arbitrary, and veneration of a saint essentially amounts to idolatry anyway.






  • Wanting to and actually doing it are two different things.

    The problem is that open source devs also have to be their own project managers, but those two jobs have very different skillsets.

    In regular software development, it’s the PM’s job to deal with the drama, filter the idiocy out and collect concise and actionable user stories, and let the developers just write code.

    In open source, you tend to deal with a lot of entitlement. All kinds of people, who never gave you a dime, come out out of the woodwork to yell at you over every little change. The bigger and farther reaching a project is, the more this happens, and it wears you down. I can only imagine what it’s like working on a huge project like GNOME.

    And the toxicity feeds into itself. Be kurt with one person, and suddenly it gets out that you’re an asshole to users. Then people come in expecting hostility and react defensively to every little comment. And that puts you in the same mindset.

    At the end of the day, you can’t satisfy everyone. Sometimes you gotta figure out how to tell someone their feature request is stupid and you’re not gonna work on it, especially not for free. And a lot of people need to learn to try to fix problems themselves before opening an issue. That’s kind of the whole point of open source.



  • At this point, no. But it’s still incredibly annoying and a little spooky when I’m laying in bed and I see my computer screen light up in the next room when it’s not supposed to.

    It’ll even wake itself from sleep when it wants to update, but it won’t start it automatically, I think because it hits the lock screen.

    I’ll probably try Linux on ir when Windows 10 hits EOL.













  • I ran up like a $5k bill over a couple weeks by having an application log in a hot loop when it got disconnected from another service in the same cluster. When I wrote that code, I expected the warnings to eventually get hooked up to page us to let us know that something was broken.

    Turns out, disconnections happen regularly because ingress connections have like a 30 minute timeout by default. So it would time out, emit like 5 GB of logs before Kubernetes noticed the container was unhealthy and restarted it, rinse and repeat.

    I know $5k is chump change at enterprise scale, but this was at a small scale startup during the initial development phase, so it was definitely noticed. Fortunately, the only thing that happened to me was some good-natured ribbing.