Alex Clemmer ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ˜…๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ Profile picture
Brexit, Britney Spears, and Buffalo Wild Wings. if there aint no ring on my finger you aint goin on my gram wasq'u descendent.
Apr 12 โ€ข 26 tweets โ€ข 6 min read
95% of what we are doing in AI is stuff that's simple enough to explain to a child, made way over-complicated by mathematical-looking notation and unclear thinking. A short rant ๐Ÿงต using attention as an example. What's attention? Say you have a bunch of input/output examples of a function. You want to predict the function output for some new point. The DUMBEST thing you can do is just find the closest input point to your point, and report its corresponding output as your prediction
Sep 12, 2018 โ€ข 10 tweets โ€ข 5 min read
k8s folks alway say "infrastructure should be boring", but we spend a lot of time on fancy non-boring stuff, like (eg) horizontal pod autoscaling.

So here's a counterfactual thread: what if k8s WAS boring?

What if `kubectl` proactively told you how your deployment was going? What if `kubectl` proactively gave you specific, information about what caused your deployment to fail? What if that information DID NOT require wiring up complex monitoring services or buying some SaaS?