<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>On using ChatGPT to help generate starter code and squash bugs</title>
		<link>/blogentry/182532</link>
		<atom:link href="https://www.lotterypost.com/rss/blogcomments/182532" rel="self" type="application/rss+xml" />
		<description>hypersoniq's Blog: On using ChatGPT to help generate starter code and squash bugs</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Original Blog Entry: On using ChatGPT to help generate starter code and squash bugs</title>
			<link>/blogentry/182532</link>
			<guid isPermaLink="true">/blogentry/182532</guid>
			<pubDate>Fri, 17 Nov 2023 18:53:40 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>I am finally near completion of my modified follower script. It is far less complex and does the same exact thing for any csv history file from pick 3 to powerball... and went from 2,200 lines of code to under 100!<br /><br />Bottom line... do not mention lottery... and prepare to Do Your Own Research (DYOR) because generative AI is not taking any software development jobs anytime soon!<br /><br />It was a long and difficult process to get to the code I have now. The benefit is obvious but here are the pitfalls...<br /><br />1. Open a bunch of notepads, because many times when implementing a requested change it messes with the core functionality. Develop a quick and dirty versioning system, like typing V1, V2 etc... at the top of each text file of copied code... then Read it! Make sure there are no obvious logic errors like endless loops inside of functions.<br /><br />2. Type your comments and code samples into notepad first, then paste into the GPT comment box. After a few days of accumulated chat, it gets SLOW!<br /><br />3. Be prepared to re state your goals over and over again. While it is amazing software, it is like working with 10 Second Tommy from the movie 50 First Dates. (NOT an exaggeration!!!)<br /><br />I have one more change to add on my own, then the refactoring of the follower code will be complete. It took the better part of 2 weeks.<br /><br />I still have to figure out how to interpret the results and get a pick, but that is like every other system.<br /><br />I used Chat GPT to learn about certain aspects of programming that I was not well versed in, like Pandas Data Frames and the proper implementation of recursion in function design, but I had a clear vision of what I wanted the code to do and just needed a few tweaks to get there. This time I provided the starter code and the tweaks and problem solutions were more evenly divided than just asking it for a program like it was some sort of Genie...<br /><br />It is a great asset because literally no one else I know in real life is into programming, but it is not a clean sheet code generator either, you need to have a clear vision of what you want.<br /><br />If you wanted to learn how to write code from scratch, there is probably no better resource.... &#x5b;&#xa0;<a href="/blogentry/182532">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Blog Entry</category>
			<category>hypersoniq</category>
			<wfw:comment>https://www.lotterypost.com/blogentry/182532</wfw:comment>
		</item>
	</channel>
</rss>

