Skip to content

You're not alone: This email from Google's Gemini team is concerning

Technology
298 182 3.8k
  • 152 Stimmen
    4 Beiträge
    18 Aufrufe
    D
    I think the writer meant “complicitness.” Conservatives and their ilk are all low key or blatant kid fuckers.
  • Junior dev's code worked in tests, deleted data in prod

    Technology technology
    6
    1
    91 Stimmen
    6 Beiträge
    98 Aufrufe
    S
    The second one is a testament to why you should always run it as a SELECT statement first to verify you typed it correctly.
  • Tech support 'trained monkey’ fixed problem with two fingers

    Technology technology
    7
    1
    31 Stimmen
    7 Beiträge
    87 Aufrufe
    S
    I can understand why some programs only allow a single copy to be opened at once, something like email makes sense. However on Linux they got this right... if you try to open a program that is already running, it switches to the screen that program is on and restores the program window to the desktop. There's no guessing why the program "won't open", it just makes the logical choice that you want to see it. Heh that reminds me of another detail from that call... the guy also wasn't willing to reboot his computer (which would have solved the problem as well), but berated me for not knowing what I was doing for making the suggestion. Dude, it's Windows, things break constantly and a reboot generally resolves the issue.
  • 119 Stimmen
    8 Beiträge
    86 Aufrufe
    anzo@programming.devA
    Interesting! Python and Bash do the same as British.
  • 81 Stimmen
    6 Beiträge
    72 Aufrufe
    merde@sh.itjust.worksM
    (common people, this is the fediverse) [image: 922f7388-85b1-463d-9cdd-286adbb6a27b.jpeg]
  • 105 Stimmen
    173 Beiträge
    2k Aufrufe
    smartmanapps@programming.devS
    the proper way is to group it as 1+(-2)+3 No it isn't. you can do it in any order You can do it in any order anyway left to right 1-2+3=-1+3=2 addition first 1+3-2=4-2=2 subtraction first -2+1+3=-1+3=2 right to left 3-2+1=1+1=2 What I meant with ““rule”” is the meme questions pray on people not understanding/remembering what the actual rules are And you showed that you were one of them. Every answer you got other than 4 was wrong, because you didn't understand the rules. spoiler alert: doing it in different orders never means add brackets to it. Addition first for 10-1+1 is 10+1-1, not 10-(1+1). See previous textbook example why “left to right” conventions exist They exist because people like you make mistakes when you try to do it in a different order. Either learn how the rules work or stop spreading disinformation. Well, you should stop spreading disinformation regardless.
  • 1 Stimmen
    4 Beiträge
    50 Aufrufe
    N
    that's probably not true. I imagine it was someone trying to harm the guy. a hilarious prank
  • [paper] Evidence of a social evaluation penalty for using AI

    Technology technology
    10
    28 Stimmen
    10 Beiträge
    104 Aufrufe
    vendetta9076@sh.itjust.worksV
    I'm specifically talking about toil when it comes to my job as a software developer. I already know I need an if statement and a for loop all wrapped in a try catch. Rather then spending a couple minutes coding that I have cursor do it for me instantly then fill out the actual code. Or, ive written something in python and it needs to be converted to JavaScript. I can ask Claude to convert it one to one for me and test it, which comes back with either no errors or a very simple error I need to fix. It takes a minute. Instead I could have taken 15min to rewrite it myself and maybe make more mistakes that take longer.