Note: As I balance professional work with personal projects, my available time is limited. Nevertheless, I hope this content clearly shows my enthusiasm for Linux and software development. Thank you for your understanding.

Wednesday, April 29, 2026

Programming Scripting Automation: PART II (DEMO) Binary Converter

    Good afternoon everyone, today I present a demo video of one of my recent projects, the Binary Converter application. Please have a look and enjoy.

Thank you for visiting my blog, and see you again in the next post.

Sunday, April 19, 2026

Programming Scripting Automation: PART I (INTRODUCTION) Binary Converter

 

Binary Converter main display application.

    Good evening, everyone. I hope you’re all doing well. I would like to introduce my Binary Converter application, built using PyQt6. This is one of my latest projects, featuring a new design structure. The application converts input in real time between binary and text.

Take a walk with me as I show you this application.

Tuesday, April 7, 2026

Programming Scripting Automation: PART II (DEMO) Batch Video Conversion with Bash Loop and FFmpeg


Good afternoon everyone. In this opportunity, I would like to share Part II of building a script to compress all MP4 video files in the current directory using FFmpeg.

This is a refined version of the script from Part I, so I hope we can learn together. I also hope this video can help anyone who needs guidance to take the next step in programming.

Well, that’s all for now see you in the next build!
 

Thursday, April 2, 2026

Programming Scripting Automation: PART I (INTRODUCTION) Batch Video Conversion with Bash Loop and FFmpeg

FFmpeg compressing a video.

    Hello guys, good evening. Today I want to share a simple Bash scripting trick to automatically convert videos from the current directory where the script is placed.

I usually use this script to compress videos before storing them on my old phone, so they don’t take up too much storage.

Let’s get started.