• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: August 14th, 2023

help-circle

  • AeroLemming@lemm.eetoProgrammer Humor@lemmy.ml1 hour in Java
    link
    fedilink
    English
    arrow-up
    26
    arrow-down
    4
    ·
    1 month ago

    I don’t understand why people complain about their Python code breaking because it relies on indentation instead of explicit {} syntax. I’ve never had an issue with it and it’s not just because I’m used to it because Python is the only language I use that relies on whitespace like that. I think the complainers just don’t know how to indent properly, which makes me really glad they’re writing in a language that forces them to instead of pushing unreadable garbage in other languages.








  • AeroLemming@lemm.eetoTechnology@lemmy.mlethinically ambigaus
    link
    fedilink
    English
    arrow-up
    41
    arrow-down
    2
    ·
    10 months ago

    It’s funny how people trying to manually correct AI being prejudiced just makes it even more prejudiced in different ways. This reminds me of when you could get ChatGPT to make misandrist jokes about men pretty easily, but it would lecture you about not making jokes about protected classes if you swapped out “men” with “women” and changed nothing else.




  • AeroLemming@lemm.eetoProgrammer Humor@lemmy.mlwe are safe
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    2
    ·
    10 months ago

    I use Codeium and I’ve found it helpful for things like guessing what the next line is if it’s similar to the line I just wrote, but terrible if I’m thinking about how to actually solve a problem and it keeps suggesting wrong answers that make me think about them, realize they’re wrong, forget the solution I was working on in my head before that.



  • Sometimes, I don’t know what’s wrong, I just know that something in a specific area or small set of variables isn’t working right. It’s a lot easier to notice anomalies by looking through a giant wall of print statements than by stepping through the program. “Oh, that value is supposed to be in the range [0,1), why is it 3.6857e74?”