Weekly
https://github.com/Tencent/tars 腾讯捐给 linux 基金会了 .... 起码某个微信公众号的推送里是这么说的, 里面说了两个 repo ... 第二个是 seer 什么(服务发现)的 ... 我没找到
http://gabrielsw.blogspot.com/2012/09/phantom-types-in-java.html Phantom Types 的简单例子
A Python static typing update
https://lwn.net/Articles/757218/
Submitted via bookmarklet :sparkles:
https://github.com/tidwall/pinhole 3D Wireframe Drawing Library for Go
https://github.com/DataDog/dd-trace-go/tree/v1/contrib datadog's tracing interface and integrated with common libraries
https://rust-lang-nursery.github.io/edition-guide/introduction.html Rust 2018 Edition Guide
My feedly feeds collection。还在用RSS的同学可以参考一下
https://gist.github.com/htfy96/92ee46c961b3af450f1ee1fcb296e7c6
Submitted via bookmarklet :sparkles:
才发现GFSv2(Colossus)的那个slides去年就已经公开了……之前都只有复述版
http://www.pdsw.org/pdsw-discs17/slides/PDSW-DISCS-Google-Keynote.pdf
https://github.com/gaocegege/papers-notebook/issues/95
https://github.com/quark0/darts https://arxiv.org/pdf/1806.09055.pdf 微信文章
指数级加速架构搜索:CMU提出基于梯度下降的可微架构搜索方法
如果真的通用性很好的话,这个会是一个大新闻,模型搜索不再是梦
Portable Services with systemd v239。systemd和容器技术互相交融还行……
http://0pointer.net/blog/walkthrough-for-portable-services.html
Submitted via bookmarklet :sparkles:
GUI Testing Powered by Deep Learning。前端越来越不好做了。。
https://www.ebayinc.com/stories/blogs/tech/gui-testing-powered-by-deep-learning/
Submitted via bookmarklet :sparkles:
Kata Containers plans to offer official k8s support。感觉Kata Container项目很有前途……
https://superuser.openstack.org/articles/project-update-whats-next-for-kata-containers/
Submitted via bookmarklet :sparkles:
another tracing system (seems no longer maintained) https://github.com/monzo/typhon found from https://peter.bourgon.org/blog/2016/02/07/logging-v-instrumentation.html also https://peter.bourgon.org/blog/2017/02/21/metrics-tracing-and-logging.html is interesting as well
Dlang: the GC series tutorial (2017) 介绍了Dlang的GC与无GC混合代码的使用方法。Dlang的GC只发生在分配的时候,因此发生的时机是可控的,在@nogc代码中不会触发。感觉这种hybrid的思路比起完全无GC更容易接受与使用……
https://dlang.org/blog/the-gc-series/
Submitted via bookmarklet :sparkles: