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
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.
I've been very skeptical and hesitant about using AI code assistants. I tried ChatGPT for some programming several times over the years to middling results. I never liked using co-pilot.
That being said, Claude Code has been very impressive. I would love to see other companies adopt cli interfaces in the future.
It's incredibly expensive, though, and I'd be interested to see something like this that runs locally.
https://justfuckingusehtml.com
This website has some cool #HTML nuggets here I hadn't run into before:
- meter
- progress
- popover
- dialog (was aware of this one, but learned some new functionality)
- HTML automatically creates JS variables for elements with IDs!
There's so much you can do with just HTML, it's incredible!