Live data from Hacker News

Viewing profile — tos1

tos1

HN member
Joined
Wed, Jan 01, 2020, 10:51 AM UTC
HN karma
22
Public activity
12 items

About tos1

No profile information was provided.

Recent public activity

  1. comment
    Comment #47701081

    That’s a pretty non-standard H200 configuration. In the regular HGX configurations, a node with 8xH200 has that much CPU DRAM. That makes the title of the paper somewhat arguable i…

  2. comment
    Comment #47575100

    This gives a whole new meaning to the term “stochastic parrots” for LLMs :)

  3. comment
    Comment #45748902

    As with any good (and especially "currency"), it's only worth 1 USD as long as somebody (including the issuing company) is willing to give you 1 USD for it. Even if it is "linked",…

  4. comment
    Comment #45178969

    I generally share your skepticism, but didn‘t DeepSeek prove that one does not need a „competitive advantage“ in hardware? And if that does not hold for HW, it likely also doesn't …

  5. comment
    Comment #45165655

    Cool! I'm wondering why is the lid-opening angle a 16 bit value without any scaling? Can MacBooks be opened > 255°? :) ( https://github.com/ufoym/mac-angle/blob/main/angle.cpp#L186…

  6. comment
    Comment #45108806

    I’m interested. Do you have a link or can you elaborate?

  7. comment
    Comment #44969814

    I'm curious: What's your reasons for not wanting to support Mozilla?

  8. comment
    Comment #44023721

    Something like Dillo? (You can disable image rendering in Dillo).

  9. comment
    Comment #44022855

    Love the image of the monitor showing Battle Chess! As a side note to all like-minded people that love old DOS games, check out the library of DOS games on archive.org: https://arc…

  10. comment
    Comment #43952168

    I‘m curious: How does Zyn integrate with non-Zyn-style projects? I.e. I have CMake/whatever project X that just tries to find dependencies and lists them in some readme to be manua…

  11. comment
    Comment #37011186

    Update to the 2013 numbers: As of today, the Intel SDM ( https://cdrdv2-public.intel.com/782158/325462-sdm-vol-1-2abc... ) has 5066 pages.

  12. comment
    Comment #21927560

    Also, make_unique would not be UB: The post matches new[] with delete and does not even care about valgrind mentioning this.