Live data from Hacker News

Viewing profile — chompychop

chompychop

HN member
Joined
Mon, Nov 23, 2020, 2:06 PM UTC
HN karma
115
Public activity
45 items

About chompychop

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #48795113

    With tap-to-pay, you can store multiple cards in your digital wallet, and you don't have to remember any of their PINs. You can use your fingerprint to sign transactions. I believe…

  3. comment
    Comment #48777536

    Is Whisper still considered SOTA for STT? Since it came out years ago, I'd have assumed there are better models by now.

  4. comment
    Comment #46099738

    Does anyone know how this course compares to the NAND2Tetris course?

  5. comment
    Comment #46067215

    Sam Altman.

  6. comment
    Comment #46056783

    Asynchronous and parallel programming are concepts I've never really learned, and admittedly scared to use, because I never really understand what the code is doing or even the rig…

  7. comment
    Comment #46045764

    Thanks! TIL there's a class of segmentation models with the YOLO naming scheme.

  8. comment
    Comment #46045382

    YOLO is not a segmentation model.

  9. comment
    Comment #45452198

    Where can I read more about your research? Knowledge graphs interest me.

  10. comment
    Comment #44189824

    I have a beginner question - Can WebRTC be used as an alternative to sending base64-encoded images to a backend server for image processing? Is this approach recommended?

  11. comment
    Comment #44105506

    But modern browsers do have this feature, don't they? I can do this on Chrome and Firefox, at least.

  12. comment
    Comment #44056376

    Don't you mean "John" instead of "Jack"? :)

  13. comment
    Comment #43334801

    It's edging pretty close to this - multimodal LLMs can already beat early bosses in soulslike games: https://arxiv.org/html/2409.12889v2

  14. comment
    Comment #42316538

    Does it still have the "abstraction hell" issue when trying to work with it for custom, non out-of-the-box use cases?

  15. comment
    Comment #42315003

    Huh? All of their notebooks use LangChain.

  16. comment
    Comment #42170989

    Is it currently possible to reliably limit the cut-off knowledge of an LLM (either during training or inference)? An interesting experiment would be to feed an LLM mathematical kno…

  17. comment
    Comment #42090886

    I don't see how the authorship by Christopher Manning shifts favour towards the other paper; this paper has Antonio Torralba as a co-author, who's also one of the big shots in AI.

  18. comment
    Comment #41911996

    Manjul Bhargava is not Indian.

  19. comment
    Comment #41657451

    I believe the term in research literature for this is "Dynamic Video Synopsis". Check this CVPR 2006 paper for instance: https://www.cs.huji.ac.il/~peleg/papers/cvpr06-synopsis.pdf…

  20. comment
    Comment #41327793

    This also reminds of how an employee single-handedly brought down UK's second oldest merchant bank at the time, by speculative trading: https://en.m.wikipedia.org/wiki/Nick_Leeson

  21. comment
    Comment #41236337

    How is it subjective? Can't terms like "replacing" and "fast" be quantified by metrics related to rates of unemployment and adoption of AI systems for tasks previously manned by hu…

  22. comment
    Comment #41106244

    One check I always like to do with a new Python-based framework is this - does it support the creation of a dynamic number of components at runtime, AND each having their own compo…

  23. comment
    Comment #40332594

    Awesome work! Could you tell us a little about how you went about building this? What resources would you recommend for learning to build something like this?

  24. comment
    Comment #40208480

    Thanks for your work! :) Could you tell us how Threlte compares with React-Three-Fiber in terms of feature parity and performance?

  25. comment
    Comment #40145418

    I guess one can break videos into 200-frame chunks and process them independent of each other.