Live data from Hacker News

Viewing profile — negativegate

negativegate

HN member
Joined
Sun, Jul 30, 2017, 10:05 PM UTC
HN karma
144
Public activity
44 items

About negativegate

No profile information was provided.

Recent public activity

  1. comment
    Comment #47537259

    Am I still SOL on AMD (9070 XT) when it comes to this stuff?

  2. comment
    Comment #40920381

    Would it be feasible to patch firefox or chromium to add the ability to dump the stream from elements?

  3. 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.

  4. comment
  5. comment
  6. 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 …

  7. comment
  8. 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.

  9. comment
    Comment #28343908

    I wish these phones had better US band support. Or that there were comparable phones for specs / price.

  10. 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?

  11. comment
    Comment #27339761

    Settings > Personalization > Start, turn off Show suggestions occasionally in Start

  12. 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?

  13. comment
    Comment #26158169

    It looks like it's broken dark mode support.

  14. 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.

  15. comment
    Comment #24227556

    Unreal Engine (and Unity) can target HTML5 / WebAssembly. I expect the main issue is the download size of the assets.

  16. comment
    Comment #23433588

    You're saying you can't visit any https sites without adding this certificate to your device's trusted certificates?

  17. comment
    Comment #23250192

    Locked in ... to a game?

  18. 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…

  19. 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 …

  20. 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…

  21. 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…

  22. comment
    Comment #22833859

    Fixed but it looks like it is still hiding behind a toggle on about:config.

  23. 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…

  24. comment
    Comment #22300058

    Data-uris don't make network requests.

  25. 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 …