Viewing profile — lazyresearcher
lazyresearcher
HN member- Joined
- Fri, Oct 30, 2020, 7:13 PM UTC
- HN karma
- 21
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About lazyresearcher
No profile information was provided.
Recent public activity
-
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.
-
comment
Comment #31258588
Me neither. I never actually published anything, so that might be the reason.
-
comment
Comment #29730733
You could integrate vosk for local on-device private transcription. https://github.com/alphacep/vosk-api
-
comment
Comment #28093218
Kaldi and DeepSpeech both support streaming, right?
-
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.
-
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?)?
-
comment
Comment #27415796
Firefox does support SharedArrayBuffers again https://caniuse.com/mdn-javascript_builtins_sharedarraybuffe...
-
comment
Comment #27301454
Is this using IBM Watson for STT? Are you assuming the costs? Or does it use some windows dictation api?
-
comment
Comment #27246632
Here is a WASM build you can try in the browser with the smaller models: https://ccoreilly.github.io/vosk-browser/
- story
-
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 …
-
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.
-
comment
Comment #25245072
Can't you use node affinity to stop k8s from moving a pod to a different node whilst alive?
-
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…
-
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…