Live data from Hacker News

Viewing profile — vman512

vman512

HN member
Joined
Thu, Mar 07, 2024, 10:06 PM UTC
HN karma
18
Public activity
5 items

About vman512

No profile information was provided.

Recent public activity

  1. comment
    Comment #45580211

    That's my secret Captain, I'm always prompting

  2. comment
    Comment #45407298

    my advice: treat debugging as your core competency. When you get stuck, avoid asking for help until you've tried pretty hard to solve it yourself. If your any of your peers gets st…

  3. comment
    Comment #45315032

    How sand people talk

  4. comment
    Comment #45222502

    Sounds right. The policy for rejection can depend on what you want - you might accept the top K highest probability tokens or top P probability mass. Or you can do something like i…

  5. comment
    Comment #39635221

    It's pretty easy to get to O(N^(3/2)) at least, since that is sqrt(N)^3 Imagine an algorithm that re-arranges a list into a sqrt(N) by sqrt(N) grid, and does O(num_columns^2) work …