Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cormacrelf
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
cormacrelf
2mo ago
This story was reported by 404 media. OP linked some random person’s tweet. https://www.404media.co/ai-companies-are-buying-tons-of-old-...
2.
▲
by
cormacrelf
4mo ago
No? CK is better than I gave it credit for, didn’t take 15 minutes, took 2, somehow a lot faster than before, probably system busy. I was using hybrid which is wrong for this query. Still semble is a few orders of magnitude faster and gave
3.
▲
by
cormacrelf
4mo ago
Try running both on the CK codebase. CK takes like 15 minutes to index itself and gives hundreds of completely irrelevant doc comments as results for “run model on CPU” query. Semble indexes for like 3 seconds and prints out the actual code
4.
▲
by
cormacrelf
4mo ago
Realistically, if you are scanning each kernel commit to check if they might be patching a security issue, you are going to be asking an LLM "is this security related, if so vaguely how" with low effort and taking "maybe"
5.
▲
by
cormacrelf
7mo ago
For GET /, sure, and some mature load balancers can do this. For POST /upload_video, no. You'd have to store all in-flight requests, either in-memory or on disk, in case you need to replay the entire thing with a different ba
6.
▲
by
cormacrelf
7mo ago
And at the same time, Apple claimed it was the biggest ever album release by number of downloads, or something like that. They were not only messing with our libraries, they were claiming we wanted it and were in fact U2 fans.
7.
▲
by
cormacrelf
11mo ago
You can absolutely do that and there is nothing for general linear algebra libraries to do. The actual paper is very clear about what it's for: https://fiteoweb.unige.ch/~eckmannj/ps_files/ETPRL.pdf It says:
8.
▲
by
cormacrelf
11mo ago
How about -F -regexthatlookslikeaflag? Verbatim, that errors out as the command line parsing tries to interpret it as a flag. If you don’t have -F, then you can escape the leading hyphen with a backslash in a single quoted string: '\-r
9.
▲
by
cormacrelf
1y ago
From the article: > The way Nixpacks uses Nix to pull in dependencies often results in massive image sizes with a single /nix/store layer ... all Nix and related packages and libraries needed for both the build and runtime are
10.
▲
by
cormacrelf
1y ago
> Meta has a sophisticated implementation of a target determinator on top of buck2, but I don’t believe it is open-source. It is: https://github.com/facebookincubator/buck2-change-detector > Some tools such as ba
11.
▲
by
cormacrelf
2y ago
Maybe it’s better selfhosted, but GitLab is almost unbearably slow. I booted up a Gerrit instance to compare and simply rendering a MR page is maybe 10 seconds vs zero. GitHub is still 10x faster. GitLab manages to be almost that slow for c
12.
▲
by
cormacrelf
3y ago
Sure, wasn’t sure that even needed to be said at this point, but even so, this form was probably produced by a broker. Even if it does not cover things like this https://www.businessinsider.com/jane-roberts-chief-justice-w..
13.
▲
by
cormacrelf
3y ago
At least not directly, as of the 2022 disclosure form. https://www.scotusblog.com/wp-content/uploads/2023/06/Robert...
14.
▲
by
cormacrelf
3y ago
Some people may enjoy going through an enormous learning curve to do configuration like that, but the benefits there are pretty abstract and personal, and the pressure to make the onboarding any easier is very low. It's partly because
15.
▲
by
cormacrelf
3y ago
Car and aircraft bodies generally fall under the “useful articles” exception, so they are not copyrightable. Otherwise they would be sculptures. There is a separate regime that covers useful articles: design patents, which have a much short
16.
▲
by
cormacrelf
3y ago
No need to apologise! You got me pretty good.
17.
▲
by
cormacrelf
3y ago
In case this needs to be pointed out, an RCE in a game is an accident, not the way they designed their multiplayer to work. I was describing why the Firefox team might wait for a feature to be security-hardened before releasing it. The answ
18.
▲
by
cormacrelf
3y ago
I would love to hear about an implementation of multiplayer that receives code from hostile opponents and executes it, but I do not anticipate you'll find many examples.
19.
▲
by
cormacrelf
3y ago
You can say the same thing about something as simple as "shared memory" -- normal multiprocessing computers have had shared memory since time immemorial, but browsers literally disabled SharedArrayBuffer from 2018 to 2020 and anyo
20.
▲
by
cormacrelf
3y ago
“A a a a a very good song” to the rescue. https://music.apple.com/au/album/a-a-a-a-a-very-good-song-si... Also available on iTunes for a dollar, search for Samir Mezrahi (the blessed soul who made this).
21.
▲
by
cormacrelf
3y ago
You can do all of this with https://materialize.com , and you don’t need to write it in Java. Just connect it to a Postgres instance and start creating materialised views using SQL. These views then auto update. So much so, that
22.
▲
by
cormacrelf
3y ago
If it’s talking about x86, then yes the eax register is 32 bits wide. The low 16 bits of the same register are called “ax”.
23.
▲
by
cormacrelf
3y ago
No, this is a timing attack. https://en.wikipedia.org/wiki/Timing_attack . See also https://en.wikipedia.org/wiki/Side-channel_attack for more general usage of "timing attack" beyond cryp
24.
▲
by
cormacrelf
3y ago
Life’s short. Don’t waste it configuring nix-darwin.
25.
▲
by
cormacrelf
3y ago
I think you might be forgetting that Apple Pay exists and has worked on the web for years. This looks like a standardised version of Apple Pay.
26.
▲
by
cormacrelf
3y ago
Yes, but it should be in the article if everything else is.
27.
▲
by
cormacrelf
3y ago
The code for the Hyperplane type is unfortunately omitted. It’s the most important code in the whole thing.
28.
▲
by
cormacrelf
3y ago
That’s why the EU is forcing them to allow side loading apps. That’s the right way about it.
29.
▲
by
cormacrelf
3y ago
Yes. The non-JS interfaces are Dawn (C++) and wgpu (Rust). The Bevy game engine uses wgpu and I think many others will do the same. You can't really generalise from "typical web APIs" in the way that you have.
30.
▲
by
cormacrelf
3y ago
If you want them to call you and ask "Are you really not a business?" after you tick the box that says "I'm not a business", that also costs them money. There's no way around the fact that they operate this at
More ›