Papers
- Zexe: Enabling Decentralized Private Computation
Finance
- Can Machines “Learn” Finance?, 2020, [link]
- Taming the Factor Zoo: A Test of New Factors, 2020
Books
Computer Science
- 深入理解Java虚拟机:JVM高级特性与最佳实践(第3版), 周志明 Comments:理解JVM的原理对理解Ethereum中的Solidity的实现,以及深入理解EVM很有帮助。编译原理的思想和逻辑是相同的,我们可以在理解JVM的时候,其与LLVM在设计上的一些相同点。
Others
- 论中国, 基辛格 Comments:强烈建议阅读”中越战争”那一章节。这对理解现在俄罗斯与乌克兰的战争很有帮助。彼时彼刻,恰如此时。
Blogs
- Branch predictor: How many “if”s are too many? Including x86 and M1 benchmarks!, [link]