Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
trogdc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
trogdc
2mo ago
I don't understand the premise, maybe I'm missing something. > LLM-generated code is fuzzy at runtime: non-reproducible, expensive per call, hard to debug. Wouldn't you have the LLM generate code once, then check in that c
2.
▲
by
trogdc
1y ago
The example on the site does have tween frames: `transition-duration: .15s`
3.
▲
by
trogdc
1y ago
These are just wrappers around intrinsics that exist in LLVM already.
4.
▲
by
trogdc
3y ago
> If you fail to adhere to the Simulcast Guidelines, Twitch will send you a warning prior to taking any enforcement action https://help.twitch.tv/s/article/simulcasting-guidelines?lan...
5.
▲
by
trogdc
3y ago
Does this have native-comp enabled? Or do you still have to build from source for that?
6.
▲
by
trogdc
3y ago
Not sure how MLIR would solve anything, there's no bridge from C++ to MLIR, or from MLIR to assembly, other than going through LLVM.
7.
▲
by
trogdc
4y ago
No they still use GitHub, and there are plans to switch code reviews to use GitHub PRs as well.
8.
▲
by
trogdc
4y ago
Some companies might be in the position to make that choice, but I'd guess most aren't really equipped for it. First of all there's the issue of getting your changes upstream, you have to convince the community it's wort
9.
▲
by
trogdc
4y ago
Sure, but I think this mostly results in a difference in quality/velocity, not proprietary vs open.
10.
▲
by
trogdc
4y ago
They probably would have their own proprietary "something" anyways, if not MLIR.
11.
▲
by
trogdc
6y ago
Those are intentional deviations from the standard, and I think there's a reasonable assumption that those stay the same/compatible from version to version. I think the other kind are a bit more problematic, and without a standard
12.
▲
by
trogdc
6y ago
Well I don't think most people these days are interacting with assembly by hand-writing programs. The real users of ISAs now are compiler authors, and the simpler and regular languages seem better for them. So is there some other reaso
13.
▲
by
trogdc
7y ago
this program is in canada
14.
▲
by
trogdc
7y ago
Sounds about the same as pipenv's functionality.
15.
▲
by
trogdc
8y ago
You'd have to use "volatile int n"