Posts

Showing posts from July, 2024

Artificial Intelligence and my internet programming

Image
 I've done my first successful AI program. I used Claude 3.5 to do it.  Here is the instructions I gave to Claude: Create the following code in a form html file ask for the fromdate and todate for the query in the php file. Open a sqlite database called ../Fasts.db. It's the folder above this one. Here are it's fields: id integer, entrytime time stamp without timezone,  entrytype text, glucose text, ketone text, comment text, memberno text. Create a query that looks like this while creating the variables  necessary to create the graph after the query occurs $query = "SELECT * FROM entries WHERE entrytime >= '$fromdate' AND  entrytime   <= '$todate' AND memberno = '$memberno' ORDER BY entrytime";  Using html, php and javascript and using this sql result to create a bar  graph that shows fasts that show each separate fast that exist between  the entrytype = StartOfFast and EndOfFast and the height of the bars are  the level of g...

Claude 3.5. Riding the dragon

 I'm completely blown away by AI. I'm in the process of a nail biting change to my graphing system as there is so much I want to show about my fasts. The code gets really complex and I'm not that good at PHP, HTML and JAVASCRIPT. If i used C++ on the desktop,  I'd be completely done but with these languages of the internet,  it's difficult.  So I turned to Claude 3.5 and a huge amount of the computer code is created and working without any of my logic. I put Claude level logic easily above any PHD. I will conquer internet languages but with Claude, I'm easily doing stuff I'd only be doing if I'd been at learning for a couple of years. Yeah, I still have to understand the basic of what I want to do logically.  Stuff like setting up the database with the right fields and table names. Also I have to tell Claude which fields to use and how to use those fields. But man oh man, it is such a long way from logically calculating which entry belongs to what fast a...

The new Tree of Autophagy and Fasting

 Wow! I finished the tree that presents some of the trials and studies that I've found and have changed my life. It's under the clinical trials button.  Major. Pierre

Claude 3.5 and Wordpress progress

 I'm sure that Wordpress is a good fit for a lot of people, not for me. It got me started, though, so I can't really knock it's capabilities. It's just not for me. I found it just  as easy for me to program directly in HTML, PHP and JavaScript.  I have one more file to convert out of Wordpress and I'm done. I'll remove all the Wordpress files.  I have found that the artificial engines have progressed to the point where I can use them to help me on my way to mastering the 3 main languages of the Internet browsers. Especially Claude 3.5. It's unusually capable at creating base programs that I can add in my own unique program pieces. My nephew, who works for Microsoft, was the one that mentioned Claude 3.5.  So that's it for now. Pierre

Broke my website.

 Some weird stuff taking place on my website. It's a simple thing to call another website page, but after I removed the start file of Wordpress, the website refuses to call any page even though the page is there and the call is proper. Well, I'll try to figure it out. I just hope that Wordpress hasn't put some strange stuff that keeps the website from working normally. We'll see. Pierre