Jump to content

Attila Kovacs

Members
  • Content Count

    1967
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by Attila Kovacs

  1. Attila Kovacs

    Some more fun with ChatGPT and Delphi

    I'm not sure how would it affect the "write a poem in norwegian" command
  2. Attila Kovacs

    FileOpen dialog not showing all files

    I still have a 3.4.0.79 from 2002 on my desktop PC
  3. Attila Kovacs

    400 Bad Request ,nginx/1.14.0

    I did not buy anything but I'm almost sure that your extra colons are the problem.
  4. Attila Kovacs

    Summary row at the end of select

    records.... nevermind. spread your spagetticode in comicbooks
  5. Attila Kovacs

    Summary row at the end of select

    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.
  6. Attila Kovacs

    Skia component and IDE

    Did you know, if you write SQL in upper case, the server processes it faster!?
  7. Attila Kovacs

    "Divided by zero" exception

    If you are working with dll's you will not throw such exceptions into the air.
  8. Attila Kovacs

    "Divided by zero" exception

    yup, explorer used it, not sure about the new edge thing
  9. Attila Kovacs

    "Divided by zero" exception

    Why "from Internet"? What is the difference? The official one also turns off math exceptions.
  10. Attila Kovacs

    order by string same integer

    you should order by len(field), field
  11. Attila Kovacs

    MAP2PDB - Profiling with VTune

    this bitbucket is a piece of shit
  12. Attila Kovacs

    OAuth2 bearer token example?

    did you ask chatGPT for an example?
  13. Attila Kovacs

    OAuth2 bearer token 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.
  14. Attila Kovacs

    OAuth2 bearer token example?

    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.
  15. Attila Kovacs

    [Problem] Convert DB from unidac sqlite to FD sqlite

    is updating UniDAC subscription and letting FD joke for the kids an option?
  16. Attila Kovacs

    Serving html page containing images

    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.
  17. Attila Kovacs

    Securing RAD Server

  18. Attila Kovacs

    Serving html page containing images

    Ahh I see now! This is great. You can decorate the handler method in mars and that's it?
  19. Attila Kovacs

    Serving html page containing images

    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.
  20. you sound like the chatGPT from the 80's
  21. @Stano is this you or the ChatGPT malware is writing?
  22. Attila Kovacs

    AE BDSLauncher

    I'm not sure a combobox is the right decision here as it will slow down the process. I'd stick with a listbox or grid or similar with RETURN key and a button for the rookies.
  23. Attila Kovacs

    AE BDSLauncher

    I think you can remove POSTED_DDE_ACK
  24. Attila Kovacs

    AE BDSLauncher

    Yes, if the file is missing then there is the dproj or a selection splash screen, but I would priorate a config file.
×