As my time got a bit disrupted by the birth of my daughter, I was terribly lagging behind with uploading the videos. Part of the reason was that the videos are recorded on a Windows machine but I like to do the editing and uploading on a MacOS machine with some video editing software.

I have now streamlined the process. It turns out, I never really need to edit much, except cutting away a few seconds at the beginning and the end, and that can be done even on the Windows machine on the command line easily like this:

ffmpeg -i input.mp4 -ss 00:00:05 -to 00:04:55 -c:v libx264 -c:a aac output.mp4

You should now find the following new videos on our Youtube channel:

"Building, Debugging, Deploying RAG/LLM Applications using LangDB, SQL and Python" by Vivek Gudapuri

"DataFrames: Polars is the new Pandas" by Yi Sheng

"Multi-tasking with Python: An Intro to Async Programming" by Yu Jia

"Introduction to Debugging with Python" by Royce Hoe | PUGS Jan 2024

"Talk to your notes with Logseq and ChatGPT!" by Martin Brochhaus