Howard Wilson

Results 39 comments of Howard Wilson

This recent blog post might be of interest for those wanting to add specific docker services directly to a tailnet (complete with their own MagicDNS names): https://tailscale.com/blog/docker-tailscale-guide

Thanks for this do you think you could also update the test suite?

On closer inspection, I noticed that the changes in this PR actually set the `posterior_prob` on the hypothesis to the linear float of the `path_score`. Surely the two log values...

I've made it possible to get at this value using `Pocketsphinx::Decoder::Hypothesis#posterior_prob`. Does this help? Is there some additional normalization calculation that would be worth adding to the hypothesis? @nshmyrev Does...

Sorry for the delay! Please let me know if my commit resolves these issues.

Very interesting I hadn't realized this. Might be nice to have some facility in pocketsphinx-ruby which can figure out some values for a given device and serialize them for later...

You should be aware that the `-cmninit` value is just that - an initialization. It doesn't change after each decoding. However, things do get a little confusing because immediately before...

Okay so I think there are two issues here: 1. The two-phase decoder initialization. I hadn't actually realized that the act of initializing the decoder was altering configuration until investigating...

@nshmyrev Yes I agree that the best solution would be to resolve this in Pocketsphinx itself. In the meantime I've [had a play](https://github.com/watsonbox/pocketsphinx-ruby/commit/0238ebb26791f15bd6239a9404602f59cebb3073) with a CMNDecoder implementation which will repeat...

Converting this to a discussion in case it evolved. I can only guess that there must be something unusual about your browser or extensions causing this issue, since that local...