Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bwhitty
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
bwhitty
2mo ago
Hot take !== unsubstantiated, xenophobic take
2.
▲
by
bwhitty
3mo ago
As another poster above linked, it’s been shown to be effective since 2022: https://arxiv.org/abs/2203.05482
3.
▲
by
bwhitty
11mo ago
IMF chief economist has thoughts: https://www.afr.com/wealth/investing/the-crash-that-could-to...
4.
▲
by
bwhitty
3y ago
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 their own) to ship a full foundry solution (design-technolo
5.
▲
by
bwhitty
3y ago
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. Very excited to see how this plays out in practice.
6.
▲
by
bwhitty
4y ago
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.
7.
▲
by
bwhitty
4y ago
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 scale Intel has in manufacturing mobile CPUs is still unmatched.
8.
▲
by
bwhitty
5y ago
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 standardize on, and then hand off to the NHTSA
9.
▲
IEEE to Develop Standard for Autonomous Vehicle Decision-Making
(sagroups.ieee.org)
3 points
by
bwhitty
5y ago
|
1 comments
10.
▲
by
bwhitty
6y ago
CenturyLink ISP is having issues: https://downdetector.com/status/centurylink/
11.
▲
by
bwhitty
9y ago
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 industry? Probably. Just hasn't happened yet, I'd say.
12.
▲
by
bwhitty
9y ago
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 industries to innovate - I know that's not a dirty word h
13.
▲
by
bwhitty
9y ago
"Registration requires an Apple developer license." Hmm, not the open web I'm familiar with.
14.
▲
by
bwhitty
10y ago
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.
15.
▲
by
bwhitty
10y ago
I believe a sol is a Mars-specific term (at least in this context). But maybe reading The Martian has me thinking that.
16.
▲
by
bwhitty
10y ago
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 actually affect) from using React, and all other like-licen
17.
▲
by
bwhitty
10y ago
Not trying to be condescending, but legitimately not much. Anecdotes don't really help us here.
18.
▲
Meteor, Typescript, and React – Keep It Simple
(medium.com)
4 points
by
bwhitty
10y ago
|
0 comments
19.
▲
by
bwhitty
11y ago
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) run meteor create my-react-project npm init && n
20.
▲
by
bwhitty
11y ago
They already have blessed hot-code pushes; see Meteor: http://info.meteor.com/blog/apple-hot-code-push-mobile
21.
▲
by
bwhitty
11y ago
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
22.
▲
by
bwhitty
11y ago
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 would be in short supply on an embedded device.
23.
▲
Speeding Up the Web with PHP 7
(talks.php.net)
4 points
by
bwhitty
11y ago
|
0 comments
24.
▲
by
bwhitty
11y ago
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: https://www.meteor.com/install
25.
▲
by
bwhitty
12y ago
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.