HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kernx16

no profile record

comments

kernx16
·2년 전·discuss
I dug into this quite a bit for a while. A book that I found pretty good, albeit at times redundant, is "Say Goodnight To Insomnia". The author has studied sleep, specifically insomnia, for a good chunk of their life and uses CBT to conquer insomnia. The book also talks a bit about myths around sleep which I found interesting.
kernx16
·3년 전·discuss
itd be interesting if tracking price is also included, although I can imagine that would be insanely difficult to keep track of for many reasons. I love this idea and hope it continues to grow.
kernx16
·3년 전·discuss
I'm a DBA.

I found that in general, it was OK for pretty obvious things but sometimes it missed stuff such as: running a LIKE with wild card at the start, ie: "LIKE '%Luke%'". Running that wildcard in the start tends to make the optimizer do a full scan.

Otherwise, it did okay. Just ensure you give ChatGPT the schema as well for its best suggestion.