Live data from Hacker News

Viewing profile — x1000

x1000

HN member
Joined
Thu, Dec 29, 2016, 9:51 PM UTC
HN karma
69
Public activity
18 items

About x1000

No profile information was provided.

Recent public activity

  1. comment
    Comment #46792658

    It’s the negative of the inverse of the golden ratio. (Also 1 minus the golden ratio.) So, good for anything the golden ratio itself is good for.

  2. comment
    Comment #43964368

    Not a physicist, but I see it this way too. My understanding of Boltzmann brains is that they are a theoretical consequence of infinite time and space in a universe with random qua…

  3. comment
  4. comment
    Comment #43497721

    If they had experimented using a newer model (gemma 3, deepseek-1 7b, etc.) and reported better results, would that be because their newer baseline model was better than the llama …

  5. comment
    Comment #43248897

    It’s the fundamentals that underly Stable Diffusion, Dalle, and various other SOTA image generation models, video, and audio generation models. They’ve also started taking off in t…

  6. comment
    Comment #41790712

    I ran into exactly same pain point which was enough to nullify the benefits of using zod at all.

  7. comment
    Comment #41779695

    Could you help explain how we would achieve an attention score of exactly 0, in practice? Here’s my take: If we’re subtracting one attention matrix from another, we’d end up with a…

  8. comment
    Comment #41170770

    My first exposure to computer architecture was through a Minecraft video[1] (which I likely stumbled upon on Digg). In Linear Algebra lecture the next day, I overheard my classmate…

  9. comment
    Comment #38758681

    There’s a video[1] of Karpathy recounting an email correspondence he had with with Bahdanau. The email explains that the word “Attention” comes from Bengio who, in one of his final…

  10. comment
    Comment #35241914

    Imagine you are a LLM and all you see are tokens. Your job is not only to predict the next token in a sequence, but also to create a nice embedding for the token (where two similar…

  11. comment
    Comment #26202145

    An interesting aspect of these cryptocurrencies is the aspect of consensus, not through the intended mechanisms like PoW, but through societal acceptance. Look at BTC and BTG (bitc…

  12. comment
    Comment #23304305

    Reminds me of Asimov's Second Law of Robotics[1]. [1] https://en.wikipedia.org/wiki/Three_Laws_of_Robotics

  13. comment
    Comment #20250676

    I've been studying the bitcoin book lately [1]. Slowly but surely I'm getting a better understanding of all the pieces involved. I was inspired by an article I found here on HN, [2…

  14. comment
    Comment #20152142

    Been following this guy for a while now too. And you're absolutely right. It's been fun watching his evolution. Glad to see this series of articles posted here. I've been sharing t…

  15. comment
    Comment #17852294

    Is there a reason you specified partial derivative with respect to time? Why not just d/dt(state)? I've been tempted lately to model application state as the integral over time of …

  16. comment
    Comment #17850079

    I thought this would only apply to rendering graphics, but after reading the "When To Use It" section, I realized I've done double buffering on entire game states before (~2 years …

  17. comment
    Comment #17839259

    Idk anything about any of it. But, what if open AI is "bad" at ward placement because it plays itself so much, it already know exactly where it would be if it were the other team?

  18. comment
    Comment #14704769

    This article seems relevant, https://www.typescriptlang.org/docs/handbook/advanced-types.... . Particularly the part on discriminated unions. I'm just now learning TypeScript, so I…