Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
negativegate
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
negativegate
6mo ago
Am I still SOL on AMD (9070 XT) when it comes to this stuff?
2.
▲
by
negativegate
2y ago
Would it be feasible to patch firefox or chromium to add the ability to dump the stream from <video> elements?
3.
▲
by
negativegate
3y ago
All the more reason to keep posting this stuff. People who do this seriously are why we can't have nice things.
4.
▲
by
negativegate
4y ago
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 Arch Linux was ~2.5 minutes * SHARK on Windows is
5.
▲
by
negativegate
5y ago
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.
6.
▲
by
negativegate
5y ago
I wish these phones had better US band support. Or that there were comparable phones for specs / price.
7.
▲
by
negativegate
5y ago
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?
8.
▲
by
negativegate
5y ago
Settings > Personalization > Start, turn off Show suggestions occasionally in Start
9.
▲
by
negativegate
5y ago
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?
10.
▲
by
negativegate
6y ago
It looks like it's broken dark mode support.
11.
▲
by
negativegate
6y ago
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.
12.
▲
by
negativegate
6y ago
Unreal Engine (and Unity) can target HTML5 / WebAssembly. I expect the main issue is the download size of the assets.
13.
▲
by
negativegate
6y ago
You're saying you can't visit any https sites without adding this certificate to your device's trusted certificates?
14.
▲
by
negativegate
6y ago
Locked in ... to a game?
15.
▲
by
negativegate
6y ago
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 both TS and JS files? And the TS files must b
16.
▲
by
negativegate
6y ago
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 one could compile TS to C# would suddenly put
17.
▲
by
negativegate
6y ago
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 pauses if the benchmark code wasn't doing things like
18.
▲
by
negativegate
6y ago
I'm seeing <2ms in Edge Chromium and ~10ms in Firefox on a 144 Hz display. I'm curious how that compares to what other people are seeing. I've been doing some WebGL work recently and I've noticed that while it reaches
19.
▲
by
negativegate
6y ago
Fixed but it looks like it is still hiding behind a toggle on about:config.
20.
▲
by
negativegate
6y ago
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 until it's on by default.
21.
▲
by
negativegate
7y ago
Data-uris don't make network requests.
22.
▲
by
negativegate
7y ago
Cool, I started working on something similar a while back but I didn't get past handling generics. Like if you have a node<T> with two T inputs and a T[] output, then when you attach a number to an input, the other input's t
23.
▲
by
negativegate
7y ago
The bundle also seems to include dependencies for multiple architectures and PDBs for debugging. Files.dll which would contain most of the application is ~18MB. And since it does not seem to be a managed dll, it has probably been AOT compil
24.
▲
by
negativegate
7y ago
Interesting, though it does flag the push() as an error if you use "Array<string> | Array<number>" as the argument type. It almost seems like some sort of co/contravariance issue? A function that reads from an Arr
25.
▲
by
negativegate
7y ago
> Beef is pretty much as natural as it can come It being natural doesn't have any bearing on how healthy it is. https://en.wikipedia.org/wiki/Appeal_to_nature
26.
▲
by
negativegate
7y ago
While many companies were affected by downtime, only those that were using or had previously used Pardot were affected by the permissions issue.
27.
▲
by
negativegate
7y ago
Hipchat is dead so you don't need to worry about that.
28.
▲
by
negativegate
7y ago
So is this basically the server okaying a replay attack? I'm looking through the technical post but it hasn't clicked yet.
29.
▲
by
negativegate
8y ago
Maybe there will still be a UWP version on Windows 10?
30.
▲
by
negativegate
8y ago
It's not column mode in Visual Studio Code https://code.visualstudio.com/docs/editor/codebasics#_multip...
More ›