Viewing profile — stonelazy
stonelazy
HN member- Joined
- Thu, Mar 23, 2017, 2:33 AM UTC
- HN karma
- 8
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About stonelazy
No profile information was provided.
Recent public activity
-
comment
Comment #47228698
This is a really solid writeup. The streaming pipeline architecture, the detailed latency breakdown per stage are genuinely useful. Building the core turn-taking loop from scratch …
-
comment
Comment #43933061
> I don't believe that phonemes are real I used to think the same until I came across the VQ-VAE paper [1], where the goal was to let the model learn the smallest units of speech w…
-
comment
Comment #36467714
Saw this in one of the HN thread - Read any article beyond a paywall using 12ft.io https://12ft.io/proxy?q=https%3A%2F%2Ffortune.com%2F2023%2F0...
-
comment
Comment #36227732
One of the challenges we face in this research problem is the lack of reliable metric to evaluate the quality of the NN model. In recent times, i came to know of [3Quest metric]( h…
-
comment
Comment #33782496
Naming the versions literally as date itself was well thought out.
-
comment
Comment #32491396
If you want to copy your SSH keys to a different machine (so that you need not type your password everytime to login) you just need to do `ssh-copy-id user@remotemachine` and it wo…
-
comment
Comment #15696047
I beg to differ from what author says. Am kind of reluctant to materialize all my thoughts, it can be good to note down the ideas but with what author suggests to take dump of my e…
-
comment
Comment #15162428
Everywhere when there is a context about reading.. Ppl talk only about physical books, doesn't the same ideology apply for an article that you read online.. Be it HN articles? I ev…
-
story
Is it rude?
I really find some of the SHOW HN threads interesting, in that case asking for the implementation insight of a particular feature or the architecture of product will be considered …
-
comment
Comment #14390643
I wonder what the author means by batch inserts ? How would it have been achieved ? Is it a procedure or something ?
-
comment
Comment #14112473
Really ? In our product, an average user can send request of upto 4000/minute and we have about 1000 users now. Do you think would it be possible to scale ? Suppose, if maintained …
-
comment
Comment #14104109
Was wondering what would be the best way to rate limit API requests that are in the order of thousands per minute, am guessing not any of the methods suggested in this write up hel…
-
comment
Comment #14066668
Infact, we have a similar tool in Chrome as well.. One that searches across your bookmarked and open tabs of the browser. Its truly useful. https://chrome.google.com/webstore/detai…
-
story
How do I give performance review?
Am a developer, this is the first time i have been asked to give a performance review for employees working with me. So, in this process I don't want to lose the relationship with …