2016年7月14日のブックマーク (3件)

  • Soft Skills を読んだ

    というか Audible で聴いた。尊敬するひげぽんの推薦書。読まないわけには行くまい。 著者人がアドリブつきで読む、サービス精神旺盛な一冊だった。著者が読むのはいまいちなものもあるけど、このひとは滑舌がいいね。 作者はほとんど自己啓発の専門家といった風情。だから扱っている話題は網羅的だ。個々の話題は内容の特化したを読むほうが詳しいけれど、アラカルトとして良い出来だと思う。プログラマの目線で書いてあるから。 そこそこ自己ケーハツ好きな自分から見ると、すごく目新しくはなかった。でも我が身を振り返る事は多かった。この手のは、たまに手にとって襟首正すのがひとつの読み方だと思う。 一番詳しく書かれており、説得力もあるのがブログを含めた自分の売り込み方に関する話。その部分の私の感想はだいたいかずよしさんとおなじ。つまり主張はわかるが自分にとってのブログはそういうもんじゃないんで…という戸惑い

    deeeet
    deeeet 2016/07/14
  • State of Go 2016

    State of Go 2016 Edward Muller Heroku Responses 2 Do You Use Go? 3 Which Version of Go do You Use? Some distros don't inclue latest versions (Debian / Centos) Lazy 4 If you use Tip/Head/Master, how often do you update? 339 Responses 5 Go installation 6 What is your $GOPATH set to? 7 What OS do you develop on primarily? 8 What vendor tool(s) do you use to vendor dependencies? 9 Which vendor tool do

    deeeet
    deeeet 2016/07/14
    #gophercon Great survey !
  • Peter Bourgon · Context

    2016 07 11 When it’s released later this month, Go 1.7 will move the x/net/context package to the stdlib, as plain old context. It also attaches a context object to net/http.Requests, and gives you a few helper methods. Dedicated Gophers are probably already familiar with the great introductory blog article by Sameer Ajmani, Go Concurrency Patterns: Context, published all the way back in 2014. If

    deeeet
    deeeet 2016/07/14
    Use context Value only for request scoped data