Ubuntu 17.10

截屏无法复制到剪切板

https://www.reddit.com/r/gnome/comments/78rcsf/screenshot_copy_to_clipboard_not_working_326/

still a bug

而且,使用快捷键截屏,甚至无法唤出截屏程序。

ack-grep包已经从仓库移除

可以使用silversearcher-ag替代 sudo apt install silversearcher-ag

vim里如果使用ack.vim,那么默认情况下是会调用ack-grep命令,可以通过如下配置修改

let g:ackprg = "ag --vimgrep"

Catalog of error handling patterns in Go

http://www.cirello.org/2017/12/catalog-error-handling-patterns-in-go

作者总结的go中处理error的一些模式。

ANNOUNCING THE GENERAL AVAILABILITY OF CONTAINERD 1.0, THE INDUSTRY-STANDARD RUNTIME USED BY MILLIONS OF USERS

https://blog.docker.com/2017/12/cncf-containerd-1-0-ga-announcement/

Announcing Jaeger 1.0

https://medium.com/jaegertracing/announcing-jaeger-1-0-37b5990cc59b

Jaeger 1.0发布。

  • 之前支持Cassandra,现在新增一个存储后端ElasticSearch,后续会增加更多其他的存储后端。
  • WebUI改进
  • 与Prometheus、Docker和K8s的集成
  • 除了Go意外,还有C++客户端,正在开发更多语言的客户端。
  • 兼容Zipkin

知识共享许可协议本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议进行许可。