Live data from Hacker News

Viewing profile — TresAmiga

TresAmiga

HN member
Joined
Wed, Mar 13, 2013, 1:36 AM UTC
HN karma
2
Public activity
4 items

About TresAmiga

No profile information was provided.

Recent public activity

  1. comment
    Comment #5366773

    "It was the perfect example of Dunning-Kruger." You guys are hanging out on IRC making fun of people that are 'stupider' than you, attack the messenger instead of the message, whil…

  2. comment
    Comment #5366643

    "What he's describing is far more than possible using interfaces. I have plenty of code that does so." I did not say it was impossible, I said it was ugly and really verbose, which…

  3. comment
    Comment #5366270

    Memory "probably contributed to it"? You don't even know why the old version was slow but you want to credit golang with making it fast? Hype much? The lack of critical thinking he…

  4. comment
    Comment #5366247

    Wrong and you know it. Go does not have generics so you have to use void* (interface{}) and casting. It ends up being about an order of magnitude uglier and more verbose. Which is …