Live data from Hacker News

Viewing profile — w1nk

w1nk

HN member
Joined
Tue, Sep 14, 2010, 8:31 PM UTC
HN karma
181
Public activity
76 items

About w1nk

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #40720648

    For a more informed opinion than folks on the internet, here's some work from Microsoft with early/internal access to gpt4: https://arxiv.org/abs/2303.12712 . I don't think people …

  3. comment
    Comment #40017135

    These projects are awesome to see, there are similar efforts for everquest. Is anyone aware of anyone trying to create different clients/renderers for these MMOs? A VR client for a…

  4. comment
    Comment #37259468

    Just to further this, it's not just 'big names' that feel this way. Read this paper from a team at Microsoft Research: https://arxiv.org/abs/2303.12712 . These folks spent months s…

  5. comment
    Comment #36469804

    This seems like (clearly?) bad journalism. RFID tags on their own are for sure not taking active sensor readings, that'd be left for something closer to TPMS style systems.

  6. comment
    Comment #35886217

    Yes, it did: https://chasethedevil.github.io/post/the_neural_network_in_y...

  7. comment
    Comment #35399403

    No, your OP is mistaken. The model weights have to all be accessed for the forward pass. What has happened is that using mmap changes where the memory is consumed (kernel vs proces…

  8. comment
    Comment #35398845

    Ahh, this would do it, thanks :).

  9. comment
    Comment #35394872

    That shouldn't be the case. 30B is a number that directly represents the size of the model, not the size of the other components.

  10. comment
    Comment #35394105

    I also have this question, yes it should be. The forward pass should require accessing all the weights AFAIK.

  11. comment
    Comment #35394065

    Does anyone know how/why this change decreases memory consumption (and isn't a bug in the inference code)? From my understanding of the issue, mmap'ing the file is showing that inf…

  12. comment
    Comment #34889080

    So can we at least take a second to appreciate the orders of magnitude of growth between BBS' and tiktok? With data structures and algorithms we're very willing to accept that orde…

  13. comment
    Comment #33077880

    This thread is exposing one of the dirty realities of modern SEO. Most of the time, SEO folks will measure their success based on having some way of determining their ranking for a…

  14. comment
    Comment #32780401

    It's mostly a curiosity. Occasionally things like this occur: https://googleprojectzero.blogspot.com/2021/12/a-deep-dive-i... . TL;DR exploited an accidentally turing complete file…

  15. comment
    Comment #32347145

    For big organizations that have the capacity and data, online advertising becomes a ROI optimization game, and one that they perform quite well at. For a random business that wants…

  16. comment
    Comment #31988296

    Given the usual markers of attractiveness, wouldn't you expect age and weight to be strong predictors usually?

  17. comment
    Comment #31988157

    There's nothing 1960s about it, that's just not well reasoned. These computation constructs/tools just don't currently have better abstractions while maintaining the desired comput…

  18. comment
    Comment #31988029

    What? CUDA is intentionally granular and low level, why do you feel that is a negative thing at this level of abstraction? Are you suggesting the tools should be better so that doe…

  19. comment
    Comment #31495677

    You're not wrong that the dataset and compute are important, and if you browse the author's previous work, you'll see there are datasets available. The reproduction of DALL-E 2 req…

  20. comment
    Comment #31490575

    To expand a bit for the grandparent, if you check out this authors other repos you'll notice they have a thing for implementing these papers (multiple DALLE-2 implementations for i…

  21. comment
    Comment #31456376

    Why does everyone assume this guy has zero business attempting this? If you read his credentials, he should be every bit as qualified as you to attempt this kind of work while unde…

  22. comment
    Comment #31413746

    So that's actually one of the awful implications of this paper. It's probably actually happening at a rate higher than would be noticed by humans. If a given piece of silicon is ho…

  23. comment
    Comment #31412821

    It's boggling to me that everyone is so entirely convinced of this fact. Check out this paper from google where they observe this exact process occurring in their CPUs at scale: ht…

  24. comment
    Comment #31412767

    Yes, but for different reasons. The grandparent is probably incorrect though, there is emerging evidence that silicon is actually changing/failing over time. See this paper from go…

  25. comment
    Comment #31412716

    Actually there's reasonable evidence to believe this isn't true. This paper from google: https://sigops.org/s/conferences/hotos/2021/papers/hotos21-s... outlines specific scenarios…