Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
501
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
501
13y ago
I've posted these before[1]: * No public bug tracker * epmd's security (or lack thereof) * Can't insist that epmd be started separately (`erl -no_epmd` won't start epmd but it also won't start epmd's gen_server
2.
▲
by
501
13y ago
I've seen this explanation in a few places and while I don't discount it entirely, I find it difficult to believe it's the sole factor at play; primarily because of the dearth of other third-party accessible services that bui
3.
▲
by
501
13y ago
Microsoft's DNS server was forked from BIND 4, Merchant Server was an acqusition that run on Python in it's first incarnation and as dalke mentions various networking infrastructure came from the BSDs.
4.
▲
by
501
13y ago
That sort of glitch sounds like the kind of thing Dropbox does (did?) from time to time because it's not aware of bundles. (For those unaware, on OS X many files are actually folders, eg: http://en.wikipedia.org/wiki&#x
5.
▲
by
501
13y ago
There's nothing whiny about it. They're explaining to their customers what happened which is a part of their job.
6.
▲
by
501
13y ago
I don't think it's anything out of the ordinary. Attacks happen quite regularly, most are mitigated quickly and quietly.
7.
▲
by
501
13y ago
Actually I think I may have first picked it up from this vclock library: http://labix.org/vclock
8.
▲
by
501
13y ago
I (a go noob) somehow got the impression that you're supposed to version your API when writing go libraries. ie, your library should be github.com/501/foo/v1 rather than github.com/501/foo. Can any go users comment on whether that's expecte
9.
▲
by
501
13y ago
Collating all the tradeoffs and bugbears would benefit both the existing community and newcomers. Things that bug me that immediately come to mind: * No public bug tracker * epmd's security (or lack thereof) * Can't insist that epmd be star
10.
▲
by
501
13y ago
That will produce a list of 2 funs. I think you meant: [ N + 1 || N <- [1,2] ].
11.
▲
by
501
13y ago
XPC services implemented in golang would be very handy - here's hoping iOS 7 gains full XPC support.
12.
▲
by
501
13y ago
This ticket might interest you: http://code.google.com/p/go/issues/detail?id=837 Maybe one day it'll come. If on that day iOS has gained a public XPC API I'll be quite the happy camper.