Same for the past 30+ minutes was surprised not to see it on HN but guess it just took a little time for someone to post. Tried Bard and reminded me how far behind it is when asking programmer questions.
OpenAI: Increased errors across API and ChatGPT
11–20 of 67 posts
Re: OpenAI: Increased errors across API and ChatGPT
#12> OK I have a table in postgresql and I am adding a trigger such that when an insert happens on that table, an insert happens on another table. The second table has a constraint. What happens to the first insert if the second insert violates the constraint? How can I get help with this now? Google result 1: https://stackoverflow.com/questions/77148711/create-a-trigge... Google result 2: https://dba.stackexchange.com/…
Re: OpenAI: Increased errors across API and ChatGPT
#13Not working for me. Am I going to have to read docs or search Google like some boomer?
Re: OpenAI: Increased errors across API and ChatGPT
#14What do you use to extract the text from a webpage and how do you handle websites with anti-bot measures?
Re: OpenAI: Increased errors across API and ChatGPT
#15Same for the past 30+ minutes was surprised not to see it on HN but guess it just took a little time for someone to post. Tried Bard and reminded me how far behind it is when asking programmer questions.
Re: OpenAI: Increased errors across API and ChatGPT
#16Re: OpenAI: Increased errors across API and ChatGPT
#17Re: OpenAI: Increased errors across API and ChatGPT
#18> OK I have a table in postgresql and I am adding a trigger such that when an insert happens on that table, an insert happens on another table. The second table has a constraint. What happens to the first insert if the second insert violates the constraint? How can I get help with this now? Google result 1: https://stackoverflow.com/questions/77148711/create-a-trigge... Google result 2: https://dba.stackexchange.com/…
Failing that, read the documentation. Failing that, stand up a quick experiment.
Somehow, we survived before ChatGPT and even before saturated question boards. Those strategies are still available to you and well worth learning
Re: OpenAI: Increased errors across API and ChatGPT
#19Re: OpenAI: Increased errors across API and ChatGPT
#20> OK I have a table in postgresql and I am adding a trigger such that when an insert happens on that table, an insert happens on another table. The second table has a constraint. What happens to the first insert if the second insert violates the constraint? How can I get help with this now? Google result 1: https://stackoverflow.com/questions/77148711/create-a-trigge... Google result 2: https://dba.stackexchange.com/…
> What happens to the first insert if the second insert violates the constraint? Try it and see? Why do you need an AI to help with this?