Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
debazel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
debazel
13d ago
ARC's harness is just straight up broken. No serious harness removes reasoning context between each step. Not only does this significantly lower performance over all reasoning LLMs, but it also increase cost as you destroy the cache on
2.
▲
by
debazel
22d ago
Not possible, says phone number is invalid.
3.
▲
by
debazel
24d ago
Is it really anymore dangerous than having minimum wage workers serving as fall guys for approving prompts they have no understanding over?
4.
▲
by
debazel
1mo ago
It did it during the installation process.
5.
▲
by
debazel
1mo ago
I never sent any prompts to it, it did all of this during the installation. Here is one related GitHub issue I found for it https://github.com/openai/codex/issues/12343 Looks like they don't intend to ch
6.
▲
by
debazel
1mo ago
And that's not a joke, I made the mistake of installing this on my Windows machine just to test it out quickly last week. It created 2 new users and then assigned new NTFS permissions for every single file under my user directory to th
7.
▲
by
debazel
1mo ago
We're not that far off. But it will not just be for AI, but all software. Mobile OSes has already normalized the expectation that you don't control what can run on your own devices.
8.
▲
by
debazel
1mo ago
I'm far from an image rendering expert myself, but I don't think there is a single root cause here. I don't doubt the partial decoding would affect the final result just as the scaling algorithm itself, so in the end it'
9.
▲
by
debazel
1mo ago
Chrome and Firefox uses two different scaling algorithms that is probably contributing a lot more to this difference. Chrome is more blurry in general while Firefox is sharper but has slightly more ringing artifacts. Personally I prefer the
10.
▲
by
debazel
1mo ago
Why is it replacing true/false with T/F? true/false is already 1 token in all tokenizer I've seen. Even worse is replacing null with ∅. ∅ is a special unicode symbol that takes up 2 tokens compared to the 1 token for nul
11.
▲
by
debazel
1mo ago
On Windows over allocating virtual memory (commit charge) is still bad. Unlike on Linux, once the total commit charge hits your physical RAM limit + SWAP limit, Windows will start crashing your applications and refuse to allocate more virtu
12.
▲
by
debazel
1mo ago
I've been using this DeepSeek model the whole day today after building with 5.6 Luna extensively over the last week and I would disagree, at least for Rust + OpenGL. DeepSeek just spend almost 2 hours trying to figure out why terrain t
13.
▲
by
debazel
2mo ago
Users complained that we were non-compliant with EU regulations due to the missing cookie banner. Because of the legal wording of these support tickets, the support team would often raise them to dev or legal as well, and since this is a no
14.
▲
by
debazel
2mo ago
One of our sites that don't use any kind of tracking or cookies other then a site preference cookie, got so many complaints that we had to put up a cookie banner that simply says "we do not use any tracking cookies"...
15.
▲
by
debazel
2mo ago
Only to other proprietary systems within the FIDO Alliance that you don't own or control. Additionally passkeys allow services to detect and ban specific password managers, so have fun when the only approved managers that works consist
16.
▲
by
debazel
3mo ago
ironically the only group of users I've found that actually care about native UI, are other developers and Mac purist.
17.
▲
by
debazel
3mo ago
Is there a reason this has to happen client side with extra pre-flight requests? Taking your example, why couldn't Facebook's server just check the origin header and then reject all request from unapproved origins server side inst
18.
▲
by
debazel
3mo ago
A revocation list can often be lazily replicated and doesn't require the complexity of distributed synchronization. If you store sessions then you need to ensure the session has been replicated to every node before you can return it to
19.
▲
by
debazel
3mo ago
So I just wasted my time reading through this garbage and I can't find anything that debunks what you claimed it does? The whole thing boils down to Israel fired a lot of ammunition, therefore it was actually Israel killing all the civ
20.
▲
by
debazel
4mo ago
I tried it with OpenCode and it is borderline incapable of using tool calls, so that might be why it is doing so bad on your test.
21.
▲
by
debazel
4mo ago
The amount of steering necessary is rapidly decreasing. You're looking at a way too small timeline if you think this will be sustainable, or you're hoping that LLMs will hit their peak very soon.
22.
▲
by
debazel
4mo ago
I guess it's up to interpretation, but I read it the complete opposite way, as in Linux distributions should not think so highly of themselves as to expect OpenBSD to conform and adapt to their mess, and OpenBSD rightfully should not b
23.
▲
by
debazel
5mo ago
A phone is worthless without software.
24.
▲
by
debazel
5mo ago
The standard itself being open is irrelevant. I'm not sure why this is always brought up for attestation standards. It is fundamentally impossible to trust the signature from open-source software or hardware, so a signature from open-s
25.
▲
by
debazel
5mo ago
> but eventually we should start flagging images with no source attribution as dangerous the way we flag non-https. Yes, lets make all images proprietary and locked behind big tech signatures. No more open source image editors or open ha
26.
▲
by
debazel
5mo ago
Until you explore "too deep" and get your whole account banned for suspicious activity and permanently grief your whole career.
27.
▲
by
debazel
5mo ago
Good. More open source tools should be unappealing the the "corporate world". They can fund and pay for their own tooling.
28.
▲
by
debazel
5mo ago
This is not an easy fix. Charge backs will lead to life-time permanent bans. Which means you're now forced to buy an iPhone in order to pass store attestation for essential applications like banking apps, government ID, age verificatio
29.
▲
by
debazel
5mo ago
That's irrelevant, a blocked account justified or not should not prevent you from canceling your subscription. It should in fact automatically cancel any subscription upon account suspension.
30.
▲
by
debazel
5mo ago
My experience with actually trying this is that current LLMs benefit greatly from having a framework to build on. More code in the context window doesn't just increase the cost, it also degrades the overall performance of the LLM. It w
More ›