想到什么写什么周报 第3期 - 2017-10-15
Ubuntu 17.10(Artful Aardvark)进入最终冻结状态 将于10月19日发布
http://www.cnbeta.com/articles/soft/660503.htm
下周就能升级了,yeah!
Go 1.9.2
1.9.1的一个fix出问题了。
It appears that the security release Go 1.9.1 may have broken fresh “go get” checkouts of non-Git repositories at least in some cases. So probably we should issue Go 1.9.2 sooner rather than later.
issue: https://github.com/golang/go/issues/22201
Gopherfest 2017: Upspin (Rob Pike)
https://www.youtube.com/watch?v=ENLWEfi0Tkg&index=27&list=WL
Rob Pike在今年的Gopherfest上介绍他新参与的项目 Upspin,一种分布式的名字空间系统,用来管理分布在不同位置的数据。这个系统有 key server, directory server和 storage server。 Key server是集中式的,存储用户数据的地方实现 directory server和 storage server,这样用户就能用一种方式访问自己的、位于不同云端的数据。官网 https://upspin.io/。
Go: Ten years and climbing
https://commandcenter.blogspot.com/2017/09/go-ten-years-and-climbing.html
Rob Pike回顾Go发展的第一个十年,从2007年9月20日下午的一个讨论开始(Robert Griesemer, Rob Pike, and Ken Thompson ),一直到现在Go在很多领域都得到了广泛的应用。文章中还特别提到了Go在中国非常的流行。
Microservices from Design to Deployment 中文版 — 《微服务:从设计到部署》
https://github.com/oopsguy/microservices-from-design-to-deployment-chinese
Introducing Abseil, a new common libraries project
https://opensource.googleblog.com/2017/09/introducing-abseil-new-common-libraries.html
Google开源的一个C++库。
Press Release: InfluxData’s Time Series Platform Now Available on IBM Cloud
https://www.influxdata.com/blog/influxdata-on-ibm-cloud/
InfluxData在IBM Cloud上推出InfluxCloud。
阿里云溪大会
首日发布的产品: https://linux.cn/article-8953-1.html 发布ElasticSearch云服务: https://linux.cn/article-8959-1.html
为什么 SQL 正在击败 NoSQL,数据的未来是什么?
https://linux.cn/article-8949-1.html
TimescaleDB的CEO写的一篇StarWar风格的文章,介绍了SQL和NoSQL交替发展的历史。
我的理解是,SQL很自然的描述了数据的关系,但是有一段时间SQL的实现不足以支撑数据的增长,所以出现了NoSQL的方式来管理数据,现在SQL的实现又变得更强大了,也能支撑更大的数据量了。其实SQL一直很流行。
Digital Ocean的对象存储GA了
DigitalOcean Spaces is Object Storage designed for developers who want a simple way to store and serve a vast amount of data. Almost 90,000 developers signed up to try it out, and now it’s generally available to host your web assets and backups. Try out Spaces with a free 2-month trial.
PingCAP 与腾讯云达成合作,HTAP 数据库 TiDB 现开放内测
https://cloud.tencent.com/producwidb
CockroachDB 1.1 is here
https://www.cockroachlabs.com/blog/cockroachdb-1dot1/
包括数据导入的改进、集群任务管理的改进、性能提升。另外,百度也在使用CockroachDB。
Words still matter – Medium’s mission — five years in
https://blog.medium.com/words-still-matter-6e9163216052
Medium CEO在Medium成立5年的时候撰文,重点是说明Medium为什么要做一个读者订阅服务,而不是采用广告模式。这样可以让Medium直接服务读者和作者,而不是其他的买单人。Medium的收入分配模式是 Attention = Money,所以做了一个鼓掌系统。