假设你不得不自己去实现 Paxos,是不是得借助各种 proof assistant 来证明一下?现在哪个 proof assistant,对证明 Paxos 的支持比较好,和各种语言结合比较好?最好有 tutorial?
http://en.wikipedia.org/wiki/Formal_methods http://en.wikipedia.org/wiki/Coq http://en.wikipedia.org/wiki/Isabelle_%28proof_assistant%29
第二个,就是类似 OpenTSDB 这样的数据,要做多个 metric 之间的复杂的聚合,根据聚合出来的结果触发报警什么的。
只有用 Ruby 才能搞出如此优雅的OpenStruct
,Python 就不行了
http://www.ruby-doc.org/stdlib-2.0/libdoc/ostruct/rdoc/OpenStruct.html
从实例自身开始解析
>>> class A(object): pass
...
>>> a = A()
>>> a.x = lambda: 1
>>> a.x()
1
>>>
Fedora 还没打包完成 ...
目测 LZ 应该是那种比较弱的
http://www.usenix.org/event/woot09/tech/full_papers/rolles.pdf
import subprocess
to rescue
为什么要加壳?太恶心了
软件为什么要防破解?
regression