rvadhavk
rvadhavk
I don't think it's generally possible to compute the decibel level of microphone input without a reference value/calibration. All you can really compute is the ratio of the current amplitude...
> I just curious, is this the correct way to get real or close dB value? Or it's just ratio. This isn't my area of expertise, so I could be...
I've also found that for summarization of long text, `gpt-4-mobile` is far worse than both `gpt-4` and `text-davinci-002-render-sha`
I'm not sure if this is what others are running into, but I made a mistake when first populating my `~/.authinfo`, and Emacs wouldn't pick up the corrections until I...
I had the same error message and found more info in the logs in terminal where I started the container: `httpx.LocalProtocolError: Illegal header value b' '` Turns out I had...
I'm having the same issue; `(tooltip-show "Hello")` only opens up a new frame for me if `cider-mode` is enabled in a window. If I disable `cider-mode`, the issue goes away.