Live data from Hacker News

Viewing profile — woodson

woodson

HN member
Joined
Mon, Jun 15, 2009, 5:37 PM UTC
HN karma
918
Public activity
468 items

About woodson

Machine learning, NLP, speech recognition, speaker recognition.

Recent public activity

  1. comment
    Comment #49037008

    They did. Check out the Phi models (e.g., https://huggingface.co/microsoft/phi-4 ).

  2. comment
    Comment #49015257

    Try option-click on the green icon in the app window. It’s well hidden and unintuitive, but I think it does what you want.

  3. comment
    Comment #48955242

    For a long time, AI was a bad word that stood for unfulfilled promise. See AI Winter. Hence, researchers strictly avoided the term while still working on learning algorithms, the s…

  4. comment
    Comment #48955217

    There’s a bit of a grey area, for example speech recognition. Would you classify that as analytic or generative? Whisper and speech LLMs work pretty well, but can completely make u…

  5. comment
    Comment #48930671

    Thanks for sharing, this is a great improvement (also and especially for human use! Renders much better on mobile phones compared to Confluence).

  6. comment
    Comment #48894061

    > Alongside the poorly lit spaceship. Spaceships are workplaces and workplaces should provide adequate illumination so you can see what you are doing. I always thought the same abo…

  7. comment
    Comment #48427459

    > 5090 ($2k MSRP but realistically $3-3.5k) These days, more like >$4.1K (at least in the US).

  8. comment
    Comment #48182051

    Yeah, there have been several papers with attacks on Whisper: - Inject adversarial noise to make it transcribe what you want ( https://arxiv.org/abs/2210.17316 ) - Stop it from tra…

  9. comment
    Comment #48076736

    Indeed. And the one in Admont, Austria: https://stiftadmont.at/en/about-the-abbey-library/

  10. comment
    Comment #47990370

    HF is notorious for making it difficult to work offline (or at least not waste time trying to connect when everything needed is offline) and is constantly changing how it is being …

  11. comment
    Comment #47979722

    You can use devcontainers (in VSCode or separate), like this: https://github.com/entn-at/claude-rust-devcontainer/ This will limit the agent in what it can do in the system and wha…

  12. comment
    Comment #47975556

    > But I don't see a scenario where pytorch needs network access. Training models across multiple compute nodes? That’s a big one.

  13. comment
    Comment #47970693

    Not if one is running it in a non-privileged vm/container with restricted network access. But everything is YOLO these days.

  14. comment
    Comment #47963750

    Why generative? Or has it been decided that only generative models are “AI”?

  15. comment
    Comment #47938773

    It highly depends on the sort of data you’re processing (phone calls, podcasts, meetings of more people recorded using single channel?). For NVIDIA/NeMo, check out their softformer…

  16. comment
    Comment #47734713

    Well, but their customers are those that buy Apple hardware.

  17. comment
    Comment #47676336

    Look into RWKV.

  18. comment
    Comment #47602219

    It’s a distinction that IMHO likely doesn’t make much difference, at least for the mostly automated/non-interactive coding agent use case. What matters more is how well the post-tr…

  19. comment
    Comment #47491109

    There are still opportunities, but they aren’t paid nearly as well as less researchy positions in industry. US post-doc salaries at state universities aren’t that high.

  20. comment
    Comment #47225668

    You mean Moshi ( https://github.com/kyutai-labs/moshi )? Since Personaplex is just a finetuned Moshi model.

  21. comment
    Comment #46839964

    …who lives in Oregon, in the US.

  22. comment
    Comment #46725923

    This is about speech to text, not speech recognition.

  23. comment
    Comment #46708416

    You still need a tax accountant in France to register the FTE and file paperwork with the tax office and social insurance.

  24. comment
    Comment #46707875

    The bank issues/refusals may have something to do with FATCA. If you have anything to do with the US in terms of taxes, many EU banks don’t want you as their customer. If it’s a su…

  25. comment
    Comment #46593585

    This is basically a devcontainer, right?