Live data from Hacker News

Why React Native Is Different

jlongster.com

31–40 of 69 posts

Re: Why React Native Is Different

#31
post #2

> "To the women readers/watchers: I apologize for saying "guys" in a few places referring to groups of people" As a non-native speaker, isn't "guys" a correct term regardless of the gender?

No.

If I address a mixed gender group, and I ask that "all the guys" raise their hand, everybody will know that I mean men only.

Re: Why React Native Is Different

#32

I just wish people and companies would get over this "react(ive)" naming fetish. It reminds me of back in the late 90's when everything was Web-this and Web-that. It makes the distinctions really hard to google for. React, reactive, functional-reactive, etc. Overloading gets in the way of learning and progress.

To be fair, the term "functional reactive" was invented by Conal Elliott and Paul Hudak back in '97 [0] and has merely been co-opted recently by the "reactive" buzz. Which is a shame since genuine FRP is quite a bit nicer than most modern bits and pieces still.

[0] http://conal.net/papers/icfp97/

Re: Why React Native Is Different

#33
post #18

Earlier quoted context omitted.

Not really. It's still a microaggression in gender-sensitive contexts (such as women in tech)

There's malice and then there's perception. One could certainly look at just about any colloquialism without intended malice and draw "microaggression" from it. Knowing where to draw that line is not - nor has it ever been - universal.

You're literally describing what microaggressions are: Small interactions, any one of which is harmless and without ill intent, which accumulate over the course of the day, week, or lifetime as an atmosphere of pervasive discrimination which is completely invisible to those responsible for creating it.

Microaggressions are insidious precisely because they're so innocuous; they let well-intentioned people participate unwittingly in systemic oppression that they would never consciously support.

If you're noticing yourself get a bit defensive about this idea, forget the word itself and just frame it like this:

You're a well-meaning person, and you want to avoid causing unnecessary harm with your words. So when you're around people who have really different life experiences than you, how do you make sure you don't cause harm without meaning to?

Re: Why React Native Is Different

#34
post #29

Earlier quoted context omitted.

The amount of work is simple: h1 { font-size: 5vw; } The `vw` units are relative to the page width. You would rather have to press the right arrow key 50 times? I find it to be a whole lot faster to scroll quickly through content rather than forcing me to click through every single damn slide. EDIT: It is interesting that the vw/vh units don't take zoom into effect, I hadn't thought of that. Interesting.

actually, yes. Compared to scrolling football fields to get to the next item, a one-push interaction would be better.

Scanning through the content (going from slide 5 to slide 20) is far faster with scrolling, at least with Apple's trackpad and OS X's scrolling inertia. Maybe it doesn't work as well on other devices.

But it is useful to walk through each slide with a keypress, so I'll probably add that feature as well. I want both.

Re: Why React Native Is Different

#35
post #10

Earlier quoted context omitted.

Given the fluidity of language, I'd say it's common enough that it is now correct as a gender-neutral address, like "folks" or :shudder: "y'all."

Not really. It's still a microaggression in gender-sensitive contexts (such as women in tech)

From an article about React to gender in computing in 40 minutes.

HN this is disappointing.

Re: Why React Native Is Different

#36
post #31
post #2

> "To the women readers/watchers: I apologize for saying "guys" in a few places referring to groups of people" As a non-native speaker, isn't "guys" a correct term regardless of the gender?

No. If I address a mixed gender group, and I ask that "all the guys" raise their hand, everybody will know that I mean men only.

And if you asked them, "Hey guys, raise your hand if you use the web" you'd get men and women raising their hands. "the guys" != "guys" in this case. The word is very - or awfully, depending on your point of view - ambiguous, and can be used in a gender neutral/ambiguous way, like third-person plural pronouns in other languages.

Re: Why React Native Is Different

#37
post #14
post #2

> "To the women readers/watchers: I apologize for saying "guys" in a few places referring to groups of people" As a non-native speaker, isn't "guys" a correct term regardless of the gender?

it is a correct term, however it is not gender neutral. unfortunately, english doesn't really have a good gender neutral set of pronouns, so you have to make due.

Actually we do:

Man - gender neutral or gender unknown Woman - gender specific - of the female gender Werman - gender specific - of the male gender

It is just that, other than in werwolf, we forgot wer as a prefix.

Re: Why React Native Is Different

#38
post #31
post #2

> "To the women readers/watchers: I apologize for saying "guys" in a few places referring to groups of people" As a non-native speaker, isn't "guys" a correct term regardless of the gender?

No. If I address a mixed gender group, and I ask that "all the guys" raise their hand, everybody will know that I mean men only.

Yeah, but that's a different phrasing. If you say "You guys can find the pizza in the back", do you think it'll be only men who head for the back?

Re: Why React Native Is Different

#39

Earlier quoted context omitted.

Not really. It's still a microaggression in gender-sensitive contexts (such as women in tech)

Meanwhile in the real world everyone, including women, addresses a group of people as 'guys' - even a group that's entirely women. I'm not saying this is right or wrong but saying it's an aggression against women is a bit much.

> Meanwhile in the real world everyone, including women, addresses a group of people as 'guys' - even a group that's entirely women.

No, that's simply false. Sure, lots of people do it. Everyone does not.

Re: Why React Native Is Different

#40
post #26

After getting tired of scrolling (which reminded me of this http://joshworth.com/dev/pixelspace/pixelspace_solarsystem.h... where you scroll through vast distances to appreciate how far apart things in our solar system are) and noticing the huge headings separated by large vertical whitespace, I had an idea: since the headings are so huge, I could just zoom way out and see and read all the headings! Unfortunately, th…

It's not actually figuring anything out. The header is specified in vw units, which are relative to the size of the viewport.

For a text article, that's just bad design.
Post reply on HN