• 0 Posts
  • 100 Comments
Joined 1 year 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.





  • The human mind doesn’t even really fully mature until your mid 20s. A 15 year old still has a good full decade until full maturity, and they are notorious for making impulsive decisions without realizing the consequences of their actions.

    What he did was wrong and he deserves punishment, but ruining his life too for being a dumb teenager does nothing for the unimaginable harm caused to this girl, it just makes more victims.

    I don’t know what the right answer is, but I can tell you the wrong answer is to ruin a teenagers life over a stupid act when that isn’t going to solve anything.




  • EatATaco@lemm.eetoLefty Memes@lemmy.dbzer0.comReminder...
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    3
    ·
    4 months ago

    Or what you can do is what you’re supposed to do: work from the ground up. Presidential vote is not the place to drastically change things. As long as we have fptp, the vote for president is always going to have to be a strategic “vote for the candidate that sucks less.”

    Face the facts, if everything falls apart you’re not going to end up on top of you’re on the bottom now. It’s just going to be even more shitty for you, and you’ll then end up in another shitty system.

    The idea is to implement the change locally and work up. That takes time and effort tho. If you want the system to work better, vote strategically federally and then work locally to get the people you want elected.


  • EatATaco@lemm.eetoLefty Memes@lemmy.dbzer0.comReminder...
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    3
    ·
    4 months ago

    Like it or not, Clinton destroyed sanders. The DNC definitely showed a bias for her, but by no stretch of the imagination was he sabotaged. This narrative is the same BS that trump supporters spew that the media was unfair to trump which is part of the reason he lost.

    The reality is that sanders just doesn’t (unfortunately) represent the average Democrat. People like Clinton and Biden do.



  • Anyone who claims llms are a nothingburger is frankly wrong,

    Exactly. When someone says that it either indicates to me that they ignorant (like they aren’t a programmer or haven’t used it) or they are a programmer who has used it, but are not good at all at integrating new tools into their development process.

    Don’t throw out the baby with the bathwater.

    Yup. The problem I see now is that every mistake an ai makes is parroted over and over here and held up as an example of why the tech is garbage. But it’s cherry picking. Yes, they make mistakes, I often scratch my head at the ai results from Google and know to double check it. But the number of times it has pointed me in the right direction way faster than search results has shown to me already how useful it is.