Just found this wonderful website which points out where the pointer is. Give it a try! https://pointerpointer.com
Just found this wonderful website which points out where the pointer is. Give it a try! https://pointerpointer.com
@spencersb Its a good idea! In my experience, having a bespoke landing page for your show with all your info is a much nicer experience than using something like LinkTree.
If you'd like any specific recommendations or questions feel free to hmu
I've noticed a fairly significant issue with LLM-assisted coding that I haven't heard others discuss.
The LLM frequently wraps calls in conditionals such as `if (variable_name)`, but rarely handles the condition where the variable is null or undefined.
It feels like the model is trained to write code that passes without errors, but is tossing out useful information and failing silently instead.