Back
Similar todos
Load previous page…
Spent half day trying to cajole ChatGPT and Bing to help me animate the chart from left to right, but no deal 😩 #chartpix
Helped Carrd user in FB community with auto update year footer that's synced to the style of the template - made me think about creating a free plugin for this! 🤔 #pluginsforcarrd
Helped Carrd user with strikethrough text issue (setting red color line-through for black text), and implemented it for myself! #pluginsforcarrd
Created typewritertext Carrd plugin on a whim - typewritertext.carrd.co/ #pluginsforcarrd
Day 824 - What moves the needle for my Carrd plugins - golifelog.com/posts/what-move… #lifelog #pluginsforcarrd
🤖 Used ChatGPT to help me finish off a GitHub Issues syncing cli tool because I'm tired of bulk creating issues in their web UI.
Wrote tutorial for roll up text animation Carrd plugin cos people keep asking me - rolluptextanimation.carrd.co/… #pluginsforcarrd
Make some progress on Wip.chat clone for practice. Rekindle my love/hate for CSS #buildstreak
Worked on getting ChatGPT working with the Line echo bot example...created a separate file to test the OpenAI API call...hit an error, turned out I needed to pay separately for API credits...hit another error from my request not being formatted properly...finally got it working, now I need to try to integrate it with the Line echo bot...updated the code to use the ChatGPT code and deployed it, but the bot isn't responding anymore, I need to examine the logs...checked the logs with `dokku logs api` (`api` being the name of my app) and saw the error: "You didn't provide an API key."...need to add my API key as an env var...got that added with `dokku config:set`...tested the echo bot again and IT WORKED. It is insane insane insane how fast I can get stuff working when I can ask ChatGPT for help at every step to cut through all the usual Googling to figure out how to do something...next up, hmm, I'm not sure, either work on an accompanying Vue frontend or try fleshing out the bot to handle the particular use-case I have in mind...sent an email to another YouTuber to see if I can do a video with him.