You are here |
crdt.tech | ||
| | | |
hashingit.com
|
|
| | | | Throughout my career Ive been reading and collecting papers/articles that I find interesting. Here are some of them: DatePublished Author(s) Title 2020-01 Ze Li, Qian Cheng, Ken Hsieh, Yingnong Dang, Peng Huang, Pankaj Singh, Xinsheng Yang, Qingwei Lin, Youjiang Wu, Sebastien Levy, Murali Chintalapati Gandalf: An Intelligent, End-To-End Analytics Service for Safe Deployment in Cloud-Scale Infrastructure 2019-11 Martin Kleppmann, Adam Wiggins, Peter van Hardenberg, Mark McGranaghan Local-First Software: Y... | |
| | | |
muratbuffalo.blogspot.com
|
|
| | | | I talked about the importance of reading foundational papers last week. To followup, here is my compilation of foundational papers in the d... | |
| | | |
mattweidner.com
|
|
| | | | ||
| | | |
nurkiewicz.com
|
|
| | When choosing or learning a new programming language, type system should be your first question. How strict is that language when types don't really match? Will there be a conservative, slow and annoying compiler? Or maybe a fast feedback loop, often resulting in crashes at runtime? And also, is the language runtime trusting you know what you are doing, even if you don't? Or maybe it's babysitting you, making it hard to write fast, low-level code? Believe it or not, I just described static, dynamic, weak and strong typing. |