Viewing profile — trogdc
trogdc
HN member- Joined
- Fri, Aug 11, 2017, 2:20 AM UTC
- HN karma
- 41
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About trogdc
No profile information was provided.
Recent public activity
-
comment
Comment #48928931
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 LL…
-
comment
Comment #45142005
The example on the site does have tween frames: `transition-duration: .15s`
-
comment
Comment #44697779
These are just wrappers around intrinsics that exist in LLVM already.
-
comment
Comment #37968767
> 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?…
-
comment
Comment #36932115
Does this have native-comp enabled? Or do you still have to build from source for that?
-
comment
Comment #36530135
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.
-
comment
Comment #34584337
No they still use GitHub, and there are plans to switch code reviews to use GitHub PRs as well.
-
comment
Comment #33392121
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 …
-
comment
Comment #33391442
Sure, but I think this mostly results in a difference in quality/velocity, not proprietary vs open.
-
comment
Comment #33390247
They probably would have their own proprietary "something" anyways, if not MLIR.
- comment
-
comment
Comment #25725097
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 …
-
comment
Comment #22951568
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 langu…
-
comment
Comment #22053264
this program is in canada
-
comment
Comment #20680898
Sounds about the same as pipenv's functionality.
-
comment
Comment #18575891
You'd have to use "volatile int n"