
Hello, World! 👋
My name is Mohammed, and I'm an Entrepreneur and a Computer Scientist. This is my little corner of the Internet, and it includes my thoughts on computers, programming, travel, and life.
Recent Posts
Whisper
May 6, 2026Two shell scripts for recording meetings on Linux and transcribing them locally with Whisper. Capture system audio and mic with ffmpeg, then get accurate transcripts without sending a single byte to the cloud.
Read more...Vim Insert Mode
Dec 26, 2025Most of Vim’s commands are triggered from modes other than Insert mode, but some functionality is within easy reach from Insert mode. In this post, we’ll explore these commands. Although delete, yank and put commands are all triggered from Normal mode, we’ll see that there is a convenient shortcut for pasting text from registers without leaving Insert mode.
Read more...Setting Up a Landing Page Project with Vite
Nov 27, 2025In recent years, the web development eco-system have made a massive breakthrough. Thanks to Vite, the fast and optimized web bundler, now we can scaffold and optimize all kinds of web project. From full-fledged web applications, to simple marketing landing pages.
Read more...Back to Corporate Life
Nov 25, 2025After months of honest self-assessment, I made a decision which surprised even me; return to corporate. Not to advance my career there, but to fund my escape from it - once and for all.
Read more...Custom Systemd Service
Mar 12, 2025One simple use-case where systemd comes in handy, is when I want to run certain services or programs at system startup. Every time I fire up my machine, I need to remind myself to go and run certain programs manually. This has become tedious over time, and I always seem to forget to do so. An easy and permanent fix would be to create a systemd service to fire up my programs whenever my machine starts.
Read more...