Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zxilly
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
zxilly
1mo ago
There's no new page for this model. Hackernews didn't allow the same link be posted twice.
2.
▲
by
zxilly
1mo ago
Just after DeepSeek-V4-Pro-0813 published, is this on purpose?
3.
▲
by
zxilly
2mo ago
I suspect this isn't a malfunction, but rather a deliberate measure designed to counter so-called distillation attacks.
4.
▲
by
zxilly
3mo ago
So we will get GPT 5.6 soon?
5.
▲
Claude may require identity verification in some cases
(support.claude.com)
134 points
by
zxilly
5mo ago
|
95 comments
6.
▲
by
zxilly
11mo ago
I should like to know how much this would cost? Even Claude's largest subscription appears insufficient for such token requirements.
7.
▲
by
zxilly
1y ago
Maybe using mmap would also save some memory, I'm not quite sure if this can be implemented in Python.
8.
▲
by
zxilly
1y ago
I checked your past submissions and yes, they are also ai generated. I know it's the age of ai, but one should do a little checking oneself before posting ai generated content, right? Or at least one should know how to use git and writ
9.
▲
by
zxilly
1y ago
Frankly, I think this program is ai generated. 1. there are hallucinatory descriptions in the Readme (make test), and also in the code, such as the rate limit set at line 158, which is the wrong number 2. all commits are done on github webu
10.
▲
by
zxilly
1y ago
There's a similiar tool https://github.com/gojue/ecapture
11.
▲
by
zxilly
1y ago
You can use requestAnimationFrame to prevent race in the renderer
12.
▲
by
zxilly
1y ago
What about performance overheads? I think the reason a lot of people write C is that they have direct control over the generated assembly to maximise performance.
13.
▲
by
zxilly
1y ago
There is no point in asking such questions, the model doesn't know what it is on its own, and you could get many different answers if you repeat it a few more times.
14.
▲
by
zxilly
2y ago
It doesn't seem like a good idea to come up with a name that is directly reminiscent of v0.dev.
15.
▲
by
zxilly
2y ago
"tariffs" My memory is not very good, but it seems that something similar has happened 4 years ago, do you remember?
16.
▲
by
zxilly
2y ago
Looks like a typical mitm attack, which confuses me a bit, don't the developers use something like tls or dtls to protect their communications? The most recent game I analysed was helldivers 2, which uses dtls. i would have thought tha
17.
▲
by
zxilly
2y ago
I had recently run into an embedded problem where when switching the order of two functions in the source code, one of them would refuse to work. I tried a number of things without identifying the real error, and finally had to add a commen
18.
▲
by
zxilly
2y ago
I'm not quite sure what the RAT refers to in the article.
19.
▲
by
zxilly
2y ago
yes, generated by napi-rs
20.
▲
by
zxilly
2y ago
go-size-analyzer, a tool for analysing different dependency volumes in go binaries. Specifically, I'm looking for help from some people who have experience with reversing on the Mac OS platform, and I'd like to address this issue,
21.
▲
by
zxilly
2y ago
Come on, when can we use this for games?
22.
▲
by
zxilly
2y ago
Mostly the police don't care about this, it's the owners of the copyrights who care , they might send an email to your ISP and then you'll have to pay.
23.
▲
by
zxilly
2y ago
Maybe not related to this topic, but I was thinking about certain games I purchased from Ubisoft. Whenever I open Uplay, it asks me to log back in and enter a 2FA code. So basically all my Ubisoft games are playing pirated versions after p
24.
▲
by
zxilly
2y ago
"Fighting for a free and open internet", and got paid by Google. Well, it's really hard.
25.
▲
by
zxilly
2y ago
Based on my experience with China, access to drugs is very difficult, or impossible
26.
▲
by
zxilly
2y ago
As a go developer, Copilot write 100% "if err != nnil for me
27.
▲
by
zxilly
2y ago
I sometimes wonder why Dev Containers is so slow. I've tried it on a project with a go, Python and nodejs toolchain, and pre-builds running on GitHub Actions usually take an hour and a half or more.
28.
▲
by
zxilly
2y ago
This is something I've wanted for a long time, will it have pe and macho format support?
29.
▲
by
zxilly
2y ago
I wonder why this protocol needs an ack? a websocket wrapped in a tls should be perfectly capable of guaranteeing the integrity of the message
30.
▲
by
zxilly
2y ago
The parts of Go that make the most sense to me are the default static linking and the easy cross-compilation. rust does part of this, but C-dependent crates are easy to introduce (e.g. openssl-sys) and directly cause cross-compilation to be
More ›