• 0 Posts
  • 50 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle




  • Because it’s an either-or choice. We were always going to get either Harris or Trump. Criticism of one candidate must be viewed in the context of the only other alternative. So calling out Harris on fracking is only meaningful if her position was substantially different than Trump’s. And if their positions are really no different, but only one candidate got called out for it, then the criticism is irrelevant and that makes me question the motives of the accuser.





  • Yeah, they can be useful, but not in the way that the snake oil salesmen would like you to believe. Code completion suggestions are kind of a wash: often close but needing corrections, to the point where it’s easier to just write it myself. Vibe coding really only works for basic, already-solved problems. Many kinds of code changes take such a level of precision or so many back-and-fourths with the AI that it’s more efficient to describe the logic in a programming language than in English. But AI can help with large repetitive tasks, though. Use it like a refactoring tool, but for refactorings not offered by your normal tooling. It’ll get you close, then you put the final touches on yourself.