• GreyBeard@lemmy.one
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    Reddit would likely put a wall up to prevent non-developers from getting keys. I deal with enterprise applications that do that to prevent just that sort of thing. Basically you require developer registeration, and refuse any applicant that doesn’t show they are really a developer.

    • Hamartiogonic@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      1 year ago

      I just asked Bing to write some VBA code that adds two numbers together. Here’s the code.

      `Sub AddTwoNumbers() Dim x As Integer Dim y As Integer Dim z As Integer

      x = 1
      y = 1
      z = x + y
      
      MsgBox "The result is " & z
      

      End Sub `

      I’m a VBA developer now. I’m entitled to get my own API, right?