Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nathany
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Why Odin?
(nathany.com)
5 points
by
nathany
2mo ago
|
1 comments
2.
▲
by
nathany
2mo ago
First impressions of the Odin programming language.
3.
▲
by
nathany
8y ago
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 available in print, and my publisher has made it the de
4.
▲
Get Programming with Go is now available in print
(programminggo.com)
1 points
by
nathany
8y ago
|
1 comments
5.
▲
Martian gopher cake
(patreon.com)
1 points
by
nathany
8y ago
|
0 comments
6.
▲
by
nathany
10y ago
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.
▲
by
nathany
10y ago
Yup, and you can always rename vendor/ to _vendor/ if you want to ignore them temporarily.
8.
▲
by
nathany
10y ago
(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.
▲
by
nathany
10y ago
Until you have users. :-P For one example, check this comparison: https://dockyard.com/blog/2016/08/09/phoenix-channels-vs-rai...
10.
▲
by
nathany
10y ago
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 Ruby performance and memory usage, switching from
11.
▲
by
nathany
10y ago
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 the other reasons relates to how stacks are handled for gor
12.
▲
by
nathany
10y ago
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.
▲
by
nathany
10y ago
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 discussions with the Go Team during GopherCon last month. https:&
14.
▲
Apple Push Notifications for iOS 10 beta (Go library)
(github.com)
1 points
by
nathany
10y ago
|
0 comments
15.
▲
Buford v0.7.0 Apple Push Notifications for Go 1.6 and HTTP/2
(groups.google.com)
1 points
by
nathany
10y ago
|
0 comments
16.
▲
by
nathany
11y ago
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.
▲
by
nathany
11y ago
The SSA branch is for a future version of Go, possibly Go 1.7.
18.
▲
by
nathany
11y ago
404 when clicking this link.
19.
▲
by
nathany
11y ago
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.
▲
by
nathany
11y ago
Go 1.6 beta1 and Apple's new HTTP/2 push notification service both were released today. What timing!
21.
▲
Go 1.6 HTTP/2 Provider for Apple Push Notification Service
(github.com)
4 points
by
nathany
11y ago
|
1 comments
22.
▲
by
nathany
11y ago
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.
▲
by
nathany
11y ago
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 but fairly new to programming, while trying to ke
24.
▲
Get ready, get set, Go
(nathany.com)
12 points
by
nathany
11y ago
|
1 comments
25.
▲
by
nathany
11y ago
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 mlyoungman to receive 50% off through October 17, 2015
26.
▲
Learn Go – a beginners guide to Go
(manning.com)
4 points
by
nathany
11y ago
|
2 comments
27.
▲
by
nathany
12y ago
Smart!
28.
▲
by
nathany
12y ago
I'm really curious to give Gerrit a try. Is it like the existing Rietveld system used for Go? - I've been using the "apply mail" flow to avoid merge commits and to squash commits when appropriate (based on Nathaniel Talb
29.
▲
by
nathany
12y ago
The code is identical on GitHub and Google Code right now. The difference is that we may make breaking changes under go.exp while leaving the howeyc/fsnotify API as is. We're still figuring out what os/fsnotify will look like
30.
▲
by
nathany
12y ago
Yah, we didn't want to rush it and end up stuck with a subpar package in the standard library. If you are at GopherCon, I'll be giving a lightning talk on Saturday 11:40am on things I've learned by contributing to fsnotify an
More ›