There are two main choices for getting VS Code on Arch Linux: Install Code – OSS from Arch repositories Install Microsoft’s VS Code from AUR I know. It’s confusing. Let me clear the air for you. VS Code is an open source
Read More
How do you get help in the Linux command line? On Linux, there are man pages that come preloaded with any distribution. The man pages are basically help pages which you can access using the terminal. You get an instruction manual when
Read More
Obsidian has emerged as a powerful and flexible knowledge management tool, despite NOT being an open source product. Using plugins is just one of the many tips that you can follow to get the most out of Obsidian. However, there is a
Read More
It took me way longer than I’d like to admit to wrap my head around MCP servers. At first glance, they sound like just another protocol in the never-ending parade of tech buzzwords decorated alongside AI. But trust me, once you understand
Read More
I have an interesting story to share. You are probably already aware that many products and services offer a trial version for a limited time. And some people try to take advantage of the trial period by creating new accounts with new
Read More
Working with code often involves repetition, changing variable names, updating values, tweaking class names, or adding the same prefix across several lines. If you find yourself making the same changes again and again, line by line, then multi-cursor editing in Visual Studio
Read More
While setting up a Raspberry Pi 5 for a new project, I decided to go with a headless setup – no display, keyboard, or mouse. I flashed the SD card, connected power, and waited for the Pi to appear on my network.
Read More
Manually formatting code can be tedious, especially in fast-paced or collaborative development environments. While consistent formatting is essential for readability and maintainability, doing it by hand slows you down and sometimes leads to inconsistent results across a project. In this article, I’ll
Read More
In this blog post, we will show you how to make your Linux terminal talk using espeak-ng. Imagine a small voice synthesizer on your computer. […]
Sausage is a word forming game, inspired by the classic Bookworm. Written in bash script, you can use it on any Linux distribution. Playing Sausage The goal of the game is simple. Earn points by spotting words. Longer word spotting results in
Read More