Home » Development

Download Youtube video locally and extract text from audio (transcribe)

Youtube Logo

For my own needs, I decided to build a local service that tracks specific YouTube channels for new content, prepares key notes, and pings me with a summary. This way, I won’t waste time watching the whole video…

Read More »

Git: How to download all the branches after git clone

Github Logo

After I cloned the repository I observed that I have only one branch on my machine. I wanted to have all the branches so I can use them without internet during traveling. To download all the branches you…

Read More »

Ubuntu Docker: could not select device driver “nvidia”

Pinguin sitting on the whale

When I tried to install Stable Diffusion that was wrapped to docker image, I faced next error: Error response from daemon: could not select device driver “nvidia” with capabilities: [[compute utility]] ..

Read More »

Docker: unknown flag: –profile

DeepSeek

Today I faced the issue while trying to run docker compose. The docker siad that have no clue about “–profile” option…

Read More »