• 34 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: August 18th, 2023

help-circle









  • Every time I’ve asked ChatGPT for help coding, I’ve wound up needing to rewrite it all for myself. LLMs make baffling design decisions (because they are just paraphrasing Stack Overflow, not making actual decisions).

    I have found them helpful for turning error messages into more legible explanations of what went wrong, but AI-generated code has not been effective, in my experience


  • I’m not a power user, so I’m often frustrated by Excel trying to do things I don’t want it to and by its abundance of features that I’ll never use.

    And at least at my workplace, a lot of work processes use poorly-designed Excel spreadsheets for critical tasks, because it’s such a simple way to manipulate data.

    I also find that when I need to do more complicated data analysis, Excel starts to become limited, and I find Python to be a more powerful and flexible tool.










  • No please! Electric substations are necessary to transmit power, and we actually need more of them if we’re going to build the amount of renewables we need.

    If you’re looking for parts of the electrical system that I feel less positively about, that would include data centers (especially for AI and crypto mining) and coal-fired power plants.

    Of course, industrial sabotage is a crime, and with all the high voltage and current going around, it’s a particularly dangerous one at that. Would not recommend








  • It’s convention, I think. If I remember correctly, you always put y on the left, because you can also write equations as functions of a variable, x, with the symbology f(x) = mx + b. That way you can integrate and derive the function easily, since m and b are constants, and all your x variables are on one side.

    If I were to encounter x = my + b, the first thing I would do, just by nature at this point, would be to convert it to y = (x - b) / m.

    It’s been a while since I took math, and I was never the best, so others should feel free to correct me.