Viewing profile — chompychop
chompychop
HN member- Joined
- Mon, Nov 23, 2020, 2:06 PM UTC
- HN karma
- 115
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About chompychop
No profile information was provided.
Recent public activity
- comment
-
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…
-
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.
-
comment
Comment #46099738
Does anyone know how this course compares to the NAND2Tetris course?
-
comment
Comment #46067215
Sam Altman.
-
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…
-
comment
Comment #46045764
Thanks! TIL there's a class of segmentation models with the YOLO naming scheme.
-
comment
Comment #46045382
YOLO is not a segmentation model.
-
comment
Comment #45452198
Where can I read more about your research? Knowledge graphs interest me.
-
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?
-
comment
Comment #44105506
But modern browsers do have this feature, don't they? I can do this on Chrome and Firefox, at least.
-
comment
Comment #44056376
Don't you mean "John" instead of "Jack"? :)
-
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
-
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?
-
comment
Comment #42315003
Huh? All of their notebooks use LangChain.
-
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…
-
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.
-
comment
Comment #41911996
Manjul Bhargava is not Indian.
-
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…
-
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
-
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…
-
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…
-
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?
-
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?
-
comment
Comment #40145418
I guess one can break videos into 200-frame chunks and process them independent of each other.