Viewing profile — rickhanlonii
rickhanlonii
HN member- Joined
- Tue, Nov 27, 2012, 10:58 PM UTC
- HN karma
- 1,325
- Public activity
- 198 items
- HN profile
- View on Hacker News ↗
About rickhanlonii
[ my public key: https://keybase.io/rickhanlonii; my proof: https://keybase.io/rickhanlonii/sigs/kJR8uAAdSFn3hFKRqzI4wwB4Wdj47FjGsZnYntRdWs4 ]
Recent public activity
-
comment
Comment #46239179
fwiw, the goal here wasn't to downplay the severity, but to explain the context to an audience who might not be familiar with CVEs and what's considered normal. I moved the note do…
-
comment
Comment #46238791
Yeah agreed, thanks again for the feedback. The priority here is clear disclosure and upgrade steps.
-
comment
Comment #46238088
GitHub has to review the advisories and publish it for it to show in `npm audit`, so it's delayed.
-
comment
Comment #46238017
Thanks for the feedback, I adjusted it here so the first note is related to the impacted versions: https://github.com/reactjs/react.dev/pull/8195
-
comment
Comment #46237729
After Log4Shell, additional CVEs were reported as well. It’s common for critical CVEs to uncover follow‑up vulnerabilities because researchers scrutinize adjacent code paths lookin…
- story
-
comment
Comment #41947773
That's a lot of questions, thanks for asking! I'll stick to answering the ones related to the new arch. The next thing is to continue building on this foundation and fix some long …
-
comment
Comment #41947707
I don't know of any Flutter comparisons, but we shared some benchmarks here: https://github.com/reactwg/react-native-new-architecture/dis...
-
comment
Comment #41947693
Will do, thanks paul big fan of your work
-
comment
Comment #41938372
In the post we explain that this release removes the bridge, so the JS thread calls C++ directly without a queue, serialization, or bridge: https://reactnative.dev/blog/2024/10/23/…
-
comment
Comment #41938207
Kind of. We already had a native UI tree running in native (the same way the browser has it's own internal representation of the DOM). The difference in this release is that we rew…
-
comment
Comment #41938172
Yeah this is a tricky problem, and it's one of the reasons we updated our recommendation to use a framework like Expo that can make upgrades be smoother by being more opinionated a…
-
comment
Comment #41938070
Capacitor is really cool because it allows you to build a web app in iOS and Android and access the platform APIs from JavaScript. The rendering layer is a bit different though, be…
-
comment
Comment #41937934
I helped write this post, so feel free to ask me anything about the New Architecture!
- comment
- story
-
comment
Comment #35869048
Yeah we all know what you're talking about, you don't have to explain it. Testing is not the universally correct strategy for every case, and unless you take the time to understand…
-
comment
Comment #31343995
From Jest's perspective, that amount is way over what we've needed to date.
-
comment
Comment #31343986
We don't really need the funds and can't spent the ones we have, so we haven't pushed for more donations over the years.
-
comment
Comment #31342998
Yeah, Meta will continue to use Jest internally. It still works really well for us, it's just "feature complete" for our use cases so we haven't needed to invest in it.
-
comment
Comment #31342950
Meta is a backer of the Linux Foundation which OpenJS is a part of and has donated $22,000 to the Jest Open Collective which was created by Meta in 2016 to support non-employee Jes…
-
comment
Comment #31342885
I started as a Jest core contributor before joining Meta. It's arguably the reason I work there now, and I'm really excited for the move. Meta created Jest and a lot of the feature…
- story
-
comment
Comment #30845833
We don't expect most users will interact with the `startTransition` API directly. Instead, it will be built into routing libraries and other infra code so you get the benefit of tr…
-
comment
Comment #30845790
We plan to do this in a close follow up release! Automatic batching was one important step, because it starts to treat native events the same as events that goes through the synthe…