Live data from Hacker News

Viewing profile — nathany

nathany

HN member
Joined
Tue, Aug 14, 2012, 6:33 PM UTC
HN karma
273
Public activity
48 items

About nathany

Software Developer and Author

Recent public activity

  1. comment
    Comment #48948586

    First impressions of the Odin programming language.

  2. story
  3. comment
    Comment #18022130

    Get Programming with Go is a beginner's guide to the Go programming language containing 32 quick lessons with plenty of fun exercises and silly gopher illustrations. It's now avail…

  4. story
  5. story
  6. comment
    Comment #12300112

    You can read through this thread to see what people want to work on for Go 1.8. https://groups.google.com/forum/#!topic/golang-dev/098vr4999...

  7. comment
    Comment #12300088

    Yup, and you can always rename vendor/ to _vendor/ if you want to ignore them temporarily.

  8. comment
    Comment #12300049

    (afaik) He retired around the Go 1.0 release, though he showed up as unixken on reddit during a Go Ask Me Anything. https://www.reddit.com/r/golang/comments/46bd5h/ama_we_are_t...

  9. comment
    Comment #12300012

    Until you have users. :-P For one example, check this comparison: https://dockyard.com/blog/2016/08/09/phoenix-channels-vs-rai...

  10. comment
    Comment #12299995

    The only problem is that you need to maintain and enhance that MVP for the next several years -- unless it's just a hackathon. I've spent way too much of my life trying to optimize…

  11. comment
    Comment #12295854

    There was also the matter of figuring out llvm in order to use it. The initial Go compiler was based on the Plan 9 C compiler toolchain, which the designers of Go know well. One of…

  12. comment
    Comment #12294645

    You can read through this thread to see what people want to work on for Go 1.8. https://groups.google.com/forum/#!topic/golang-dev/098vr4999...

  13. comment
    Comment #12294640

    There are active discussions on the Go Package Management mailing list and the intention to propose further improvements to the go toolchain for future releases. We had good discus…

  14. story
  15. story
  16. comment
    Comment #11122465

    If it works in Go 1.5.3 but not Go 1.6, definitely consider filing an issue. https://github.com/golang/go/blob/master/CONTRIBUTING.md

  17. comment
    Comment #11122452

    The SSA branch is for a future version of Go, possibly Go 1.7.

  18. comment
    Comment #11122017

    404 when clicking this link.

  19. comment
    Comment #11122004

    There is a Go AMA on reddit for the next 24 hours. https://www.reddit.com/r/golang/comments/46bd5h/ama_we_are_t...

  20. comment
    Comment #10757023

    Go 1.6 beta1 and Apple's new HTTP/2 push notification service both were released today. What timing!

  21. story
  22. comment
    Comment #10756949

    I've begun work on a Go 1.6+ APN library that uses HTTP/2. You can find it here: https://github.com/RobotsAndPencils/buford

  23. comment
    Comment #10417704

    This article is an excerpt from Learn Go, a beginner's guide to Go, that I am writing with Manning Publications. I'm targeting people with some experience with a scripting language…

  24. story
  25. comment
    Comment #10395855

    If you are new to Go and statically compiled languages in general, I've been working on a book to introduce you to Go. The first two chapters are now available through Manning. Use…