Viewing profile — bwhitty
bwhitty
HN member- Joined
- Fri, Nov 07, 2014, 3:30 PM UTC
- HN karma
- 94
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About bwhitty
No profile information was provided.
Recent public activity
-
comment
Comment #48825667
Hot take !== unsubstantiated, xenophobic take
-
comment
Comment #48530939
As another poster above linked, it’s been shown to be effective since 2022: https://arxiv.org/abs/2203.05482
-
comment
Comment #45772570
IMF chief economist has thoughts: https://www.afr.com/wealth/investing/the-crash-that-could-to...
-
comment
Comment #38672810
It’s a massive supply chain, so, yes, both. But also a hundred other companies. TSMC and other foundries bring together many technologies from many companies (and no doubt a lot of…
-
comment
Comment #37652220
The 3D Foveros packaging technology is critical as it allows some path lengths to be much shorter than if you had to traverse that same path but only in the horizontal 2D plane. Ve…
-
comment
Comment #35005464
Yes, another anecdote to add to this thread of anecdotes is that my HI5 with HDA2 is stellar. I do hours at a time on highways in CA without a disengage.
-
comment
Comment #32394126
6800U is awesome from what I’ve seen — better efficiency by far, and legit integrated graphics better than Xe — but it is vanishingly rare, even months after announcement. The scal…
-
comment
Comment #28570643
More information: https://www.tomshardware.com/news/ieee-to-develop-standard-f... This appears to be driven by MobileEye. Seems like a very logical thing to have engineers standard…
- story
-
comment
Comment #22936241
CenturyLink ISP is having issues: https://downdetector.com/status/centurylink/
-
comment
Comment #14942774
These are poor communities. I know you realize how much lawyers cost. Could a firm step in in hopes of getting a big pay day going up against the huge titans of the Chemical indust…
-
comment
Comment #14942705
Is neoprene really the only way to make wet suits? I doubt it. Regulate. A dirty word on HN, surely. Regulate the production of and, possibly, the import of neoprene, etc. Force in…
-
comment
Comment #14494635
"Registration requires an Apple developer license." Hmm, not the open web I'm familiar with.
-
comment
Comment #13476267
Very cool demo. Worked fine on my 2015 rMBP even if Ultra settings ran at about 10 FPS. The web really has come a long, long ways.
-
comment
Comment #12745232
I believe a sol is a Mars-specific term (at least in this context). But maybe reading The Martian has me thinking that.
-
comment
Comment #12694389
Is there any talk within Facebook on amending this clause or moving React to a standard license? I believe it's stopping a lot of large companies (whom the patent clause could actu…
-
comment
Comment #11530059
Not trying to be condescending, but legitimately not much. Anecdotes don't really help us here.
- story
-
comment
Comment #10971483
Meteor is about the UX. The ease of getting up and running, the ease of tools, and the ease of deployment. On no React stack can you (and in the future this will be more simple) ru…
-
comment
Comment #10517460
They already have blessed hot-code pushes; see Meteor: http://info.meteor.com/blog/apple-hot-code-push-mobile
-
comment
Comment #10517456
Apple at least already allows this for Javascript based apps, particularly Meteor as an example: http://info.meteor.com/blog/apple-hot-code-push-mobile
-
comment
Comment #10035059
This could be interesting for using Node on embedded devices. V8 is pretty memory hungry right now, and this could provide a nice way to sacrifice some speed for memory space which…
- story
-
comment
Comment #9300902
It's a full stack platform (note the distinction between a framework and a platform). I could explain it further, but I think reading through the tutorial [1] will help you more. 1…
-
comment
Comment #8572957
Polymer uses standard 2-way data binding. How does this fit into React's flow? I'd love to see an implementation of Polymer using the Flux architecture.