Viewing profile — a-nom-a-ly
a-nom-a-ly
HN member- Joined
- Mon, Oct 14, 2013, 2:50 PM UTC
- HN karma
- 43
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About a-nom-a-ly
No profile information was provided.
Recent public activity
-
comment
Comment #9556012
I'm not sure what you're trying to say. This is, IMO, nothing more than a lack of understanding. Is the result of `a := make([]struct{}, 0, 1); b := a; b = append(b, struct{}{}); p…
-
comment
Comment #9555997
You seem to be confusing `array` with `slice`. AFAIK, append always returns a new slice. How could it not, when everything is copy/pass by value? A slice is essentially a struct wi…
-
comment
Comment #7283172
Well, these arguments of yours aren't the most ridiculous I've ever heard... I'll give you that much.
-
comment
Comment #7281284
> It can not do bare metal programming or real time applications without major changes to the language standard. TIL that these are required for text editors and related tools.
-
comment
Comment #7265636
> If you cant learn anything else pretty sure you havent the skills to program any "embedded device". How did you arrive at this conclusion?
-
comment
Comment #7226646
# pgrep nginx #
-
comment
Comment #7202295
This behavior is disgusting in ways I cannot begin to describe. You didn't even attempt to do anything helpful, and probably didn't even read the post you responded to. To others: …
-
comment
Comment #7169181
Where did you hear about this? because this is the first I'm hearing about it... don't be so selfish.
-
comment
Comment #7119901
> In the real world the only person who always has your back isyou. In context of this post, from personal experience, I can tell you only one thing: This is almost never true.
-
comment
Comment #7078784
You can do this just as easily in Go as well, using reflection.
-
comment
Comment #7045715
Adding `::` just to separate package namespace adds nothing useful IMO; just more noise and one more needless concept. If I decided to re-use the package name more than once it'd b…
-
comment
Comment #7045608
(Can't reply to your post below) > I edited that part of the comment out because it was not really related to anything, but I meant that all identifiers go into a single namespace,…
-
comment
Comment #7004068
You might have a point regarding binary blobs but, IMO, if they can alter text(comments, source, etc.) in such a way that it's not obvious to the human reviewer, then they deserve …
-
comment
Comment #6994724
Including those who make and enforce the laws.
-
comment
Comment #6937815
> you really just need a shell script that sets GOPATH No. :|
-
comment
Comment #6652930
> Doesnt the GPL and other free licenses state it has to be available together with the binaries? Have you read them? No.
-
comment
Comment #6617882
Out of curiosity, do you mind explaining why you think it's unprofessional? > Won't it piss off iOS users, who are not responsible for Apple's bad practices? In many(most?) service…
-
comment
Comment #6616625
> Those that want to get money with the free work of others, should give something back and most authors do offer commercial licenses when asked for. Have you ever considered the f…
- story