Saturday, August 22, 2015

Produce problems for yourself

Netflix has moving their application to the cloud, leveraging the hardwards in Amazon EC2.
They adopt an architecture call micro service architecture, which breaks normal components in to microservices. These microservices work together to achieve a task.

Microservice could be failed - maybe due to network congestion or simply unavailable. To proactively deal with failure of microservices, they make use of Chaos Monkey in Amazon EC2 that could purposely turn off the microservices. This helps them to see their resilients against failure.

I feel this is a good approach. Rather than waiting for problems, PRODUCE problems for yourself. This allows yourself to have time for fixing or preparing it. Nicely done!

Thursday, August 20, 2015

Where is my quora credit?

Well, recently, quora has not discontinued the usage of credit. They have switched to another reward system which is introduced as follows.

====

How the new Ask to Answer system will work:
Ask to Answer requests will no longer cost credits. Anyone can send an Ask to Answer request to anyone else. Ask to Answer requests will be prioritized based on both quality and volume. High priority requests will go directly to the intended recipient and other requests will be aggregated. Prioritization will be based on a number of factors, including: 
  1. How many requests the target writer receives and subsequently answers over a period of time.
  2. Whether the specific question is tagged with a topic that the writer has expertise in and/or which is listed in the writer's Knows About profile section.
  3. Whether the request is sent from a person that the writer follows and/or interacts with regularly.
Regarding notifications about Ask to Answer requests:
  • For high priority requests: As before, for each of these requests, you will get individual notifications:
===

Find here for more details.