Posts

AI Assisted Simple Application Build

Image
  AI Assisted Simple Application Build Human Description This will be a single user diary application with reporting. The infrastructure will consist of XAMPP with external libraries for CSS. Each entry will consist of a “group”, “timestamp” and “thought”. On the entry form, “group” will present the unique entries in the database for selection and allow for a new “group” to be added. The “timestamp” should be a database function and only presented to the user in reporting. The “thought” should be cleaned for inclusion as an HTML paragraph (<p></p>). First Try To Define the Application to Gemini (AI) Overview I need a single-file object oriented PHP application for a personal diary running on XAMPP. Database Use a MySQL table named “diary” with columns “id”, “group”, “created_at” and “thought”. “Id” is an index. “Group” is a column that is varchar(16) and presented as a list to the user to select from the unique entries in the column and allows a new value to be entered...

Things I Learned

  This is a list of some of the things I have learned during my life. 1.      Read and follow the instructions. 2.        Humans cannot keep a secret. 3.        Secrets are yours to keep. 4.        Try, try again. 5.        Learn how to negotiate. 6.        Barter works. 7.        Anger rarely serves a purpose. 8.        Create. 9.        You can fix it. 10.    Borrowing money is only necessary when you have not saved enough. 11.    Know the difference between need and want. 12.    Buy low, sell high. 13.    Write your story. 14.    You may be the only one that thinks like you do. 15.    Sometimes people don’t want to know that you know more than them. 16.    You...