thewh1teagle
thewh1teagle
you can find prepared firmware with motor controlling in this group https://discord.gg/qggupzu
Just checking, is there a way now to use `ble` / `hid` / `cdc` on PI pico W with Rust? I'm using pico `c++` sdk, and it's feels bad to...
I created diarization library in Rust based on cpp library. It can be easily rewritten in cpp. It works pretty good. It uses small vad model + speaker verification model....
@XOR-op Do you have implementation I can see? I tried to implement something like that using combination of netstat [process_sniffer](https://github.com/thewh1teagle/process_sniffer) it's working but it has bad performance and it's not...
> > [process_sniffer](https://github.com/thewh1teagle/process_sniffer) it's working but it has bad performance and it's not reliable (I think it doesn't catch all the packets) > > Neat, this is similar to a...
Can't use AppFlowy currenly without this feature. I write many notes... and navigate between I would add also CTRL + P like in VSCode which let you open file by...
@kbvivi Sounds much better approach. Do you have idea how to do something like that in a good way? In terms of: 1. finding the right browser 2. open the...
I would like to add support for Hebrew too. OpenAI API of whisper already support tts for Hebrew. The only problem is that the speaker accent is american instead of...
Also additional issue that may be related: When running `multiwebview` example, and connecting to twitter account, When creating post the first character that I type into the post written twice...
Fixed in https://github.com/tauri-apps/wry/pull/1208