Live data from Hacker News

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

About a-nom-a-ly

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. comment
    Comment #7283172

    Well, these arguments of yours aren't the most ridiculous I've ever heard... I'll give you that much.

  4. 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.

  5. 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?

  6. comment
    Comment #7226646

    # pgrep nginx #

  7. 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: …

  8. comment
    Comment #7169181

    Where did you hear about this? because this is the first I'm hearing about it... don't be so selfish.

  9. 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.

  10. comment
    Comment #7078784

    You can do this just as easily in Go as well, using reflection.

  11. 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…

  12. 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,…

  13. 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 …

  14. comment
    Comment #6994724

    Including those who make and enforce the laws.

  15. comment
    Comment #6937815

    > you really just need a shell script that sets GOPATH No. :|

  16. 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.

  17. 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…

  18. 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…

  19. story