Do you have a dumb question that you're kind of embarrassed to ask in the main thread? Is there something you're just not sure about?
This is your opportunity to ask questions. No question too simple or too silly.
Culture war topics are accepted, and proposals for a better intro post are appreciated.

Jump in the discussion.
No email address required.
Notes -
GPT-5 is really dumb and basically unusable.
I asked it to write me a yt-dlp command to save all my liked videos into a text file. And it just couldn't do it. For whatever reason, it couldn't write a simple, one-line command. It began creating multiple overcomplicated batch files and calling functions that don't even exist.
For context, this functionality is already built into yt-dlp. Earlier ChatGPT versions, also with "thinking" turned on (!), all worked flawlessly.
I had to resort to Claude, which I previously avoided, but which, this time, instantly gave me the correct answer:
yt-dlp -v --cookies-from-browser firefox --flat-playlist --print "%(url)s" "https://youtube.com/playlist?list=LL" > liked_videos_urls.txtThe same exact thing happened when I tried asking it to compress a PDF using ghostscript and also with basic video manipulation with ffmpeg.
It just went on these unrelated rants with hallucinated commands.
More options
Context Copy link