Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
scialex
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
scialex
10mo ago
This sort of pattern can't be found by incremental lowering (and isn't common enough to have more sophisticated analysis written for it) so it ends up in a local maximum. Basically the idea for most compilers is to do a series of
2.
▲
by
scialex
1y ago
They are hoping that those companies will become like synopsys and able to sell per seat subscriptions to their software for huge amounts. That or they just drank the Kool aid
3.
▲
by
scialex
1y ago
I mean it's not much more unreasonable then the argument that iphones and android phones don't compete but courts bought that.
4.
▲
by
scialex
2y ago
The fact you can give things names means that there is rarely a need to follow the edges so the visualization is much less cluttered
5.
▲
by
scialex
2y ago
> Some of you may remember Google's much-hyped AI voice "Duplex," which was supposed to automate all those annoying phone calls and call centers. That was in 2018, six years ago. Since then, we've seen how it's t
6.
▲
by
scialex
3y ago
It's not. It's trying to access unmapped or protected memory in its own process. Basically what its used for is to implement an 'if' that's super fast on the most likely path but super slow on the less likely path.
7.
▲
by
scialex
3y ago
YouTube, Google maps, Gmail ...
8.
▲
Accelerating digital block design with Google’s open source XLS toolchain
(antmicro.com)
2 points
by
scialex
3y ago
|
0 comments
9.
▲
by
scialex
11y ago
> what would be the "Rust way"? I'm not sure there is one TBH.
10.
▲
by
scialex
11y ago
Thanks. I believe HKT would have been useful but am not really sure how much HKT would have helped me overall. They would likely have been most useful (if at all) in the VFS/S5FS/VM stages that I was unable to fully get to. Honest
11.
▲
by
scialex
11y ago
The actual kernel binary was smaller but the loader s limit was based on the amount of memory the kernel laid out in memory takes, including anonymous sections. Also turning on optimizations in rust and the linker helped a lot but were not