Live data from Hacker News

Viewing profile — nsmnsf

nsmnsf

HN member
Joined
Wed, Feb 26, 2014, 8:28 PM UTC
HN karma
96
Public activity
33 items

About nsmnsf

No profile information was provided.

Recent public activity

  1. comment
    Comment #7461054

    I am absolutely 100% intolerant of anyone opposed to gay marriage (or civil unions for straight couples/gay couples, same end result).

  2. comment
    Comment #7461014

    > Maybe he was misguided, or misunderstood the reality of what Proposition 8 would mean How could this possibly ever happen? You'd seriously have to be a complete moron. Here's the…

  3. comment
    Comment #7460951

    Luckily, if you live in a place where terrible people barely exist (NYC, SF, Massachusetts, etc.), it isn't really an issue. There are only a few times that I've run into an issue …

  4. comment
    Comment #7460878

    ? You can buy hemp protein powder on Amazon, I've seen hemp blend shirts (horribly scratchy, for the record).

  5. comment
    Comment #7460641

    How does Povio make money?

  6. comment
    Comment #7459954

    > Mozilla is not going "against" others for the sake of it. Brendan Eich is, though, apparently.

  7. comment
    Comment #7459940

    > Good man ... I can't even. I'm so incredibly disgusted.

  8. comment
    Comment #7459931

    I agree, knowing that homophobes are in public places of power is a good thing. Eich shouldn't be able to enter a room without being berated, until he concedes and gives up his big…

  9. comment
    Comment #7459918

    This is not "raising taxes". This is human rights.

  10. comment
    Comment #7459910

    Mozilla now cannot hire a LGBT employee without creating a hostile environment for them. This is a big fucking deal.

  11. comment
    Comment #7450139

    How can you accidentally put a third finger down to swipe back, if you're scrolling with two fingers?

  12. comment
    Comment #7444121

    > Expert Sexchange Hahaha! Bigotry is funny! Hahaha!

  13. comment
  14. comment
    Comment #7425320

    Why do you seem to have the idea that "no kids" implies "single"?

  15. comment
    Comment #7394814

    I don't know about the jail punishment, but I see no reason that DUI punishment shouldn't be equal to phone/text punishment (and it should certainly be a license suspension of mass…

  16. comment
    Comment #7394137

    This type of layout is generally limited to social feeds, where pagination is pretty much mandatory (you have to request more results from an API). Anything entirely client-side ty…

  17. comment
    Comment #7393927

    > Make it easier for people to get around without driving, and there will be less drunk driving. So... add more car services? What !? Grade-separated rapid transit (ideally with pl…

  18. comment
    Comment #7393656

    I don't have to imagine this, though, I've done it on iOS. It works fine, because you're rarely working with 1000 items at once. With pagination, you cache the old results, and onl…

  19. comment
    Comment #7392014

    My experience with ListView was... weird. It doesn't ask you for a height for each row like UITableView does, just for a row count. Then, it measures your views as you return them.…

  20. comment
    Comment #7386861

    cmd + a, delete?

  21. comment
    Comment #7381067

    > If you're so busy you can't take 15 minutes to chat with someone who comes from outside your network, you're doing something wrong I'm not busy , I just don't want to . I don't w…

  22. comment
    Comment #7380674

    That makes sense. I'm not currently looking for a job, and I don't like having people try to sell me on them.

  23. comment
    Comment #7380611

    I've been introduced to a few people recently (because someone asked the person who knows me about me) and I haven't replied. Why am I obligated to do so?

  24. comment
    Comment #7363155

    > And the destructor, if any, is called Right, that's implied by a C++ object being deallocated. I understand how it works - it's just that it's really obvious if you know anything…

  25. comment
    Comment #7362888

    Can someone explain RAII to me? In the way that it's commonly used, it seems like it really means "stack variables that go out of scope are deallocated", which seems kind of, well,…