Category: AI

  • 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 difficult programming task–part1

    OpenLiveWriter , https://github.com/OpenLiveWriter/OpenLiveWriter , it is a good editor to write blog posts. I use him for this blog . I plan the blog posts in advance – mostly the friday links , https://msprogrammer.serviciipeweb.ro/category/friday-links/ , that comes from my browser bookmarks. As OpenLiveWriter  saves the drafts into a specific folder in a specific format (…

  • 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…

  • AI and upgrading WordPress- part 4- four points to work with AI

    The task was to upgrade a WordPress blog to the latest version, keeping ONLY comments and posts . Using AI You  could do one solution architecture per day and going far , far away by letting AI to generate code. Also, if it is wrong, I do another one next day .    Caveat Do…

  • AI and upgrading WordPress–part 2 – wishfull thinking and wordpress in WSL

    So I have a backup of blog WordPress ( posts and comments ) and all I want is to upgrade to latest WordPress, keeping the posts and comments ( and none of customizations, users and others) I figure out that I have WSL under Windows – and WordPress is PHP, so it should work .…

  • AI and upgrading WordPress–part 1

    This blog, https://msprogrammer.serviciipeweb.ro/ , was hacked. Every day I see casinos posts – posted by root. Indeed , the wordpress was very old – and stuffed with plugins.  I tried to delete the root account from database – but somehow I get hacked over again( and yes, I have changed the WordPress password )\ So…