Viewing profile — negativegate
negativegate
HN member- Joined
- Sun, Jul 30, 2017, 10:05 PM UTC
- HN karma
- 144
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About negativegate
No profile information was provided.
Recent public activity
-
comment
Comment #47537259
Am I still SOL on AMD (9070 XT) when it comes to this stuff?
-
comment
Comment #40920381
Would it be feasible to patch firefox or chromium to add the ability to dump the stream from elements?
-
comment
Comment #39473318
All the more reason to keep posting this stuff. People who do this seriously are why we can't have nice things.
- comment
- comment
-
comment
Comment #34084241
nod-ai/SHARK from the original submission is by far the fastest way I've found to run Stable Diffusion on a 5700 XT. For 50 iterations: * ONNX on Windows was 4-5 minutes * ROCm on …
- comment
-
comment
Comment #29153527
File-scoped namespaces is nice to not have every class already sitting at one level of indentation. I don't see what it has to do with nested folders.
-
comment
Comment #28343908
I wish these phones had better US band support. Or that there were comparable phones for specs / price.
-
comment
Comment #27517955
If you've also been vaccinated is it possible to distinguish that? Edit: I suppose in this case they could test prior samples, but if you don't have any, you're out of luck?
-
comment
Comment #27339761
Settings > Personalization > Start, turn off Show suggestions occasionally in Start
-
comment
Comment #26958105
This is the first I've heard of Termux and now I'm curious what you use it for. Like are you SSHing into other environments?
-
comment
Comment #26158169
It looks like it's broken dark mode support.
-
comment
Comment #25893076
Huh, I never knew about this. Go to Settings > Projecting to this PC to enable it. You may need to install the Wireless Display optional feature first.
-
comment
Comment #24227556
Unreal Engine (and Unity) can target HTML5 / WebAssembly. I expect the main issue is the download size of the assets.
-
comment
Comment #23433588
You're saying you can't visit any https sites without adding this certificate to your device's trusted certificates?
-
comment
Comment #23250192
Locked in ... to a game?
-
comment
Comment #23250010
Did you think Typescript would be the native language in Deno? Yes? I thought that was the whole point. Actually I'm confused about the use of "native" here. It supports running bo…
-
comment
Comment #23249387
I'm not following this train of thought. First of all C# doesn't run in the browser without compiling to WASM which has all sorts of caveats. Second, I don't see how the fact that …
-
comment
Comment #23084738
PixiJS is the only one to reach above 100 FPS on my desktop, though that's inbetween frequent GC pauses. Two.js gets ~70 and Paper.js gets ~48. There would probably be less GC paus…
-
comment
Comment #22983481
I'm seeing I've been doing some WebGL work recently and I've noticed that while it reaches ~144 fps using requestAnimationFrame() in Firefox, there's a lot of stuttering. It's very…
-
comment
Comment #22833859
Fixed but it looks like it is still hiding behind a toggle on about:config.
-
comment
Comment #22833850
It looks like you currently need to go to about:config and enable layout.css.backdrop-filter.enabled. It worked for me without enabling web render. Not that this does much good unt…
-
comment
Comment #22300058
Data-uris don't make network requests.
-
comment
Comment #20186107
Cool, I started working on something similar a while back but I didn't get past handling generics. Like if you have a node with two T inputs and a T[] output, then when you attach …