matachuan's comments

matachuan | 7 years ago | on: Made in China, Exported to the World: The Surveillance State

> If the West ever returns to the idea of democratic society where everyone should have access to education, housing and good working conditions. Where we run our countries, our infrastructure and invest in scientific progress together. And where we believe that running businesses in line with the values of society is better. Then they would want democracy as well.

In that matter, don't you think it's the financial status that pushes all the ideas back? There is a fundamental tradeoff between resources spent on individuals vs total resources.

matachuan | 7 years ago | on: Spiffy: Enabling File-System Aware Storage Applications

Very neat work. I understand about ext-family and those fs that have a clear boundary of the data/metadata block -- they can be annotated and identified later. Then how about NTFS where metadata and data can mix in one block? Is there any potential challenge or same approach can still apply?

matachuan | 7 years ago | on: How to scale a distributed system [pdf]

Another quick hint: always make things work first then profile and optimize it. This happens when my colleagues were building a stream processing engine that scales up. At first, they start with all those fancy fine-grained locks but it turns out the final result just does not scale at all. They have to retreat to the version with some big locks and then figure out what was happening and how to solve it.
page 1