1724
I love it when I have to scream at a computer
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Then be happy you naturally hit the caps lock key slowly enough to have never noticed this. When flipping back and forth between caps lock in SQL it drives me up the wall.
https://www.reddit.com/r/macbook/comments/o6q52c/mba_m1_caps_lock_key_delay/
To be clear though, I never noticed either until I started writing SQL regularly. It never causes me problems when writing regular code
It doesn't know the schema nor can it due to the sensitivity of the data I work with. It's also faster to write the SQL than to describe it to the LLM. Once you get used to it, SQL is easier than English.
It depends on the SQL. Anything non-trivial is still much better to write by hand to keep the intent clear.