Live data from Hacker News

Viewing profile — neutrinobro

neutrinobro

HN member
Joined
Sat, May 04, 2024, 9:26 PM UTC
HN karma
115
Public activity
45 items

About neutrinobro

No profile information was provided.

Recent public activity

  1. comment
    Comment #49183842

    Basics yes, details no, and if you are deep in a mathematical proof the details matter. For example, I seriously doubt you will find an average 7th grader (or even a professional e…

  2. comment
    Comment #49088553

    I don't think there is anything in this article that actually demands bra-ket notation (a state in some Hilbert space), that couldn't be more clearly written with standard notation…

  3. comment
    Comment #49086590

    You know its a doozy when the author writes a disclaimer at the top saying that bra-ket notation was chosen in order to make the algorithm and data structures clearer.

  4. comment
    Comment #48765484

    I'm not sure that is the case in this instance. Certainly general writing is a lot more variable and harder to classify, and on the other extreme certain one-line code changes don'…

  5. comment
    Comment #48765308

    Was this done by manually reviewing commit messages? I think it would be interesting/useful to have a tool that could use some basic heuristics about LLM generated code to detect c…

  6. comment
    Comment #48654256

    If you're in MA you better thing twice before walking around with your zoobow, klackers or kung-fu sticks! https://malegislature.gov/Laws/GeneralLaws/PartIV/TitleI/Cha...

  7. comment
    Comment #48511206

    Good thing I just maxed out my weekly usage limit at 5:10pm on my cheapo $20/mo plan.

  8. comment
    Comment #48350777

    Very nice to see this older hardware getting repurposed. I have been running 2x Tesla V100s in a dual-core supermicro X10DRU-i server. With qwen3.6-27B-mtp I get about 35-40tok/s f…

  9. comment
    Comment #48074565

    Hardly seems worth the effort, perhaps things have improved since 2019. It would be interesting to see an updated benchmark, but if your going to end up with code that looks like C…

  10. comment
    Comment #48049546

    I have a old supermicro X10DRU-i server with two Tesla V100's (48 GB VRAM) and 128GB RAM and have been running qwen3.6-27B with a lot of success. I would say it's performance on my…

  11. comment
    Comment #48007719

    I know. I'm struggling to understand how this is a github repo/HN article. I've been using claude-code with a llama.cpp server and a dummy API key, and all that is required is to d…

  12. comment
    Comment #47993041

    We might already be there. I've been running Qwen-3.6-27B with 8-bit quantization locally with llama.cpp (~100k context window), and to be honest for my use case, 40-50% of the tim…

  13. comment
    Comment #47355418

    Ah yes, how apropos, a "modest proposal" for a new AI era.

  14. comment
    Comment #47309385

    > At the same time, new versions of FFmpeg brought support for new codecs and file formats, and reliability improvements, all of which allowed us to ingest more diverse video conte…

  15. comment
    Comment #46979636

    Neat, but also hilarious! Searching for "mug" gives results where the first item listed (ABC-00008297) is a mug model with a hole not only in the top to pour in your drink, but als…

  16. comment
    Comment #46592352

    No idea, you can still get one-off boards here and there, but buying anything in quantity has been tricky. I can only surmise supermicro's resources are largely tied up with AI dat…

  17. comment
    Comment #46592086

    Nice write up! For this sort of thing, I have leaned towards AMD Epyc, Intel e810, and DPDK for the software stack. Unfortunately, lately the supermicro H13SSL line of mobo's appea…

  18. comment
    Comment #45267029

    My comment was directed at your statement "that at no point in history was the US dollar 100% backed by gold (or silver, originally). Never." which is entirely false. The US dollar…

  19. comment
    Comment #45266873

    The lack of an easy method to automatically pull in and manage dependencies in C/C++ is starting to look a lot more like a feature than a bug now.

  20. comment
    Comment #45233729

    Wrong. As per the Coinage Act of 1792, the US dollar was to be equal to exactly 371.25 grains of fine silver.

  21. comment
    Comment #45201987

    [flagged]

  22. comment
    Comment #45197252

    Titan is completely dead, you can bet on that.

  23. comment
    Comment #45168221

    Yeah, I was equally surprised. I am using a patched version of ollama to run the models: https://github.com/austinksmith/ollama37 which has a trivial change to allow it to run with…

  24. comment
    Comment #45107859

    I have a old system with 3 ancient Tesla K40s which can easily run inference on ~30B parameter models (e.g. qwen3-coder:30b). I mostly use it as a compute box for other workloads, …

  25. comment
    Comment #44738752

    These days you don't have to worry about endianness much (unless you dealing with raw network packets). However, you do need to worry about byte-padding. Different compilers/system…