Viewing profile — nsmnsf
nsmnsf
HN member- Joined
- Wed, Feb 26, 2014, 8:28 PM UTC
- HN karma
- 96
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About nsmnsf
No profile information was provided.
Recent public activity
-
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).
-
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…
-
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 …
-
comment
Comment #7460878
? You can buy hemp protein powder on Amazon, I've seen hemp blend shirts (horribly scratchy, for the record).
-
comment
Comment #7460641
How does Povio make money?
-
comment
Comment #7459954
> Mozilla is not going "against" others for the sake of it. Brendan Eich is, though, apparently.
-
comment
Comment #7459940
> Good man ... I can't even. I'm so incredibly disgusted.
-
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…
-
comment
Comment #7459918
This is not "raising taxes". This is human rights.
-
comment
Comment #7459910
Mozilla now cannot hire a LGBT employee without creating a hostile environment for them. This is a big fucking deal.
-
comment
Comment #7450139
How can you accidentally put a third finger down to swipe back, if you're scrolling with two fingers?
-
comment
Comment #7444121
> Expert Sexchange Hahaha! Bigotry is funny! Hahaha!
- comment
-
comment
Comment #7425320
Why do you seem to have the idea that "no kids" implies "single"?
-
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…
-
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…
-
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…
-
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…
-
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.…
-
comment
Comment #7386861
cmd + a, delete?
-
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…
-
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.
-
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?
-
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…
-
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,…