Michael Rosenberg

Results 157 comments of Michael Rosenberg

Re using libsecpk256, I’m much more inclined to keep it as-is, ie with `k256`. The main draw is that it’s pure Rust, and the diff here is very small. Is...

Ok understood. There are some ambiguities in the RFC though. ~~Eg what public key validation is done?~~(that's actually addressed) What shared secret validation is done? I suspect the answers are...

To add on to this, it should be possible to reorder the queue. Unclear how to do this is in an accessible way. For example, [Dragon Drop](https://schne324.github.io/dragon-drop/demo/) is very broken...

One option: have a "Reorder" toggle switch. When on, the buttons on the queue become "move up" and "move to top". Need to figure out how voiceover refocuses after a...

Lower priority now that there is a podcast interface.

This is a great point, thank you. I think a reasonable way to go about this is to change the KEM API to take mutable refs to the output slice,...

Hi, thank you for this! I agree there is unnecessary cloning happening. IIRC the reason I made the API this way was purely convenience. I'm not super concerned with copying...

@kwantam just rebased on `main`. Now that serde support is removed, we don't have any errors anymore. This is pretty close to the final product. All it needs is some...

A quote from someone more knowledgeable: > You should just run the thing on either Cloud Run or a GCP VM that has ambient rotated credentials the metadata api (you...

Update on this: we have implemented automatic voice selection based on detected language. We do not have user-chosen voices yet though.