Live data from Hacker News

Viewing profile — grav

grav

HN member
Joined
Mon, Nov 18, 2013, 9:25 PM UTC
HN karma
50
Public activity
49 items

About grav

No profile information was provided.

Recent public activity

  1. comment
    Comment #48375328

    Fix: (() => { const KILL = ['wheel', 'mousewheel', 'DOMMouseScroll', 'touchmove']; const block = e => e.stopImmediatePropagation(); for (const t of KILL) { window.addEventListener(…

  2. comment
    Comment #47052272

    I fail to understand how two LLMs would be "consuming" a different amount of tokens given the same input? Does it refer to the number of output tokens? Or is it in the context of s…

  3. comment
    Comment #45039159

    > Interestingly, the malware checks for the presence of Claude Code CLI or Gemini CLI on the system to offload much of the fingerprintable code to a prompt. Can anyone explain this…

  4. comment
    Comment #44048409

    It seems they are: https://developer.chrome.com/docs/ai/built-in

  5. comment
    Comment #43902478

    In the demo, is there any specific reason that the voice doesn't go "up" in pitch when asking questions? Even the (many) rethorical questions would in my view improve by having a b…

  6. comment
    Comment #43420415

    At [previous company], we initially required branches to be up to date with main. Since it was a relatively big mono repo, it slowed down productivity quite a bit. Eventually we tr…

  7. comment
    Comment #43413931

    I give up, why?

  8. comment
    Comment #43164178

    Claude 3.7 Sonnet seems to have a context window of 64.000 via the API: max_tokens: 4242424242 > 64000, which is the maximum allowed number of output tokens for claude-3-7-sonnet-2…

  9. comment
    Comment #42928854

    It is possible, since spending has an API. I’ve recently implemented it on Azure for a company, to ensure our storage costs didn’t run wild. Couldn’t find an out-of-the-box solutio…

  10. comment
    Comment #42909507

    Couldn't get the code to run with Perl on Mac: $ plenv exec perl midi.pl Not enough arguments for main::pedal_notes at midi.pl line 107, near "$note)" BEGIN not safe after errors--…

  11. comment
    Comment #42135166

    > no motion data How come there's no motion data?

  12. comment
    Comment #42123540

    Very impressive. Also interesting that the motion type prediction ("is this a moving train?") generalizes to underground trains in other cities. I see they support the the largest …

  13. comment
    Comment #39323782

    For ref: - https://blog.cloudflare.com/workerd-open-source-workers-runt... - https://github.com/cloudflare/workerd

  14. comment
    Comment #39301092

    (swap! state update :co2-level (partial * 0.8))

  15. comment
    Comment #38024310

    TL;DR: created a wifi-network on another phone with same SSID and password as the one that the lost phone usually connects to, walked around waiting for the phone to connect, recei…

  16. comment
    Comment #37433037

    Nice idea. I'm really missing a way to contol the dynamics. Maybe just mapping 1-9 keys to a velocity scaling?

  17. comment
    Comment #37343120

    I also experienced performance problems with Arch Linux ARM through UTM. Parallels seems to perform much better for me. One issue might be that only OpenGL 2.1 is supported: https:…

  18. comment
  19. comment
    Comment #37145773

    I've been using the trick with enforcing realization by serializing to strings a few times. Slow, but quite useful in many contexts. However, instead of using `(with-out-str (pr ..…

  20. comment
    Comment #36963070

    Works for me. You probably need to unmute the phone.

  21. comment
  22. comment
    Comment #32568150

    I can highly recommend Arch AMD64 under Parallels on M1. GPU acceleration, clipboard integration, stuff generally works

  23. comment
    Comment #28029334

    On Arch Linux, I installed libimobiledevice from source ( https://github.com/libimobiledevice/libimobiledevice ), as the newest version in Pacman didn't connect to my iPhone. I als…

  24. comment
    Comment #19726348

    A CNN journalist experienced the new autopilot on a test drive, and he has a brief description of a situation in which the Tesla representative chooses to hit the brakes: https://e…

  25. comment
    Comment #19175566

    iZotope RX 7, mentioned in a comment above, has something called de-reverb. I didn't try that particular feature, but I did try the music rebalance feature, and it's pretty impress…