@dominos My local store can't help me with the promotion for a medium pizza I received. And I didn't receive help here either. Time to head to another chain?
@dominos I've been ordering a lot of GF pizzas lately (allergy). Thanks for the coupon for a free medium two-topping pizza! Seems I can't stack this with the GFCRUST code. Is that right? I'd be sad if I couldn't eat your pizza tonight :(
@NHLTVSupport Can someone please answer the phone over there? I've been calling for a week, have waited on hold for 30 minutes each time, and have not been able to speak with anyone
If you don't have the cVim extension installed in #Chrome, you are missing out on some insane efficiency gains.
My favorite key binding?
"gi" -> Go to first input box.
Get it now if you want to never take your hands of the keyboard again.
@Twilio, please improve your documentation and overall #UX experience.
ex: "You can configure the URLs and HTTP Methods Twilio uses to make its requests via your account portal or using the REST API."
Where in the account portal? What API?
Creating a "domain" bash function was either a mistake or a great success: `domain() { aws --region us-east-1 route53domains check-domain-availability --domain-name $1 }`
Most recent purchase: https://t.co/OTs6fjT6Tv
#aws#myaddiction
A great explanation of linked lists: https://t.co/BDlT8QYV1g
When I read "#Functional#Programming in #Scala", I used these a lot. Seeing them in #Python has given me a fresh perspective.
Data Science for Business: "An alternative method for learning a predictive model from a dataset..." - Woah! Did not know "learning" could be used that way
Loving @elastic's documentation: "This leads to an interesting thought experiment: what happens if you have two different types, each with an identically named field but mapped differently?
Well, the short answer is that bad things happen" #search#lucene
#Nodejs#testing#tutorial is blowing my mind. "Stubs are like spies, but they replace the target function. You can use stubs to control a method's behaviour to force a code path (like throwing errors)..." https://t.co/1OiQFHfBzb
@MongoDB Advice for developing an #ORM? In #Python, I'm storing Worksheets on my Users as ObjectIds (and vice versa). Both classes can be loaded from an _id (this sets the class's fields). Debating whether to continue storing as _ids or to switch to fully-loaded classes. #MongoDB