Grok 4.6 in Grok Build seems to go down every day about 4-5pm EST for us even as a SuperGrok Heavy user...
Down again today. Have to switch back to 4.5. Glad its good enough for what I need to do.
Today, we sadly must announce the closure of Queen City Nerve after nearly eight years of providing community journalism to the people of Charlotte. Read more here: https://t.co/WiqfFpWe5x
Avoid @MavisTire_LLC
They refuse to repair a nail in a tire for a tire older than 5 years. But they suggested a SET of NEW tires. Wow. Wow! Could you run customers off faster. NEVER AGAIN AT MAVIS!
π‘
@boltdotnew Can you provide pricing? You completely hide it on your public website and I am not going to create an account and provide my email for spamming just to get the pricing.
@PBankcard Stop the data thief using appdynamics and and adrum.js. I can no longer log in. My js console is full of blocked requests and the page just cycles.
STOP IT.
@travisjbeck That part about string literals does suck. I use a VS Code plugin to open the sting in another windows which does respect HTML formating, but it's still a pain.
Ideas about adding user defined fields in an app. What data models work best.
Structured Schema:
varchar Name
varchar Type
decimal NumberValue
varchar StringValue
date DateValue
EAV (Entities) Model:
EntityID, FieldID, Value
Others?
All data will be stored in a MySQL DB.