May 10, 2014

Send-to-kindle 2014-05

읽어야 할 글들을 Kindle에 던지는데,뭘 킨들에 던졌는지 기록해 두면 좋을 것 같아서 적어본다. Go’s power is in emergent behavior http://www.onebigfluke.com/2014/04/gos-power-is-in-emergent-behavior.html golang의 interface의 특징을 두가지 예(http.HandlerFunc,opaque type)을 가지고 설명. 저번에 있었던 gophercon에서 들은 내용에 대한 글. Go Parallel 1,2 https://software.intel.com/en-us/blogs/2013/06/18/go-parallel https://software.intel.com/en-us/blogs/2014/04/13/go-parallel-2 고루틴에 대한 예제와 함께 짧게 고루틴을 알수 있는 글. Go: Best Practices for Production Environments http://peter.bourgon.org/go-in-production/ soundcloud에서 go 프로젝트를 하면서 생긴 팁들을 나열. Read more

April 3, 2014

Send-to-kindle 2014-04

읽어야 할 글들을 Kindle에 던지는데,뭘 킨들에 던졌는지 기록해 두면 좋을 것 같아서 적어본다. 이번달은 읽은 글들이 많지가 않다. T_T Go and Package Versioning http://zduck.com/2014/go-and-package-versioning/ “My dream is for go get to support a version number component in the import path. So github.com/jpoehls/gophermail would fetch the HEAD of the repository as it does today. github.com/jpoehls/gophermail#v1 would fetch the v1 branch or tag.” http://gopkg.in 을 사용하면 github에 한해, branch,tag로 구분되어 있는 버젼을 패캐지버젼을 사용할수 있게 된다. Read more

March 11, 2014

Send-to-kindle 2014-03

읽어야 할 글들을 Kindle에 던지는데,뭘 킨들에 던졌는지 기록해 두면 좋을 것 같아서 적어본다. Why Atom Can’t Replace Vim : Learning the lesson of vi Atom이 Emacs의 확장가능성은 가질수 있지만, Vi의 조합가능성에 대해서는 배운 바가 없다는 글. 조합가능성에 대한 글로는 http://blog.dahlia.kr/post/78940164278 홍민희님의 글과 함께 보면 좋다. 내가 생각하는 조합 가능성은 명령어들의 조합이 명령어와 차별 받지 않고 같은 취급을 받는 것이 아닌가 싶다. 유닉스의 파이프로 연결하여 또 하나의 명령어를 만들듯이. Read more

© 2019. All rights reserved.

Powered by Hugo & Kiss.