Live data from Hacker News

Viewing profile — scott_s

scott_s

HN member
Joined
Sun, Mar 02, 2008, 12:24 AM UTC
HN karma
34,149
Public activity
8,697 items

About scott_s

Computer science research and systems software development.

http://www.scott-a-s.com

Recent public activity

  1. story
  2. comment
  3. comment
    Comment #49169628

    I find that an odd take. The paper claims to establish what causes the problem: dimensionality. They are clear in that they don't understand why. But this sort of work is what need…

  4. comment
    Comment #48575615

    We dynamically load the shared object files. See: https://github.com/meta-pytorch/torchcodec/blob/8bbce656797c... Solutions that shell out to the `ffmpeg` binary are not going to p…

  5. comment
    Comment #48547353

    I was copying URLs fast-and-furious. The PyTorch Stable ABI reference is: https://docs.pytorch.org/docs/2.12/notes/libtorch_stable_abi...

  6. comment
    Comment #48542413

    1. A higher-level API that better integrates into the PyTorch ecosystem. 2. Ease of going back-and-forth between CPU and GPU; in our experience, there's still a lot of scenarios wh…

  7. comment
    Comment #48542215

    You can get older version of TorchCodec that work with older version of PyTorch, but it unfortunately will not have the new features (HDR video decoding; fast Wav decoding) in the …

  8. comment
    Comment #48542109

    The one you have installed. :) We don't distribute FFmpeg and instead find your installed version at runtime. We support versions 4 through 8.

  9. comment
    Comment #48476540

    For disclosure, I've worked on TorchCodec. I'm happy to answer any questions!

  10. story
  11. comment
    Comment #47279721

    You are correct, but this is not a new role. AI effectively makes all of us tech leads.

  12. comment
    Comment #47279683

    That's not what the author means. Multiple times a day, I have conversations with LLMs about specific code or general technologies. It is very similar to having the same conversati…

  13. comment
    Comment #46872581

    I think of, and look up, this drunken rant at least once a year.

  14. comment
    Comment #46536464

    Yes, and that peer review happens through the ACM. It serves an organizing function. The conferences themselves are also in-person events, and most of the important research papers…

  15. comment
    Comment #46471531

    It doesn't. arXiv is exclusively a pre-print service. The ACM digital library is for peer-reviewed, published papers. All of the peer-review happens through the ACM, as well as the…

  16. comment
    Comment #46455577

    IEEE may do it, as it's a professional organization. That is, they're a non-profit dedicated to the furtherance of the field. Being open access fits their mission, and the costs ca…

  17. comment
    Comment #46455543

    Great news. They temporarily opened it in 2020 during the pandemic. I argued it should remain so in a post: https://www.scott-a-s.com/acm-digital-library-should-remain-... . I'm gl…

  18. comment
    Comment #46163126

    Gather metrics and regularly report them.

  19. comment
    Comment #45984078

    Agreed. In grad school, I used Perl to script running my benchmarks, post-process my data and generate pretty graphs for papers. It was all Perl 5 and gnuplot. Once I saw someone d…

  20. comment
    Comment #45039186

    That's true of all renewable energy sources. So we should take advantage of all of them, as much as is feasible.

  21. comment
    Comment #44900568

    You train on data. Context is also data. If you want a model to have certain data, you can bake it into the model during training, or provide it as context during inference. But if…

  22. comment
    Comment #44892275

    Because training one family of models with very large context windows can be offered to the entire world as an online service. That is a very different business model from training…

  23. comment
    Comment #44888989

    > Of course, because I am not new to the problem, whereas an LLM is new to it every new prompt. That is true for the LLMs you have access to now. Now imagine if the LLM had been tr…

  24. comment
    Comment #44185143

    The tools are at the point now that ignoring them is akin to ignoring Stack Overflow posts. Basically any time you'd google for the answer to something, you might as well ask an AI…

  25. comment
    Comment #43800170

    It's not as obvious a win as you may think. Keep in mind that for every binary that gets deployed and executed, it will be compiled many more times before and after for testing. Fo…