ardi60@lemmy.ml to Technology@beehaw.orgEnglish · 1 year agoReddit starts removing moderators behind the latest protestswww.theverge.comexternal-linkmessage-square74fedilinkarrow-up1291arrow-down10cross-posted to: technology@beehaw.orgRedditMigration@kbin.socialRedditMigration@kbin.social
arrow-up1291arrow-down1external-linkReddit starts removing moderators behind the latest protestswww.theverge.comardi60@lemmy.ml to Technology@beehaw.orgEnglish · 1 year agomessage-square74fedilinkcross-posted to: technology@beehaw.orgRedditMigration@kbin.socialRedditMigration@kbin.social
minus-squareHamartiogonic@sopuli.xyzlinkfedilinkEnglisharrow-up1·edit-21 year agoI 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?
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
End Sub `
I’m a VBA developer now. I’m entitled to get my own API, right?