Great recent find “Epic: The Musical”., based on The Odyssey.
Gods, monsters, magic, love, death, betrayal, revenge, drama. It has It all. **So quotable**.
https://t.co/AMp2virOZ9
@relizarov For me, Demerzel / Empire story continues to be more interesting since Season 2. And only partially because it's not spoiled by the original book trilogy.
Moore’s law still applies in the sense that the number of transistors in our processors increases exponentially.
What broke around 2005 is Dennard scaling. Our clock frequencies are no longer increasing. But you don’t want to buy a processor from 2005: it is going to be much slower.
Bandwidth and storage are increasing all around.
Our compute throughput is not stagnating. Don’t let anyone tell you otherwise.
I designed Dropbox's storage system and modeled its durability. Durability numbers (11 9's etc) are meaningless because competent providers don't lose data because of disk failures, they lose data because of bugs and operator error.
Yes S3 has lost data. No it wasn't because some disks failed.
If you're building your own infrastructure you should heavily invest in release process and validation testing (link in reply). You're not going to do a better job than a major cloud provider though.
The best thing you can do for your own durability is to choose a competent provider and then ensure you don't accidentally delete or corrupt own data on it:
1. Ideally never mutate an object in S3, add a new version instead.
2. Never live-delete any data. Mark it for deletion and then use a lifecycle policy to clean it up after a week.
This way you have time to react to a bug in your own stack.
@nearyd@danluu The attending was just being lazy. I'm sure conference website had your bio with socials and they could have satisfied their curiosity in more depth and less time when you ever could in your introduction.
@wangbin579 Depends on the workload and read committed implementation.
For vanilla MySQL AFAIR single statement query will be about the same due to implementation details.