Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lifis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
lifis
4mo ago
You can just fork the repository, give it access to the fork and then merge what you want
2.
▲
by
lifis
4mo ago
I think it's ok to be signed-in when opening your own repositories, but definitely not when opening repositories from other accounts. And also the webview keyboard shortcut thing needs to be fixed to only allow harmless keybinds and NO
3.
▲
by
lifis
4mo ago
Huh? It's not advertising, it's disclosure that the code was not fully (or at all) written by you.
4.
▲
by
lifis
4mo ago
The expected purpose of websites is to spread information, so whether users get it by making a request to your website or to Google is irrelevant. In fact, if they get it from Google it's better because it reduces website load. If inst
5.
▲
by
lifis
4mo ago
If they want a dependently typed language, why not use one? Lean is good, and I don't think it has any significant downside wrt Haskell other than more limited library ecosystem (but I guess AI can translate Haskell libraries to Lean v
6.
▲
by
lifis
4mo ago
AI is not yet at the superhuman stage where you can tell it "clone Photoshop" and get a perfect result within a day for almost free
7.
▲
by
lifis
4mo ago
Seems bullshit, apparently it only works with TPM-only mode, which is obviously insecure (it relies on neither the OS nor the hardware being exploitable, on a random Windows PC...), and not worth building a backdoor for. The way one would b
8.
▲
by
lifis
4mo ago
Surely one can just escape the input, no? Seems astonishing if someone isn't doing that
9.
▲
by
lifis
4mo ago
That is only the case if people enter exclusive relationships. But if someone has access to a dating app or system that works really well, there is little reason to do that.
10.
▲
by
lifis
4mo ago
Not clear what it actually does, but seems equivalent to a global right click menu with "Chat with AI about this"
11.
▲
by
lifis
4mo ago
This seems easily solved with a tool use hook that calls git add .; git commit a -m "<tool description>", specifying an alternate .git directory if desired
12.
▲
by
lifis
4mo ago
Why? From searches and LLMs it seems it costs $50-100 to move a tonne 1000 km via truck, giving 0.05-0.10 $/kg for a supermarket 500km away. Fruit prices at at least $4.5/kg for peaches, 3.75$/kg for apples 1.45$/kg. So
13.
▲
by
lifis
5mo ago
It's equivalent to multiplying all inputs by log b. And multiplying all inputs by a value changes how much the probabilities are extremized. This is easy to see because adding a value to everything doesn't change the output, so th
14.
▲
by
lifis
5mo ago
The Linux kernel is not usable as a security boundary, so anyone who wants to do "shared hosting" and not be hacked needs to use something else, like gVisor or firecracker VMs The only important system that uses it as a security b
15.
▲
by
lifis
5mo ago
Well, that was quite predictable. Absurdly high price for a novel device of unclear utility (a VR headset but incompatible with all existing VR software) resulting in few users. No support for PC VR nor Android/Quest VR apps resulting
16.
▲
by
lifis
5mo ago
And what do you think society/culture is? It's a set of biases installed in people, whose purpose is mostly to replicate themselves. Humans are MORE susceptible that LLMs, because LLMs's biases are easily steered to something
17.
▲
by
lifis
5mo ago
I think you can fix this by either patching the binary and replacing the offending prompt with an empty string, or by pointing the harness to an API proxy that filters it out
18.
▲
by
lifis
5mo ago
You don't seem to realize that humans also work this way. If you ask a human why they did something, the answer is a guess, just like it is for an LLM. That's because obviously there is no relationship between the mechanisms that
19.
▲
by
lifis
5mo ago
On LMArena, Claude Opus is ranked as the best at everything except image and video generation, which it does not support. That may be inaccurate, but it's plausible
20.
▲
by
lifis
5mo ago
I'm really surprised that: 1. Anthropic has not published anything about why they made the change and how exactly they changed it 2. Nobody has reverse engineered it. It seems easy to do so using the free token counting APIs (the Googl
21.
▲
by
lifis
5mo ago
Obviously an image picker shouldn't leak filenames... The filename is a property of the directory entry storing the file storing the image. The image picker only grants access to the image, not to directories, directory entries or file
22.
▲
by
lifis
5mo ago
The paper somehow seems to be missing the most interesting part, i.e. the optimal constructions of functions from eml in a readable format. Here is my attempt. I think they should be optimal up to around 15 eml.nodrs, the latter might not b
23.
▲
by
lifis
5mo ago
They have ACP servers but they might apply different rate limits or policies if they notice ACP use, while a solution like yours would not trigger that unless it becomes popular enough to specifically detect. It also seems this provides mor
24.
▲
by
lifis
5mo ago
That's cool but by only supporting Claude Code you are contributing to the Anthropic lock-in problem. This needs to support at least Gemini CLI, Codex and OpenCode as well, preferably by being generic as much as possible.
25.
▲
by
lifis
5mo ago
I can't understand why address instability is a problem: if a Mutex is moved, then it can't be locked (because you need to hold a borrow while locked, which impedes moving), so using addresses is perfectly fine and there is absolu
26.
▲
by
lifis
5mo ago
But why doesn't the CPU just lock two cachelines? Seems relatively easy to do in microcode, no? Just sort by physical address with a conditional swap and then run the "lock one cacheline algorithm" twice, no? Perhaps the issu
27.
▲
by
lifis
5mo ago
Vanadium, Chrome and Firefox (all for Android) all accept all the revoked certificates... But revoked.badssl.com is considered revoked
28.
▲
by
lifis
6mo ago
I don't think you can steal Bitcoin with a quantum computer because the blockchain only stores the 256-bit hash of the public key, so you need to reverse that, which costs 2^128 with grover's algorithm
29.
▲
by
lifis
6mo ago
Are you disabling them for paying subscribers?
30.
▲
by
lifis
6mo ago
I don't understand this: isn't the thing in the article only relevant for software simulations, while in hardware ordering is arbitrary like in Verilog, or at least dependent on wire lengths that are not specified in HDL? (unless
More ›