Greetings fellows
Yesterday was an exciting day. I talked about how it began in the previous blog post. I used text-to-speech to jot down my thoughts while driving back home. Then used GPT to correct sentences grammatically and extend it a little bit.
After I arrived home, I didn’t take a cold shower, unfortunately. I forgot to do so. Instead, I took a long nap. I realized I’m a bit lethargic from 10 am to 12 pm. That’s weird. I had a perfect 8-hour sleep last night, yet at 10 this morning, I felt I needed to wind down a bit for an hour or so. No matter when I wake up, 10 am is when my eyelashes become too heavy to hold up.
I spent the rest of yesterday working on BluLexi. I coded a Python script for Google OAuth. I didn’t think it would work. But it worked! And that boosted my confidence dramatically. When Pouya asked me to do it, I thought oh man, that would take years. But with some help from GPT, I did it.
About GPT, something hilarious happened last night when I asked it to help me with the OAuth task. The prompt was simple and to the point, “give me a script for google oauth,” or something along these lines. It provided a bulk of code. Asked it to provide a test. Ran the code. An error popped up. Copied the error for GPT and asked it to solve the issue. Gave some suggestions. None of them worked. And it was when that endless cycle of trial and error started. I even used GPT4, and it didn’t return useful results.
The problem was that GPT was using libraries with deprecated methods. And it was not telling me what alternatives could be used for those methods! All of a sudden, something came to my mind. I asked it to handle the job without using any libraries. It returned a big block of code. It worked! I was happy deep inside. I ran it, and it worked.
The interesting thing is that as much as GPT can be useful and can make life easier, it can also make life much harder. If you’re completely unaware of a subject, like I was about Google OAuth, and if it gives you wrong information, you may spend the next couple of hours fixing a hot mess of wrong information. And it keeps getting worse when you ask it to fix bugs. Unless you suddenly realize what’s wrong and how to fix it. Use GPT for things you are familiar with.
Onto today, I had a lazy morning. Woke up immediately, grabbed my laptop, and started working on on BluLexi tasks. That Google OAuth had given me some good confidence and motivation. Had some breakfast. Eyelashes started to have a situation as described earlier. Winded down a little bit. Did some extra work on BluLexi. And now here I am.
Yesterday, I worked on a prompt to solve the issue with my code. I mean that code for the coding project. I need to work on it later today to see if I can finish it once and for all. I’m confident I can. If this bug is fixed, there will be only 2 more steps to finish the project off.
Let’s hope for the best, and shoot for the moon
Cheers