by pdubouilh on 4/8/23, 10:46 AM with 23 comments
by punnerud on 4/8/23, 1:14 PM
by mikae1 on 4/8/23, 11:22 AM
Never used Spotify on a mobile device though, so the location scripts will likely not be interesting at all.
by dag11 on 4/8/23, 5:13 PM
On the topic of ChatGPT code projects, way I recently made another evening side project[1] using ChatGPT. I found a really nice pattern to use with it is to use one commit per ChatGPT iteration (including commits where it breaks the program, just don't push to main until it's good again). And in each commit, I store the full prompt or reply I said to ChatGPT as a prompt.txt[2]. I'll probably tack it onto the commit description next time for ease of reading. But other friends have found this really useful to be able to see exactly how I+ChatGPT evolved the software with each commit, and I can look back and reference useful prompting patterns I used.
[1] https://github.com/dag10/timelapse [2] https://github.com/dag10/timelapse/commits/e77d11baaaf4e2a5f...
by rickdeveloper on 4/8/23, 1:15 PM
by amrb on 4/8/23, 11:22 AM
by cynicalsecurity on 4/8/23, 12:05 PM
by nemof on 4/8/23, 12:27 PM
by rvcdbn on 4/8/23, 1:46 PM