Category: Software

  • Using Random Numbers for Unique Error Codes

    My objective for producing a unique error code is for it to be truly unique without the need of keeping track of used codes. I have selected the javascript crypto.randomUUID() function for this purpose. It produces 5.3 undecillion possible values. My implementation of this is here and the exact algorithm is here in the codeGenerator.js…

  • The Proper Use of AI Coding Tools

    I was browsing through some project postings on Upwork when I saw one which stated, “The use of AI coding tools in the work product will not be accepted.” I suppose that this client would prefer that all work take ten times longer than it could. A coder should not reinvent the wheel; they should…

  • Photo Sorter for Windows

    Have you ever needed to reorganize your photos? Here you will find a free tool which you can use to sort your photos from a single folder into multiple folders. It will work on 64 bit Windows 10 and it should work on 64 bit windows 11. Video Demo on YouTube photo-sorter-2.6-setup.zip  Download Unzip this file…

  • Make a Folder File List Using Windows

    Have you ever needed to make a list of files of a Windows folder that you could paste into an email or another document? Incredibly, this functionality is missing from the Windows GUI. Here you will find a free tool which you can download and use for this purpose. It will work on 64 bit…