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: Lenovo’s IdeaPad Slim 7 is a showcase for AMD’s exceptional new processor
Which also might solve the mystery of why it's only available in the Netherlands? No need to built a different keyboard.
vazamb
|
5 years ago
|
on: AWS Copilot
vazamb
|
5 years ago
|
on: Germany will require all petrol stations to provide electric car charging
Petrol stations in Germany make almost no money on petrol. I think it was something along the lines of 2-3 cents/liter. I am quite sure that they will be happy to have customers stay in their shop for longer.
vazamb
|
5 years ago
|
on: Guide to Concurrency in Python with Asyncio
Why this being downvoted:
You need to use a process pool in Python, thread pools are for I/O bound tasks and cannot use more than 1 core.
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: Ask HN: Engineers from non-CS background, how did you pivot into ML/AI?
PGMs also provide the intuition behind GANs and variational autoencoders.
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: No Phd, No Problem: New Schemes Teach the Masses to Build AI
Hey, I just finished your book. Loved it! I am out of uni already and uses it to brush up.
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: Shoppers Love Rewards Credit Cards, Retailers Hate Them
Taxpayers already pay quite a bit to keep the cash system running. I think it would make sense for the state to provide baseline infrastructure for electronic payments.
vazamb
|
7 years ago
|
on: Linux touchpad like a Macbook: goal worth pursuing?
It is ridiculous how hard it is to get ANSI keyboards here (Germany). Laptops are ok (Macs, Lenovo and Dell) but external keyboards (especially mechanical ) and any other laptop brand are a huge hassle.
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: Ask HN: Have you shipped anything serious with a “serverless” architecture?
If you are into python I highly recommend Zappa. It turns your flask app endpoints into lambda functions + API gateway. The big benefit here is that it is trivial to test locally because before it gets transformed you can just do 'flask run' and use postman to test the endpoints
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.
vazamb
|
7 years ago
|
on: Foundations of Data Science [pdf]
Not to be confused with an 'Introduction to data science' book
vazamb
|
7 years ago
|
on: Google Home Beats Amazon Echo in Q1 2018 Smart Speaker Shipments
Look at the new Nokia 'matrix phone' 8110. It is a dumb phone with some smart features and most notably 4G and WiFi hotspot functionality. At only 80 dollars or so. I am seriously considering getting one just as an experiment
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.