Category: prompt

  • AI and difficult programming task–part3–solution

    TL;DR: Saving in wpost format from OpenLiveWriter is too hard, even if the source code is available.AI gives the same error . Solving manually by making reference to dlls Please read the previous posts for the problem (https://msprogrammer.serviciipeweb.ro/ai-and-difficult-programming-task-part1 , https://msprogrammer.serviciipeweb.ro/ai-and-difficult-programming-task-part2-easy-path ) I have downloaded the source code for OpenLiveWriter on local HDD . The discussion…

  • AI and difficult programming task–part2–easy path

    TL;DR :  if the task seems too difficult, AI will take the easy path . Even if it is not correct… The task that I wanted to do with AI is to create a wpost file in OpenLiveWriter format . The discussion with AI went something like ( see appendix 1 for the whole discussion)…

  • AI and most used path

    TL;DR : he problem with AI is that he is giving solution – most precisely, the most used solution. Not the best one, but the most used . I have had to export a DTO to HTML . There are multiple ways to do that . One is to add HTML code into a string…

  • AI and clean a .NET solution of warnings

    This is about how I wanted to clean a C# solution of warnings. The solution had a lot of warnings, and I wanted to remove them. I started with a simple prompt to remove all warnings, but that didn’t work. The number of iterations were : 17 For the ones in a hurry ,this is…