Latest bookmarks (page 4 of 15)
6 Nov 2025
stackoverflow.com
Stack Overflow. How to use Python's Multiprocessing Managers to instantiate a Proxy class to access to the methods of the child process. You can pass params, so why to bother with all the hassle of the Queues?
6 Nov 2025
stackoverflow.com
You have to include your chats to the "parts" list to make gemini to remember their chat history.
29 Oct 2025
deepwiki.com
This document explains how to set up and use live microphone input with the Vosk speech recognition system. It covers capturing real-time audio from microphones in both Python and Node.js, passing the audio data to the Vosk recognition engine, and processing the results
18 Oct 2025
stackoverflow.com
An example of how to achieve concurrency with Python beyond multiprocessing. The description mentions that nowadays in Python this is used besides multiprocessing that communicate with queues.
18 Oct 2025
stackoverflow.com
This tangential issue in StackOverflow shows actually how to define an own ONNX Session outside Piper TTS, and then pass it to the PiperVoice instance. This could solve the issue with multiprocessing (can't pickle the ONNX session)
Also, explains that ONNX already manages its own threads already. Maybe it's not worth to make it work in a separate Process.
Also, explains that ONNX already manages its own threads already. Maybe it's not worth to make it work in a separate Process.
18 Oct 2025
github.com
Basically what I'm trying to do but full offline and already polished.
Only in English, they encourage tinkering
Only in English, they encourage tinkering
17 Oct 2025
dev.moonshine.ai
Voice, translation and conversational interfaces with a Python SDK that also offers ONNX models, and that looks promising