February 10th, 2017
這是什麼?
程式週記主要內容如下:
Gihub project 介紹:
- 主要會貼一些github,但是會盡量寫上一些有用的評語(或是我容易想到的關鍵詞)幫助以後查詢
網路文章心得:
- 會寫些心得,強迫自己閱讀.
“程式週記”並且定期週期性更新.
大部分內容在我的twitter都會有,這邊只是將一些簡單的心得與感想註解一下.
本週摘要
過年的時候帶了家人去峇里島旅遊,事隔上次全家人出國也過了二十年了.家人永遠都是最重要的.
Go
travisjeffery/jocko: Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install)
透過 Golang 將 Kafka 做出類似的功能.不需要依賴 ZooKeeper 並且是 single binary.
Go vs. Swift: The Languages of The Modern Tech Giants
一份文件比對 Swift 與 Golang 在各個方面的比較.
My Go Resolutions for 2017
Golang 大神 Russ Cox 把他 2017 的目標訂立出來,有不少的項目,其中有一個就是 Package Management.令人期待
golang/dep: Go dependency tool
golang/dep Google 官方的 #golang dependency tool ,會不會之後整合進去呢?可以好好觀察看看
講解 #Golang 的 selectors ,淺顯易懂
講解 Golang 的 selectors ,淺顯易懂
Python
Android/JAVA/NODE.JS/Scala
Docker
Kubernetes
iOS/Swift
其他程式語言
論文收集
網站文章
[若渴計畫] Studying Concurrency
關於 concurrency 的學習整理文章,很值得好好深讀.
RethinkDB: why we failed
RethinkDB 在去年的十月宣布要關閉,那時候就說會找個時間來把失敗的原因檢討一下. 現在這份檢討報告出來了,來看看身為 DBAAS (Database As A Service) 公司創業失敗的檢討報告.
Machine Learning
CS565500 Large-Scale Machine Learning
清大課程學 Machine Learning 聽說老師也太有型了,講中文的課程,使用 python
https://cloud.google.com/blog/big-data/2017/01/learn-tensorflow-and-deep-learning-without-a-phd
用一系列的課程來教導你如何使用 Tensorflow 就算你不是 Data Scientist 的 Phd.
Google Data Engineer 的認證: Google Certified Professional (Beta)
GCP 認證的 Data Engineer
arxiv: Outrageously Large Neural Networks: The Sparsely-Gated Mixture-of-Experts Layer
Geoffrey Hinton 和 Jeff Dean 的神作,類神經網路取得 1000 倍以上的 model capacity 大躍進。
Scaling of Cloud Applications Using Machine Learning
講解 VMWare 如何使用 ML 來做 Web App Scaling.