Live data from Hacker News

Viewing profile — lifis

lifis

HN member
Joined
Mon, Jul 07, 2025, 4:39 PM UTC
HN karma
110
Public activity
78 items

About lifis

No profile information was provided.

Recent public activity

  1. comment
    Comment #48381343

    You can just fork the repository, give it access to the fork and then merge what you want

  2. comment
    Comment #48381329

    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 n…

  3. comment
    Comment #48284491

    Huh? It's not advertising, it's disclosure that the code was not fully (or at all) written by you.

  4. comment
    Comment #48202543

    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 Goog…

  5. comment
    Comment #48179749

    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 (b…

  6. comment
    Comment #48178030

    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. comment
    Comment #48171070

    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...)…

  8. comment
    Comment #48149306

    [flagged]

  9. comment
    Comment #48141970

    Surely one can just escape the input, no? Seems astonishing if someone isn't doing that

  10. comment
    Comment #48134633

    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.

  11. comment
    Comment #48120010

    Not clear what it actually does, but seems equivalent to a global right click menu with "Chat with AI about this"

  12. comment
    Comment #48067158

    This seems easily solved with a tool use hook that calls git add .; git commit a -m " ", specifying an alternate .git directory if desired

  13. comment
    Comment #48027959

    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 pe…

  14. comment
    Comment #47976617

    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 va…

  15. comment
    Comment #47966742

    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 …

  16. comment
    Comment #47960373

    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…

  17. comment
    Comment #47960215

    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 …

  18. comment
    Comment #47946906

    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

  19. comment
    Comment #47916622

    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 the…

  20. comment
    Comment #47858693

    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

  21. comment
    Comment #47831636

    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…

  22. comment
    Comment #47751273

    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 t…

  23. comment
    Comment #47750793

    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 …

  24. comment
    Comment #47743859

    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 en…

  25. comment
    Comment #47743616

    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, prefera…