Live data from Hacker News

Viewing profile — lazyresearcher

lazyresearcher

HN member
Joined
Fri, Oct 30, 2020, 7:13 PM UTC
HN karma
21
Public activity
15 items

About lazyresearcher

No profile information was provided.

Recent public activity

  1. comment
    Comment #31407176

    What features exactly are you looking for? I have only used emscripten but you can compile debug builds and step through the code in the browser's inspector.

  2. comment
    Comment #31258588

    Me neither. I never actually published anything, so that might be the reason.

  3. comment
    Comment #29730733

    You could integrate vosk for local on-device private transcription. https://github.com/alphacep/vosk-api

  4. comment
    Comment #28093218

    Kaldi and DeepSpeech both support streaming, right?

  5. comment
    Comment #28005223

    You can have a full office everyday if half of the company WFH part of the week and the other half the other part.

  6. comment
    Comment #27451361

    How does Airy compare to Jovo ( https://github.com/jovotech/jovo-framework ) other than supporting different channels (Jovo seems more focused on voice whilst airy on text?)?

  7. comment
    Comment #27415796

    Firefox does support SharedArrayBuffers again https://caniuse.com/mdn-javascript_builtins_sharedarraybuffe...

  8. comment
    Comment #27301454

    Is this using IBM Watson for STT? Are you assuming the costs? Or does it use some windows dictation api?

  9. comment
    Comment #27246632

    Here is a WASM build you can try in the browser with the smaller models: https://ccoreilly.github.io/vosk-browser/

  10. story
  11. comment
    Comment #25676948

    Quantity vs Quality, I guess. I randomly selected a link and ended up in this article about NER. It explains how to train a named entity recognition model but skips some functions …

  12. comment
    Comment #25403814

    Might be out of scope of this extension but I'd like a way to visualize my history as a referral graph, what site brought me to which and where did I go after that.

  13. comment
    Comment #25245072

    Can't you use node affinity to stop k8s from moving a pod to a different node whilst alive?

  14. comment
    Comment #24950669

    I guess there are tabs that are open through clicking a link so they'd be connected directly as a directed graph. New tabs not opened by clicking a link would appear near the other…

  15. story
    Ask HN: Personal web history referral graph with clustering

    When doing research or just navigating I find myself opening multiple tabs that I wan't to deep dive in later but never have the time to. This leads to leaving multiple tabs open i…