#tts
#voice-cloning
In comparison, WhisperX (with GPU) was much slower, had slightly poorer diarization, and slightly better transcription.uvx --python 3.9 --index https://download.pytorch.org/whl/cu121 whisperx --diarize --lang en --hf_token $HUGGINGFACE_TOKEN`
#llm-ops
#ai-coding-tools
#document-conversion
#github
#markdown
uvx files-to-prompt
npx git-ingest
ingest
- written in Go, only Mac/Linux binaries#cloud
#code-agents
#github
#hosting
#llm-ops
#best-practices
#best-practices
#future
In the face of disruptive technologies, moats created by closed source are temporary. Even OpenAI’s closed source approach can’t prevent others from catching up. So we anchor our value in our team — our colleagues grow through this process, accumulate know-how, and form an organization and culture capable of innovation. That’s our moat.
Open source, publishing papers, in fact, do not cost us anything. For technical talent, having others follow your innovation gives a great sense of accomplishment. In fact, open source is more of a cultural behavior than a commercial one, and contributing to it earns us respect. There is also a cultural attraction for a company to do this.
Why is Silicon Valley so innovative? Because they dare to do things. When ChatGPT came out, the tech community in China lacked confidence in frontier innovation. From investors to big tech, they all thought that the gap was too big and opted to focus on applications instead. But innovation starts with confidence, which we often see more from young people.
#ai-coding-tools
#prompt-engineering
#ai-coding-tools
#markdown
git add
the submodule. #github
git pull --recurse-submodules
: Pulls parent repo along with submodulesgit submodule status
: For each submodule, show current commit, path, and branch (if on a branch)git submodule update --init --recursive
: Fetches/moves each submodule to the commit tracked by the parent repouvx doc2docx
converts Word .doc
files to the new .docx
format. I had several old .doc
files that I converted. #document-conversion