Live data from Hacker News

Viewing profile — jbaudanza

jbaudanza

HN member
Joined
Thu, Jul 22, 2010, 11:01 PM UTC
HN karma
2,012
Public activity
245 items

About jbaudanza

www.hilokal.com www.captionpop.com

jon@jonb.org

meet.hn/city/kr-Seoul

Socials:

- x.com/jbaudanza - github.com/jbaudanza

Interests:

AI/ML, Mobile Development, Open Source, Programming, Startups

---

Recent public activity

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

    I had the same problem. I think a lot of people reading this will have weak hamstrings. I think it's a natural consequence of desk work. Adding in some Romanian Deadlifts really fo…

  4. comment
    Comment #43430800

    3) Whisper really needs to be paired with Silero VAD, otherwise the hallucination problem makes it almost unusable.

  5. comment
    Comment #43297701

    I have a question about Mistral OCR. If I give the model a PDF that is 90% text, is it actually performing OCR on an image representation of the text? Or is it smart enough to extr…

  6. comment
    Comment #42996295

    I really like this concept, and am working on a similar product for my own self-study. I would like to see more language support. For me, I'd like to study Korean The UX around car…

  7. comment
    Comment #41716292

    Interesting choice of a 24kHz sample rate for PCM audio. I wonder if the model was trained on 24kHz audio, rather than the usual 8/16kHz for ML models.

  8. story
  9. comment
    Comment #33382476

    Righty tighty, lefty loosey

  10. comment
    Comment #33051598

    This looks interesting. Most devices have noise suppression built in. Do you use RNNoise in tandem with the hardware noise suppression, or do you disable it? Also, are there any pl…

  11. comment
    Comment #31918307

    Yes! I’ve had the same experience with spaced-repetition. I’ve used Memrise.com to learn a large set of Korean vocab words. I’ve found it’s improved my general recall ability, not …

  12. comment
    Comment #30702634

    I know this is theoretically true, but I've never found this to be the case in practice. Coinbase, in fact, has made it a rule that all things must be put in useMemo. https://attar…

  13. comment
    Comment #30701120

    I've been using react native heavily for the past 18 months. Because there's no JIT, Javascript is slow on mobile, especially on Android. I spend a lot of my creative energy trying…

  14. story
  15. comment
    Comment #30485919

    Yeah. And with the soft-launch system, they can be hidden away in any house or enclosed space.

  16. story
  17. story
  18. comment
    Comment #28991629

    From the useMemo docs: https://reactjs.org/docs/hooks-reference.html#usememo You may rely on useMemo as a performance optimization, not as a semantic guarantee. In the future, Reac…

  19. comment
    Comment #28989002

    The situation is much more severe with react-native, which doesn’t have a JIT compiler available.

  20. story
  21. comment
    Comment #28341676

    So, is this thing going to fall over and kill everyone or what? Someone with engineering experience, please explain why this is hyperbolic and downvote me away. I don't know anythi…

  22. story
  23. comment
    Comment #27703262

    Imposing taxes on a legal entity always seemed fishy to me. Politically, it sounds great to say, "Make the corporations pay their share!", but who exactly are we targeting with the…

  24. comment
    Comment #27633630

    Came here to say this. I trained for about 7 months before Covid shut everything down. I figured maybe I would just focus on lifting from here on out. Then, 6 weeks ago someone sto…

  25. comment
    Comment #27572302

    No worries! I enjoyed checkout out your implementation! I think such a tool would be complicated to implemented. I was thinking maybe of integrating with tagged template literals s…