• 0 Posts
  • 4 Comments
Joined 3 years ago
cake
Cake day: June 20th, 2023

help-circle

  • Ouch! Tell her I’m sorry, and I’m sorry for you too. All the accountants I worked with did alot more than just reports. Not to mention that sounds great until the Ai says 2+4 =2*4 and now the company owes 20 billion on taxes…

    Plus in a lot of cases people don’t submit records in identical format, the number of excel workbooks I’ve seen where the data was on “sheet 2” for some unknown reason…

    Maybe its just me, I always provided raw data on sheet 1, analyzed data on sheet 2, and if needed complicated formulas on sheet 3. I would be willing to bet their Ai would break on that format.



  • You do. When you press submit it sends a http post message with your information. They are not reading your keyboard input on a website. You can verify this with wireshark and any website with a form.

    Yeah some places with apps MAY do as you say like Facebook such with full permissions to your phone. That said its still sent as a http post request, just recorded locally and then sent as a giant packet.

    That’s why they have the submit button. Otherwise they would have way too many transactions. “a” then “d” then “a” and then “m” and have to concatinate them on the server plus initial packet saying they are getting a first name. Then another that you stopped focusing on first name.

    Now how do you handle if I typed adan and go back to correct it? Some apps might do this but general web development(99.999%) doesn’t.