vazamb's comments

vazamb | 5 years ago | on: A socialite who hated washing dishes invented the automated dishwasher

We are in a similar situation, both working from home. It very much depends on how lazy we are during the day. If musli bowls and lunch plates haven't been handwashed when we start cooking dinner it's a "dishwasher day". We have a half size one, which means one day's worth of dishes fills it up at least 3/4.

I suspect it might be more water efficient and energy efficient to do this instead of repeatedly heating up water, which takes 30s or so and wastes a lot of cold water / hot water that gets left to cool down in the pipes.

vazamb | 5 years ago | on: Why Life Can’t Be Simpler

I am not a designer/UX person but still thought I would give it a go. I couldn't get through more than 30% of it because of how boring and repetitive it was.

vazamb | 5 years ago | on: AWS CloudFormation now supports blue/green deployments for Amazon ECS

I would love to know what the problem is. We do dozen of deployments every week with a ALB + ECS + Fargate setup. We upload a new container image, create a new task and launch as many tasks as desired (so if we want 2 containers running we launch 2, for a total of 4). ALB calls the /health endpoints on the new containers and if they pass the healthchecks it drains connections to the old containers and stops the tasks. This has worked seamlessly for a long time now without any downtime during deployments.

EDIT: I should mentioned that we are using AWS CDK for all of this. All it does is register a new task as the default task for a service and ECS/ALB does the rest.

vazamb | 7 years ago | on: Serverless and startups

I think the better scalability does not come from lambda itself but because you have to design for share-nothing concurrent executions from the start.

vazamb | 7 years ago | on: Erllambda: Run Erlang and Elixir in AWS Lambda

I think it is already through libraries. At least for lambda in python you have libraries (Zappa for example) that allow you to write basic flask and Django apps and then deploy them to lambda. These apps can still be deployed the "old" way with no or minor modifications

vazamb | 7 years ago | on: Uber’s Big Data Platform: 100+ Petabytes with Minute Latency

I find it interesting that one of their major pain points was data schema. After having worked at places that use plain json and places that used protobuf I can highly recommend anyone starting an even mildly complex data engineering project (complexity in data or number of stakeholders) to use something like protobuf, apache arrow or a columnar format if you need it.

Having a clearly defined schema that can be shared between teams (we had a specific repo for all protobuf definitions with enforced pull requests) significantly reduces the amount of headaches down the road.

vazamb | 7 years ago | on: Nancy Pearl’s Rule of 50 for dropping a bad book

I am glad other people get that feeling too. A lot of pop-sci books are not terribly bad but could be cut down to 1/4 of their length. Another example for this is "Deep work" by Cal Newport. Great idea, something to actively think about. But not necessary to be spread out across 300 pages...

vazamb | 7 years ago | on: Messi Walks Better Than Most Players Run

There are real-time sensors in the balls. Players are tracked with cameras and ,I think, also sensors in their shoes. We read about a systems developed by a German uni in an event processing class (they generated millions of events per minute) but I cannot recall the name right now.

vazamb | 7 years ago | on: AI winter is well on its way

What are you talking about? Google assistant is entirely ML driven text to speech and sounds great, wavenet by deepmind is almost indistinguishable from human speech.
page 1