• 0 Posts
  • 1.67K Comments
Joined 9 months ago
cake
Cake day: October 18th, 2023

help-circle
  • but for beginners? They will have a lot of bugs in their code.

    Everyone has lots of bugs in their code, especially beginners. This is why we have testing and qa and processes to minimize the risk of bugs. As the saying goes, “the good news about computers is that they do what you tell them to do. The bad n was is that they do what you tell them to do.”

    Programming is an iterative process where you do something, it doesn’t work, and then you give it another go. It’s not something that senior devs get right on the first try, while beginners have to try many times. It’s just that senior devs have seen a lot more so have a better understanding of why it probably went wrong, and maybe can avoid some more common pitfalls the first time around. But if you are writing bug free code in your first pass, well you’re a way better programmer than anyone I’ve met.

    Ai is just another tool to make this happen. Sure, it’s not always the tool for the job, just like IoC is not always the right tool for the job. But it’s nice to have it and sometimes it makes things much easier.

    Like just now I was debugging a large SQL query. I popped it into copilot, asked if to break it into parts so I could debug. It gave a series of smaller queries that I then used to find the point where it fell apart. This is something that would have taken me at least a half hour of tedious boring work, fixed in 5 minutes.

    Also for writing scripts. I want some data formatted so it was easier to read? No problem, it will spit out a script that gets me 90% of the way there in seconds. Do I have to refine it? Absolutely. But if I wrote it myself, not being super prolific with python, it would have taken me a half hour to get the structure in place, and then I still would have had to refine it because I don’t produce perfect code the first time around. And it comments the scripts, which I rarely do.

    What also amazes me is that sometimes it will spit out code and I’ll be like “woah I didn’t even know you could do that” and so I learned a new technique. It has a very deep “understanding” of the syntax and fundamentals of the language.

    Again, I find it shocking that experienced devs don’t find it useful. Not living up to the hype I get. But not seeing it as a productivity boosting tool is a real head scratcher to me. Granted, I’m no rockstar dev, and maybe you are, but I’ve seen a lot of shit in my day and understand that I’m legitimately a senior dev.




  • I’m a senior dev, and copilot as a productivity tool usually pays for the monthly license multiple times per week.

    Whenever I hear someone say it’s useless, that tells me they are either some godlike dev who knows everything already (lol), they haven’t actually used it, they are not good at integrating new tools into their workflow, or they simply haven’t learned how to use it yet.








  • Joe Biden doesn’t know the first fucking thing about being an American because he hasn’t ever actually done it.

    His family struggled a lot when he grew up in a blue collar town, moved so his dad could find steady work, but still were definitely middle class. Then he worked his way through college and law school.

    We can say his decades in Congress and the presidency have corrupted him, but the idea that he hasn’t ever actually been “a real American” (the way you are using it) is an outright lie.

    You know who hasn’t? The billionaire who was born with a silver spoon in their mouth, schooled with other wealthy people in NYC, then was gifted a huge amount of to start, and then spent their entire career screwing the blue collar worker to line his own pockets.

    If Biden has never been a “real American,” then how do we describe Trump’s lack of real Americaness?



  • corporations are not people, they are soulless, for-profit enterprises that will, for damn sure, abuse and exploit any one and any thing they can in the name of profit. They don’t get the defense of “victim blaming”.

    So you agree with me that corporations can be victims, which is what I was originally responding to and you originally challenged.

    You’re now saying that if proper precautions are not taken, you can’t be considered a victim.

    This is classic victim blaming, which is my point. If I leave my wallet on the table at a bar and someone steals it, despite me being an idiot I’m still the victim of a crime. It’s not my fault, it’s the fault of the person who stole it.

    Just like with the company in the OP, they are idiots for not taking proper precautions against malicious actors, but it’s still the fault of the malicious actor.