Live data from Hacker News

Viewing profile — girfan

girfan

HN member
Joined
Sun, Aug 02, 2015, 4:56 PM UTC
HN karma
33
Public activity
54 items

About girfan

http://goharirfan.me

Recent public activity

  1. comment
    Comment #49092977

    Can someone help clarify what it means, concretely, to make binding agreements to proceed "safely and slower" in the context of AI research (whether or not at frontier labs)? Are t…

  2. comment
    Comment #49086290

    Curious to know what people's thoughts are on this "Stop The AI Race" movement? I have not been able to find a clear objective---beyond slowing the progress on various AI fronts---…

  3. story
  4. comment
    Comment #49078280

    If nothing else, Anthropic has explicitly acknowledged the threat to its moat and that the margin is thin between its models and open-weight models. I'd take that as a win for open…

  5. story
  6. comment
    Comment #48681481

    Interesting. What would the incentives be for NVIDIA, for example, to opt into this? They are building their own racks now, like the NVL72 etc.

  7. comment
    Comment #48678013

    Cool tour. I haven't kept up with their developments; what kind of workloads have they been pushing for? Since they don't seem to have any specialized accelerators in the Compute S…

  8. comment
    Comment #48517265

    Go open models!

  9. comment
    Comment #48467485

    Partly serious, partly in jest: so type systems are no good?

  10. comment
    Comment #48467197

    This is super annoying and imo, really limits the usefulness of this model. It speaks volumes about what Anthropic's position as a company and its priorities will be going forward.…

  11. comment
    Comment #48400670

    I broadly agree with the premise. As a PhD student in Computer Science, I feel there are some significant upsides to my work routine. LLM access has made many new domains more "acc…

  12. story
  13. comment
    Comment #46313401

    Cool post. Have you looked at slicing a single GPU up for multiple VMs? Is there anything other than MIG that you have come across to partition SMs and memory bandwidth within a si…

  14. comment
    Comment #45909101

    This seems very interesting. Timely, given that Yann LeCun's vision also seems to align with world models being the next frontier: https://news.ycombinator.com/item?id=45897271

  15. story
  16. story
  17. story
  18. story
  19. story
  20. comment
    Comment #36146841

    Right now it seems legal to scrape Reddit. But given their trajectory of making the API fairly expensive to use, do you think it's likely that they would also limit/prohibit scrapi…

  21. comment
    Comment #36146816

    Even if that is the case, it does not say much about their ability to evaluate what category of users (e.g., those coming from Apollo or their first-party clients) is generating mo…

  22. comment
    Comment #32926390

    That's great! There are a few cases where `dlmopen` has issues, for example, some libraries are written with the assumption that there will only be one of them in the process (thei…

  23. comment
    Comment #32926306

    Currently it is, yes. I am not sure how fundamental it is. I tried patching glibc to support more (128 in my case) and it seemed to work fine.

  24. comment
    Comment #32910485

    > You can't load one so/dll multiple times in some sort of container I believe you can do that with `dlmopen` in separate link maps. I have worked with multiple completely isolated…

  25. comment
    Comment #32413205

    This is a great analysis; thanks for writing. I have also been working on running multiple Python interpreters in the same process by isolating them in different namespaces using `…