-
Content Count
2070 -
Joined
-
Last visited
-
Days Won
29
Everything posted by Attila Kovacs
-
Some more fun with ChatGPT and Delphi
Attila Kovacs replied to dummzeuch's topic in Tips / Blogs / Tutorials / Videos
They indeed are. "Das Wort wurde aus niederdeutsch gammeln → nds „alt werden“ übernommen und lässt sich auf ein germanisches Adjektiv mit der Bedeutung „alt“ zurückführen;" -
IsValidDate fails after the Year 9999
Attila Kovacs replied to Nigel Thomas's topic in RTL and Delphi Object Pascal
That's why I'm using stardate.pas -
Some more fun with ChatGPT and Delphi
Attila Kovacs replied to dummzeuch's topic in Tips / Blogs / Tutorials / Videos
https://aisnakeoil.substack.com/p/chatgpt-is-a-bullshit-generator-but https://openai.com/blog/chatgpt-plus/ -
Some more fun with ChatGPT and Delphi
Attila Kovacs replied to dummzeuch's topic in Tips / Blogs / Tutorials / Videos
As I have no clue about AI, I asked some -maybe- silly questions. Still not convinced by the answers. -
Some more fun with ChatGPT and Delphi
Attila Kovacs replied to dummzeuch's topic in Tips / Blogs / Tutorials / Videos
I'm not sure how would it affect the "write a poem in norwegian" command -
I still have a 3.4.0.79 from 2002 on my desktop PC
-
I did not buy anything but I'm almost sure that your extra colons are the problem.
-
records.... nevermind. spread your spagetticode in comicbooks
-
next issue: there are 1.5 million records in the salary table and the form takes 10 minutes to open btw. what the heck is sum(x)+0.00? i that a kind of ISNULL(sum(x),0) ? Also, x shoukd be ifnull checked too.
-
Did you know, if you write SQL in upper case, the server processes it faster!?
-
If you are working with dll's you will not throw such exceptions into the air.
-
yup, explorer used it, not sure about the new edge thing
-
Why "from Internet"? What is the difference? The official one also turns off math exceptions.
-
you should order by len(field), field
-
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
this bitbucket is a piece of shit -
did you ask chatGPT for an example?
-
OAuth2 is the authentication protocol. How the credentials are exchanged is up to the service provider. There are some common ways like pass it in the URL (RESTDebugger) or pass it in the headers, pass it in a JSON Object etc... The service provider will give you the documentation and examples.
-
The authentication can be implemented in severeal ways. I would sniff the traffic and see the difference oooooor read the manual. Usually there are some "postman" (Application) examples.
-
is updating UniDAC subscription and letting FD joke for the kids an option?
-
Serving html page containing images
Attila Kovacs replied to marcovaldo's topic in MARS-Curiosity REST Library
Make sure you are not exposing more that you want. Make a root directory where your server not going below that dir. One could request with /../ .... files you don't want to expose. -
-
Serving html page containing images
Attila Kovacs replied to marcovaldo's topic in MARS-Curiosity REST Library
Ahh I see now! This is great. You can decorate the handler method in mars and that's it? -
Serving html page containing images
Attila Kovacs replied to marcovaldo's topic in MARS-Curiosity REST Library
of course, tons of https://www.w3schools.com/html/html_tables.asp https://www.w3schools.com/html/html_images.asp No, you have to serve the requested file. https://www.rfc-editor.org/rfc/rfc2616 9.3 GET Indy should have already implemented that for you. -
A comprehensive guide to Delphi programming language functions and procedures
Attila Kovacs replied to pouyafar's topic in VCL
you sound like the chatGPT from the 80's -
A comprehensive guide to Delphi programming language functions and procedures
Attila Kovacs replied to pouyafar's topic in VCL
@Stano is this you or the ChatGPT malware is writing?