Viewing profile — 501
501
HN member- Joined
- Tue, May 14, 2013, 4:19 AM UTC
- HN karma
- 17
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About 501
No profile information was provided.
Recent public activity
-
comment
Comment #7279944
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…
-
comment
Comment #7155836
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 o…
-
comment
Comment #6242849
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 infrastructur…
- comment
-
comment
Comment #5984012
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 folde…
-
comment
Comment #5824568
There's nothing whiny about it. They're explaining to their customers what happened which is a part of their job.
-
comment
Comment #5823551
I don't think it's anything out of the ordinary. Attacks happen quite regularly, most are mitigated quickly and quietly.
-
comment
Comment #5807654
Actually I think I may have first picked it up from this vclock library: http://labix.org/vclock
-
comment
Comment #5807305
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…
-
comment
Comment #5801706
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…
-
comment
Comment #5801609
That will produce a list of 2 funs. I think you meant: [ N + 1 || N
-
comment
Comment #5779305
XPC services implemented in golang would be very handy - here's hoping iOS 7 gains full XPC support.
-
comment
Comment #5704107
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 ca…