Weekly
https://github.com/thulab/tsfile t 大的 time series format .... 先 mark 有时间去看下
TsFile is a columnar file format designed for time-series data, which supports efficient compression and query. It is easy to integrate TsFile with your IOT big data processing frameworks.
https://github.com/ktr0731/evans universal grpc client with REPL
Ref https://github.com/gaocegege/papers-notebook/issues/105
LegoOS: A Disseminated, Distributed OS for Hardware Resource Disaggregation
https://www.usenix.org/system/files/osdi18-shan.pdf https://www.usenix.org/sites/default/files/conference/protected-files/osdi18_slides_shan.pdf
OSDI'18 Best Paper
赶在尾巴搬运一下别人的 weekly https://github.com/zenany/weekly/commit/56c332c8a235f755dcdad8f61066b87df6a1db1f
https://medium.com/@mattburgess/beyond-console-log-2400fdf4a9d8 console.log 的多种用法
- console.table
- console.count(name)
- console.time() and console.timeEnd()
- [ ] is there any boundary for it? i.e. must call both within same function
- console.group ... group your console logs ....
(配图微笑中透露着忧伤)
还是搬运 https://github.com/zenany/weekly/commit/56c332c8a235f755dcdad8f61066b87df6a1db1f
https://github.com/GoogleChromeLabs/jsbi @arrowrowe 还记得你在阿里的实习么
搬运 https://github.com/zenany/weekly/commit/56c332c8a235f755dcdad8f61066b87df6a1db1f
Programming Paradigms for Dummies: What Every Programmer Should Know
https://www.info.ucl.ac.be/~pvr/VanRoyChapter.pdf
This chapter gives an introduction to all the main programming paradigms, their underlying concepts, and the relationships between them. We give a broad view to help programmers choose the right concepts they need to solve the problems at hand. We give a taxonomy of almost 30 useful programming paradigms and how they are related. Most of them differ only in one or a few concepts, but this can make a world of difference in programming.