You are here |
muratbuffalo.blogspot.com | ||
| | | |
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... | |
| | | |
malloc.dog
|
|
| | | | ||
| | | |
deepmind.google
|
|
| | | | This has been a year of incredible progress in the field of Artificial Intelligence (AI) research and its practical applications. | |
| | | |
cullmann.io
|
|
| | At work we use the LLVM/clang libraries for pre-processing and parsing C/C++ stuff. During some experimenting with the current master version of these libraries, I stumbled on unexpected crashes inside our unit-tests on Windows. We work with MSVC 2019 on Windows and all worked fine with LLVM 9.x, but with master, close to all my tests did now segfault in aligned_free. I first thought that might be some current regression in LLVM master, but after tracing it back to having DenseSet/Map crashing during destruction, this seemed unlikely. |