Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rockdoe
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
rockdoe
8d ago
> He didn't even proof the last theorem of Fermat directly, he proved some conjeture that someone else before him, proved that it implied Fermat last theorem... That's how maths works yes...
2.
▲
by
rockdoe
9d ago
Of course they are "reading user prompts" in the sense that it's being used to further training. That's why you have to pay up to opt out of that. That's also why they refused to answer that question: the answer is
3.
▲
by
rockdoe
4mo ago
How many of those are false positives though? Probably just over 5000? You get bug bounties if you report the kind of bugs Mythos identified. There's a reason no-one collected bounties from the "5000 defects" Coverity identif
4.
▲
by
rockdoe
7mo ago
I think that if you hit the crash in the same line of code many times, you can safely assume it's your own bug and not a memory issue. If it's only hit once by a random person, memory starts being more likely. (Unless that LOC is
5.
▲
by
rockdoe
7mo ago
If the crash is isolated (no other reports) and flipping one bit in the crashing pointer value would make the pointer valid, it's assumed to be a bitflip. This obviously will only catch a minor portion of bitflips, i.e. any image or vi
6.
▲
by
rockdoe
7mo ago
If this were so all devs for apps, games, etc... would be talking about this but since this is the first time I'm hearing about this I'm seriously doubting this. But they have?
7.
▲
by
rockdoe
7mo ago
What's the expected behavior of a JavaScript program that allocates all memory on the machine?
8.
▲
by
rockdoe
7mo ago
I'm pretty sure I saw them present on exactly this at FOSDEM?
9.
▲
by
rockdoe
1y ago
Wordfeud uses a different board layout.
10.
▲
by
rockdoe
2y ago
has had basic support merged I read the parent post as saying that this is the problem, i.e. that "complete" support is a mess, because AFAIK even the reference implementation is incomplete and buggy, and that then getting angry
11.
▲
by
rockdoe
3y ago
Are there any small engines that have enough of the web implemented that they can run it?
12.
▲
by
rockdoe
3y ago
Why would those need a lot of Rust dependencies then? If you want to hand-roll stuff, hand-roll! no_std is a thing because people use it.
13.
▲
by
rockdoe
3y ago
Small companies with little development experience like Google and Mozilla. (You can check the files I linked and see audits between deltas for minor version updates)
14.
▲
by
rockdoe
3y ago
The Tauri app just uses the system WKWebView. Memory usage can be misleading due to reporting, see e.g. https://github.com/tauri-apps/tauri/issues/5889
15.
▲
by
rockdoe
3y ago
Yeah not sure how it qualifies as lightweight...
16.
▲
by
rockdoe
3y ago
Ah yes, then the vendor goes out of business and they have to bring in highly paid consultants to fix bugs in the vendors' gcc 2.95/Linux 2.6.x port to their SoC. You need to be in the right kind of company - the one where waiting
17.
▲
by
rockdoe
3y ago
FYI Google and Mozilla audit all their dependencies and share them: * https://chromium.googlesource.com/chromiumos/third_party/rus... * https://searchfox.org/mozilla-central/source/supply
18.
▲
by
rockdoe
3y ago
In C/C++ every project ends up with a hand coded replacement for those external dependencies that is less well written and infinitely less tested.
19.
▲
by
rockdoe
3y ago
Firefox and Chrome (and thus Edge, Brave, OperaGX, etc etc) do the same for many allocations - it's safer to crash than to end up in an obscure failure path that never had its error handling exercised and may accidentally be security s
20.
▲
by
rockdoe
3y ago
FhG and Dolby did eventually put up a list of patents you are licensing from them. It makes for some funny reading if you're familiar with the field. (This should not be construed as legal advice as to the validity of the pool)
21.
▲
by
rockdoe
3y ago
Opus isn’t patent free The existence of a patent pool does not mean there are valid patent claims against it. But yes, you may be technically correct by saying "patent free" rather than "not infringing on any valid patent
22.
▲
by
rockdoe
3y ago
It's not like putting that message there will stop those complaints, more like the opposite.
23.
▲
by
rockdoe
3y ago
There's no reason sites from 2000 would no longer work, unless they use APIs that weren't properly standardized. I guess that's why it recommends Chrome. Hah.
24.
▲
by
rockdoe
3y ago
>As a first step, I'd appreciate reducing the risk of javascript extracting contents from outside the browser. But that means essentially reserving a core for the browser only. I don't think that would be shippable by default.
25.
▲
by
rockdoe
3y ago
The idea being that the main process and content processes should never be on the same core? I would worry about cross site leakage. From my understanding that would be unavoidable as soon as you have more tabs open than cores, which feels
26.
▲
by
rockdoe
3y ago
although Opus is very nice, it's not as efficient ... as HE-AAC Uh, no, this is not correct. If you try to find a source, you'll easily find the opposite is very well established.
27.
▲
by
rockdoe
3y ago
I can't tell whether you're kidding or not, but this is exactly the path Firefox was advocating: https://blog.karimratib.me/2022/04/23/firefox-webmidi.html The page implies it no longer requires per
28.
▲
by
rockdoe
3y ago
"Firefox's implementation is based on the wgpu Rust crate, which is developed on GitHub and widely used outside Firefox."
29.
▲
by
rockdoe
3y ago
Why is there no response from Kahng to G&M's rebuttal of his experiments? The rebuttal was published less than 2 weeks ago, so that seems a bit early, and it is public, so reading it would answer several of your questions. https
30.
▲
by
rockdoe
3y ago
It's explained in the Wired article that is linked that this was indeed the cause. The independent reproduction that the IEEE article talks about also tested the method from the leaked paper from Chatterjee and concluded that his metho
More ›